src/eric7/Preferences/ConfigurationPages/ApplicationPage.py

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

eric ide

mercurial