Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    QML visualization thread

    QML and Qt Quick
    2
    3
    958
    Loading More Posts
    • 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.
    • K
      kortus last edited by

      I have a question about the QML system. I have a simple QML file with a rotating text and a TCP connection ( but I think this plays no role). Every time when the client reconnects the host the rotating text stops.

      I use QQuickView and I mean that I have heard that one of the main features of the new QtQuick 2.0 is, that it run in its own thread and thats the reason why the animation shouldn't stop.

      Where is my mistake? What can I do to change the behavior that the animations doesn't stop?

      Thanks to all.

      1 Reply Last reply Reply Quote 0
      • A
        alizadeh91 last edited by

        Hi, Yes in new version of Qt (5.2).
        Are you sure that you are using QT 5.2?
        If yes i think you have to use a version higher than QtQuick2.1 becuase in Qt5.1.1 i am currently using QtQuick2.1 and it doesn't render on its thread!

        1 Reply Last reply Reply Quote 0
        • K
          kortus last edited by

          Thanks, I use QtQuick 2.1 and Qt 5.1.1. Do you have another idea what the reason of this behavior is?

          1 Reply Last reply Reply Quote 0
          • First post
            Last post