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. Tips for a good QML library
Forum Updated to NodeBB v4.3 + New Features

Tips for a good QML library

Scheduled Pinned Locked Moved QML and Qt Quick
1 Posts 1 Posters 560 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
    Bilouse
    wrote on last edited by
    #1

    Hello :)

    I wish to develop some QML libs. For each component, I describe its UI with a .qml file and the logic with a C++ class. I use qmlRegisterType. These components are part of a QML extension plugin.

    The problem is :

    • I don't want the ***Logic QML bindings to be availables outside "their" qml file. Is it possible ? Like a "qmlRegisterPrivateType"...
    • My library's .qml files are not availables from my app. Though I wrote the qmldir file properly. Did I miss something ?

    Thank you very much !

    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