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

Maximizing a frameless window makes the window cover the start menu

    XMLWordPrintable

Details

    Description

      When showing a maximized frameless window on Windows it covers the full screen. It would be expected that it did not cover the start menu bar.

      On Mac it does not cover the dock and it would be expected that the behaviour would be similar on Mac and Windows.

      Reproducible with the following example:

      #include <QtGui>
      #include <QDebug>

      int main(int argc, char *argv[])
      {
      QApplication app(argc, argv);
      QWidget w(0, Qt::Window | Qt::FramelessWindowHint );
      w.showMaximized();
      return app.exec();
      }

      Attachments

        Activity

          People

            bhughes Bradley T. Hughes (closed Nokia Identity) (Inactive)
            admin Administrator
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: