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

QWidget::setFixedSize does not prevent window from being maximized

    XMLWordPrintable

Details

    • macOS

    Description

      MacOS X 10.13.4

      #include <QApplication>
      #include <QMainWindow>
      
      int main(int argc, char *argv[])
      {
          QApplication a(argc, argv);
          QMainWindow w;
          w.setFixedSize(300,300);
          w.show();
      
      
          return a.exec();
      }
      
      

      Attachments

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

        Activity

          People

            vestbo Tor Arne Vestbø
            alervd Alexander Dyagilev
            Veli-Pekka Heinonen Veli-Pekka Heinonen
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There are no open Gerrit changes