diff options
Diffstat (limited to 'stdout_dialog.ui')
| -rw-r--r-- | stdout_dialog.ui | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/stdout_dialog.ui b/stdout_dialog.ui new file mode 100644 index 0000000..ad110c1 --- /dev/null +++ b/stdout_dialog.ui @@ -0,0 +1,45 @@ +<?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> |
