Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. QML and Qt Quick
  4. QML Dialog embedded in QWidget app invisible on iOS
Forum Updated to NodeBB v4.3 + New Features

QML Dialog embedded in QWidget app invisible on iOS

Scheduled Pinned Locked Moved QML and Qt Quick
1 Posts 1 Posters 507 Views 1 Watching
  • 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.
  • B Offline
    B Offline
    bootchk
    wrote on last edited by
    #1

    I have a QWidget based app with QuickControls: (Toolbar, Dialog, Menu) embedded in QQuickViews. It works on some desktop platforms, but on iOS the toolbar and dialog do not appear (but the menu appears as what I think is a native ActionSheet that slides up from the bottom.) It also fails on iOS to embed the Quick Controls in QQuickWidgets. I show the dialogs by emitting a signal that is connected to a QML object that in turn calls Dialog.open().

    Should such an arrrangment work? or am I missing something about iOS windows, for example, unless I open the dialog a certain way (synchronously and application modal?), the app's main window will come to the front and obscure the dialog?

    1 Reply Last reply
    0

    • Login

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