src/eric7/Preferences/ConfigurationPages/QtPage.py

branch
eric7
changeset 10683
779cda568acb
parent 10439
21c28b0f9e41
child 10692
9becf9ca115c
equal deleted inserted replaced
10682:47be220abdaf 10683:779cda568acb
233 self.__populateAndSetVenvComboBoxes(False) 233 self.__populateAndSetVenvComboBoxes(False)
234 self.activateWindow() 234 self.activateWindow()
235 self.raise_() 235 self.raise_()
236 236
237 237
238 def create(dlg): # noqa: U100 238 def create(_dlg):
239 """ 239 """
240 Module function to create the configuration page. 240 Module function to create the configuration page.
241 241
242 @param dlg reference to the configuration dialog 242 @param _dlg reference to the configuration dialog (unused)
243 @type ConfigurationDialog 243 @type ConfigurationDialog
244 @return reference to the instantiated page 244 @return reference to the instantiated page
245 @rtype ConfigurationPageBase 245 @rtype ConfigurationPageBase
246 """ 246 """
247 page = QtPage() 247 page = QtPage()

eric ide

mercurial