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. Perform movement across path
Forum Updated to NodeBB v4.3 + New Features

Perform movement across path

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

    Hi all.

    I'm developing an app using QtQuick 2.0 and C++.
    In the C++ side, I have a class which inherits from QQuickPaintedItem and shows on the QML side some Bezier Curves or different lines.

    What I want is, go across this lines (with a different color point) changing the speed in different points of this bezier curve.
    The key is, speeds changes needs to be in the route of the same Bezier curve no between different Bezier curves

    How could I do that? Which module should I use?

    Thanks.

    PD: this thread is related with "this one":http://qt-project.org/forums/viewthread/25217/

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

      It sounds like you can use use the "PathView":http://qt-project.org/doc/qt-5.0/qtquick/quick-views-pathview-pathview-example-qml.html.

      1 Reply Last reply
      0
      • O Offline
        O Offline
        osfesa
        wrote on last edited by
        #3

        Thank you for your answer.
        But is not what I'm looking for.

        The curves are generated dinamically by C++ with QQuickItem.
        I think how to do it but I'm with a previous problem.

        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