Qt Chart for displaying download speed
-
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@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). -
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/ -
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/ -
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