Results 1 to 3 of 3

Thread: Can you hide the titlebar for a Qwidget in Windows?

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Aug 2007
    Posts
    29
    Thanks
    8
    Qt products
    Qt4
    Platforms
    MacOS X Windows

    Default Can you hide the titlebar for a Qwidget in Windows?

    Is it possible to hide the top portion of the QWidget window in Windows. The part of the window with the minimize btn, max imize btn and x (close) btn?

  2. #2
    Join Date
    Feb 2006
    Location
    Oslo, Norway
    Posts
    6,264
    Thanks
    36
    Thanked 1,519 Times in 1,389 Posts
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows Symbian S60 Maemo/MeeGo

    Default Re: Can you hide the titlebar for a Qwidget in Windows?

    J-P Nurmi

  3. The following user says thank you to jpn for this useful post:

    sgmurphy19 (11th February 2008)

  4. #3
    Join Date
    Aug 2007
    Posts
    29
    Thanks
    8
    Qt products
    Qt4
    Platforms
    MacOS X Windows

    Default Re: Can you hide the titlebar for a Qwidget in Windows?

    Thanks!
    I was able to accomplish what I needed using
    setWindowFlags(Qt::Popup);

Similar Threads

  1. How to Disable or hide cursor from QWidget?
    By ashukla in forum Qt Programming
    Replies: 5
    Last Post: 17th October 2007, 14:42
  2. Replies: 6
    Last Post: 18th August 2006, 17:50

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.