Answer the question
In order to leave comments, you need to log in
What class to use to layout widgets within themselves?
I need to make nesting like in the picture.
For 3, I use QGridLayout, just add some widgets (SpinBox) without problems, but nesting is needed.
Which is better to use for containers 1 and 2?
In 1, I will just have spinboxes vertically, I tried to add another QGridLayout to QGridLayout, but it stupidly stretches, QMdiArea is simply not displayed after adding.
Answer the question
In order to leave comments, you need to log in
Use VerticalLayout and HorizontalLayout in the combinations you need.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question