
QNeedleIndicator
Source (link to git-repo or to original if based on someone elses unmodified work):
Description:
Simple needle indicator. Needle is animated and smoothly moves until set value is reached. Animation can be disabled.
Qt Designer plugin included. Properties are supported.
Project is done in Qt Creator. Screenshot shows test application with 4 widgets and buttons to update them.
Comments are welcome. Last changelog:
Qt Designer plugin included. Properties are supported.
Project is done in Qt Creator. Screenshot shows test application with 4 widgets and buttons to update them.
Comments are welcome.
v0.3.2 - fixed negative range bug
v0.3.1 - licence preamble fix
v0.3.0 - minor ticks, licence, contact info, doxygen docs update
v0.2.0 - added designer plugin and properties support
v0.1.1 - central shield gradient, doxygen documentation and code comments
v0.1.0 - initial release
Ratings & Comments
2 Comments
good!
Hi, The custom widget is really very good. Just few things will added a beautification to it: 1. If possible background can be set, either a image or the color. 2. It's custom property like setValue() should be visible in QT Designer Edit Signals/Slots. e.g user can connect it's value to a spin box through designer itself. 3. Color of the text should be customizable. I will play around with little bit more and get back to you if find something new. Thanks for the control.