src/eric7/Preferences/ConfigurationPages/ProjectBrowserPage.py

branch
eric7
changeset 10683
779cda568acb
parent 10621
f5631f40c4d9
child 11090
f5f5f5803935
equal deleted inserted replaced
10682:47be220abdaf 10683:779cda568acb
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()

eric ide

mercurial