Plugins/WizardPlugins/InputDialogWizard/InputDialogWizardDialog.py

changeset 3591
2f2a4a76dd22
parent 3484
645c12de6b0c
child 3656
441956d8fce5
equal deleted inserted replaced
3590:5280e37405b8 3591:2f2a4a76dd22
115 doubleTo, 115 doubleTo,
116 self.sDoubleDecimals.value()) 116 self.sDoubleDecimals.value())
117 117
118 def getCode(self, indLevel, indString): 118 def getCode(self, indLevel, indString):
119 """ 119 """
120 Private method to get the source code for Qt4/Qt5. 120 Public method to get the source code for Qt4/Qt5.
121 121
122 @param indLevel indentation level (int) 122 @param indLevel indentation level (int)
123 @param indString string used for indentation (space or tab) (string) 123 @param indString string used for indentation (space or tab) (string)
124 @return generated code (string) 124 @return generated code (string)
125 """ 125 """

eric ide

mercurial