hi all,
i want the form to be full screen , what shud i do for that in the designer
thanks in advance
shrikar
hi all,
i want the form to be full screen , what shud i do for that in the designer
thanks in advance
shrikar
In Designer? Designer doesn't care about how a widget is displayed. It only deals with its content. You can use QWidget::showMaximized() to show it... maximizedor QWidget::showFullScreen() to show it... hmm... guess yourself.
Bookmarks