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. Preferred way of displaying a message
Forum Updated to NodeBB v4.3 + New Features

Preferred way of displaying a message

Scheduled Pinned Locked Moved Mobile and Embedded
1 Posts 1 Posters 716 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.
  • M Offline
    M Offline
    moondowner
    wrote on last edited by
    #1

    Hi guys!

    I'm interested, what is the best way of displaying a message to the user in Android and iOS?

    On the desktop I can use:

    @ var component = Qt.createComponent("MessageWindow.qml");
    win = component.createObject(screen);
    win.show();@

    Where MessageWindow is a QtQuick.Window or an ApplicationWindow with StatusBar.

    Will this work on mobile (at the moment I'm not able to check that..)?
    Or is there some other preferred way to do it?
    Maybe displaying as a notification as well?

    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