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. Qt Chart for displaying download speed
Forum Update on Monday, May 27th 2025

Qt Chart for displaying download speed

Scheduled Pinned Locked Moved Unsolved General and Desktop
6 Posts 4 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.
  • E Offline
    E Offline
    euchkatzl
    wrote on last edited by
    #1

    Hi,
    i'm wondering if there is any chart where i can show my actual download speed.

    Just an endless animated graph with dynamic input data.

    Like this :
    Link

    kshegunovK 1 Reply Last reply
    0
    • E euchkatzl

      Hi,
      i'm wondering if there is any chart where i can show my actual download speed.

      Just an endless animated graph with dynamic input data.

      Like this :
      Link

      kshegunovK Offline
      kshegunovK Offline
      kshegunov
      Moderators
      wrote on last edited by
      #2

      @euchkatzl
      Well, there's Qt Charts module, which are part of the commercial license. If you don't have such a license you could either google for some widget or write it yourself (it's a pretty simple widget to make).

      Read and abide by the Qt Code of Conduct

      1 Reply Last reply
      1
      • mrjjM Offline
        mrjjM Offline
        mrjj
        Lifetime Qt Champion
        wrote on last edited by
        #3

        note:
        http://blog.qt.io/blog/2016/01/18/qt-charts-2-1-0-release/
        says
        "the Qt Add-ons licensing will be changed so that the Qt Charts module becomes available under both GPLv3 and commercial license terms."

        so should be usable with GPLv3 also ?

        There are also
        http://qwt.sourceforge.net/
        and
        http://www.qcustomplot.com/

        kshegunovK 1 Reply Last reply
        0
        • mrjjM mrjj

          note:
          http://blog.qt.io/blog/2016/01/18/qt-charts-2-1-0-release/
          says
          "the Qt Add-ons licensing will be changed so that the Qt Charts module becomes available under both GPLv3 and commercial license terms."

          so should be usable with GPLv3 also ?

          There are also
          http://qwt.sourceforge.net/
          and
          http://www.qcustomplot.com/

          kshegunovK Offline
          kshegunovK Offline
          kshegunov
          Moderators
          wrote on last edited by
          #4

          @mrjj said:

          "the Qt Add-ons licensing will be changed so that the Qt Charts module becomes available under both GPLv3 and commercial license terms."

          For Qt 5.7 as far as I understand it.

          Read and abide by the Qt Code of Conduct

          1 Reply Last reply
          1
          • E Offline
            E Offline
            euchkatzl
            wrote on last edited by
            #5

            Yes the QtCharts Module is available with GPLv3.
            I have already compiled it on my own.

            The question was if anybody has experience with that module and can give me an short advice wich chart i could use.

            1 Reply Last reply
            0
            • SGaistS Offline
              SGaistS Offline
              SGaist
              Lifetime Qt Champion
              wrote on last edited by
              #6

              Hi,

              One thing that seems to be often used is a donut like display like a car's engine load.

              You could use the donut chart example to get started.

              Hope it helps

              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

              • Login

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