eric6/Plugins/WizardPlugins/InputDialogWizard/InputDialogWizardDialog.py

branch
without_py2_and_pyqt4
changeset 7198
684261ef2165
parent 6942
2602857055c5
child 7229
53054eb5b15a
equal deleted inserted replaced
7197:331569d44b19 7198:684261ef2165
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 Public method to get the source code for Qt4/Qt5. 120 Public method to get the source code for 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