Table of Contents

Class: ColorDialogWizardDialog eric3/Wizards/ColorDialogWizard/ColorDialogWizardDialog.py

Module implementing the color dialog wizard dialog.

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

Base Classes   
ColorDialogWizardForm
Methods   
__init__
getCode
handleColorVar
handleRGBVar
testDlg
  __init__ 
__init__ ( self,  parent=None )

Constructor

Arguments

parent
parent widget (QWidget)
  getCode 
getCode (
        self,
        indLevel,
        indString,
        )

Public method to get the source code.

Arguments

indLevel
indentation level (int)
indString
string used for indentation (space or tab) (string)

Returns

generated code (string)

  handleColorVar 
handleColorVar ( self,  text )

Private slot to handle the textChanged signal of eColor.

Arguments

text
the new text (QString)
  handleRGBVar 
handleRGBVar ( self,  text )

Private slot to handle the textChanged signal of eRGB.

Arguments

text
the new text (QString)
  testDlg 
testDlg ( self )

Private method to test the selected options.


Table of Contents

This document was automatically generated by HappyDoc version 2.1