56 Preferences.setEditor( |
56 Preferences.setEditor( |
57 "CallTipsStyle", QsciScintilla.CallTipsStyle.CallTipsContext |
57 "CallTipsStyle", QsciScintilla.CallTipsStyle.CallTipsContext |
58 ) |
58 ) |
59 |
59 |
60 |
60 |
61 def create(dlg): |
61 def create(dlg): # noqa: U100 |
62 """ |
62 """ |
63 Module function to create the configuration page. |
63 Module function to create the configuration page. |
64 |
64 |
65 @param dlg reference to the configuration dialog |
65 @param dlg reference to the configuration dialog |
66 @return reference to the instantiated page (ConfigurationPageBase) |
66 @return reference to the instantiated page (ConfigurationPageBase) |