QDial Class Reference
[QtGui module]
Inherits QAbstractSlider.
Methods
- __init__ (self, QWidget parent = None)
- bool event (self, QEvent)
- initStyleOption (self, QStyleOptionSlider)
- QSize minimumSizeHint (self)
- mouseMoveEvent (self, QMouseEvent)
- mousePressEvent (self, QMouseEvent)
- mouseReleaseEvent (self, QMouseEvent)
- bool notchesVisible (self)
- int notchSize (self)
- float notchTarget (self)
- paintEvent (self, QPaintEvent)
- resizeEvent (self, QResizeEvent)
- setNotchesVisible (self, bool)
- setNotchTarget (self, float)
- setWrapping (self, bool)
- QSize sizeHint (self)
- sliderChange (self, QAbstractSlider.SliderChange)
- bool wrapping (self)
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)
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)
bool QDial.wrapping (self)