Contains the color, text and value of one slider.
More...
#include <levelslider.h>
|
|
QColor | color |
| | The color of the slider and font.
|
| |
|
QString | text |
| | The text beside the slider, a empty string disables text.
|
| |
|
bool | visible |
| | Visibility of the slider.
|
| |
|
double | minimum |
| | Minimum (left/top) value for the slider.
|
| |
|
double | maximum |
| | Maximum (right/bottom) value for the slider.
|
| |
|
double | step |
| | The distance between selectable slider positions.
|
| |
|
double | value |
| | The current value of the slider.
|
| |
|
QRect | rect |
| | The area where the slider is drawn.
|
| |
Contains the color, text and value of one slider.
The documentation for this struct was generated from the following file: