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

QML Windows do not respect platform's default window state

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: P0: Blocker P0: Blocker
    • None
    • 5.2.0 RC1
    • None

      Results in non-maximized windows on iOS:

      Window {
          // This window should be maximized on iOS, even if the default geometry is 500x500
          width: 500; height: 500
          visible: true
      } 
      
      QWindow window;
      window.setGeometry(0, 0, 500, 500);
      widow.show(); // Just like this window
      

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

            vestbo Tor Arne Vestbø
            vestbo Tor Arne Vestbø
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes