summaryrefslogtreecommitdiff
path: root/utils/themeeditor/gui/projectexporter.ui
diff options
context:
space:
mode:
Diffstat (limited to 'utils/themeeditor/gui/projectexporter.ui')
-rw-r--r--utils/themeeditor/gui/projectexporter.ui58
1 files changed, 58 insertions, 0 deletions
diff --git a/utils/themeeditor/gui/projectexporter.ui b/utils/themeeditor/gui/projectexporter.ui
new file mode 100644
index 0000000000..cb47ce91f4
--- /dev/null
+++ b/utils/themeeditor/gui/projectexporter.ui
@@ -0,0 +1,58 @@
1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>ProjectExporter</class>
4 <widget class="QDialog" name="ProjectExporter">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>400</width>
10 <height>300</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>Exporting 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 <widget class="QPlainTextEdit" name="statusBox">
23 <property name="readOnly">
24 <bool>true</bool>
25 </property>
26 </widget>
27 </item>
28 <item>
29 <layout class="QHBoxLayout" name="horizontalLayout">
30 <item>
31 <spacer name="horizontalSpacer">
32 <property name="orientation">
33 <enum>Qt::Horizontal</enum>
34 </property>
35 <property name="sizeHint" stdset="0">
36 <size>
37 <width>40</width>
38 <height>20</height>
39 </size>
40 </property>
41 </spacer>
42 </item>
43 <item>
44 <widget class="QPushButton" name="closeButton">
45 <property name="text">
46 <string>Close</string>
47 </property>
48 </widget>
49 </item>
50 </layout>
51 </item>
52 </layout>
53 </widget>
54 <resources>
55 <include location="../resources.qrc"/>
56 </resources>
57 <connections/>
58</ui>