I’m trying to create a t9 Nokia on-screen keyboard with python and PYQt5, and I am coding the GUI now. The problem is I want the corresponding number and the corresponding letters to the buttons to be on different lines and font sizes. Thus, I can’t just assign text to the buttons, I think?
I have tried to use QstackedWidget to stack all Widgets on top of each other, but only one widget shows when I Started the application. Then I tried multiple ways with QVBoxLayout function, but I couldn’t get it to work. So I am here now because I don’t know what else I can try.
2