src/eric7/Preferences/ConfigurationPages/ProjectPage.py

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

eric ide

mercurial