Results 1 to 11 of 11

Thread: Dialog and minimize, maximize buttons

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #6
    Join Date
    Jul 2010
    Posts
    41
    Thanks
    6
    Thanked 4 Times in 3 Posts
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows

    Default Re: Dialog and minimize, maximize buttons - partially succseed

    You should set "Qt::CustomizeWindowHint" for window flags,
    Qt Code:
    1. setWindowFlags(Qt::Dialog | Qt::CustomizeWindowHint | Qt::WindowTitleHint);
    To copy to clipboard, switch view to plain text mode 
    Last edited by srazi; 24th November 2010 at 12:57. Reason: spelling corrections

Similar Threads

  1. Disable the minimize, maximize,close buttons
    By qtlinuxnewbie in forum Newbie
    Replies: 10
    Last Post: 25th February 2010, 10:18
  2. how to remove maximize minimize close
    By tsuibin in forum Qt Programming
    Replies: 8
    Last Post: 2nd April 2009, 18:28
  3. Replies: 1
    Last Post: 21st February 2009, 14:59
  4. User has not minimize or maximize buttons
    By hvengel in forum Qt Programming
    Replies: 1
    Last Post: 6th October 2007, 19:23
  5. Replies: 3
    Last Post: 25th March 2006, 06:15

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.