Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. 3rd Party Software
  4. [Solved]RealTime graphics
QtWS25 Last Chance

[Solved]RealTime graphics

Scheduled Pinned Locked Moved 3rd Party Software
5 Posts 3 Posters 2.7k 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.
  • T Offline
    T Offline
    toho71
    wrote on last edited by
    #1

    HI
    In my application I need to plot some graphs and I'm using qwt plot to show this data in a linear way..

    But now I Want to show the Data in the plot just in frames of 20 secs and be able to scroll back to the old graph with the old values.

    Is it possible(Yes I think so), but how will I do this.

    Any ideas are welcome
    Sorry for my bad English
    //

    1 Reply Last reply
    0
    • G Offline
      G Offline
      giesbert
      wrote on last edited by
      #2

      What do you mean by frames of 20 secs?
      X - axis should define 20 seconds, and you want to scroll?
      I don't know QWT, but why shouldn't it work?
      In worst case, you store the values and reset the values in the plot.

      Nokia Certified Qt Specialist.
      Programming Is Like Sex: One mistake and you have to support it for the rest of your life. (Michael Sinz)

      1 Reply Last reply
      0
      • T Offline
        T Offline
        toho71
        wrote on last edited by
        #3

        It doesn't got the "scrollers" but I wonder what would happen if I uses the qt Scrollbars and put the qwt plot inside it.
        As I do it for now i clears the value vectors every minute after 2 minutes.

        No good solution.

        1 Reply Last reply
        0
        • K Offline
          K Offline
          koahnig
          wrote on last edited by
          #4

          @toho71
          Did you have a look onto the QWT (6.0) examples?
          There might be something close to what you are looking for.

          Vote the answer(s) that helped you to solve your issue(s)

          1 Reply Last reply
          0
          • T Offline
            T Offline
            toho71
            wrote on last edited by
            #5

            Yes i have looked at the examples but I don't see any thing like this and I'm not the first to need something like this I think.

            any tips??

            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