summaryrefslogtreecommitdiff
path: root/utils/themeeditor/gui/newprojectdialog.ui
diff options
context:
space:
mode:
Diffstat (limited to 'utils/themeeditor/gui/newprojectdialog.ui')
-rw-r--r--utils/themeeditor/gui/newprojectdialog.ui209
1 files changed, 209 insertions, 0 deletions
diff --git a/utils/themeeditor/gui/newprojectdialog.ui b/utils/themeeditor/gui/newprojectdialog.ui
new file mode 100644
index 0000000000..f6e2dcc139
--- /dev/null
+++ b/utils/themeeditor/gui/newprojectdialog.ui
@@ -0,0 +1,209 @@
1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>NewProjectDialog</class>
4 <widget class="QDialog" name="NewProjectDialog">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>400</width>
10 <height>275</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>New Project</string>
15 </property>
16 <property name="windowIcon">
17 <iconset resource="../resources.qrc">
18 <normaloff>:/resources/windowicon.png</normaloff>:/resources/windowicon.png</iconset>
19 </property>
20 <layout class="QVBoxLayout" name="verticalLayout">
21 <item>
22 <layout class="QFormLayout" name="formLayout_2">
23 <item row="0" column="0">
24 <widget class="QLabel" name="label_2">
25 <property name="text">
26 <string>Name:</string>
27 </property>
28 <property name="buddy">
29 <cstring>nameBox</cstring>
30 </property>
31 </widget>
32 </item>
33 <item row="0" column="1">
34 <widget class="QLineEdit" name="nameBox"/>
35 </item>
36 <item row="1" column="0">
37 <widget class="QLabel" name="label">
38 <property name="text">
39 <string>Create In:</string>
40 </property>
41 <property name="buddy">
42 <cstring>locationBox</cstring>
43 </property>
44 </widget>
45 </item>
46 <item row="1" column="1">
47 <layout class="QHBoxLayout" name="horizontalLayout">
48 <item>
49 <widget class="QLineEdit" name="locationBox"/>
50 </item>
51 <item>
52 <widget class="QPushButton" name="browseButton">
53 <property name="text">
54 <string>Browse...</string>
55 </property>
56 </widget>
57 </item>
58 </layout>
59 </item>
60 <item row="2" column="0">
61 <widget class="QLabel" name="label_3">
62 <property name="text">
63 <string>Target:</string>
64 </property>
65 <property name="buddy">
66 <cstring>comboBox</cstring>
67 </property>
68 </widget>
69 </item>
70 <item row="2" column="1">
71 <widget class="QComboBox" name="comboBox">
72 <item>
73 <property name="text">
74 <string>Not Yet Available</string>
75 </property>
76 </item>
77 </widget>
78 </item>
79 <item row="4" column="0" colspan="2">
80 <widget class="QGroupBox" name="groupBox">
81 <property name="title">
82 <string>Add Documents</string>
83 </property>
84 <property name="flat">
85 <bool>false</bool>
86 </property>
87 <property name="checkable">
88 <bool>false</bool>
89 </property>
90 <layout class="QFormLayout" name="formLayout">
91 <property name="fieldGrowthPolicy">
92 <enum>QFormLayout::AllNonFixedFieldsGrow</enum>
93 </property>
94 <item row="0" column="0">
95 <widget class="QCheckBox" name="sbsBox">
96 <property name="text">
97 <string>SBS</string>
98 </property>
99 <property name="checked">
100 <bool>true</bool>
101 </property>
102 </widget>
103 </item>
104 <item row="0" column="1">
105 <widget class="QCheckBox" name="rsbsBox">
106 <property name="text">
107 <string>RSBS</string>
108 </property>
109 </widget>
110 </item>
111 <item row="1" column="0">
112 <widget class="QCheckBox" name="wpsBox">
113 <property name="text">
114 <string>WPS</string>
115 </property>
116 <property name="checked">
117 <bool>true</bool>
118 </property>
119 </widget>
120 </item>
121 <item row="1" column="1">
122 <widget class="QCheckBox" name="rwpsBox">
123 <property name="text">
124 <string>RWPS</string>
125 </property>
126 </widget>
127 </item>
128 <item row="2" column="0">
129 <widget class="QCheckBox" name="fmsBox">
130 <property name="text">
131 <string>FMS</string>
132 </property>
133 </widget>
134 </item>
135 <item row="2" column="1">
136 <widget class="QCheckBox" name="rfmsBox">
137 <property name="text">
138 <string>RFMS</string>
139 </property>
140 </widget>
141 </item>
142 </layout>
143 </widget>
144 </item>
145 <item row="3" column="0">
146 <spacer name="verticalSpacer">
147 <property name="orientation">
148 <enum>Qt::Vertical</enum>
149 </property>
150 <property name="sizeHint" stdset="0">
151 <size>
152 <width>20</width>
153 <height>40</height>
154 </size>
155 </property>
156 </spacer>
157 </item>
158 </layout>
159 </item>
160 <item>
161 <widget class="QDialogButtonBox" name="buttonBox">
162 <property name="orientation">
163 <enum>Qt::Horizontal</enum>
164 </property>
165 <property name="standardButtons">
166 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
167 </property>
168 </widget>
169 </item>
170 </layout>
171 </widget>
172 <resources>
173 <include location="../resources.qrc"/>
174 </resources>
175 <connections>
176 <connection>
177 <sender>buttonBox</sender>
178 <signal>accepted()</signal>
179 <receiver>NewProjectDialog</receiver>
180 <slot>accept()</slot>
181 <hints>
182 <hint type="sourcelabel">
183 <x>248</x>
184 <y>254</y>
185 </hint>
186 <hint type="destinationlabel">
187 <x>157</x>
188 <y>274</y>
189 </hint>
190 </hints>
191 </connection>
192 <connection>
193 <sender>buttonBox</sender>
194 <signal>rejected()</signal>
195 <receiver>NewProjectDialog</receiver>
196 <slot>reject()</slot>
197 <hints>
198 <hint type="sourcelabel">
199 <x>316</x>
200 <y>260</y>
201 </hint>
202 <hint type="destinationlabel">
203 <x>286</x>
204 <y>274</y>
205 </hint>
206 </hints>
207 </connection>
208 </connections>
209</ui>