Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Live plotting of graph in qml
Forum Updated to NodeBB v4.3 + New Features

Live plotting of graph in qml

Scheduled Pinned Locked Moved General and Desktop
4 Posts 4 Posters 3.7k 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.
  • R Offline
    R Offline
    reshmi
    wrote on last edited by
    #1

    Hi

    I need to create a live graph plotting application.The cpp part of the project is continuously sending the data.these data has to plotted dynamically in run time such that the graph will be moving.
    Same as what we see in a ECG.

    How can I implement this in qml.

    What is the appropriate way to do that.

    Regards
    Reshmi.

    1 Reply Last reply
    0
    • V Offline
      V Offline
      Vincent007
      wrote on last edited by
      #2

      If you have time, you can refer to qwt, and then develop UI components like qwt in QML.

      http://qwt.sourceforge.net/curvescreenshots.html
      see CPU usage

      If you have budget, Qt chart should help you.

      1 Reply Last reply
      0
      • jeremy_kJ Offline
        jeremy_kJ Offline
        jeremy_k
        wrote on last edited by
        #3

        The stocqt demo in the qtdeclarative module draws a graph of stock prices.

        https://qt.gitorious.org/qt/qtdeclarative or Examples/Qt-<version>/quick/demos/stocqt/

        Asking a question about code? http://eel.is/iso-c++/testcase/

        1 Reply Last reply
        0
        • p3c0P Offline
          p3c0P Offline
          p3c0
          Moderators
          wrote on last edited by
          #4

          Or you can check "heartMonitor":https://qt.gitorious.org/qt-labs/qt5-everywhere-demo/source/6178748a6ea34df40a8e3c9ce67137e33383bb0e:QtDemo/qml/QtDemo/demos in the Qt Everywhere demo.

          157

          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