May 2019
Intermediate to advanced
542 pages
13h 37m
English
If you run our demo as it currently is and expand it to fill your screen, you'll notice that each cell of the main layout gets evenly stretched to fill the screen, as shown here:

This isn't ideal. The label at the top really doesn't need to be expanded, and there is a lot of wasted space at the bottom. Presumably, if a user were to expand this window, they'd do so to get more space in input widgets like our QTextEdit. We need to give the GUI some guidance on how to size our widgets, and how to resize them in the event that the window is expanded or shrunk from its default size.
Controlling the size of widgets can be ...
Read now
Unlock full access