Definition at line 701 of file qstyleoption.h.
#include <qstyleoption.h>

Public Types |
|
| enum | StyleOptionType { Type = SO_Slider } |
| enum | StyleOptionVersion { Version = 1 } |
Public Member Functions |
|
| QStyleOptionSlider () | |
| QStyleOptionSlider (const QStyleOptionSlider &other) | |
Public Attributes |
|
| Qt::Orientation | orientation |
| int | minimum |
| int | maximum |
| QSlider::TickPosition | tickPosition |
| int | tickInterval |
| bool | upsideDown |
| int | sliderPosition |
| int | sliderValue |
| int | singleStep |
| int | pageStep |
| qreal | notchTarget |
| bool | dialWrapping |
Protected Member Functions |
|
| QStyleOptionSlider (int version) | |
| enum StyleOptionType |
Reimplemented from QStyleOptionComplex.
Definition at line 704 of file qstyleoption.h.
| enum StyleOptionVersion |
Reimplemented from QStyleOptionComplex.
Definition at line 705 of file qstyleoption.h.
{ Version = 1 };
| QStyleOptionSlider | ( | const QStyleOptionSlider & | other | ) | [inline] |
Definition at line 721 of file qstyleoption.h.
: QStyleOptionComplex(Version, Type) { *this = other; }
| QStyleOptionSlider | ( | int | version | ) | [protected] |
Definition at line 707 of file qstyleoption.h.
| int minimum |
Definition at line 708 of file qstyleoption.h.
| int maximum |
Definition at line 709 of file qstyleoption.h.
Definition at line 710 of file qstyleoption.h.
| int tickInterval |
Definition at line 711 of file qstyleoption.h.
| bool upsideDown |
Definition at line 712 of file qstyleoption.h.
| int sliderPosition |
Definition at line 713 of file qstyleoption.h.
| int sliderValue |
Definition at line 714 of file qstyleoption.h.
| int singleStep |
Definition at line 715 of file qstyleoption.h.
| int pageStep |
Definition at line 716 of file qstyleoption.h.
| qreal notchTarget |
Definition at line 717 of file qstyleoption.h.
| bool dialWrapping |
Definition at line 718 of file qstyleoption.h.