From 160b7485c7930b724f8c724107cb4058ce985222 Mon Sep 17 00:00:00 2001 From: duplo Date: Thu, 16 Apr 2009 09:23:30 +0000 Subject: [PATCH] Remove useless output git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2514 38d2e660-2303-0410-9eaa-f027e97ec537 --- wizard/BOutputPage.py | 4 +- wizard/ui/output_select.ui | 175 +++++++++---------------------------- 2 files changed, 40 insertions(+), 139 deletions(-) diff --git a/wizard/BOutputPage.py b/wizard/BOutputPage.py index aea68aaf..c36ec390 100644 --- a/wizard/BOutputPage.py +++ b/wizard/BOutputPage.py @@ -4,7 +4,7 @@ # Copyright 2009 Develer S.r.l. (http://www.develer.com/) # All rights reserved. # -# $Id:$ +# $Id$ # # Author: Lorenzo Berni # @@ -34,8 +34,6 @@ class BOutputPage(BWizardPage): """ Connects the signals with the related slots. """ - self.connect(self.pageContent.eclipseCheckBox, SIGNAL("stateChanged(int)"), lambda checked: self.modeChecked(checked, "eclipse")) - self.connect(self.pageContent.xcodeCheckBox, SIGNAL("stateChanged(int)"), lambda checked: self.modeChecked(checked, "xcode")) self.connect(self.pageContent.codeliteCheckBox, SIGNAL("stateChanged(int)"), lambda checked: self.modeChecked(checked, "codelite")) #### diff --git a/wizard/ui/output_select.ui b/wizard/ui/output_select.ui index 22ac30ee..d2324de7 100644 --- a/wizard/ui/output_select.ui +++ b/wizard/ui/output_select.ui @@ -1,57 +1,58 @@ - + + Form - - + + 0 0 - 358 + 359 372 - - + + 0 0 - + Form - + - - + + QFrame::StyledPanel - + QFrame::Raised - + - - + + false - + BeRTOS build system - + true - + true - + - - + + Qt::Horizontal - + 40 20 @@ -60,8 +61,8 @@ - - + + Classic BeRTOS makefile based project @@ -72,130 +73,32 @@ - - - false - - - QFrame::StyledPanel - - - QFrame::Raised - - - - - - Eclipse project - - - - - - - - - Qt::Horizontal - - - - 40 - 20 - - - - - - - - false - - - Eclipse project files and configurations - - - - - - - - - - - - false - - - QFrame::StyledPanel - - - QFrame::Raised - - - - - - XCode project - - - - - - - - - Qt::Horizontal - - - - 40 - 20 - - - - - - - - false - - - XCode project files and configurations - - - - - - - - - - - + + true - + QFrame::StyledPanel - + QFrame::Raised - + - - + + CodeLite project - + - - + + Qt::Horizontal - + 40 20 @@ -204,11 +107,11 @@ - - - false + + + true - + CodeLite project files and configurations -- 2.25.1