May 2019
Intermediate to advanced
542 pages
13h 37m
English
A layout object defines how child widgets are arranged on a parent widget. Qt offers a variety of layout classes, each of which has a layout strategy appropriate for different situations.
The workflow for using layout classes goes like this:
You can also add layouts to a layout using the addLayout() method to create more complex arrangements of widgets. Let's take a tour of a few of the basic layout classes offered by Qt.
Read now
Unlock full access