Results 1 to 15 of 15

Thread: Fullscreen application under Gnome

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #8
    Join Date
    Dec 2007
    Posts
    14

    Default Re: Fullscreen application under Gnome

    It works using this code:

    Qt Code:
    1. setFixedSize(qApp->desktop()->size());
    2. setWindowFlags(Qt::FramelessWindowHint);
    To copy to clipboard, switch view to plain text mode 
    Last edited by jpn; 31st December 2007 at 08:21. Reason: missing [code] tags

Similar Threads

  1. QSkinWindows Classes
    By kernel_panic in forum Qt-based Software
    Replies: 45
    Last Post: 20th April 2010, 12:35
  2. dll + application
    By fpujol in forum Qt Programming
    Replies: 11
    Last Post: 15th April 2007, 18:37
  3. Fullscreen on Gnome is not full
    By patrik08 in forum Qt Programming
    Replies: 0
    Last Post: 8th March 2007, 02:05
  4. Gnome makes application crash
    By regix in forum Qt Programming
    Replies: 35
    Last Post: 18th August 2006, 19:44

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.