加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
mainwindow.ui 8.46 KB
一键复制 编辑 原始数据 按行查看 历史
yuyaowen 提交于 2022-08-10 10:43 . first commit
<?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>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化