Home · All Classes · Modules

QColorDialog Class Reference
[QtGui module]

Inherits QDialog.

Types

Methods

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)

QColor QColorDialog.getColor (QColor, QWidget, QString, ColorDialogOptions options = 0)

(int, bool ok) QColorDialog.getRgba (int initial = 4294967295, QWidget parent = None)

QColorDialog.open (self)

QColorDialog.open (self, QObject, SLOT()SLOT())

QColorDialog.open (self, callable)

ColorDialogOptions QColorDialog.options (self)

QColor QColorDialog.selectedColor (self)

QColorDialog.setCurrentColor (self, QColor)

QColorDialog.setCustomColor (int, int)

QColorDialog.setOption (self, ColorDialogOption, bool on = True)

QColorDialog.setOptions (self, ColorDialogOptions)

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.


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