87 Preferences.setVCS("ShowVcsToolbar", self.vcsToolbarCheckBox.isChecked()) |
87 Preferences.setVCS("ShowVcsToolbar", self.vcsToolbarCheckBox.isChecked()) |
88 |
88 |
89 self.saveColours(Preferences.setProjectBrowserColour) |
89 self.saveColours(Preferences.setProjectBrowserColour) |
90 |
90 |
91 |
91 |
92 def create(dlg): |
92 def create(dlg): # noqa: U100 |
93 """ |
93 """ |
94 Module function to create the configuration page. |
94 Module function to create the configuration page. |
95 |
95 |
96 @param dlg reference to the configuration dialog |
96 @param dlg reference to the configuration dialog |
97 @return reference to the instantiated page (ConfigurationPageBase) |
97 @return reference to the instantiated page (ConfigurationPageBase) |