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. Use QtQuick components in Qt 5.2
Forum Updated to NodeBB v4.3 + New Features

Use QtQuick components in Qt 5.2

Scheduled Pinned Locked Moved QML and Qt Quick
3 Posts 2 Posters 797 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.
  • S Offline
    S Offline
    sellsword
    wrote on last edited by
    #1

    I have an app that uses Qt 5.2 c++ for most of the gui and sometimes dives into QML. For compatability reasons, we can only use QtQuick 1.1 in the qml sections. I need to add a slider and I was hoping to do this using the QtQuick components that were available prior to Qt5 but there doesn't seem to be a way to use them. Does anyone have insight into using QtQuick desktop components in recent releases of Qt?

    1 Reply Last reply
    0
    • J Offline
      J Offline
      Jens
      wrote on last edited by
      #2

      The former qt4 branch of controls is still available: "here":https://qt.gitorious.org/qt/qtquickcontrols/source/d41f99efdb99b337761f0575ad28434f6aaa07ba::

      It is however completely unsupported as it was never released and might not work completely with more recent versions of Qt.

      If you do not particularly care about native look and feel, making your own slider or using one from the examples is also a possibility.

      1 Reply Last reply
      0
      • S Offline
        S Offline
        sellsword
        wrote on last edited by
        #3

        Thanks Jens, I wasn't aware that it hadn't actually released. I'll be looking through that repo today.

        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