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. Help with first app with QML

Help with first app with QML

Scheduled Pinned Locked Moved Mobile and Embedded
2 Posts 1 Posters 764 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.
  • C Offline
    C Offline
    claudiom
    wrote on last edited by
    #1

    This is my first post, so hello everybody! :D
    I've a problem with my first app's developing.

    I know Qt for 1 year and i would to know better QML language with C++ integration, because i think it's a good revolutionary language for apps writing.
    But the begin it wasn't simple as i expected:

    I don't undestand very well how to connect a C++ plugin with my QML app when i have 2 projects connected by a subdir template (first is a QtQuick application, second is a QML Extension Plugin)

    I don't understand how to static linking (i've bought Commercial License) all to deploy to iOS and Android.

    Any help is really appreciated. Thanks.

    1 Reply Last reply
    0
    • C Offline
      C Offline
      claudiom
      wrote on last edited by
      #2

      For the first problem i found a little solution, but i don't think is the best:

      I created a QtQuick Project

      Added a directory called "pages" and a directory called "plugins"

      My first qml file "main.qml" (for example) is stirred with c++ classes in the project directory

      This is the entry qml file that imports others qml files (pages/*.qml)

      The folder plugins contains c++ extension for QML

      It's a bad solution? Thanks for help... :)

      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