325 lines
6.8 KiB
XML
325 lines
6.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="mIPAddressEdit">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>690</x>
|
|
<y>120</y>
|
|
<width>181</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>192.168.50.126</string>
|
|
</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="frameShape">
|
|
<enum>QFrame::Box</enum>
|
|
</property>
|
|
<property name="text">
|
|
<string/>
|
|
</property>
|
|
</widget>
|
|
<widget class="QPushButton" name="mConnectBtn">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>890</x>
|
|
<y>120</y>
|
|
<width>75</width>
|
|
<height>23</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Connect</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QPushButton" name="mSendCmdBtn">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>890</x>
|
|
<y>170</y>
|
|
<width>75</width>
|
|
<height>23</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Send Cmd</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QComboBox" name="mCmdSelectCombo">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>710</x>
|
|
<y>170</y>
|
|
<width>151</width>
|
|
<height>22</height>
|
|
</rect>
|
|
</property>
|
|
<item>
|
|
<property name="text">
|
|
<string>Heartbeat</string>
|
|
</property>
|
|
</item>
|
|
<item>
|
|
<property name="text">
|
|
<string>Get Stored Firmware Info</string>
|
|
</property>
|
|
</item>
|
|
<item>
|
|
<property name="text">
|
|
<string>Flash Erase</string>
|
|
</property>
|
|
</item>
|
|
<item>
|
|
<property name="text">
|
|
<string>Init Upload</string>
|
|
</property>
|
|
</item>
|
|
<item>
|
|
<property name="text">
|
|
<string>Get State</string>
|
|
</property>
|
|
</item>
|
|
<item>
|
|
<property name="text">
|
|
<string>Send Data Chunk</string>
|
|
</property>
|
|
</item>
|
|
<item>
|
|
<property name="text">
|
|
<string>Upload Finished</string>
|
|
</property>
|
|
</item>
|
|
<item>
|
|
<property name="text">
|
|
<string>Execute Upgrade</string>
|
|
</property>
|
|
</item>
|
|
<item>
|
|
<property name="text">
|
|
<string>Check Flash</string>
|
|
</property>
|
|
</item>
|
|
<item>
|
|
<property name="text">
|
|
<string>Abort</string>
|
|
</property>
|
|
</item>
|
|
</widget>
|
|
<widget class="QPlainTextEdit" name="mLoggingWindowTextEdit">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>310</y>
|
|
<width>651</width>
|
|
<height>341</height>
|
|
</rect>
|
|
</property>
|
|
<property name="readOnly">
|
|
<bool>true</bool>
|
|
</property>
|
|
</widget>
|
|
<widget class="QPushButton" name="mClearLogginWndwBtn">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>660</y>
|
|
<width>75</width>
|
|
<height>23</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Clear</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QPushButton" name="mShowHexFileInfoBtn">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>170</x>
|
|
<y>110</y>
|
|
<width>75</width>
|
|
<height>23</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Show Info</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="mFilterParamsLbl">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>680</x>
|
|
<y>320</y>
|
|
<width>231</width>
|
|
<height>81</height>
|
|
</rect>
|
|
</property>
|
|
<property name="frameShape">
|
|
<enum>QFrame::Box</enum>
|
|
</property>
|
|
<property name="text">
|
|
<string/>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLineEdit" name="mFilterStartAddressTxtEdit">
|
|
<property name="enabled">
|
|
<bool>false</bool>
|
|
</property>
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>760</x>
|
|
<y>330</y>
|
|
<width>113</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>0x1D004000</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLineEdit" name="mFilterEndAddressTxtEdit">
|
|
<property name="enabled">
|
|
<bool>false</bool>
|
|
</property>
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>760</x>
|
|
<y>370</y>
|
|
<width>113</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>0x1D07FFFF</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="label_2">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>690</x>
|
|
<y>330</y>
|
|
<width>71</width>
|
|
<height>16</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Start Address</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="label_3">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>690</x>
|
|
<y>370</y>
|
|
<width>71</width>
|
|
<height>16</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>End Address</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="label_4">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>680</x>
|
|
<y>300</y>
|
|
<width>71</width>
|
|
<height>16</height>
|
|
</rect>
|
|
</property>
|
|
<property name="font">
|
|
<font>
|
|
<pointsize>10</pointsize>
|
|
</font>
|
|
</property>
|
|
<property name="text">
|
|
<string>Code area</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QProgressBar" name="mUploadProgressBar">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>680</x>
|
|
<y>420</y>
|
|
<width>231</width>
|
|
<height>23</height>
|
|
</rect>
|
|
</property>
|
|
<property name="value">
|
|
<number>24</number>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
<resources/>
|
|
<connections/>
|
|
</ui>
|