Read Layout Management and read through the Layout Examples. Layouts size their content within constraints you provide to occupy the space available in the container the layout is applied to.
See the last response.- Second, In QHBoxLayout I create array of labels. How can I locate and resize them?
QGridLayout or QHboxLayout nested in QVBoxLayout- Third, I want to create two demension array of labels and display in a screen? I must to create many QHBoxLayout or how another way to do it?
Bookmarks