Remove libunittest: this will be handled by the run_tests script.
[bertos.git] / wizard / dir_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>369</width>
9     <height>119</height>
10    </rect>
11   </property>
12   <property name="sizePolicy" >
13    <sizepolicy vsizetype="Minimum" hsizetype="Minimum" >
14     <horstretch>0</horstretch>
15     <verstretch>0</verstretch>
16    </sizepolicy>
17   </property>
18   <property name="windowTitle" >
19    <string>Form</string>
20   </property>
21   <layout class="QVBoxLayout" name="verticalLayout_3" >
22    <item>
23     <layout class="QHBoxLayout" name="horizontalLayout_4" >
24      <item>
25       <layout class="QVBoxLayout" name="verticalLayout_2" >
26        <item>
27         <widget class="QLabel" name="label" >
28          <property name="text" >
29           <string>Project Name</string>
30          </property>
31         </widget>
32        </item>
33        <item>
34         <widget class="QLabel" name="label_2" >
35          <property name="text" >
36           <string>Destination directory</string>
37          </property>
38         </widget>
39        </item>
40       </layout>
41      </item>
42      <item>
43       <layout class="QVBoxLayout" name="verticalLayout" >
44        <item>
45         <layout class="QHBoxLayout" name="horizontalLayout_2" >
46          <item>
47           <widget class="QLineEdit" name="nameEdit" />
48          </item>
49          <item>
50           <spacer name="horizontalSpacer" >
51            <property name="orientation" >
52             <enum>Qt::Horizontal</enum>
53            </property>
54            <property name="sizeHint" stdset="0" >
55             <size>
56              <width>40</width>
57              <height>20</height>
58             </size>
59            </property>
60           </spacer>
61          </item>
62         </layout>
63        </item>
64        <item>
65         <layout class="QHBoxLayout" name="horizontalLayout_3" >
66          <item>
67           <widget class="QLineEdit" name="directoryEdit" />
68          </item>
69          <item>
70           <widget class="QToolButton" name="directoryButton" >
71            <property name="sizePolicy" >
72             <sizepolicy vsizetype="Fixed" hsizetype="Fixed" >
73              <horstretch>26</horstretch>
74              <verstretch>26</verstretch>
75             </sizepolicy>
76            </property>
77            <property name="minimumSize" >
78             <size>
79              <width>26</width>
80              <height>26</height>
81             </size>
82            </property>
83            <property name="maximumSize" >
84             <size>
85              <width>26</width>
86              <height>26</height>
87             </size>
88            </property>
89            <property name="text" >
90             <string/>
91            </property>
92            <property name="icon" >
93             <iconset resource="bertos.qrc" >
94              <normaloff>:/images/folderopen.png</normaloff>:/images/folderopen.png</iconset>
95            </property>
96            <property name="iconSize" >
97             <size>
98              <width>26</width>
99              <height>26</height>
100             </size>
101            </property>
102           </widget>
103          </item>
104         </layout>
105        </item>
106       </layout>
107      </item>
108     </layout>
109    </item>
110    <item>
111     <layout class="QHBoxLayout" name="horizontalLayout" >
112      <item>
113       <widget class="QLabel" name="label_3" >
114        <property name="maximumSize" >
115         <size>
116          <width>110</width>
117          <height>16777215</height>
118         </size>
119        </property>
120        <property name="text" >
121         <string>Project directory:</string>
122        </property>
123       </widget>
124      </item>
125      <item>
126       <widget class="QLabel" name="projectPath" >
127        <property name="text" >
128         <string>None</string>
129        </property>
130       </widget>
131      </item>
132     </layout>
133    </item>
134   </layout>
135  </widget>
136  <resources>
137   <include location="bertos.qrc" />
138  </resources>
139  <connections/>
140 </ui>