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. How can I make a multi channels real time plotting tool by using Qt and Qwt?
Forum Update on Monday, May 27th 2025

How can I make a multi channels real time plotting tool by using Qt and Qwt?

Scheduled Pinned Locked Moved General and Desktop
4 Posts 3 Posters 1.6k Views
  • 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 Offline
    K Offline
    Kale Lou
    wrote on 22 Nov 2013, 00:47 last edited by
    #1

    Hi,

    I am trying to implement a real time plotting tool for displaying multi-channel bit streams. Each channel should have its own plotting window and all the plotting windows should be in one big main window. Does Qwt or Qt has "subplots" function or any similar ones for doing this kind of work? I am very new to Qt and Qwt, Can anyone give me any related examples or links?

    Thanks

    1 Reply Last reply
    0
    • S Offline
      S Offline
      Seamus Boyle
      wrote on 22 Nov 2013, 01:44 last edited by
      #2

      I think the 'cpuplot', and 'plotmatrix' examples is what your after, they are located in the examples, and playground directories included with Qwt.

      1 Reply Last reply
      0
      • K Offline
        K Offline
        Kale Lou
        wrote on 22 Nov 2013, 02:28 last edited by
        #3

        Hi,

        Thanks for your reply. BUT the "cpuplot" is multiple curves in one window. What I need is one curve in one window and multiple windows together in one main window. And the 'plotmatrix' is not in Qwt 6.1 package.

        Any other suggestions?

        Thanks,

        1 Reply Last reply
        0
        • S Offline
          S Offline
          SGaist
          Lifetime Qt Champion
          wrote on 22 Nov 2013, 08:10 last edited by
          #4

          Hi,

          Then create one plot per channel and use a QGridLayout to put them together in your main widget. All examples in the documentation uses that kind of approach, either building up the interface by hand or using Designer.

          Interested in AI ? www.idiap.ch
          Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

          1 Reply Last reply
          0

          1/4

          22 Nov 2013, 00:47

          • Login

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