18.03.2014, 17:48, "Hiliwi Leake" <[email protected]>: > Hello guys, > > could anyone help me how to set dynamic size of Qmainwindow to fit with the > current screen? also I want all the widgets inside the Qmainwindow to vary > their size dynamically based on the Qmainwindow size. > > Thanks in advance. > kind regards,
You need to provide implementation of resizeEvent() in your main window class. -- Regards, Konstantin _______________________________________________ Qt-creator mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/qt-creator
