181 """ |
181 """ |
182 if checked: |
182 if checked: |
183 self.followEditorCheckBox.setChecked(True) |
183 self.followEditorCheckBox.setChecked(True) |
184 |
184 |
185 |
185 |
186 def create(dlg): |
186 def create(dlg): # noqa: U100 |
187 """ |
187 """ |
188 Module function to create the configuration page. |
188 Module function to create the configuration page. |
189 |
189 |
190 @param dlg reference to the configuration dialog |
190 @param dlg reference to the configuration dialog |
191 @return reference to the instantiated page (ConfigurationPageBase) |
191 @return reference to the instantiated page (ConfigurationPageBase) |