Qt Forum

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

    Update: Forum Guidelines & Code of Conduct

    Redraw function by using canvas

    QML and Qt Quick
    2
    2
    1036
    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.
    • J
      jjew.isaraporn last edited by

      I am trying to make a graph in qml by using canvas(the same one which is used in html5). I need to redraw the screen every second or so.Is there any function which could update the screen? I want to draw the animation graph which can update value every second.

      1 Reply Last reply Reply Quote 0
      • P
        portoist last edited by

        You can use "Timer":http://qt-project.org/doc/qt-4.8/qml-timer.html to trigger "requestPaint":http://qt-project.org/doc/qt-5.0/qtquick/qml-qtquick2-canvas.html#requestPaint-method or "markDirty":http://qt-project.org/doc/qt-5.0/qtquick/qml-qtquick2-canvas.html#markDirty-method Canvas methods every second

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