Table of Contents

Class: InputDialogWizardDialog eric3/Wizards/InputDialogWizard/InputDialogWizardDialog.py

Module implementing the input dialog wizard dialog.

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

Base Classes   
InputDialogWizardForm
Methods   
__init__
getCode
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)

  testDlg 
testDlg ( self )

Private method to test the selected options.


Table of Contents

This document was automatically generated by HappyDoc version 2.1