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) |