src/eric7/Preferences/ConfigurationPages/TrayStarterPage.py

branch
eric7
changeset 10069
435cc5875135
parent 9653
e67609152c5e
child 10428
a071d4065202
equal deleted inserted replaced
10068:7febcdccb2a1 10069:435cc5875135
58 elif self.blackWhiteInverseButton.isChecked(): 58 elif self.blackWhiteInverseButton.isChecked():
59 iconName = "erict-bwi" 59 iconName = "erict-bwi"
60 Preferences.setTrayStarter("TrayStarterIcon", iconName) 60 Preferences.setTrayStarter("TrayStarterIcon", iconName)
61 61
62 62
63 def create(dlg): 63 def create(dlg): # noqa: U100
64 """ 64 """
65 Module function to create the configuration page. 65 Module function to create the configuration page.
66 66
67 @param dlg reference to the configuration dialog 67 @param dlg reference to the configuration dialog
68 @return reference to the instantiated page (ConfigurationPageBase) 68 @return reference to the instantiated page (ConfigurationPageBase)

eric ide

mercurial