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_3">
24 <layout class="QHBoxLayout" name="horizontalLayout_4">
26 <layout class="QVBoxLayout" name="verticalLayout_2">
28 <widget class="QLabel" name="label">
29 <property name="text">
30 <string>Project Name</string>
35 <widget class="QLabel" name="label_2">
36 <property name="text">
37 <string>Destination directory</string>
44 <layout class="QVBoxLayout" name="verticalLayout">
46 <layout class="QHBoxLayout" name="horizontalLayout_2">
48 <widget class="QLineEdit" name="nameEdit"/>
51 <spacer name="horizontalSpacer">
52 <property name="orientation">
53 <enum>Qt::Horizontal</enum>
55 <property name="sizeHint" stdset="0">
66 <layout class="QHBoxLayout" name="horizontalLayout_3">
68 <widget class="QLineEdit" name="directoryEdit"/>
71 <widget class="QToolButton" name="directoryButton">
72 <property name="sizePolicy">
73 <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
74 <horstretch>26</horstretch>
75 <verstretch>26</verstretch>
78 <property name="minimumSize">
84 <property name="maximumSize">
90 <property name="text">
93 <property name="icon">
94 <iconset resource="../bertos.qrc">
95 <normaloff>:/images/folderopen.png</normaloff>:/images/folderopen.png</iconset>
97 <property name="iconSize">
112 <layout class="QHBoxLayout" name="horizontalLayout">
114 <widget class="QLabel" name="label_3">
115 <property name="maximumSize">
118 <height>16777215</height>
121 <property name="text">
122 <string>Project directory:</string>
127 <widget class="QLabel" name="projectPath">
128 <property name="text">
129 <string>None</string>
136 <widget class="QLabel" name="warningLabel">
137 <property name="text">
140 <property name="wordWrap">
148 <include location="../bertos.qrc"/>