src/eric7/Preferences/ConfigurationPages/ViewmanagerPage.py

branch
eric7
changeset 10683
779cda568acb
parent 10439
21c28b0f9e41
child 10692
9becf9ca115c
equal deleted inserted replaced
10682:47be220abdaf 10683:779cda568acb
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): # noqa: U100 85 def create(_dlg):
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 (unused)
90 @type ConfigurationDialog 90 @type ConfigurationDialog
91 @return reference to the instantiated page 91 @return reference to the instantiated page
92 @rtype ConfigurationPageBase 92 @rtype ConfigurationPageBase
93 """ 93 """
94 page = ViewmanagerPage() 94 page = ViewmanagerPage()

eric ide

mercurial