Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. QML Window and iOS
Qt 6.11 is out! See what's new in the release blog

QML Window and iOS

Scheduled Pinned Locked Moved Solved Mobile and Embedded
iosqml
2 Posts 1 Posters 791 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • D Offline
    D Offline
    DRoscoe
    wrote on last edited by
    #1

    I have a custom QML Window object that I am using as a modal dialog box. It works fine on Windows and Linux, but no matter what I've tried, the window always comes up full screen, even if I explicitly set height and width.

    Any ideas how I can get this to work?

    1 Reply Last reply
    0
    • D Offline
      D Offline
      DRoscoe
      wrote on last edited by
      #2

      I solved my problem. I had to manually set the visibility property:

      visibility: Window.Windowed
      
      1 Reply Last reply
      1

      • Login

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved