src/eric7/Preferences/ConfigurationPages/ProjectBrowserPage.py

branch
eric7
changeset 10069
435cc5875135
parent 9653
e67609152c5e
child 10373
093dcebe5ecb
equal deleted inserted replaced
10068:7febcdccb2a1 10069:435cc5875135
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)

eric ide

mercurial