Inheritance diagram for DzDial:
Properties | |
Number | lineStep |
Number | max |
Number | min |
Boolean | notchesVisible |
Number | notchSize |
Number | notchTarget |
Number | pageStep |
Boolean | tracking |
Number | value |
Boolean | wrapping |
Constructors | |
DzDial (DzWidget parent) | |
Signals | |
void | dialMoved (Number value) |
Signature: "dialMoved(int)" | |
void | dialPressed () |
Signature: "dialPressed()" | |
void | dialReleased () |
Signature: "dialReleased()" | |
void | valueChanged (Number value) |
Signature: "valueChanged(int)" |
This widget provides a rounded range control like a speedometer.
DzDial::DzDial | ( | DzWidget | parent | ) |
Creates a date time edit widget as a child of the given parent widget
void DzDial::dialMoved | ( | Number | value | ) | [signal] |
Signature: "dialMoved(int)"
Emitted when dial moves, passes the new value of the dial.
void DzDial::dialPressed | ( | ) | [signal] |
Signature: "dialPressed()"
Emitted when the dial is pressed by the user.
void DzDial::dialReleased | ( | ) | [signal] |
Signature: "dialReleased()"
Emitted when the dial is released by the user.
void DzDial::valueChanged | ( | Number | value | ) | [signal] |
Signature: "valueChanged(int)"
Emitted when the value of the dial changes, passes the new value.
int DzDial::lineStep |
The current line step
int DzDial::max |
Holds the maximum value for the widget.
int DzDial::min |
Holds the minimum value for the widget.
Holds whether or not to show notches.
Holds the current notch size. (Read Only)
double DzDial::notchTarget |
Holds the target number of pixels between notches.
int DzDial::pageStep |
The current page step
bool DzDial::tracking |
Holds whether or not to track the cursor, true by default.
int DzDial::value |
Holds the value represented by the widget.
bool DzDial::wrapping |
Holds whether or not the arrow can be rotated 360°, or if some space is left at the bottom.