145 self.bTest.setDisabled( |
145 self.bTest.setDisabled( |
146 self.cStartWith.isChecked() or self.cFilters.isChecked()) |
146 self.cStartWith.isChecked() or self.cFilters.isChecked()) |
147 |
147 |
148 def __getCode4(self, indLevel, indString): |
148 def __getCode4(self, indLevel, indString): |
149 """ |
149 """ |
150 Private method to get the source code for Qt4. |
150 Private method to get the source code for Qt4/Qt5. |
151 |
151 |
152 @param indLevel indentation level (int) |
152 @param indLevel indentation level (int) |
153 @param indString string used for indentation (space or tab) (string) |
153 @param indString string used for indentation (space or tab) (string) |
154 @return generated code (string) |
154 @return generated code (string) |
155 """ |
155 """ |