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

QML Windows do not respect platform's default window state

    XMLWordPrintable

Details

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

    Description

      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
      

      Attachments

        Issue Links

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

          Activity

            People

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

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes