Update preset.
[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>558</width>
10     <height>314</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" stretch="0,0,1,0">
23    <item>
24     <layout class="QGridLayout" name="gridLayout" columnstretch="0,10,1">
25      <item row="0" column="0">
26       <widget class="QLabel" name="label">
27        <property name="text">
28         <string>Project Name</string>
29        </property>
30       </widget>
31      </item>
32      <item row="0" column="1">
33       <widget class="QLineEdit" name="nameEdit">
34        <property name="minimumSize">
35         <size>
36          <width>300</width>
37          <height>0</height>
38         </size>
39        </property>
40       </widget>
41      </item>
42      <item row="0" column="2">
43       <spacer name="horizontalSpacer">
44        <property name="orientation">
45         <enum>Qt::Horizontal</enum>
46        </property>
47        <property name="sizeHint" stdset="0">
48         <size>
49          <width>40</width>
50          <height>20</height>
51         </size>
52        </property>
53       </spacer>
54      </item>
55      <item row="1" column="0">
56       <widget class="QLabel" name="label_2">
57        <property name="text">
58         <string>Destination directory</string>
59        </property>
60       </widget>
61      </item>
62      <item row="1" column="1">
63       <widget class="QLineEdit" name="directoryEdit">
64        <property name="minimumSize">
65         <size>
66          <width>300</width>
67          <height>0</height>
68         </size>
69        </property>
70       </widget>
71      </item>
72      <item row="1" column="2">
73       <widget class="QToolButton" name="directoryButton">
74        <property name="sizePolicy">
75         <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
76          <horstretch>26</horstretch>
77          <verstretch>26</verstretch>
78         </sizepolicy>
79        </property>
80        <property name="minimumSize">
81         <size>
82          <width>26</width>
83          <height>26</height>
84         </size>
85        </property>
86        <property name="maximumSize">
87         <size>
88          <width>26</width>
89          <height>26</height>
90         </size>
91        </property>
92        <property name="text">
93         <string/>
94        </property>
95        <property name="icon">
96         <iconset resource="../bertos.qrc">
97          <normaloff>:/images/folderopen.png</normaloff>:/images/folderopen.png</iconset>
98        </property>
99        <property name="iconSize">
100         <size>
101          <width>26</width>
102          <height>26</height>
103         </size>
104        </property>
105       </widget>
106      </item>
107     </layout>
108    </item>
109    <item>
110     <layout class="QHBoxLayout" name="horizontalLayout" stretch="0,0,1">
111      <item>
112       <widget class="QLabel" name="label_3">
113        <property name="maximumSize">
114         <size>
115          <width>110</width>
116          <height>16777215</height>
117         </size>
118        </property>
119        <property name="text">
120         <string>Project directory:</string>
121        </property>
122       </widget>
123      </item>
124      <item>
125       <widget class="QLabel" name="projectPath">
126        <property name="text">
127         <string>None</string>
128        </property>
129       </widget>
130      </item>
131      <item>
132       <spacer name="horizontalSpacer_2">
133        <property name="orientation">
134         <enum>Qt::Horizontal</enum>
135        </property>
136        <property name="sizeHint" stdset="0">
137         <size>
138          <width>40</width>
139          <height>20</height>
140         </size>
141        </property>
142       </spacer>
143      </item>
144     </layout>
145    </item>
146    <item>
147     <spacer name="verticalSpacer">
148      <property name="orientation">
149       <enum>Qt::Vertical</enum>
150      </property>
151      <property name="sizeHint" stdset="0">
152       <size>
153        <width>20</width>
154        <height>159</height>
155       </size>
156      </property>
157     </spacer>
158    </item>
159    <item>
160     <widget class="QLabel" name="warningLabel">
161      <property name="text">
162       <string/>
163      </property>
164      <property name="wordWrap">
165       <bool>true</bool>
166      </property>
167     </widget>
168    </item>
169   </layout>
170  </widget>
171  <resources>
172   <include location="../bertos.qrc"/>
173  </resources>
174  <connections/>
175 </ui>