60 "RecentNumber", self.multiProjectRecentSpinBox.value() |
60 "RecentNumber", self.multiProjectRecentSpinBox.value() |
61 ) |
61 ) |
62 Preferences.setMultiProject("Workspace", self.workspacePicker.text()) |
62 Preferences.setMultiProject("Workspace", self.workspacePicker.text()) |
63 |
63 |
64 |
64 |
65 def create(dlg): |
65 def create(dlg): # noqa: U100 |
66 """ |
66 """ |
67 Module function to create the configuration page. |
67 Module function to create the configuration page. |
68 |
68 |
69 @param dlg reference to the configuration dialog |
69 @param dlg reference to the configuration dialog |
70 @return reference to the instantiated page (ConfigurationPageBase) |
70 @return reference to the instantiated page (ConfigurationPageBase) |