d2324de708d69bd02d21dfdc414c66344c178c1b
[bertos.git] / wizard / ui / output_select.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>Form</class>
4  <widget class="QWidget" name="Form">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>359</width>
10     <height>372</height>
11    </rect>
12   </property>
13   <property name="sizePolicy">
14    <sizepolicy hsizetype="Minimum" vsizetype="Minimum">
15     <horstretch>0</horstretch>
16     <verstretch>0</verstretch>
17    </sizepolicy>
18   </property>
19   <property name="windowTitle">
20    <string>Form</string>
21   </property>
22   <layout class="QVBoxLayout" name="verticalLayout_5">
23    <item>
24     <widget class="QFrame" name="frame">
25      <property name="frameShape">
26       <enum>QFrame::StyledPanel</enum>
27      </property>
28      <property name="frameShadow">
29       <enum>QFrame::Raised</enum>
30      </property>
31      <layout class="QVBoxLayout" name="verticalLayout">
32       <item>
33        <widget class="QCheckBox" name="standardCheckBox">
34         <property name="enabled">
35          <bool>false</bool>
36         </property>
37         <property name="text">
38          <string>BeRTOS build system</string>
39         </property>
40         <property name="checkable">
41          <bool>true</bool>
42         </property>
43         <property name="checked">
44          <bool>true</bool>
45         </property>
46        </widget>
47       </item>
48       <item>
49        <layout class="QHBoxLayout" name="horizontalLayout">
50         <item>
51          <spacer name="horizontalSpacer">
52           <property name="orientation">
53            <enum>Qt::Horizontal</enum>
54           </property>
55           <property name="sizeHint" stdset="0">
56            <size>
57             <width>40</width>
58             <height>20</height>
59            </size>
60           </property>
61          </spacer>
62         </item>
63         <item>
64          <widget class="QLabel" name="bbsLabel">
65           <property name="text">
66            <string>Classic BeRTOS makefile based project</string>
67           </property>
68          </widget>
69         </item>
70        </layout>
71       </item>
72      </layout>
73     </widget>
74    </item>
75    <item>
76     <widget class="QFrame" name="frame_4">
77      <property name="enabled">
78       <bool>true</bool>
79      </property>
80      <property name="frameShape">
81       <enum>QFrame::StyledPanel</enum>
82      </property>
83      <property name="frameShadow">
84       <enum>QFrame::Raised</enum>
85      </property>
86      <layout class="QVBoxLayout" name="verticalLayout_4">
87       <item>
88        <widget class="QCheckBox" name="codeliteCheckBox">
89         <property name="text">
90          <string>CodeLite project</string>
91         </property>
92        </widget>
93       </item>
94       <item>
95        <layout class="QHBoxLayout" name="horizontalLayout_4">
96         <item>
97          <spacer name="horizontalSpacer_2">
98           <property name="orientation">
99            <enum>Qt::Horizontal</enum>
100           </property>
101           <property name="sizeHint" stdset="0">
102            <size>
103             <width>40</width>
104             <height>20</height>
105            </size>
106           </property>
107          </spacer>
108         </item>
109         <item>
110          <widget class="QLabel" name="codeliteLabel">
111           <property name="enabled">
112            <bool>true</bool>
113           </property>
114           <property name="text">
115            <string>CodeLite project files and configurations</string>
116           </property>
117          </widget>
118         </item>
119        </layout>
120       </item>
121      </layout>
122     </widget>
123    </item>
124   </layout>
125  </widget>
126  <resources/>
127  <connections/>
128 </ui>