Results 1 to 1 of 1

Thread: Qt Set window size?

  1. #1
    Join Date
    Apr 2005
    Location
    Hampshire, UK
    Beans
    1,274

    Re: Qt Set window size?

    You can use resize() (QMainWindow inherits from QWidget) :

    http://doc.qt.nokia.com/latest/qwidget.html#size-prop

    Edit:

    In case people are wondering: the original question seems to have been deleted by a mod. I'm not just posting random facts
    Last edited by GeneralZod; August 28th, 2011 at 07:49 PM.

Tags for this Thread

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
  •