eric3.Wizards.FontDialogWizard.FontDialogWizardDialog

Module implementing the font dialog wizard dialog.

Classes

FontDialogWizardDialog Module implementing the font dialog wizard dialog.

Functions

None


FontDialogWizardDialog

Module implementing the font dialog wizard dialog. It displays a dialog for entering the parameters for the QFontDialog code generator.

Derived from

FontDialogWizardForm

Methods

FontDialogWizardDialog Constructor
getCode Public method to get the source code.
handleSelectFont Private slot to handle the button press to select a font via a font selection dialog.
handleVar Private slot to handle the textChanged signal of eVariable.
testDlg Private method to test the selected options.

FontDialogWizardDialog (Constructor)

FontDialogWizardDialog(parent=None)

Constructor

parent
parent widget (QWidget)

FontDialogWizardDialog.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)

FontDialogWizardDialog.handleSelectFont

handleSelectFont()

Private slot to handle the button press to select a font via a font selection dialog.

FontDialogWizardDialog.handleVar

handleVar(text)

Private slot to handle the textChanged signal of eVariable.

text
the new text (QString)

FontDialogWizardDialog.testDlg

testDlg()

Private method to test the selected options.

Up