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

QWidget::showFullScreen does not working on Mac OS X 10.6

    XMLWordPrintable

Details

    • Bug
    • Resolution: Duplicate
    • P2: Important
    • None
    • 5.0.0, 5.0.1
    • Widgets: Main Window
    • None
    • Mac X 10.6
    • macOS

    Description

      QWidget::showFullScreen does nothing on Qt5.0.x under Mac X 10.6.
      Example code:

      int main(int argc, char *argv[])
      {
        QApplication a(argc, argv);
        QWidget p;
        p.showFullScreen();
        return a.exec();
      }
      

      This code works OK:

      • With Qt5.0.0, 5.0.1 under Mac OS X 10.7 and 10.8
      • With Qt 4.8.4 under Mac OS X 10.6.8

      This code does not work as expected on Mac OS X 10.6: the window remains non-fullscreen.

      Attachments

        Issue Links

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

          Activity

            People

              sorvig Morten Sørvig
              alextutubalin Alex Tutubalin
              Votes:
              3 Vote for this issue
              Watchers:
              6 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes