From b7a45b51a0f38ef111963ae61b46a40a1bffe9e5 Mon Sep 17 00:00:00 2001 From: duplo Date: Wed, 10 Dec 2008 16:58:38 +0000 Subject: [PATCH] Add stub for the second page git-svn-id: https://src.develer.com/svnoss/bertos/trunk@1991 38d2e660-2303-0410-9eaa-f027e97ec537 --- wizard/BWizardPage.py | 1 - 1 file changed, 1 deletion(-) diff --git a/wizard/BWizardPage.py b/wizard/BWizardPage.py index 3ef8360d..4233fc5b 100644 --- a/wizard/BWizardPage.py +++ b/wizard/BWizardPage.py @@ -17,7 +17,6 @@ class BWizardPage(QWizardPage): def __init__(self, wizardGui, parent = None): QWizardPage.__init__(self, parent) - uic.loadUiType("start.ui") self.pageContent = uic.loadUi(wizardGui, None) layout = QVBoxLayout() layout.addWidget(self.pageContent) -- 2.34.1