--- a/Preferences/ConfigurationPages/TemplatesPage.py Fri Mar 11 08:55:14 2011 +0100 +++ b/Preferences/ConfigurationPages/TemplatesPage.py Fri Mar 11 16:51:57 2011 +0100 @@ -12,6 +12,7 @@ import Preferences + class TemplatesPage(ConfigurationPageBase, Ui_TemplatesPage): """ Class implementing the Templates configuration page. @@ -50,6 +51,7 @@ Preferences.setTemplates("ShowTooltip", self.templatesToolTipCheckBox.isChecked()) + def create(dlg): """ Module function to create the configuration page. @@ -57,4 +59,4 @@ @param dlg reference to the configuration dialog """ page = TemplatesPage() - return page \ No newline at end of file + return page