diff options
| author | XaviDCR92 <xavi.dcr@gmail.com> | 2017-07-27 07:36:06 +0200 |
|---|---|---|
| committer | XaviDCR92 <xavi.dcr@gmail.com> | 2017-07-27 07:36:06 +0200 |
| commit | 36b9059c6c5777560fd4567d24e7bbb3b012bfbe (patch) | |
| tree | e334351da9d8e2843cdf69e789c43870e85ff069 /stdout_dialog.ui | |
| parent | 011e7b092a9d17f534ca2963dc25a25a1f145fe5 (diff) | |
| download | qpsxserial-36b9059c6c5777560fd4567d24e7bbb3b012bfbe.tar.gz | |
* 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_dialog.ui')
| -rw-r--r-- | stdout_dialog.ui | 45 |
1 files changed, 0 insertions, 45 deletions
diff --git a/stdout_dialog.ui b/stdout_dialog.ui deleted file mode 100644 index ad110c1..0000000 --- a/stdout_dialog.ui +++ /dev/null @@ -1,45 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<ui version="4.0"> - <class>Stdout_Console</class> - <widget class="QMainWindow" name="Stdout_Console"> - <property name="geometry"> - <rect> - <x>0</x> - <y>0</y> - <width>400</width> - <height>258</height> - </rect> - </property> - <property name="windowTitle"> - <string>QPSXSerial</string> - </property> - <widget class="QWidget" name="centralWidget"> - <widget class="QPushButton" name="close_Button"> - <property name="geometry"> - <rect> - <x>340</x> - <y>230</y> - <width>51</width> - <height>23</height> - </rect> - </property> - <property name="text"> - <string>Close</string> - </property> - </widget> - <widget class="QTextEdit" name="textEdit"> - <property name="geometry"> - <rect> - <x>30</x> - <y>20</y> - <width>341</width> - <height>201</height> - </rect> - </property> - </widget> - </widget> - </widget> - <layoutdefault spacing="6" margin="11"/> - <resources/> - <connections/> -</ui> |
