Home · All Classes · Modules

QAbstractSlider Class Reference
[QtGui module]

Inherits QWidget.

Inherited by QDial, QScrollBar and QSlider.

Types

Methods

Qt Signals


Detailed Description


Type Documentation

QAbstractSlider.SliderAction

QAbstractSlider.SliderChange


Method Documentation

QAbstractSlider.__init__ (self, QWidget parent = None)

The parent argument, if not None, causes self to be owned by Qt instead of PyQt.

QAbstractSlider.changeEvent (self, QEvent)

bool QAbstractSlider.event (self, QEvent)

bool QAbstractSlider.hasTracking (self)

bool QAbstractSlider.invertedAppearance (self)

bool QAbstractSlider.invertedControls (self)

bool QAbstractSlider.isSliderDown (self)

QAbstractSlider.keyPressEvent (self, QKeyEvent)

int QAbstractSlider.maximum (self)

int QAbstractSlider.minimum (self)

Qt.Orientation QAbstractSlider.orientation (self)

int QAbstractSlider.pageStep (self)

SliderAction QAbstractSlider.repeatAction (self)

QAbstractSlider.setInvertedAppearance (self, bool)

QAbstractSlider.setInvertedControls (self, bool)

QAbstractSlider.setMaximum (self, int)

QAbstractSlider.setMinimum (self, int)

QAbstractSlider.setOrientation (self, Qt.Orientation)

This method is also a Qt slot with the C++ signature void setOrientation(Qt::Orientation).

QAbstractSlider.setPageStep (self, int)

QAbstractSlider.setRange (self, int, int)

QAbstractSlider.setRepeatAction (self, SliderAction, int thresholdTime = 500, int repeatTime = 50)

QAbstractSlider.setSingleStep (self, int)

QAbstractSlider.setSliderDown (self, bool)

QAbstractSlider.setSliderPosition (self, int)

QAbstractSlider.setTracking (self, bool)

QAbstractSlider.setValue (self, int)

This method is also a Qt slot with the C++ signature void setValue(int).

int QAbstractSlider.singleStep (self)

QAbstractSlider.sliderChange (self, SliderChange)

int QAbstractSlider.sliderPosition (self)

QAbstractSlider.timerEvent (self, QTimerEvent)

QAbstractSlider.triggerAction (self, SliderAction)

int QAbstractSlider.value (self)

QAbstractSlider.wheelEvent (self, QWheelEvent)


Qt Signal Documentation

void actionTriggered (int)

This is the default overload of this signal.

void rangeChanged (int,int)

This is the default overload of this signal.

void sliderMoved (int)

This is the default overload of this signal.

void sliderPressed ()

This is the default overload of this signal.

void sliderReleased ()

This is the default overload of this signal.

void valueChanged (int)

This is the default overload of this signal.


PyQt 4.8 for X11Copyright © Riverbank Computing Ltd and Nokia 2010Qt 4.7.0