Le vendredi 26 octobre 2007, alteo_gange a écrit : > Hi! > > Why all QGroupBoxs are stretchables when i rise size window in file1.txt > without QStackWidget and not in file2.txt with QStackWidget? > > How have all QGroupBoxs stretchables with QStackWidget?
The line: "stacked.setSizePolicy(QSizePolicy(QSizePolicy.MinimumExpanding, QSizePolicy.Fixed))" under "stacked=QStackedWidget()" ... in file2.txt is not sufficient. -- alteo_gange _______________________________________________ PyQt mailing list [email protected] http://www.riverbankcomputing.com/mailman/listinfo/pyqt
