代码拉取完成,页面将自动刷新
同步操作将从 yuyaowen/stlink_burn_tool 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>MainWindow</class>
<widget class="QMainWindow" name="MainWindow">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>563</width>
<height>483</height>
</rect>
</property>
<property name="windowTitle">
<string>厨芯</string>
</property>
<widget class="QWidget" name="centralWidget">
<widget class="QComboBox" name="appComboBox">
<property name="geometry">
<rect>
<x>120</x>
<y>110</y>
<width>331</width>
<height>31</height>
</rect>
</property>
<property name="editable">
<bool>true</bool>
</property>
</widget>
<widget class="QComboBox" name="boardComboBox">
<property name="geometry">
<rect>
<x>120</x>
<y>20</y>
<width>131</width>
<height>31</height>
</rect>
</property>
</widget>
<widget class="QLabel" name="label">
<property name="geometry">
<rect>
<x>20</x>
<y>20</y>
<width>101</width>
<height>31</height>
</rect>
</property>
<property name="text">
<string>选择电路板:</string>
</property>
</widget>
<widget class="QLabel" name="label_2">
<property name="geometry">
<rect>
<x>20</x>
<y>110</y>
<width>81</width>
<height>31</height>
</rect>
</property>
<property name="text">
<string>选择固件:</string>
</property>
</widget>
<widget class="QLabel" name="label_3">
<property name="geometry">
<rect>
<x>300</x>
<y>20</y>
<width>81</width>
<height>31</height>
</rect>
</property>
<property name="text">
<string>选择芯片:</string>
</property>
</widget>
<widget class="QComboBox" name="socComboBox">
<property name="geometry">
<rect>
<x>390</x>
<y>20</y>
<width>151</width>
<height>31</height>
</rect>
</property>
</widget>
<widget class="QLabel" name="label_4">
<property name="geometry">
<rect>
<x>20</x>
<y>70</y>
<width>91</width>
<height>31</height>
</rect>
</property>
<property name="text">
<string>选择Boot:</string>
</property>
</widget>
<widget class="QComboBox" name="bootComboBox">
<property name="geometry">
<rect>
<x>120</x>
<y>70</y>
<width>331</width>
<height>31</height>
</rect>
</property>
<property name="editable">
<bool>true</bool>
</property>
</widget>
<widget class="QPushButton" name="openBootPushButton">
<property name="geometry">
<rect>
<x>460</x>
<y>70</y>
<width>51</width>
<height>31</height>
</rect>
</property>
<property name="text">
<string>...</string>
</property>
</widget>
<widget class="QPushButton" name="openAppPushButton">
<property name="geometry">
<rect>
<x>460</x>
<y>110</y>
<width>51</width>
<height>31</height>
</rect>
</property>
<property name="text">
<string>...</string>
</property>
</widget>
<widget class="QCheckBox" name="bootCheckBox">
<property name="geometry">
<rect>
<x>520</x>
<y>70</y>
<width>21</width>
<height>31</height>
</rect>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QCheckBox" name="appCheckBox">
<property name="geometry">
<rect>
<x>520</x>
<y>110</y>
<width>21</width>
<height>31</height>
</rect>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QPushButton" name="burnAllPushButton">
<property name="geometry">
<rect>
<x>20</x>
<y>380</y>
<width>81</width>
<height>34</height>
</rect>
</property>
<property name="text">
<string>全部刷写</string>
</property>
<property name="autoDefault">
<bool>false</bool>
</property>
</widget>
<widget class="QPushButton" name="eraseIFlashPushButton">
<property name="geometry">
<rect>
<x>290</x>
<y>380</y>
<width>121</width>
<height>34</height>
</rect>
</property>
<property name="text">
<string>擦除片内存储</string>
</property>
</widget>
<widget class="QPushButton" name="eraseEFlashPushButton">
<property name="geometry">
<rect>
<x>420</x>
<y>380</y>
<width>121</width>
<height>34</height>
</rect>
</property>
<property name="text">
<string>擦除片外存储</string>
</property>
</widget>
<widget class="QPushButton" name="burnIFlashPushButton">
<property name="geometry">
<rect>
<x>110</x>
<y>380</y>
<width>81</width>
<height>34</height>
</rect>
</property>
<property name="text">
<string>仅刷片内</string>
</property>
</widget>
<widget class="QPushButton" name="burnEFlashPushButton">
<property name="geometry">
<rect>
<x>200</x>
<y>380</y>
<width>81</width>
<height>34</height>
</rect>
</property>
<property name="text">
<string>仅刷片外</string>
</property>
</widget>
<widget class="QProgressBar" name="progressBar">
<property name="geometry">
<rect>
<x>20</x>
<y>330</y>
<width>521</width>
<height>23</height>
</rect>
</property>
<property name="value">
<number>0</number>
</property>
</widget>
<widget class="QLabel" name="extLoaderLabel">
<property name="geometry">
<rect>
<x>20</x>
<y>150</y>
<width>421</width>
<height>18</height>
</rect>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QLabel" name="countLabel">
<property name="geometry">
<rect>
<x>110</x>
<y>430</y>
<width>171</width>
<height>21</height>
</rect>
</property>
<property name="frameShape">
<enum>QFrame::NoFrame</enum>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QLabel" name="imageLabel">
<property name="geometry">
<rect>
<x>20</x>
<y>10</y>
<width>521</width>
<height>311</height>
</rect>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QLabel" name="label_5">
<property name="geometry">
<rect>
<x>20</x>
<y>360</y>
<width>41</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string>固件:</string>
</property>
</widget>
<widget class="QLabel" name="firmwareLabel">
<property name="geometry">
<rect>
<x>70</x>
<y>360</y>
<width>471</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QPushButton" name="clearCountPushButton">
<property name="geometry">
<rect>
<x>20</x>
<y>423</y>
<width>81</width>
<height>31</height>
</rect>
</property>
<property name="text">
<string>清除计数</string>
</property>
</widget>
<widget class="QLabel" name="commitLabel">
<property name="geometry">
<rect>
<x>30</x>
<y>160</y>
<width>501</width>
<height>141</height>
</rect>
</property>
<property name="text">
<string/>
</property>
</widget>
<zorder>imageLabel</zorder>
<zorder>appComboBox</zorder>
<zorder>boardComboBox</zorder>
<zorder>label</zorder>
<zorder>label_2</zorder>
<zorder>label_3</zorder>
<zorder>socComboBox</zorder>
<zorder>label_4</zorder>
<zorder>bootComboBox</zorder>
<zorder>openBootPushButton</zorder>
<zorder>openAppPushButton</zorder>
<zorder>bootCheckBox</zorder>
<zorder>appCheckBox</zorder>
<zorder>burnAllPushButton</zorder>
<zorder>eraseIFlashPushButton</zorder>
<zorder>eraseEFlashPushButton</zorder>
<zorder>burnIFlashPushButton</zorder>
<zorder>burnEFlashPushButton</zorder>
<zorder>progressBar</zorder>
<zorder>extLoaderLabel</zorder>
<zorder>countLabel</zorder>
<zorder>label_5</zorder>
<zorder>firmwareLabel</zorder>
<zorder>clearCountPushButton</zorder>
<zorder>commitLabel</zorder>
</widget>
<widget class="QStatusBar" name="statusBar"/>
</widget>
<layoutdefault spacing="6" margin="11"/>
<resources/>
<connections/>
</ui>
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。