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

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

XMLWordPrintable

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

      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.

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

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

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes