src/eric7/Preferences/ConfigurationPages/ProjectPage.py

branch
eric7
changeset 10069
435cc5875135
parent 9653
e67609152c5e
child 10428
a071d4065202
equal deleted inserted replaced
10068:7febcdccb2a1 10069:435cc5875135
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): 143 def create(dlg): # noqa: U100
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
148 @return reference to the instantiated page (ConfigurationPageBase) 148 @return reference to the instantiated page (ConfigurationPageBase)

eric ide

mercurial