Add the folder selection wizard page
[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>367</width>
9     <height>88</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="QHBoxLayout" name="horizontalLayout_3" >
22    <item>
23     <layout class="QVBoxLayout" name="verticalLayout_2" >
24      <item>
25       <widget class="QLabel" name="label" >
26        <property name="text" >
27         <string>Project Name</string>
28        </property>
29       </widget>
30      </item>
31      <item>
32       <widget class="QLabel" name="label_2" >
33        <property name="text" >
34         <string>Destination directory</string>
35        </property>
36       </widget>
37      </item>
38     </layout>
39    </item>
40    <item>
41     <layout class="QVBoxLayout" name="verticalLayout" >
42      <item>
43       <layout class="QHBoxLayout" name="horizontalLayout_2" >
44        <item>
45         <widget class="QLineEdit" name="lineEdit" />
46        </item>
47        <item>
48         <spacer name="horizontalSpacer" >
49          <property name="orientation" >
50           <enum>Qt::Horizontal</enum>
51          </property>
52          <property name="sizeHint" stdset="0" >
53           <size>
54            <width>40</width>
55            <height>20</height>
56           </size>
57          </property>
58         </spacer>
59        </item>
60       </layout>
61      </item>
62      <item>
63       <layout class="QHBoxLayout" name="horizontalLayout" >
64        <item>
65         <widget class="QLineEdit" name="lineEdit_2" />
66        </item>
67        <item>
68         <widget class="QToolButton" name="toolButton" >
69          <property name="sizePolicy" >
70           <sizepolicy vsizetype="Fixed" hsizetype="Fixed" >
71            <horstretch>26</horstretch>
72            <verstretch>26</verstretch>
73           </sizepolicy>
74          </property>
75          <property name="minimumSize" >
76           <size>
77            <width>26</width>
78            <height>26</height>
79           </size>
80          </property>
81          <property name="maximumSize" >
82           <size>
83            <width>26</width>
84            <height>26</height>
85           </size>
86          </property>
87          <property name="text" >
88           <string/>
89          </property>
90          <property name="icon" >
91           <iconset resource="bertos.qrc" >
92            <normaloff>:/images/folderopen.png</normaloff>:/images/folderopen.png</iconset>
93          </property>
94          <property name="iconSize" >
95           <size>
96            <width>26</width>
97            <height>26</height>
98           </size>
99          </property>
100         </widget>
101        </item>
102       </layout>
103      </item>
104     </layout>
105    </item>
106   </layout>
107  </widget>
108  <resources>
109   <include location="bertos.qrc" />
110  </resources>
111  <connections/>
112 </ui>