Я бы предложила следуующую схему: hb = QHBoxLayout() gb = QGridLayout() hb.addLayout(gb) hb.addStretch() vb = QVBoxLayout() vb.addLayout(hb) vb.addStretch() размер окна можно сделать фиксированным
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.