40 Preferences.setEditor( |
40 Preferences.setEditor( |
41 "MouseClickHandlersEnabled", self.mcEnabledCheckBox.isChecked() |
41 "MouseClickHandlersEnabled", self.mcEnabledCheckBox.isChecked() |
42 ) |
42 ) |
43 |
43 |
44 |
44 |
45 def create(dlg): |
45 def create(dlg): # noqa: U100 |
46 """ |
46 """ |
47 Module function to create the configuration page. |
47 Module function to create the configuration page. |
48 |
48 |
49 @param dlg reference to the configuration dialog |
49 @param dlg reference to the configuration dialog |
50 @return reference to the instantiated page (ConfigurationPageBase) |
50 @return reference to the instantiated page (ConfigurationPageBase) |