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

x11 - calling showMaximized after showFullScreen results in showing in normal state - logic problem in setWindowState

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P2: Important
    • None
    • 4.6.2, 4.7.0
    • GUI: Window management
    • None

    Description

      Window shows in normal size in maximized state.
      The following code shows the problem:

      #include <QtGui>
      int main(int argc, char** argv) {
      QApplication app (argc, argv);
      QMainWindow mw;
      mw.showFullScreen ();
      mw.showMaximized ();
      app.exec ();
      } 
      

      Attachments

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

        Activity

          People

            laknoll Lars Knoll
            sanonymous Nokia Qt Support (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes