src/eric7/Preferences/ConfigurationPages/QtPage.py

branch
eric7
changeset 10069
435cc5875135
parent 9653
e67609152c5e
child 10428
a071d4065202
equal deleted inserted replaced
10068:7febcdccb2a1 10069:435cc5875135
231 self.__populateAndSetVenvComboBoxes(False) 231 self.__populateAndSetVenvComboBoxes(False)
232 self.activateWindow() 232 self.activateWindow()
233 self.raise_() 233 self.raise_()
234 234
235 235
236 def create(dlg): 236 def create(dlg): # noqa: U100
237 """ 237 """
238 Module function to create the configuration page. 238 Module function to create the configuration page.
239 239
240 @param dlg reference to the configuration dialog 240 @param dlg reference to the configuration dialog
241 @return reference to the instantiated page (ConfigurationPageBase) 241 @return reference to the instantiated page (ConfigurationPageBase)

eric ide

mercurial