Results 1 to 2 of 2

Thread: how to remove the window title bar?

  1. #1
    Join Date
    Apr 2009
    Posts
    35
    Thanks
    9
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    MacOS X Unix/X11 Android

    Default how to remove the window title bar?

    i want remove the window's title bar,
    this is my code
    Qt Code:
    1. setWindowFlags(Qt::WindowTitleHint | Qt::CustomizeWindowHint);
    To copy to clipboard, switch view to plain text mode 
    what is less
    Attached Images Attached Images

  2. #2
    Join Date
    Feb 2009
    Location
    Noida, India
    Posts
    517
    Thanks
    21
    Thanked 66 Times in 62 Posts
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11 Windows

    Default Re: how to remove the window title bar?

    i believe i told you yesterday the reply to this

    setWindowFlags(Qt::FramelessWindowHint);

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

    tsuibin (3rd April 2009)

Similar Threads

  1. Replies: 4
    Last Post: 23rd December 2008, 21:41
  2. Is it possible get Konqueror window title through dbus?
    By jiveaxe in forum Qt Programming
    Replies: 0
    Last Post: 25th October 2008, 16:39
  3. Window title bar and "X" button
    By markcole in forum Qt Programming
    Replies: 3
    Last Post: 20th December 2007, 21:58
  4. Remove window title
    By marcel in forum Qt Programming
    Replies: 2
    Last Post: 10th April 2007, 06:06
  5. Remove Window title bar
    By Lele in forum Qt Programming
    Replies: 3
    Last Post: 16th January 2007, 13:56

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.