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. Where are Qml components?
Forum Updated to NodeBB v4.3 + New Features

Where are Qml components?

Scheduled Pinned Locked Moved QML and Qt Quick
4 Posts 3 Posters 1.3k 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
    Mat144
    wrote on last edited by
    #1

    Hi,
    all components available 'out of box' are only those listed here: http://doc.qt.digia.com/stable/qdeclarativeelements.html ?
    What about buttons, progress bars, menus? What with cpp classes like QPushButton? Are they available in qml? Everyone could create his own components, but then obviously there would be no uniform appearance in the system. Or should the system provide such sets?

    I'm new in Qt world.

    1 Reply Last reply
    0
    • frederikF Offline
      frederikF Offline
      frederik
      wrote on last edited by
      #2

      The Qt Controls are being worked on, see for example here:
      http://qt-project.org/wiki/QtDesktopComponents

      1 Reply Last reply
      0
      • C Offline
        C Offline
        chrisadams
        wrote on last edited by
        #3

        Hi,

        An inexact analogy is as follows:

        QML is the language, similar to, say, C.

        QtQuick provides the graphics primitives, so you can think of it as being similar to Cairo or the Arthur paint system. It also provides positioning, input handling, events etc, so the analogy isn't exact.

        QtQuick Components sets provide the controls (push buttons / context menus / etc). The "standard" component set is still in development, as frederik mentioned. Different platforms can provide their own component sets with native look and feel, and there are efforts underway to unify the API designs of some component sets current under development.

        I hope this explanation helps.

        Cheers,
        Chris.

        1 Reply Last reply
        0
        • M Offline
          M Offline
          Mat144
          wrote on last edited by
          #4

          Yes, it helps. I was wondering where is that "standard" set of components.

          Thanks for clarification,
          Mateusz.

          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