1 <?xml version="1.0" encoding="UTF-8"?>
4 <widget class="QWidget" name="Form">
5 <property name="geometry">
13 <property name="sizePolicy">
14 <sizepolicy hsizetype="Minimum" vsizetype="Minimum">
15 <horstretch>0</horstretch>
16 <verstretch>0</verstretch>
19 <property name="windowTitle">
22 <layout class="QVBoxLayout" name="verticalLayout" stretch="0,0,1,0">
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>
32 <item row="0" column="1">
33 <widget class="QLineEdit" name="nameEdit">
34 <property name="minimumSize">
42 <item row="0" column="2">
43 <spacer name="horizontalSpacer">
44 <property name="orientation">
45 <enum>Qt::Horizontal</enum>
47 <property name="sizeHint" stdset="0">
55 <item row="1" column="0">
56 <widget class="QLabel" name="label_2">
57 <property name="text">
58 <string>Destination directory</string>
62 <item row="1" column="1">
63 <widget class="QLineEdit" name="directoryEdit">
64 <property name="minimumSize">
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>
80 <property name="minimumSize">
86 <property name="maximumSize">
92 <property name="text">
95 <property name="icon">
96 <iconset resource="../bertos.qrc">
97 <normaloff>:/images/folderopen.png</normaloff>:/images/folderopen.png</iconset>
99 <property name="iconSize">
110 <layout class="QHBoxLayout" name="horizontalLayout" stretch="0,0,1">
112 <widget class="QLabel" name="label_3">
113 <property name="maximumSize">
116 <height>16777215</height>
119 <property name="text">
120 <string>Project directory:</string>
125 <widget class="QLabel" name="projectPath">
126 <property name="text">
127 <string>None</string>
132 <spacer name="horizontalSpacer_2">
133 <property name="orientation">
134 <enum>Qt::Horizontal</enum>
136 <property name="sizeHint" stdset="0">
147 <spacer name="verticalSpacer">
148 <property name="orientation">
149 <enum>Qt::Vertical</enum>
151 <property name="sizeHint" stdset="0">
160 <widget class="QLabel" name="warningLabel">
161 <property name="text">
164 <property name="wordWrap">
172 <include location="../bertos.qrc"/>