Results 1 to 2 of 2

Thread: creating an application that does not appear to be windowed

  1. #1
    Join Date
    Sep 2007
    Posts
    15
    Thanks
    1
    Thanked 1 Time in 1 Post
    Qt products
    Qt4 Qt/Embedded
    Platforms
    Unix/X11

    Default creating an application that does not appear to be windowed

    Hello,

    I want to create a Qtopia application that does not appear to be windowed, that occupies the entirety of the screen but uses standard qt widgets.

    It seems that TrollTech have more or less implemented there own minimalist window system, which I don't want - The user should only be able to use one application, and should not be able to minimise, maxamize or resize the window, or see controls for doing so.

    Is this possible? Could someone point me in the right direction?

    Regards,
    Sternocera

  2. #2
    Join Date
    Mar 2006
    Location
    Mountain View, California
    Posts
    489
    Thanks
    3
    Thanked 74 Times in 54 Posts
    Qt products
    Qt3 Qt4 Qt/Embedded
    Platforms
    MacOS X Unix/X11 Windows

    Default Re: creating an application that does not appear to be windowed

    Work in both Qtopia, and "normal" Qt:

    toplevelwindow.setWindowState( Qt::WindowFullScreen );

Similar Threads

  1. dll + application
    By fpujol in forum Qt Programming
    Replies: 11
    Last Post: 15th April 2007, 18:37
  2. Replies: 3
    Last Post: 8th December 2006, 18:51
  3. Problem in creating thread in GUI application
    By jyoti kumar in forum Qt Programming
    Replies: 2
    Last Post: 15th May 2006, 12:05
  4. Creating a Qt Application in KDevelop
    By katrina in forum KDE Forum
    Replies: 3
    Last Post: 10th January 2006, 11:12

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.