Results 1 to 3 of 3

Thread: resize of QMessageBox not working?

Threaded View

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

    Default Re: resize of QMessageBox not working?

    QMessageBox has the next flag Qt::MSWindowsFixedSizeDialogHint. so, initially the message box can be resized. but you can try to remove this flag in this case you need to conctruct a dialog by yourself and then call exec() method.
    Last edited by spirit; 12th November 2008 at 16:13.
    Qt Assistant -- rocks!
    please, use tags [CODE] & [/CODE].

Similar Threads

  1. postponing resize event
    By Honestmath in forum Qt Programming
    Replies: 11
    Last Post: 26th February 2006, 00:32

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.