diff options
| -rw-r--r-- | qpsxserial.ui | 138 |
1 files changed, 138 insertions, 0 deletions
diff --git a/qpsxserial.ui b/qpsxserial.ui new file mode 100644 index 0000000..34fc7ca --- /dev/null +++ b/qpsxserial.ui @@ -0,0 +1,138 @@ +<?xml version="1.0" encoding="UTF-8"?> +<ui version="4.0"> + <class>QPSXSerial</class> + <widget class="QMainWindow" name="QPSXSerial"> + <property name="geometry"> + <rect> + <x>0</x> + <y>0</y> + <width>400</width> + <height>258</height> + </rect> + </property> + <property name="minimumSize"> + <size> + <width>400</width> + <height>258</height> + </size> + </property> + <property name="maximumSize"> + <size> + <width>400</width> + <height>258</height> + </size> + </property> + <property name="windowTitle"> + <string>QPSXSerial</string> + </property> + <widget class="QWidget" name="centralWidget"> + <widget class="QPushButton" name="send_Btn"> + <property name="geometry"> + <rect> + <x>140</x> + <y>110</y> + <width>121</width> + <height>51</height> + </rect> + </property> + <property name="text"> + <string>Send to PSX!</string> + </property> + </widget> + <widget class="QLineEdit" name="loadedFile_LineEdit"> + <property name="geometry"> + <rect> + <x>30</x> + <y>30</y> + <width>311</width> + <height>20</height> + </rect> + </property> + <property name="readOnly"> + <bool>true</bool> + </property> + </widget> + <widget class="QComboBox" name="ports_ComboBox"> + <property name="geometry"> + <rect> + <x>30</x> + <y>70</y> + <width>69</width> + <height>22</height> + </rect> + </property> + </widget> + <widget class="QPushButton" name="loadFile_Btn"> + <property name="geometry"> + <rect> + <x>350</x> + <y>30</y> + <width>31</width> + <height>20</height> + </rect> + </property> + <property name="text"> + <string>...</string> + </property> + </widget> + <widget class="QPushButton" name="updatePorts_Btn"> + <property name="geometry"> + <rect> + <x>120</x> + <y>70</y> + <width>75</width> + <height>23</height> + </rect> + </property> + <property name="text"> + <string>Update ports</string> + </property> + </widget> + <widget class="QProgressBar" name="exeProgressBar"> + <property name="geometry"> + <rect> + <x>30</x> + <y>170</y> + <width>351</width> + <height>23</height> + </rect> + </property> + <property name="value"> + <number>24</number> + </property> + </widget> + <widget class="QLabel" name="inFileName"> + <property name="geometry"> + <rect> + <x>30</x> + <y>200</y> + <width>341</width> + <height>20</height> + </rect> + </property> + <property name="text"> + <string>TextLabel</string> + </property> + <property name="alignment"> + <set>Qt::AlignCenter</set> + </property> + </widget> + <widget class="QPushButton" name="stdout_Button"> + <property name="geometry"> + <rect> + <x>130</x> + <y>230</y> + <width>141</width> + <height>23</height> + </rect> + </property> + <property name="text"> + <string>Open stdout console</string> + </property> + </widget> + </widget> + </widget> + <layoutdefault spacing="6" margin="11"/> + <resources/> + <connections/> +</ui> |
