PDA

View Full Version : how to make the form full screen



shrikarcse
24th April 2006, 16:24
hi all,
i want the form to be full screen , what shud i do for that in the designer
thanks in advance
shrikar

wysota
24th April 2006, 16:30
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... maximized :) or QWidget::showFullScreen() to show it... hmm... guess yourself.