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

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

    XMLWordPrintable

Details

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

    Description

      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.

      Attachments

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

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes