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

Unable to remove/disable size grip in all Widgets/Dialogs on Mac

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Out of scope
    • Icon: P2: Important P2: Important
    • Some future release
    • 4.3.2
    • Other
    • None
    • macOS

      Unable to remove/disable size grip in all Widgets/Dialogs on Mac. Consider the followin simple example:
      #include <QtGui>
      int main(int argc, char *argv[]){
      QApplication app(argc, argv);
      QDialog dlg;
      dlg.setSizeGripEnabled(false);
      dlg.exec();
      return 0;
      }

      The dialog has still the sizegrip enabled.

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

            bjnilsen Bjørn Erik Nilsen
            admin Administrator
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes