X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=wizard%2FBWizardPage.py;h=f86e09c4e717164105cfebfde4ded4e52ccb9c08;hb=de286244b7adc34ed3547a21f52b12ca66310f5f;hp=5c4b4bb9650f42d4dd1da35376d26bf7625c03c8;hpb=89e170783dcac57b969ed80881c307b4a5a88584;p=bertos.git diff --git a/wizard/BWizardPage.py b/wizard/BWizardPage.py index 5c4b4bb9..f86e09c4 100644 --- a/wizard/BWizardPage.py +++ b/wizard/BWizardPage.py @@ -85,6 +85,7 @@ class BWizardPage(QWizardPage): """ return QApplication.instance().project.info(key) + @property def project(self): """ Returns the BProject instance. @@ -184,7 +185,7 @@ class BWizardPage(QWizardPage): ## Methodo to be implemented in child classes when needed ## - def reloadData(self): + def reloadData(self, previous_id=None): """ Method called before the page is loaded. The pages that need to use this method have to implement it. @@ -207,4 +208,4 @@ class BWizardPage(QWizardPage): """ pass - #### \ No newline at end of file + ####