205 lines
5.3 KiB
Plaintext
205 lines
5.3 KiB
Plaintext
|
<?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>918</width>
|
||
|
<height>727</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<property name="windowTitle">
|
||
|
<string>MainWindow</string>
|
||
|
</property>
|
||
|
<widget class="QWidget" name="centralwidget">
|
||
|
<layout class="QVBoxLayout" name="verticalLayout">
|
||
|
<item>
|
||
|
<widget class="QTableView" name="tb_var"/>
|
||
|
</item>
|
||
|
<item>
|
||
|
<widget class="QGroupBox" name="groupBox">
|
||
|
<property name="title">
|
||
|
<string>连接设置</string>
|
||
|
</property>
|
||
|
<layout class="QHBoxLayout" name="horizontalLayout">
|
||
|
<item>
|
||
|
<widget class="QLabel" name="label">
|
||
|
<property name="text">
|
||
|
<string>调试器</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item>
|
||
|
<widget class="QComboBox" name="cb_interface">
|
||
|
<property name="sizePolicy">
|
||
|
<sizepolicy hsizetype="Expanding" vsizetype="Fixed">
|
||
|
<horstretch>0</horstretch>
|
||
|
<verstretch>0</verstretch>
|
||
|
</sizepolicy>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item>
|
||
|
<widget class="QLabel" name="label_2">
|
||
|
<property name="text">
|
||
|
<string>目标芯片</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item>
|
||
|
<widget class="QComboBox" name="cb_target">
|
||
|
<property name="sizePolicy">
|
||
|
<sizepolicy hsizetype="Expanding" vsizetype="Fixed">
|
||
|
<horstretch>0</horstretch>
|
||
|
<verstretch>0</verstretch>
|
||
|
</sizepolicy>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item>
|
||
|
<widget class="QPushButton" name="bt_conn">
|
||
|
<property name="text">
|
||
|
<string>连接目标</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item>
|
||
|
<widget class="QPushButton" name="bt_reset">
|
||
|
<property name="enabled">
|
||
|
<bool>false</bool>
|
||
|
</property>
|
||
|
<property name="text">
|
||
|
<string>复位并运行</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
</layout>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item>
|
||
|
<widget class="QGroupBox" name="groupBox_2">
|
||
|
<property name="title">
|
||
|
<string>工程设置</string>
|
||
|
</property>
|
||
|
<layout class="QHBoxLayout" name="horizontalLayout_2">
|
||
|
<item>
|
||
|
<widget class="QLabel" name="label_3">
|
||
|
<property name="text">
|
||
|
<string>Axf文件路径</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item>
|
||
|
<widget class="QLabel" name="txt_axf_path">
|
||
|
<property name="text">
|
||
|
<string>请选择axf文件</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item>
|
||
|
<spacer name="horizontalSpacer_2">
|
||
|
<property name="orientation">
|
||
|
<enum>Qt::Horizontal</enum>
|
||
|
</property>
|
||
|
<property name="sizeHint" stdset="0">
|
||
|
<size>
|
||
|
<width>557</width>
|
||
|
<height>20</height>
|
||
|
</size>
|
||
|
</property>
|
||
|
</spacer>
|
||
|
</item>
|
||
|
<item>
|
||
|
<widget class="QPushButton" name="bt_set_axf">
|
||
|
<property name="text">
|
||
|
<string>设置Axf路径</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
</layout>
|
||
|
</widget>
|
||
|
</item>
|
||
|
</layout>
|
||
|
</widget>
|
||
|
<widget class="QMenuBar" name="menubar">
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>0</x>
|
||
|
<y>0</y>
|
||
|
<width>918</width>
|
||
|
<height>29</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<widget class="QMenu" name="menu">
|
||
|
<property name="title">
|
||
|
<string>菜单</string>
|
||
|
</property>
|
||
|
<addaction name="action_show_graph"/>
|
||
|
<addaction name="separator"/>
|
||
|
<addaction name="action_refresh_conf"/>
|
||
|
<addaction name="separator"/>
|
||
|
<addaction name="action_save"/>
|
||
|
<addaction name="action_load"/>
|
||
|
<addaction name="separator"/>
|
||
|
<addaction name="action_export"/>
|
||
|
</widget>
|
||
|
<widget class="QMenu" name="menu_2">
|
||
|
<property name="title">
|
||
|
<string>帮助</string>
|
||
|
</property>
|
||
|
<addaction name="action_help"/>
|
||
|
<addaction name="separator"/>
|
||
|
<addaction name="action_homepage"/>
|
||
|
<addaction name="action_about"/>
|
||
|
</widget>
|
||
|
<addaction name="menu"/>
|
||
|
<addaction name="menu_2"/>
|
||
|
</widget>
|
||
|
<widget class="QStatusBar" name="statusbar"/>
|
||
|
<action name="action_save">
|
||
|
<property name="text">
|
||
|
<string>保存配置</string>
|
||
|
</property>
|
||
|
</action>
|
||
|
<action name="action_load">
|
||
|
<property name="text">
|
||
|
<string>导入配置</string>
|
||
|
</property>
|
||
|
</action>
|
||
|
<action name="action_export">
|
||
|
<property name="text">
|
||
|
<string>导出数据</string>
|
||
|
</property>
|
||
|
</action>
|
||
|
<action name="action_help">
|
||
|
<property name="text">
|
||
|
<string>帮助</string>
|
||
|
</property>
|
||
|
</action>
|
||
|
<action name="action_about">
|
||
|
<property name="text">
|
||
|
<string>关于</string>
|
||
|
</property>
|
||
|
</action>
|
||
|
<action name="action_show_graph">
|
||
|
<property name="text">
|
||
|
<string>显示绘图窗口</string>
|
||
|
</property>
|
||
|
</action>
|
||
|
<action name="action_refresh_conf">
|
||
|
<property name="text">
|
||
|
<string>刷新连接配置</string>
|
||
|
</property>
|
||
|
</action>
|
||
|
<action name="action_homepage">
|
||
|
<property name="text">
|
||
|
<string>转到主页</string>
|
||
|
</property>
|
||
|
</action>
|
||
|
</widget>
|
||
|
<resources/>
|
||
|
<connections/>
|
||
|
</ui>
|