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): # noqa: U100 |
143 def create(_dlg): |
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 (unused) |
148 @type ConfigurationDialog |
148 @type ConfigurationDialog |
149 @return reference to the instantiated page |
149 @return reference to the instantiated page |
150 @rtype ConfigurationPageBase |
150 @rtype ConfigurationPageBase |
151 """ |
151 """ |
152 page = ProjectPage() |
152 page = ProjectPage() |