Add the output choice widget stub
[bertos.git] / wizard / output_select.ui
1 <ui version="4.0" >
2  <class>Form</class>
3  <widget class="QWidget" name="Form" >
4   <property name="geometry" >
5    <rect>
6     <x>0</x>
7     <y>0</y>
8     <width>640</width>
9     <height>480</height>
10    </rect>
11   </property>
12   <property name="sizePolicy" >
13    <sizepolicy vsizetype="Fixed" hsizetype="Fixed" >
14     <horstretch>0</horstretch>
15     <verstretch>0</verstretch>
16    </sizepolicy>
17   </property>
18   <property name="windowTitle" >
19    <string>Form</string>
20   </property>
21   <widget class="QWidget" name="" >
22    <property name="geometry" >
23     <rect>
24      <x>280</x>
25      <y>100</y>
26      <width>125</width>
27      <height>160</height>
28     </rect>
29    </property>
30    <layout class="QVBoxLayout" name="verticalLayout" >
31     <item>
32      <widget class="QPushButton" name="makefileButton" >
33       <property name="text" >
34        <string>Makefile</string>
35       </property>
36      </widget>
37     </item>
38     <item>
39      <widget class="QPushButton" name="eclipseButton" >
40       <property name="text" >
41        <string>Eclipse</string>
42       </property>
43      </widget>
44     </item>
45     <item>
46      <widget class="QPushButton" name="xcodeButton" >
47       <property name="text" >
48        <string>XCode</string>
49       </property>
50      </widget>
51     </item>
52     <item>
53      <widget class="QPushButton" name="vstudioButton" >
54       <property name="text" >
55        <string>Visual Studio</string>
56       </property>
57      </widget>
58     </item>
59     <item>
60      <widget class="QPushButton" name="netbeansButton" >
61       <property name="text" >
62        <string>NetBeans</string>
63       </property>
64      </widget>
65     </item>
66    </layout>
67   </widget>
68  </widget>
69  <resources/>
70  <connections/>
71 </ui>