From 0dc6365f51734b17c163970c644fca489b7f1efa Mon Sep 17 00:00:00 2001 From: duplo Date: Wed, 17 Dec 2008 16:15:12 +0000 Subject: [PATCH] Add the CPU select page git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2064 38d2e660-2303-0410-9eaa-f027e97ec537 --- wizard/BCpuPage.py | 19 +++++++++++++++++++ wizard/cpu_select.ui | 34 ++++++++-------------------------- 2 files changed, 27 insertions(+), 26 deletions(-) create mode 100644 wizard/BCpuPage.py diff --git a/wizard/BCpuPage.py b/wizard/BCpuPage.py new file mode 100644 index 00000000..8547f42a --- /dev/null +++ b/wizard/BCpuPage.py @@ -0,0 +1,19 @@ +#!/usr/bin/env python +# encoding: utf-8 +# +# Copyright 2008 Develer S.r.l. (http://www.develer.com/) +# All rights reserved. +# +# $Id:$ +# +# Author: Lorenzo Berni +# + +from BWizardPage import * + +class BCpuPage(BWizardPage): + + def __init__(self): + BWizardPage.__init__(self, "cpu_select.ui") + self.setTitle(self.tr("Select the CPU")) + \ No newline at end of file diff --git a/wizard/cpu_select.ui b/wizard/cpu_select.ui index d083ab9a..78fd95e2 100644 --- a/wizard/cpu_select.ui +++ b/wizard/cpu_select.ui @@ -5,12 +5,12 @@ 0 0 - 640 - 480 + 280 + 216 - + 0 0 @@ -18,29 +18,11 @@ Form - - - - 190 - 40 - 256 - 192 - - - - - - - 520 - 420 - 113 - 32 - - - - PushButton - - + + + + + -- 2.25.1