summaryrefslogtreecommitdiff
path: root/utils/themeeditor/gui/rbconsole.ui
diff options
context:
space:
mode:
authorRobert Bieber <robby@bieberphoto.com>2010-08-12 05:30:31 +0000
committerRobert Bieber <robby@bieberphoto.com>2010-08-12 05:30:31 +0000
commit56023426130d4b5fb932abc421dd8b6778d817c0 (patch)
treea1cea91722a3b9d994337c754c8ddf4899f7cc76 /utils/themeeditor/gui/rbconsole.ui
parent209020ceb1403ff2d3d50c3a9cc82e9d35b885f5 (diff)
downloadrockbox-56023426130d4b5fb932abc421dd8b6778d817c0.tar.gz
rockbox-56023426130d4b5fb932abc421dd8b6778d817c0.zip
Theme Editor: Added a warning console to the renderer, but haven't made any rendering classes use it yet
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27775 a1c6a512-1295-4272-9138-f99709370657
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>