89 lines
1.8 KiB
XML
89 lines
1.8 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<ui version="4.0">
|
|
<class>CPICUploaderGui</class>
|
|
<widget class="QDialog" name="CPICUploaderGui">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>1024</width>
|
|
<height>768</height>
|
|
</rect>
|
|
</property>
|
|
<property name="windowTitle">
|
|
<string>Dialog</string>
|
|
</property>
|
|
<widget class="QLabel" name="label">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>260</x>
|
|
<y>20</y>
|
|
<width>191</width>
|
|
<height>31</height>
|
|
</rect>
|
|
</property>
|
|
<property name="font">
|
|
<font>
|
|
<pointsize>14</pointsize>
|
|
<weight>75</weight>
|
|
<bold>true</bold>
|
|
</font>
|
|
</property>
|
|
<property name="text">
|
|
<string>Firmware Uploader</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QPushButton" name="mHexFileSelectBtn">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>70</x>
|
|
<y>110</y>
|
|
<width>81</width>
|
|
<height>23</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Open Hex File</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLineEdit" name="lineEdit">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>690</x>
|
|
<y>120</y>
|
|
<width>181</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="mOpenedHexFilePathLbl">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>70</x>
|
|
<y>140</y>
|
|
<width>521</width>
|
|
<height>16</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>No File Opened</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="mHexFileStatsLbl">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>70</x>
|
|
<y>170</y>
|
|
<width>471</width>
|
|
<height>131</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string/>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
<resources/>
|
|
<connections/>
|
|
</ui>
|