eric3.Wizards.InputDialogWizard.InputDialogWizardDialog

Module implementing the input dialog wizard dialog.

Classes

InputDialogWizardDialog Module implementing the input dialog wizard dialog.

Functions

None


InputDialogWizardDialog

Module implementing the input dialog wizard dialog. It displays a dialog for entering the parameters for the QInputDialog code generator.

Derived from

InputDialogWizardForm

Methods

InputDialogWizardDialog Constructor
getCode Public method to get the source code.
testDlg Private method to test the selected options.

InputDialogWizardDialog (Constructor)

InputDialogWizardDialog(parent=None)

Constructor

parent
-- parent widget (QWidget)

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

InputDialogWizardDialog.testDlg

testDlg()

Private method to test the selected options.

Up