Results 1 to 2 of 2

Thread: Hide titlebar and let widget be resizeable

  1. #1
    Join Date
    Jan 2006
    Posts
    667
    Thanks
    10
    Thanked 80 Times in 74 Posts
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11 Windows

    Default Hide titlebar and let widget be resizeable

    Hi!

    Is there a way by which I can hide a widget's title bar but still let it be resizeable.

    I tried using the following window flags but it didn't help much.

    Qt::Popup
    Qt::FramelessWindowHint
    Qt::CustomizeWindowHint

    Please help

    Thanks a lot!
    Mithin

  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: Hide titlebar and let widget be resizeable

    Hi. You have to implement resizing and moving yourself if you disable window frames. QSizeGrip and [WIKI]Moving widgets[/WIKI] might help.
    J-P Nurmi

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.