src/eric7/Preferences/ConfigurationPages/ApplicationPage.py

branch
eric7
changeset 10683
779cda568acb
parent 10439
21c28b0f9e41
child 10837
40cdaa4a847d
equal deleted inserted replaced
10682:47be220abdaf 10683:779cda568acb
159 ) 159 )
160 160
161 Preferences.setUI("UpgraderDelay", self.upgraderDelaySpinBox.value()) 161 Preferences.setUI("UpgraderDelay", self.upgraderDelaySpinBox.value())
162 162
163 163
164 def create(dlg): # noqa: U100 164 def create(_dlg):
165 """ 165 """
166 Module function to create the configuration page. 166 Module function to create the configuration page.
167 167
168 @param dlg reference to the configuration dialog 168 @param _dlg reference to the configuration dialog (unused)
169 @type ConfigurationDialog 169 @type ConfigurationDialog
170 @return reference to the instantiated page 170 @return reference to the instantiated page
171 @rtype ConfigurationPageBase 171 @rtype ConfigurationPageBase
172 """ 172 """
173 page = ApplicationPage() 173 page = ApplicationPage()

eric ide

mercurial