Simplified slider widget.
More...
#include <qswidget.h>
|
int | value |
| value of the slider
|
|
int | minimum |
| minimum value of the slider
|
|
int | maximum |
| maximum value of the slider
|
|
String | orientation |
| horizontal or vertical
|
|
String | callback |
| use this to assign the name of another function. This function will be triggered automatically when the slider value is modified
|
|
Simplified slider widget.
void Slider::valueChanged |
( |
int |
value | ) |
|
|
slot |
set the value in the slider, triggering the callback
use this to assign the name of another function. This function will be triggered automatically when the slider value is modified
maximum value of the slider
minimum value of the slider
String Slider::orientation |
|
readwrite |
The documentation for this class was generated from the following file: