Results 1 to 2 of 2

Thread: Undo QMainwindow fixed size

  1. #1
    Join Date
    Sep 2013
    Posts
    2
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Undo QMainwindow fixed size

    I have created a main window using qt designer and set it as fixed size with min and max size values. I now realize I don't want it set as fixed and would like to set it back to the default setting when you first create a central widget. What property items should I change to return to the default state? I have tried changing some items to expandable and setting width and height to zero but the result is a very tiny mainwindow box.

  2. #2
    Join Date
    Jan 2006
    Location
    Graz, Austria
    Posts
    8,416
    Thanks
    37
    Thanked 1,544 Times in 1,494 Posts
    Qt products
    Qt3 Qt4 Qt5
    Platforms
    Unix/X11 Windows

    Default Re: Undo QMainwindow fixed size

    Don't change anything other then resetting the min/max sizes.
    The respective properties have a small button that resets values to the defaults

    Cheers,
    _

Similar Threads

  1. Fixed QMainwindow size, Layout question
    By Nyte in forum Newbie
    Replies: 3
    Last Post: 30th January 2013, 11:33
  2. QMainWindow with fixed area + Dockarea
    By trallallero in forum Qt Programming
    Replies: 2
    Last Post: 16th March 2012, 09:25
  3. Replies: 0
    Last Post: 14th February 2012, 15:43
  4. Replies: 4
    Last Post: 20th November 2009, 12:25
  5. How to make a QMainWindow fixed sized?
    By Goldmmbr in forum Newbie
    Replies: 2
    Last Post: 18th November 2009, 08:52

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.