Add a little workaround for get the icons work
authorduplo <duplo@38d2e660-2303-0410-9eaa-f027e97ec537>
Thu, 11 Dec 2008 09:27:59 +0000 (09:27 +0000)
committerduplo <duplo@38d2e660-2303-0410-9eaa-f027e97ec537>
Thu, 11 Dec 2008 09:27:59 +0000 (09:27 +0000)
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2000 38d2e660-2303-0410-9eaa-f027e97ec537

wizard/BWizardPage.py

index 4233fc5baf8e3d559e52f6119bc61cce5192e6bc..b278de117b19a3727ca97e50e6850069f4e74337 100644 (file)
@@ -17,6 +17,9 @@ class BWizardPage(QWizardPage):
     
     def __init__(self, wizardGui, parent = None):
         QWizardPage.__init__(self, parent)
+        # TODO: see why this function call is needed for display the
+        # applications icons...
+        uic.loadUiType(wizardGui)
         self.pageContent = uic.loadUi(wizardGui, None)
         layout = QVBoxLayout()
         layout.addWidget(self.pageContent)