src/eric7/Preferences/ConfigurationPages/ViewmanagerPage.py

branch
eric7
changeset 10069
435cc5875135
parent 9653
e67609152c5e
child 10373
093dcebe5ecb
equal deleted inserted replaced
10068:7febcdccb2a1 10069:435cc5875135
80 80
81 self.previewPixmap.setPixmap(pixmap) 81 self.previewPixmap.setPixmap(pixmap)
82 self.tabViewGroupBox.setEnabled(workspace == "tabview") 82 self.tabViewGroupBox.setEnabled(workspace == "tabview")
83 83
84 84
85 def create(dlg): 85 def create(dlg): # noqa: U100
86 """ 86 """
87 Module function to create the configuration page. 87 Module function to create the configuration page.
88 88
89 @param dlg reference to the configuration dialog 89 @param dlg reference to the configuration dialog
90 @return reference to the instantiated page (ConfigurationPageBase) 90 @return reference to the instantiated page (ConfigurationPageBase)

eric ide

mercurial