summaryrefslogtreecommitdiff
path: root/stdout.ui
diff options
context:
space:
mode:
authorXaviDCR92 <xavi.dcr@gmail.com>2017-07-27 07:36:06 +0200
committerXaviDCR92 <xavi.dcr@gmail.com>2017-07-27 07:36:06 +0200
commit36b9059c6c5777560fd4567d24e7bbb3b012bfbe (patch)
treee334351da9d8e2843cdf69e789c43870e85ff069 /stdout.ui
parent011e7b092a9d17f534ca2963dc25a25a1f145fe5 (diff)
* Stdout console implemented. Test pending.
* Console now prints a formatted string starting with "#" and ending with "@" to indicate a CD-ROM filepath.
Diffstat (limited to 'stdout.ui')
-rw-r--r--stdout.ui42
1 files changed, 42 insertions, 0 deletions
diff --git a/stdout.ui b/stdout.ui
new file mode 100644
index 0000000..b68e505
--- /dev/null
+++ b/stdout.ui
@@ -0,0 +1,42 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<ui version="4.0">
+ <class>Stdout_Console</class>
+ <widget class="QDialog" name="Stdout_Console">
+ <property name="geometry">
+ <rect>
+ <x>0</x>
+ <y>0</y>
+ <width>389</width>
+ <height>320</height>
+ </rect>
+ </property>
+ <property name="windowTitle">
+ <string>Dialog</string>
+ </property>
+ <widget class="QPushButton" name="close_Btn">
+ <property name="geometry">
+ <rect>
+ <x>280</x>
+ <y>260</y>
+ <width>75</width>
+ <height>23</height>
+ </rect>
+ </property>
+ <property name="text">
+ <string>Close</string>
+ </property>
+ </widget>
+ <widget class="QTextEdit" name="stdout_Log">
+ <property name="geometry">
+ <rect>
+ <x>30</x>
+ <y>20</y>
+ <width>321</width>
+ <height>231</height>
+ </rect>
+ </property>
+ </widget>
+ </widget>
+ <resources/>
+ <connections/>
+</ui>