Qt 6.11 is out! See what's new in the release
blog
Custom Speedometer Widget
General and Desktop
4
Posts
4
Posters
10.3k
Views
1
Watching
-
I just started using style sheets for my objects in Qt to change colors / geometry / etc. I would like to try to make a Custom Speedometer, or even just a meter. I am getting streaming data from a Tcp socket and would like to use the speedometer or circular meter to show a visual representation of the streaming values coming in the socket. My thought would be to do a QStyleSheet on a QDial.
Does anyone know of a good example to look at?
Thanks!
-
I think you should look "here":http://qt-apps.org/
-
Take a look at the "analogwidget":http://qt-apps.org/content/show.php/AnalogWidgets?content=87780 lib
-
More options: