Script
Public Slots | Properties | List of all members
Slider Class Reference

Simplified slider widget. More...

#include <qswidget.h>

Inheritance diagram for Slider:
Inheritance graph
[legend]
Collaboration diagram for Slider:
Collaboration graph
[legend]

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...
 

Detailed Description

Simplified slider widget.

Member Function Documentation

void Slider::valueChanged ( int  value)
slot

set the value in the slider, triggering the callback

Property Documentation

String Slider::callback
readwriteprivate

use this to assign the name of another function. This function will be triggered automatically when the slider value is modified

int Slider::maximum
readwriteprivate

maximum value of the slider

int Slider::minimum
readwriteprivate

minimum value of the slider

String Slider::orientation
readwriteprivate

horizontal or vertical

int Slider::value
readwriteprivate

value of the slider


The documentation for this class was generated from the following file: