Modify the ui of the second page
[bertos.git] / wizard / BWizardPage.py
index 3ef8360dec67b522a6d6cdb6614955186fc8320c..699dd9dcbbc71c3e667910d59a4777b1769e3f67 100644 (file)
@@ -17,7 +17,9 @@ class BWizardPage(QWizardPage):
     
     def __init__(self, wizardGui, parent = None):
         QWizardPage.__init__(self, parent)
-        uic.loadUiType("start.ui")
+        # TODO: see why this function call is needed for display the
+        # application icons...
+        uic.loadUiType(wizardGui)
         self.pageContent = uic.loadUi(wizardGui, None)
         layout = QVBoxLayout()
         layout.addWidget(self.pageContent)