Class: QgsSlider

class qgis.gui.QgsSlider(parent: QWidget = None)

Bases: PyQt5.QtWidgets.QSlider

Constructor for QgsSlider

QgsSlider(orientation: Qt.Orientation, parent: QWidget = None) Constructor for QgsSlider

Parameters

parent

actionEvent()
changeEvent()
childEvent()
closeEvent()
connectNotify()
contextMenuEvent()
create()
customEvent()
destroy()
disconnectNotify()
dragEnterEvent()
dragLeaveEvent()
dragMoveEvent()
dropEvent()
enterEvent()
focusInEvent()
focusNextChild()
focusNextPrevChild()
focusOutEvent()
focusPreviousChild()
hideEvent()
initPainter()
initStyleOption()
inputMethodEvent()
isSignalConnected()
keyPressEvent()
keyReleaseEvent()
leaveEvent()
metric()
mouseDoubleClickEvent()
mouseMoveEvent()
mousePressEvent()
mouseReleaseEvent()
moveEvent()
nativeEvent()
paintEvent(self, event: QPaintEvent)
Parameters

event (QPaintEvent) –

receivers()
repeatAction()
resizeEvent()
sender()
senderSignalIndex()
setMaximum(self, max: Any)
Parameters

max (Any) –

setMinimum(self, min: Any)
Parameters

min (Any) –

setRepeatAction()
setSingleStep(self, step: Any)
Parameters

step (Any) –

setValue(self, value: Any)
Parameters

value (Any) –

sharedPainter()
showEvent()
sliderChange()
tabletEvent()
timerEvent()
updateMicroFocus()
valueChanged

valueChanged(self, Any) [signal]

variantValue(self) → Any
Return type

Any

wheelEvent()