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

Can not resize QDockeWidget with Qt::AA_NativeWindows

XMLWordPrintable

    • macOS

      if Qt::AA_NativeWindows is set on the application QDockeWidget does not behaves as expected. Resizing of docked widget does not work. When it is undocked it can be resized.

      This can be easily seen with Qt's Example examples/widgets/mainwindows/dockwidgets

      QApplication app(argc, argv);
      app.setAttribute(Qt::AA_NativeWindows); // add this line
      Q_INIT_RESOURCE(dockwidgets);

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

            axelspoerl Axel Spoerl
            irfan.omair@digia.com Irfan Omair
            Votes:
            0 Vote for this issue
            Watchers:
            6 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes