eric3.Wizards.ColorDialogWizard.ColorDialogWizardDialog

Module implementing the color dialog wizard dialog.

Classes

ColorDialogWizardDialog Module implementing the color dialog wizard dialog.

Functions

None

ColorDialogWizardDialog

Module implementing the color dialog wizard dialog.

It displays a dialog for entering the parameters for the QColorDialog code generator.

Derived from

ColorDialogWizardForm

Methods

ColorDialogWizardDialog Constructor
getCode Public method to get the source code.
handleColorVar Private slot to handle the textChanged signal of eColor.
handleRGBVar Private slot to handle the textChanged signal of eRGB.
testDlg Private method to test the selected options.

ColorDialogWizardDialog (Constructor)

ColorDialogWizardDialog(parent=None)

Constructor

parent
parent widget (QWidget)

ColorDialogWizardDialog.getCode

getCode(indLevel, indString)

Public method to get the source code.

indLevel
indentation level (int)
indString
string used for indentation (space or tab) (string)
Returns:
generated code (string)

ColorDialogWizardDialog.handleColorVar

handleColorVar(text)

Private slot to handle the textChanged signal of eColor.

text
the new text (QString)

ColorDialogWizardDialog.handleRGBVar

handleRGBVar(text)

Private slot to handle the textChanged signal of eRGB.

text
the new text (QString)

ColorDialogWizardDialog.testDlg

testDlg()

Private method to test the selected options.

Up