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

Dynamic resizing of the QMainWindow does not work appropriately

    XMLWordPrintable

Details

    Description

      It would be nice if the auto-resizing feature of a QDialog that occurs when objects are setVisible(true), worked the same way on QMainWindow.

      Example:
      If the widget is set to be visible (using setVisible(true)) it is visible on the Main Window.
      If the widget is set to be invisible (using setVisible(false)) it is disappeared and Main Window has to reduce its height on the height of the invisible widget.

      Got instead:
      The widget was set to be invisible so it was disappeared but the Main Window did not reduce its dimensions as it was expected.

      Attachments

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

        Activity

          People

            janichol Andy Nichols
            janichol Andy Nichols
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes