QColorDialog Class Reference
[QtGui module]
Inherits QDialog.
Types
Methods
- __init__ (self, QWidget parent = None)
- __init__ (self, QColor, QWidget parent = None)
- changeEvent (self, QEvent)
- QColor currentColor (self)
- done (self, int)
- open (self)
- open (self, QObject, SLOT()SLOT())
- open (self, callable)
- ColorDialogOptions options (self)
- QColor selectedColor (self)
- setCurrentColor (self, QColor)
- setOption (self, ColorDialogOption, bool on = True)
- setOptions (self, ColorDialogOptions)
- setVisible (self, bool)
- bool testOption (self, ColorDialogOption)
Static Methods
Qt Signals
Detailed Description
Type Documentation
QColorDialog.ColorDialogOption
Method Documentation
QColorDialog.__init__ (self, QWidget parent = None)
The parent argument, if not None, causes self to be owned by Qt instead of PyQt.
QColorDialog.__init__ (self, QColor, QWidget parent = None)
The parent argument, if not None, causes self to be owned by Qt instead of PyQt.
QColorDialog.changeEvent (self, QEvent)
QColor QColorDialog.currentColor (self)
int QColorDialog.customColor (int)
int QColorDialog.customCount ()
QColorDialog.done (self, int)
QColor QColorDialog.getColor (QColor initial = Qt.white, QWidget parent = None)
(int, bool ok) QColorDialog.getRgba (int initial = 4294967295, QWidget parent = None)
QColorDialog.open (self)
QColorDialog.open (self, QObject, SLOT()SLOT())
QColorDialog.open (self, callable)
QColor QColorDialog.selectedColor (self)
QColorDialog.setCurrentColor (self, QColor)
QColorDialog.setCustomColor (int, int)
QColorDialog.setOption (self, ColorDialogOption, bool on = True)
QColorDialog.setStandardColor (int, int)
QColorDialog.setVisible (self, bool)
bool QColorDialog.testOption (self, ColorDialogOption)
Qt Signal Documentation
void colorSelected (const QColor&)
This is the default overload of this signal.
void currentColorChanged (const QColor&)
This is the default overload of this signal.