dde-control-center
Deepin Control Center
|
Public 类型 | |
enum | SliderType { Normal , Vernier , Progress } |
Public 成员函数 | |
DCCSlider (SliderType type=Normal, QWidget *parent=nullptr) | |
DCCSlider (Qt::Orientation orientation, QWidget *parent=nullptr) | |
DCCSlider * | slider () const |
QSlider * | qtSlider () |
void | setType (SliderType type) |
void | setRange (int min, int max) |
void | setTickPosition (QSlider::TickPosition tick) |
void | setTickInterval (int ti) |
void | setSliderPosition (int Position) |
void | setAnnotations (const QStringList &annotations) |
void | setOrientation (Qt::Orientation orientation) |
void | setSeparateValue (int value=0) |
Protected 成员函数 | |
void | wheelEvent (QWheelEvent *e) |
void | paintEvent (QPaintEvent *e) |