Results 1 to 2 of 2

Thread: how to make the form full screen

  1. #1
    Join Date
    Mar 2006
    Posts
    8
    Thanks
    5
    Qt products
    Qt3
    Platforms
    Unix/X11

    Default how to make the form full screen

    hi all,
    i want the form to be full screen , what shud i do for that in the designer
    thanks in advance
    shrikar

  2. #2
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,359
    Thanks
    3
    Thanked 5,015 Times in 4,792 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: how to make the form full screen

    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.

Similar Threads

  1. Replies: 0
    Last Post: 16th July 2008, 13:15
  2. Compiling with Qmake/Make
    By VireX in forum Newbie
    Replies: 25
    Last Post: 22nd February 2007, 05:57
  3. Open a QMainWindow in full screen mode?
    By probine in forum Qt Programming
    Replies: 7
    Last Post: 29th November 2006, 13:44
  4. Starting application in full screen
    By safknw in forum Qt Programming
    Replies: 3
    Last Post: 12th May 2006, 18:02
  5. how to display a window full screen??
    By Seema Rao in forum Qt Programming
    Replies: 1
    Last Post: 8th May 2006, 12:07

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.