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

Maximizing a frameless window makes the window fullscreen

XMLWordPrintable

    • qtbase/37ad09e5ac1a6671a21d7e73af3f45916a317171, from fullscreen: ae99f83312e2785cae280d4d7474050e163b7328 (5.3 branch, 21.7.2014, 5.3.2)

      see QTBUG-947

      Maximizing a frameless window makes the window fullscreen
      Expecting result: windows task bar is visible

      Code

      #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();
      }
      

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

            iamsergio Sergio Martins
            variant Alex Ivakin
            Votes:
            8 Vote for this issue
            Watchers:
            11 Start watching this issue

              Created:
              Updated:
              Resolved: