diff options
Diffstat (limited to 'utils/themeeditor/gui/rbconsole.ui')
| -rw-r--r-- | utils/themeeditor/gui/rbconsole.ui | 69 |
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 0000000..c3f9ff1 --- /dev/null +++ b/utils/themeeditor/gui/rbconsole.ui @@ -0,0 +1,69 @@ +<?xml version="1.0" encoding="UTF-8"?> +<ui version="4.0"> + <class>RBConsole</class> + <widget class="QWidget" name="RBConsole"> + <property name="geometry"> + <rect> + <x>0</x> + <y>0</y> + <width>300</width> + <height>200</height> + </rect> + </property> + <property name="windowTitle"> + <string>Form</string> + </property> + <layout class="QVBoxLayout" name="verticalLayout"> + <item> + <widget class="QPlainTextEdit" name="output"> + <property name="readOnly"> + <bool>true</bool> + </property> + </widget> + </item> + <item> + <layout class="QHBoxLayout" name="horizontalLayout"> + <item> + <spacer name="horizontalSpacer"> + <property name="orientation"> + <enum>Qt::Horizontal</enum> + </property> + <property name="sizeHint" stdset="0"> + <size> + <width>40</width> + <height>20</height> + </size> + </property> + </spacer> + </item> + <item> + <widget class="QPushButton" name="okayButton"> + <property name="text"> + <string>Okay</string> + </property> + </widget> + </item> + </layout> + </item> + </layout> + </widget> + <resources/> + <connections> + <connection> + <sender>okayButton</sender> + <signal>clicked()</signal> + <receiver>RBConsole</receiver> + <slot>close()</slot> + <hints> + <hint type="sourcelabel"> + <x>247</x> + <y>176</y> + </hint> + <hint type="destinationlabel"> + <x>149</x> + <y>99</y> + </hint> + </hints> + </connection> + </connections> +</ui> |