138 Preferences.setProject( |
138 Preferences.setProject( |
139 "RestartShellForProject", self.restartShellCheckBox.isChecked() |
139 "RestartShellForProject", self.restartShellCheckBox.isChecked() |
140 ) |
140 ) |
141 |
141 |
142 |
142 |
143 def create(dlg): |
143 def create(dlg): # noqa: U100 |
144 """ |
144 """ |
145 Module function to create the configuration page. |
145 Module function to create the configuration page. |
146 |
146 |
147 @param dlg reference to the configuration dialog |
147 @param dlg reference to the configuration dialog |
148 @return reference to the instantiated page (ConfigurationPageBase) |
148 @return reference to the instantiated page (ConfigurationPageBase) |