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