Script
|
Simplified slider widget. More...
#include <qswidget.h>
Public Slots | |
void | valueChanged (int value) |
set the value in the slider, triggering the callback More... | |
Properties | |
int | value |
value of the slider More... | |
int | minimum |
minimum value of the slider More... | |
int | maximum |
maximum value of the slider More... | |
String | orientation |
horizontal or vertical More... | |
String | callback |
use this to assign the name of another function. This function will be triggered automatically when the slider value is modified More... | |
Simplified slider widget.
|
slot |
set the value in the slider, triggering the callback
|
readwriteprivate |
use this to assign the name of another function. This function will be triggered automatically when the slider value is modified
|
readwriteprivate |
maximum value of the slider
|
readwriteprivate |
minimum value of the slider
|
readwriteprivate |
horizontal or vertical
|
readwriteprivate |
value of the slider