+ Added missing qpsxserial.ui.

This commit is contained in:
XaviDCR92 2018-06-12 23:14:12 +02:00
parent 76bfdf2712
commit 48ce5c59fe
1 changed files with 138 additions and 0 deletions

138
qpsxserial.ui Normal file
View File

@ -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>