summaryrefslogtreecommitdiff
path: root/utils/themeeditor/gui/rbconsole.ui
diff options
context:
space:
mode:
Diffstat (limited to 'utils/themeeditor/gui/rbconsole.ui')
-rw-r--r--utils/themeeditor/gui/rbconsole.ui69
1 files changed, 69 insertions, 0 deletions
diff --git a/utils/themeeditor/gui/rbconsole.ui b/utils/themeeditor/gui/rbconsole.ui
new file mode 100644
index 0000000000..c3f9ff179d
--- /dev/null
+++ b/utils/themeeditor/gui/rbconsole.ui
@@ -0,0 +1,69 @@
1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>RBConsole</class>
4 <widget class="QWidget" name="RBConsole">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>300</width>
10 <height>200</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>Form</string>
15 </property>
16 <layout class="QVBoxLayout" name="verticalLayout">
17 <item>
18 <widget class="QPlainTextEdit" name="output">
19 <property name="readOnly">
20 <bool>true</bool>
21 </property>
22 </widget>
23 </item>
24 <item>
25 <layout class="QHBoxLayout" name="horizontalLayout">
26 <item>
27 <spacer name="horizontalSpacer">
28 <property name="orientation">
29 <enum>Qt::Horizontal</enum>
30 </property>
31 <property name="sizeHint" stdset="0">
32 <size>
33 <width>40</width>
34 <height>20</height>
35 </size>
36 </property>
37 </spacer>
38 </item>
39 <item>
40 <widget class="QPushButton" name="okayButton">
41 <property name="text">
42 <string>Okay</string>
43 </property>
44 </widget>
45 </item>
46 </layout>
47 </item>
48 </layout>
49 </widget>
50 <resources/>
51 <connections>
52 <connection>
53 <sender>okayButton</sender>
54 <signal>clicked()</signal>
55 <receiver>RBConsole</receiver>
56 <slot>close()</slot>
57 <hints>
58 <hint type="sourcelabel">
59 <x>247</x>
60 <y>176</y>
61 </hint>
62 <hint type="destinationlabel">
63 <x>149</x>
64 <y>99</y>
65 </hint>
66 </hints>
67 </connection>
68 </connections>
69</ui>