Plugins/WizardPlugins/InputDialogWizard/InputDialogWizardDialog.py

changeset 2297
e8a46f81517c
parent 2094
88620e11c67c
child 2302
f29e9405c851
equal deleted inserted replaced
2296:da3757bc5218 2297:e8a46f81517c
110 doubleTo, 110 doubleTo,
111 self.sDoubleDecimals.value()) 111 self.sDoubleDecimals.value())
112 112
113 def __getCode4(self, indLevel, indString): 113 def __getCode4(self, indLevel, indString):
114 """ 114 """
115 Private method to get the source code for Qt4. 115 Private method to get the source code for Qt4/Qt5.
116 116
117 @param indLevel indentation level (int) 117 @param indLevel indentation level (int)
118 @param indString string used for indentation (space or tab) (string) 118 @param indString string used for indentation (space or tab) (string)
119 @return generated code (string) 119 @return generated code (string)
120 """ 120 """

eric ide

mercurial