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

Maximize button of a window is disabled when its maximumSize is not set to QWIDGETSIZE_MAX x QWIDGETSIZE_MAX

XMLWordPrintable

      QWIDGETSIZE_MAX = 16777215 (0xFFFFFF)

      Reproducible on Windows with the following code:

      #include <QtGui>

      int main(int argc, char **argv)
      {
      QApplication app(argc, argv);
      QWidget widget;
      widget.setMaximumSize(3000, 3000);
      widget.show();
      return app.exec();
      }

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

            dzyubenk Denis Dzyubenko (Inactive)
            mpejcoch Martin Pejcoch (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes