Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Creating Library which includes QML files
Qt 6.11 is out! See what's new in the release blog

Creating Library which includes QML files

Scheduled Pinned Locked Moved General and Desktop
2 Posts 2 Posters 1.2k 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
    Mammamia
    wrote on last edited by
    #1

    Hi all,
    I am trying to create a custom designer in which i will have my own custom widgets which are created using QML & C++. I have created number of widgets which consists of QML file and C++ class. Now i need to integrate these widgets in my Designer. Now am trying it to make these widget code as "DLL" file or Static Library. Is it possible create a DLL which include QML files...

    Please help regarding this..
    Thank you...

    1 Reply Last reply
    0
    • sierdzioS Offline
      sierdzioS Offline
      sierdzio
      Moderators
      wrote on last edited by
      #2

      You could rethink your design there and provide QML as a separate package, independent of the DLL. If you insist on DLL, you might try using QRC, but I doubt it will work.

      (Z(:^

      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