Storyboard
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
 

Properties

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
 

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
readwrite

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

int Slider::maximum
readwrite

maximum value of the slider

int Slider::minimum
readwrite

minimum value of the slider

String Slider::orientation
readwrite

horizontal or vertical

int Slider::value
readwrite

value of the slider


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