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. Redraw function by using canvas
Forum Updated to NodeBB v4.3 + New Features

Redraw function by using canvas

Scheduled Pinned Locked Moved QML and Qt Quick
2 Posts 2 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.
  • J Offline
    J Offline
    jjew.isaraporn
    wrote on last edited by
    #1

    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
    0
    • P Offline
      P Offline
      portoist
      wrote on last edited by
      #2

      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
      0

      • Login

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved