Phonon.SeekSlider Class Reference
[phonon module]
Inherits QWidget.
Methods
- __init__ (self, QWidget parent = None)
- __init__ (self, MediaObject, QWidget parent = None)
- bool hasTracking (self)
- QSize iconSize (self)
- bool isIconVisible (self)
- MediaObject mediaObject (self)
- Qt.Orientation orientation (self)
- int pageStep (self)
- setIconSize (self, QSize)
- setIconVisible (self, bool)
- setMediaObject (self, MediaObject)
- setOrientation (self, Qt.Orientation)
- setPageStep (self, int)
- setSingleStep (self, int)
- setTracking (self, bool)
- int singleStep (self)
Detailed Description
Method Documentation
SeekSlider.__init__ (self, QWidget parent = None)
The parent argument, if not None, causes self to be owned by Qt instead of PyQt.
SeekSlider.__init__ (self, MediaObject, QWidget parent = None)
The parent argument, if not None, causes self to be owned by Qt instead of PyQt.
bool SeekSlider.hasTracking (self)
QSize SeekSlider.iconSize (self)
bool SeekSlider.isIconVisible (self)
MediaObject SeekSlider.mediaObject (self)
Qt.Orientation SeekSlider.orientation (self)
int SeekSlider.pageStep (self)
SeekSlider.setIconSize (self, QSize)
This method is also a Qt slot with the C++ signature void setIconSize(const QSize&).
SeekSlider.setIconVisible (self, bool)
This method is also a Qt slot with the C++ signature void setIconVisible(bool).
SeekSlider.setMediaObject (self, MediaObject)
This method is also a Qt slot with the C++ signature void setMediaObject(Phonon::MediaObject *).
SeekSlider.setOrientation (self, Qt.Orientation)
This method is also a Qt slot with the C++ signature void setOrientation(Qt::Orientation).
SeekSlider.setPageStep (self, int)
SeekSlider.setSingleStep (self, int)
SeekSlider.setTracking (self, bool)
int SeekSlider.singleStep (self)