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 """ |