53 self.docstringStyleComboBox.addItem(self.tr("None"), "") |
53 self.docstringStyleComboBox.addItem(self.tr("None"), "") |
54 for docstringType, docstringStyle in sorted( |
54 for docstringType, docstringStyle in sorted( |
55 getSupportedDocstringTypes() |
55 getSupportedDocstringTypes() |
56 ): |
56 ): |
57 self.docstringStyleComboBox.addItem(docstringStyle, docstringType) |
57 self.docstringStyleComboBox.addItem(docstringStyle, docstringType) |
58 ## |
|
59 ## self.testingFrameworkComboBox.addItem(self.tr("None"), "") |
|
60 ## for framework in sorted(FrameworkNames): |
|
61 ## self.testingFrameworkComboBox.addItem(framework, framework) |
|
62 |
58 |
63 self.project = project |
59 self.project = project |
64 self.newProject = new |
60 self.newProject = new |
65 self.transPropertiesDlg = None |
61 self.transPropertiesDlg = None |
66 self.spellPropertiesDlg = None |
62 self.spellPropertiesDlg = None |