Results 1 to 4 of 4

Thread: Starting application in full screen

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #4
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,373
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Thanks
    3
    Thanked 5,019 Times in 4,795 Posts
    Wiki edits
    10

    Default Re: Starting application in full screen

    You have to set (or clear) appropriate window flags in the window constructor. To get rid of the "minimise" button, you should probably clear the Qt::WindowMinimizeButtonHint flag. I didn't find one for the close button (which doesn't mean there is no flag for that). Alternatively use a window type which doesn't have those buttons (for example using Qt::FramelessWindowHint).

  2. The following user says thank you to wysota for this useful post:

    safknw (12th May 2006)

Similar Threads

  1. Replies: 7
    Last Post: 4th October 2008, 12:14
  2. Screen Resolution stting takes effect on application !
    By santhoshv84 in forum Qt Programming
    Replies: 1
    Last Post: 30th August 2008, 13:06
  3. Replies: 0
    Last Post: 16th July 2008, 13:15
  4. Replies: 3
    Last Post: 8th December 2006, 18:51
  5. Replies: 5
    Last Post: 24th April 2006, 15:42

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
  •  
Qt is a trademark of The Qt Company.