--- /dev/null
+#!/usr/bin/env python
+# encoding: utf-8
+#
+# Copyright 2008 Develer S.r.l. (http://www.develer.com/)
+# All rights reserved.
+#
+# $Id:$
+#
+# Author: Lorenzo Berni <duplo@develer.com>
+#
+
+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
<rect>
<x>0</x>
<y>0</y>
- <width>640</width>
- <height>480</height>
+ <width>280</width>
+ <height>216</height>
</rect>
</property>
<property name="sizePolicy" >
- <sizepolicy vsizetype="Fixed" hsizetype="Fixed" >
+ <sizepolicy vsizetype="Minimum" hsizetype="Minimum" >
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
<property name="windowTitle" >
<string>Form</string>
</property>
- <widget class="QListView" name="cpuList" >
- <property name="geometry" >
- <rect>
- <x>190</x>
- <y>40</y>
- <width>256</width>
- <height>192</height>
- </rect>
- </property>
- </widget>
- <widget class="QPushButton" name="checkToolchainButton" >
- <property name="geometry" >
- <rect>
- <x>520</x>
- <y>420</y>
- <width>113</width>
- <height>32</height>
- </rect>
- </property>
- <property name="text" >
- <string>PushButton</string>
- </property>
- </widget>
+ <layout class="QVBoxLayout" name="verticalLayout" >
+ <item>
+ <widget class="QListView" name="cpuList" />
+ </item>
+ </layout>
</widget>
<resources/>
<connections/>