Change the interface in order to discover automatically plugins
[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>349</width>
10     <height>270</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_2">
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="QScrollArea" name="scrollArea">
77      <property name="widgetResizable">
78       <bool>true</bool>
79      </property>
80      <widget class="QWidget" name="scrollAreaWidgetContents">
81       <property name="geometry">
82        <rect>
83         <x>0</x>
84         <y>0</y>
85         <width>321</width>
86         <height>152</height>
87        </rect>
88       </property>
89      </widget>
90     </widget>
91    </item>
92   </layout>
93  </widget>
94  <resources/>
95  <connections/>
96 </ui>