From 483e0ab79500ed341bab7d9536b6c6239a0ad513 Mon Sep 17 00:00:00 2001 From: duplo Date: Mon, 24 May 2010 14:27:39 +0000 Subject: [PATCH] Remove "empty main" checkbox. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@3811 38d2e660-2303-0410-9eaa-f027e97ec537 --- wizard/BRoutePage.py | 2 -- wizard/ui/route_select.ui | 38 +------------------------------------- 2 files changed, 1 insertion(+), 39 deletions(-) diff --git a/wizard/BRoutePage.py b/wizard/BRoutePage.py index 5b48a174..2646cab2 100644 --- a/wizard/BRoutePage.py +++ b/wizard/BRoutePage.py @@ -62,7 +62,6 @@ class BRoutePage(BWizardPage): """ Overload of the QWizardPage isComplete method. """ - self.setProjectInfo("EMPTY_MAIN", self.empty_main) self.setProjectInfo("BASE_MODE", not self.advanced) return True @@ -111,7 +110,6 @@ class BRoutePage(BWizardPage): """ Overload of the BWizardPage connectSignals method. """ - self.connect(self.pageContent.emptyCheckBox, SIGNAL("stateChanged(int)"), self, SIGNAL("completeChanged()")) self.connect(self.pageContent.baseButton, SIGNAL("toggled(bool)"), self, SIGNAL("completeChanged()")) def reloadData(self): diff --git a/wizard/ui/route_select.ui b/wizard/ui/route_select.ui index f2525244..3c24bbe8 100644 --- a/wizard/ui/route_select.ui +++ b/wizard/ui/route_select.ui @@ -31,44 +31,8 @@ - - - - false - - - Advanced options - - - - - - Empty main.c - - - - - - - - - advancedButton - toggled(bool) - advancedGroupBox - setEnabled(bool) - - - 41 - 43 - - - 84 - 57 - - - - + -- 2.25.1