Home · All Classes · Modules

QDial Class Reference
[QtGui module]

Inherits QAbstractSlider.

Methods


Detailed Description


Method Documentation

QDial.__init__ (self, QWidget parent = None)

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

bool QDial.event (self, QEvent)

QDial.initStyleOption (self, QStyleOptionSlider)

QSize QDial.minimumSizeHint (self)

QDial.mouseMoveEvent (self, QMouseEvent)

QDial.mousePressEvent (self, QMouseEvent)

QDial.mouseReleaseEvent (self, QMouseEvent)

bool QDial.notchesVisible (self)

int QDial.notchSize (self)

float QDial.notchTarget (self)

QDial.paintEvent (self, QPaintEvent)

QDial.resizeEvent (self, QResizeEvent)

QDial.setNotchesVisible (self, bool)

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

QDial.setNotchTarget (self, float)

QDial.setWrapping (self, bool)

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

QSize QDial.sizeHint (self)

QDial.sliderChange (self, QAbstractSlider.SliderChange)

bool QDial.wrapping (self)


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