comparison: eric6/Preferences/ConfigurationPages/EditorAutocompletionQScintillaPage.py
eric6/Preferences/ConfigurationPages/EditorAutocompletionQScintillaPage.py
- changeset 8218
- 7c09585bd960
- parent 8143
- 2c730d5fd177
equal
deleted
inserted
replaced
24 """ |
24 """ |
25 def __init__(self): |
25 def __init__(self): |
26 """ |
26 """ |
27 Constructor |
27 Constructor |
28 """ |
28 """ |
29 super(EditorAutocompletionQScintillaPage, self).__init__() |
29 super().__init__() |
30 self.setupUi(self) |
30 self.setupUi(self) |
31 self.setObjectName("EditorAutocompletionQScintillaPage") |
31 self.setObjectName("EditorAutocompletionQScintillaPage") |
32 |
32 |
33 # set initial values |
33 # set initial values |
34 self.acShowSingleCheckBox.setChecked( |
34 self.acShowSingleCheckBox.setChecked( |