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