Results 1 to 5 of 5

Thread: unable toremove window Title Bar from the Widget

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Jul 2006
    Posts
    79
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows
    Thanks
    13
    Thanked 2 Times in 2 Posts

    Default Re: unable toremove window Title Bar from the Widget

    1. Which window manager are you using?
    2. Does the window flags example work? ( http://doc.trolltech.com/4.3/widgets-windowflags.html )

  2. #2
    Join Date
    Jul 2007
    Posts
    25
    Qt products
    Qt4 Qt/Embedded
    Platforms
    Unix/X11 Windows
    Thanks
    1

    Default Re: unable toremove window Title Bar from the Widget

    Quote Originally Posted by aMan View Post
    1. Which window manager are you using?
    2. Does the window flags example work? ( http://doc.trolltech.com/4.3/widgets-windowflags.html )
    Thanks aMan, I figured it out, actually it was a small mistake on my part , everything is working now

    Thanks

  3. #3
    Join Date
    Sep 2008
    Posts
    4
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows
    Thanks
    4

    Default Re: unable toremove window Title Bar from the Widget

    could you tell how you solve your problem?

  4. #4
    Join Date
    Aug 2008
    Location
    Ukraine, Krivoy Rog
    Posts
    1,963
    Qt products
    Qt3 Qt4 Qt5
    Platforms
    MacOS X Unix/X11 Windows
    Thanked 370 Times in 336 Posts

    Default Re: unable toremove window Title Bar from the Widget

    did you try to use to set these flags?
    Qt Code:
    1. ...
    2. setWindowFlags(windowFlags() | Qt::Window | Qt::CustomizeWindowHint);
    3. ...
    To copy to clipboard, switch view to plain text mode 

    see, QTDIR/examples/widgets/windowflags.
    Qt Assistant -- rocks!
    please, use tags [CODE] & [/CODE].

Similar Threads

  1. Remove window title
    By marcel in forum Qt Programming
    Replies: 2
    Last Post: 10th April 2007, 06:06

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.