184 """ |
184 """ |
185 if checked: |
185 if checked: |
186 self.followEditorCheckBox.setChecked(True) |
186 self.followEditorCheckBox.setChecked(True) |
187 |
187 |
188 |
188 |
189 def create(dlg): # noqa: U100 |
189 def create(_dlg): |
190 """ |
190 """ |
191 Module function to create the configuration page. |
191 Module function to create the configuration page. |
192 |
192 |
193 @param dlg reference to the configuration dialog |
193 @param _dlg reference to the configuration dialog (unused) |
194 @type ConfigurationDialog |
194 @type ConfigurationDialog |
195 @return reference to the instantiated page |
195 @return reference to the instantiated page |
196 @rtype ConfigurationPageBase |
196 @rtype ConfigurationPageBase |
197 """ |
197 """ |
198 page = ProjectBrowserPage() |
198 page = ProjectBrowserPage() |