hi , all
my main widget QVBoxLayout two custom widget
a custom qwidget and a qstackedwidget in it.
QVBoxLayout::addWidget(qstackedwidget);
QVBoxLayout::addWidget(qwidget );
qstackedwidget include a qlabel with a qpixmap
a custom qwidget and a qstackedwidget implement sizeHint,
but when main widget invoke showMaximized , find the qwidget not show in screen.
but when main widget invoke showFullScreen, find the qwidget show in screen
How to control the size of qstackedwidget??
or What should I pay attention. about qstackedwidget??

Reply With Quote

