QML Knob Element
A knob that has a rotating needle. More...
Properties
Detailed Description
The Knob type provides a visual dial that is styled using images.
Here is a simple Knob:
Property Documentation
Allow users to add items to the knob's model data.
The font characteristics for the numbers that are drawn around the knob.
hintBackgroundColor : string |
The background color of the hint box.
The border color of the hint box.
The border width of the hint box.
The color to use for text of the hint box.
The font family to use for the text of the hint box.
hintFontPixelSize : string |
The pixel size to use for text of the hint box.
The height of the hint box.
The radius of the hint box. Determines the roundness of the hint box.
The width of the hint box.
The source image for the knob's background.
The height of the knob image.
The width of the knob image.
The source image for the knob's needle image.
The height of the needle image.
The width of the needle image.
The initial index for the knob. This will be where the needle will point at initialization.
The current value for the knob.
The height of the mouse area used to move the needle.
The width of the mouse area used to move the needle.
Allow users to remove data items to the knob's model data.
Determines if we show the value to the user in a hint box.
The text color for the numbers that are drawn around the knob.
Sets the knobValue without user intervention.