Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    How to use QtCore and Android/iOS native UI together?

    Mobile and Embedded
    3
    3
    1767
    Loading More Posts
    • 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.
    • F
      francois last edited by

      Hello,

      I would like to develop a mobile app by reusing existing code written with QtCore but I would also like to use the native toolkits for the UI.

      Is that possible to use both together?
      Maybe by running the qt loop in another thread (by using Andoid NDK under android)?

      Regards

      1 Reply Last reply Reply Quote 1
      • M
        m_andrej last edited by

        Hi, did you find some solution? I'd like to do the same (on iOS).

        1 Reply Last reply Reply Quote 0
        • benlau
          benlau Qt Champions 2016 last edited by

          For Android,

          playground/qtqmlandroid.git - QML wrappers for native Android controls.

          Remarks: It is still under development.

          For iOS,

          My QuickIOS project has implemented few wrapper of native components, and simulated components:

          benlau/quickios

          1 Reply Last reply Reply Quote 1
          • First post
            Last post