diff options
Diffstat (limited to 'stdout.ui')
| -rw-r--r-- | stdout.ui | 42 |
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> |
