Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-31351

QDialog size restrictions are ignored

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P3: Somewhat important
    • 5.1.1
    • 5.1.0 Beta 1
    • None
    • Mac OSX 10.6.8
    • qtbase/stable: 3fb7e5aee9fb8633812884c5d49c3285e02b9d2e

    Description

      If you build and run the tabdialog example experiment (/qtbase/examples/widgets/dialogs/tabdialog) in Qt5 and then try to resize the dialog, it's possible to resize the dialog to be about 1 pixel tall and 60 pixels wide.

      Using the exact same code compiled using Qt 4.8.4, it's not possible to resize the dialog smaller than the size of the contents of the dialog.

      In the attached screenshot, TabDialog_Qt4_8_4.png has been resized as small as it will allow me to resize it. The dialog in TabDialog_Qt5_1_beta.png could be resized even smaller than what I show, which is clearly too small to properly display the contents.

      This behavior is not specific to the tabdialog example, as I see the same thing in all dialogs in my application, which are all based on a QDialog subclass.

      I had to change line 41 of tabdialog.cpp to "#include <QtGui>" to get the example to compile using Qt 4.8.

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            Unassigned Unassigned
            aclight Adam Light
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes