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. Extend QtQuickControls 2

Extend QtQuickControls 2

Scheduled Pinned Locked Moved Unsolved QML and Qt Quick
4 Posts 3 Posters 582 Views
  • 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.
  • L Offline
    L Offline
    Leon_2001
    wrote on last edited by Leon_2001
    #1

    Good morning,

    I want to create some own Qt Quick Controls 2 elements from c++. But I guess, they are private at least I couldn't found any public headers.
    Is their any way to let my custom c++ component extend from QtQuickControl?

    I know I could use qml (as you can import qtquickcontrol templates, but I don't want this.

    raven-worxR 1 Reply Last reply
    0
    • L Leon_2001

      Good morning,

      I want to create some own Qt Quick Controls 2 elements from c++. But I guess, they are private at least I couldn't found any public headers.
      Is their any way to let my custom c++ component extend from QtQuickControl?

      I know I could use qml (as you can import qtquickcontrol templates, but I don't want this.

      raven-worxR Offline
      raven-worxR Offline
      raven-worx
      Moderators
      wrote on last edited by
      #2

      @Leon_2001 said in Extend QtQuickControls 2:

      Is their any way to let my custom c++ component extend from QtQuickControl?

      not via C++, only as you said in QML.
      The types are implemented in a plugin, so not meant to be linked against.

      --- SUPPORT REQUESTS VIA CHAT WILL BE IGNORED ---
      If you have a question please use the forum so others can benefit from the solution in the future

      1 Reply Last reply
      0
      • L Offline
        L Offline
        Leon_2001
        wrote on last edited by
        #3

        Thanks for your answer!

        I really hope they make it possible in future to also use the headers in C++. I don‘t want to use qml only... for me it‘s for Layout, not for everything.

        1 Reply Last reply
        0
        • SGaistS Offline
          SGaistS Offline
          SGaist
          Lifetime Qt Champion
          wrote on last edited by
          #4

          Hi,

          You might then be interested in @uwer's QSkinny project.

          Interested in AI ? www.idiap.ch
          Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

          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