Remove custom/predefined choice from the folder page and add a new page.
[bertos.git] / wizard / ui / dir_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>401</width>
10     <height>250</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_4">
23    <item>
24     <layout class="QHBoxLayout" name="horizontalLayout_4">
25      <item>
26       <layout class="QVBoxLayout" name="verticalLayout_2">
27        <item>
28         <widget class="QLabel" name="label">
29          <property name="text">
30           <string>Project Name</string>
31          </property>
32         </widget>
33        </item>
34        <item>
35         <widget class="QLabel" name="label_2">
36          <property name="text">
37           <string>Destination directory</string>
38          </property>
39         </widget>
40        </item>
41       </layout>
42      </item>
43      <item>
44       <layout class="QVBoxLayout" name="verticalLayout">
45        <item>
46         <layout class="QHBoxLayout" name="horizontalLayout_2">
47          <item>
48           <widget class="QLineEdit" name="nameEdit"/>
49          </item>
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         </layout>
64        </item>
65        <item>
66         <layout class="QHBoxLayout" name="horizontalLayout_3">
67          <item>
68           <widget class="QLineEdit" name="directoryEdit"/>
69          </item>
70          <item>
71           <widget class="QToolButton" name="directoryButton">
72            <property name="sizePolicy">
73             <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
74              <horstretch>26</horstretch>
75              <verstretch>26</verstretch>
76             </sizepolicy>
77            </property>
78            <property name="minimumSize">
79             <size>
80              <width>26</width>
81              <height>26</height>
82             </size>
83            </property>
84            <property name="maximumSize">
85             <size>
86              <width>26</width>
87              <height>26</height>
88             </size>
89            </property>
90            <property name="text">
91             <string/>
92            </property>
93            <property name="icon">
94             <iconset resource="../bertos.qrc">
95              <normaloff>:/images/folderopen.png</normaloff>:/images/folderopen.png</iconset>
96            </property>
97            <property name="iconSize">
98             <size>
99              <width>26</width>
100              <height>26</height>
101             </size>
102            </property>
103           </widget>
104          </item>
105         </layout>
106        </item>
107       </layout>
108      </item>
109     </layout>
110    </item>
111    <item>
112     <layout class="QHBoxLayout" name="horizontalLayout">
113      <item>
114       <widget class="QLabel" name="label_3">
115        <property name="maximumSize">
116         <size>
117          <width>110</width>
118          <height>16777215</height>
119         </size>
120        </property>
121        <property name="text">
122         <string>Project directory:</string>
123        </property>
124       </widget>
125      </item>
126      <item>
127       <widget class="QLabel" name="projectPath">
128        <property name="text">
129         <string>None</string>
130        </property>
131       </widget>
132      </item>
133     </layout>
134    </item>
135    <item>
136     <widget class="QLabel" name="warningLabel">
137      <property name="text">
138       <string/>
139      </property>
140      <property name="wordWrap">
141       <bool>true</bool>
142      </property>
143     </widget>
144    </item>
145   </layout>
146  </widget>
147  <resources>
148   <include location="../bertos.qrc"/>
149  </resources>
150  <connections/>
151 </ui>