Sorry for bad english. I have 2 horizontal layouts with buttons and text edits and a grid layout with buttons. Form has vertical layout. I need buttons with text edits resize vertically same as buttons in grid layout. Now I can make only one of the parts of form resize: when buttons in horizontal layouts have size policy expanding, grid layout does not resize, otherwise only grid layout resizes.
Screenshots
QGridLayout
? Don't know how to do this with Qt Designer but in C++ it is easy to attachQWidget
s to multiple rows and/or columns. – Scheff's Cat