2019-08-14 21:26:27 -04:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
|
<ui version="4.0">
|
|
|
|
|
<class>MainWindowClass</class>
|
|
|
|
|
<widget class="QMainWindow" name="MainWindowClass">
|
|
|
|
|
<property name="geometry">
|
|
|
|
|
<rect>
|
|
|
|
|
<x>0</x>
|
|
|
|
|
<y>0</y>
|
|
|
|
|
<width>439</width>
|
2019-08-17 12:33:27 -04:00
|
|
|
<height>653</height>
|
2019-08-14 21:26:27 -04:00
|
|
|
</rect>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="sizePolicy">
|
|
|
|
|
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
|
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
|
</sizepolicy>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="windowTitle">
|
|
|
|
|
<string notr="true">USB HID Bootloader</string>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="windowIcon">
|
|
|
|
|
<iconset resource="resources.qrc">
|
|
|
|
|
<normaloff>:/MainWindow/img/Microchip_logo.Ico</normaloff>:/MainWindow/img/Microchip_logo.Ico</iconset>
|
|
|
|
|
</property>
|
|
|
|
|
<widget class="QWidget" name="centralWidget">
|
2019-08-17 12:33:27 -04:00
|
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
|
|
|
|
<item>
|
|
|
|
|
<widget class="QLabel" name="label">
|
|
|
|
|
<property name="font">
|
|
|
|
|
<font>
|
|
|
|
|
<pointsize>10</pointsize>
|
|
|
|
|
</font>
|
2019-08-14 21:26:27 -04:00
|
|
|
</property>
|
2019-08-17 12:33:27 -04:00
|
|
|
<property name="text">
|
|
|
|
|
<string>Select Firmware File</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item>
|
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout">
|
|
|
|
|
<item>
|
|
|
|
|
<widget class="QLineEdit" name="txtFirmwareFile">
|
|
|
|
|
<property name="styleSheet">
|
|
|
|
|
<string notr="true">background-color: rgb(200,200,200);
|
|
|
|
|
color: rgb(100,100,100);</string>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>more bingbus XD</string>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="readOnly">
|
|
|
|
|
<bool>true</bool>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item>
|
|
|
|
|
<widget class="QPushButton" name="btnFwBrowse">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Browse</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
</layout>
|
|
|
|
|
</item>
|
|
|
|
|
<item>
|
|
|
|
|
<widget class="Line" name="line_2">
|
|
|
|
|
<property name="orientation">
|
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item>
|
|
|
|
|
<spacer name="verticalSpacer">
|
|
|
|
|
<property name="orientation">
|
|
|
|
|
<enum>Qt::Vertical</enum>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="sizeType">
|
|
|
|
|
<enum>QSizePolicy::Fixed</enum>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
|
<size>
|
|
|
|
|
<width>20</width>
|
|
|
|
|
<height>20</height>
|
|
|
|
|
</size>
|
|
|
|
|
</property>
|
|
|
|
|
</spacer>
|
|
|
|
|
</item>
|
|
|
|
|
<item>
|
|
|
|
|
<widget class="QLabel" name="label_3">
|
|
|
|
|
<property name="font">
|
|
|
|
|
<font>
|
|
|
|
|
<pointsize>10</pointsize>
|
|
|
|
|
<weight>50</weight>
|
|
|
|
|
<italic>false</italic>
|
|
|
|
|
<bold>false</bold>
|
|
|
|
|
</font>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Tool Status</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item>
|
|
|
|
|
<widget class="Line" name="line_3">
|
|
|
|
|
<property name="orientation">
|
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item>
|
|
|
|
|
<layout class="QFormLayout" name="formLayout">
|
|
|
|
|
<property name="horizontalSpacing">
|
|
|
|
|
<number>40</number>
|
|
|
|
|
</property>
|
|
|
|
|
<item row="0" column="0">
|
|
|
|
|
<widget class="QLabel" name="label_4">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Firmware</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="0" column="1">
|
|
|
|
|
<widget class="QLabel" name="lblStatusFirmware">
|
|
|
|
|
<property name="styleSheet">
|
|
|
|
|
<string notr="true">background-color: rgb(255, 0, 0);</string>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>NO FW FILE LOADED</string>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="alignment">
|
|
|
|
|
<set>Qt::AlignCenter</set>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="margin">
|
|
|
|
|
<number>2</number>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="1" column="0">
|
|
|
|
|
<widget class="QLabel" name="label_6">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Device</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="1" column="1">
|
|
|
|
|
<widget class="QLabel" name="lblStatusDevice">
|
|
|
|
|
<property name="styleSheet">
|
|
|
|
|
<string notr="true">background-color: rgb(255, 0, 0);</string>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>NOT DETECTED</string>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="alignment">
|
|
|
|
|
<set>Qt::AlignCenter</set>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="margin">
|
|
|
|
|
<number>2</number>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="indent">
|
|
|
|
|
<number>-1</number>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
</layout>
|
|
|
|
|
</item>
|
|
|
|
|
<item>
|
|
|
|
|
<spacer name="verticalSpacer_2">
|
|
|
|
|
<property name="orientation">
|
|
|
|
|
<enum>Qt::Vertical</enum>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="sizeType">
|
|
|
|
|
<enum>QSizePolicy::Fixed</enum>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
|
<size>
|
|
|
|
|
<width>20</width>
|
|
|
|
|
<height>20</height>
|
|
|
|
|
</size>
|
|
|
|
|
</property>
|
|
|
|
|
</spacer>
|
|
|
|
|
</item>
|
|
|
|
|
<item>
|
|
|
|
|
<widget class="QLabel" name="label_2">
|
|
|
|
|
<property name="font">
|
|
|
|
|
<font>
|
|
|
|
|
<pointsize>10</pointsize>
|
|
|
|
|
</font>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Tool Operation</string>
|
2019-08-14 21:26:27 -04:00
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
2019-08-17 12:33:27 -04:00
|
|
|
<item>
|
2019-08-14 21:26:27 -04:00
|
|
|
<widget class="Line" name="line">
|
|
|
|
|
<property name="orientation">
|
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
2019-08-17 12:33:27 -04:00
|
|
|
<item>
|
2019-08-14 21:26:27 -04:00
|
|
|
<widget class="QPlainTextEdit" name="plainTextEdit">
|
|
|
|
|
<property name="minimumSize">
|
|
|
|
|
<size>
|
|
|
|
|
<width>350</width>
|
|
|
|
|
<height>0</height>
|
|
|
|
|
</size>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="readOnly">
|
|
|
|
|
<bool>true</bool>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
2019-08-17 12:33:27 -04:00
|
|
|
<item>
|
|
|
|
|
<widget class="QProgressBar" name="progressBar">
|
|
|
|
|
<property name="value">
|
|
|
|
|
<number>0</number>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="textVisible">
|
|
|
|
|
<bool>false</bool>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item>
|
|
|
|
|
<widget class="QPushButton" name="btnFlashFirmware">
|
|
|
|
|
<property name="enabled">
|
|
|
|
|
<bool>false</bool>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="sizePolicy">
|
|
|
|
|
<sizepolicy hsizetype="Minimum" vsizetype="Fixed">
|
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
|
</sizepolicy>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="minimumSize">
|
|
|
|
|
<size>
|
|
|
|
|
<width>0</width>
|
|
|
|
|
<height>60</height>
|
|
|
|
|
</size>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="font">
|
|
|
|
|
<font>
|
|
|
|
|
<pointsize>14</pointsize>
|
|
|
|
|
<weight>75</weight>
|
|
|
|
|
<bold>true</bold>
|
|
|
|
|
</font>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>FLASH FIRMWARE</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item>
|
|
|
|
|
<widget class="Line" name="line_4">
|
|
|
|
|
<property name="orientation">
|
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item>
|
|
|
|
|
<widget class="QPushButton" name="btnResetDevice">
|
|
|
|
|
<property name="enabled">
|
|
|
|
|
<bool>false</bool>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="sizePolicy">
|
|
|
|
|
<sizepolicy hsizetype="Minimum" vsizetype="Fixed">
|
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
|
</sizepolicy>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="minimumSize">
|
|
|
|
|
<size>
|
|
|
|
|
<width>0</width>
|
|
|
|
|
<height>20</height>
|
|
|
|
|
</size>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Reset Device Normally</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item>
|
|
|
|
|
<widget class="QPushButton" name="btnResetDeviceFWUpdateMode">
|
|
|
|
|
<property name="enabled">
|
|
|
|
|
<bool>false</bool>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="minimumSize">
|
|
|
|
|
<size>
|
|
|
|
|
<width>0</width>
|
|
|
|
|
<height>20</height>
|
|
|
|
|
</size>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Reset Device into FW Update Mode</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
2019-08-14 21:26:27 -04:00
|
|
|
</layout>
|
|
|
|
|
</widget>
|
|
|
|
|
<widget class="QMenuBar" name="menuBar">
|
|
|
|
|
<property name="geometry">
|
|
|
|
|
<rect>
|
|
|
|
|
<x>0</x>
|
|
|
|
|
<y>0</y>
|
|
|
|
|
<width>439</width>
|
2019-08-17 12:33:27 -04:00
|
|
|
<height>26</height>
|
2019-08-14 21:26:27 -04:00
|
|
|
</rect>
|
|
|
|
|
</property>
|
|
|
|
|
<widget class="QMenu" name="menuProgrammer">
|
2019-08-17 12:33:27 -04:00
|
|
|
<property name="enabled">
|
|
|
|
|
<bool>true</bool>
|
|
|
|
|
</property>
|
2019-08-14 21:26:27 -04:00
|
|
|
<property name="title">
|
|
|
|
|
<string>&Program</string>
|
|
|
|
|
</property>
|
|
|
|
|
<addaction name="separator"/>
|
|
|
|
|
<addaction name="actionWrite_Device"/>
|
|
|
|
|
<addaction name="action_Verify_Device"/>
|
|
|
|
|
<addaction name="actionErase_Device"/>
|
|
|
|
|
<addaction name="actionBlank_Check"/>
|
|
|
|
|
<addaction name="actionReset_Device"/>
|
|
|
|
|
<addaction name="separator"/>
|
|
|
|
|
<addaction name="action_Settings"/>
|
|
|
|
|
</widget>
|
|
|
|
|
<widget class="QMenu" name="menu_Help">
|
|
|
|
|
<property name="title">
|
|
|
|
|
<string>&Help</string>
|
|
|
|
|
</property>
|
|
|
|
|
<addaction name="action_About"/>
|
|
|
|
|
</widget>
|
|
|
|
|
<addaction name="menuProgrammer"/>
|
|
|
|
|
<addaction name="menu_Help"/>
|
|
|
|
|
</widget>
|
|
|
|
|
<widget class="QStatusBar" name="statusBar"/>
|
|
|
|
|
<widget class="QToolBar" name="mainToolBar">
|
|
|
|
|
<property name="windowTitle">
|
|
|
|
|
<string>Display Toolbar</string>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="movable">
|
|
|
|
|
<bool>false</bool>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="floatable">
|
|
|
|
|
<bool>false</bool>
|
|
|
|
|
</property>
|
|
|
|
|
<attribute name="toolBarArea">
|
|
|
|
|
<enum>TopToolBarArea</enum>
|
|
|
|
|
</attribute>
|
|
|
|
|
<attribute name="toolBarBreak">
|
|
|
|
|
<bool>false</bool>
|
|
|
|
|
</attribute>
|
|
|
|
|
<addaction name="separator"/>
|
|
|
|
|
<addaction name="actionWrite_Device"/>
|
|
|
|
|
<addaction name="action_Verify_Device"/>
|
|
|
|
|
<addaction name="actionErase_Device"/>
|
|
|
|
|
<addaction name="actionBlank_Check"/>
|
|
|
|
|
<addaction name="actionReset_Device"/>
|
|
|
|
|
</widget>
|
|
|
|
|
<action name="actionWrite_Device">
|
|
|
|
|
<property name="enabled">
|
|
|
|
|
<bool>false</bool>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="icon">
|
|
|
|
|
<iconset resource="resources.qrc">
|
|
|
|
|
<normaloff>:/MainWindow/img/writetqfp.png</normaloff>:/MainWindow/img/writetqfp.png</iconset>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Erase/Program/Verify Device</string>
|
|
|
|
|
</property>
|
|
|
|
|
</action>
|
|
|
|
|
<action name="actionErase_Device">
|
|
|
|
|
<property name="enabled">
|
|
|
|
|
<bool>false</bool>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="icon">
|
|
|
|
|
<iconset resource="resources.qrc">
|
|
|
|
|
<normaloff>:/MainWindow/img/erasetqfp.png</normaloff>:/MainWindow/img/erasetqfp.png</iconset>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Erase Device</string>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="visible">
|
|
|
|
|
<bool>false</bool>
|
|
|
|
|
</property>
|
|
|
|
|
</action>
|
|
|
|
|
<action name="action_About">
|
|
|
|
|
<property name="icon">
|
|
|
|
|
<iconset resource="resources.qrc">
|
|
|
|
|
<normaloff>:/MainWindow/img/help.png</normaloff>:/MainWindow/img/help.png</iconset>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>&About</string>
|
|
|
|
|
</property>
|
|
|
|
|
</action>
|
|
|
|
|
<action name="action_Verify_Device">
|
|
|
|
|
<property name="enabled">
|
|
|
|
|
<bool>false</bool>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="icon">
|
|
|
|
|
<iconset resource="resources.qrc">
|
|
|
|
|
<normaloff>:/MainWindow/img/verify.png</normaloff>:/MainWindow/img/verify.png</iconset>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>&Verify Device</string>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="visible">
|
|
|
|
|
<bool>false</bool>
|
|
|
|
|
</property>
|
|
|
|
|
</action>
|
|
|
|
|
<action name="action_Settings">
|
|
|
|
|
<property name="enabled">
|
|
|
|
|
<bool>false</bool>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>&Settings...</string>
|
|
|
|
|
</property>
|
|
|
|
|
</action>
|
|
|
|
|
<action name="actionReset_Device">
|
|
|
|
|
<property name="enabled">
|
|
|
|
|
<bool>false</bool>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="icon">
|
|
|
|
|
<iconset resource="resources.qrc">
|
|
|
|
|
<normaloff>:/MainWindow/img/Reset.png</normaloff>:/MainWindow/img/Reset.png</iconset>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Reset Device</string>
|
|
|
|
|
</property>
|
|
|
|
|
</action>
|
|
|
|
|
<action name="actionBlank_Check">
|
|
|
|
|
<property name="enabled">
|
|
|
|
|
<bool>false</bool>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="icon">
|
|
|
|
|
<iconset resource="resources.qrc">
|
|
|
|
|
<normaloff>:/MainWindow/img/BlankCheck.png</normaloff>:/MainWindow/img/BlankCheck.png</iconset>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Blank Check</string>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="visible">
|
|
|
|
|
<bool>false</bool>
|
|
|
|
|
</property>
|
|
|
|
|
</action>
|
|
|
|
|
</widget>
|
|
|
|
|
<layoutdefault spacing="6" margin="11"/>
|
|
|
|
|
<resources>
|
|
|
|
|
<include location="resources.qrc"/>
|
|
|
|
|
</resources>
|
|
|
|
|
<connections/>
|
|
|
|
|
</ui>
|