代码拉取完成,页面将自动刷新
同步操作将从 兰博文/LinkScope 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>ConfigWindow</class>
<widget class="QDialog" name="ConfigWindow">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>439</width>
<height>217</height>
</rect>
</property>
<property name="windowTitle">
<string>Dialog</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<layout class="QHBoxLayout" name="horizontalLayout_2">
<item>
<widget class="QGroupBox" name="groupBox">
<property name="sizePolicy">
<sizepolicy hsizetype="Minimum" vsizetype="Expanding">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="title">
<string>串口配置</string>
</property>
<layout class="QGridLayout" name="gridLayout">
<item row="1" column="0">
<widget class="QLabel" name="label_2">
<property name="text">
<string>停止位</string>
</property>
</widget>
</item>
<item row="2" column="0">
<widget class="QLabel" name="label_3">
<property name="text">
<string>数据位</string>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="QSpinBox" name="sb_baudrate">
<property name="toolTip">
<string/>
</property>
<property name="maximum">
<number>999999999</number>
</property>
<property name="value">
<number>115200</number>
</property>
</widget>
</item>
<item row="0" column="0">
<widget class="QLabel" name="label">
<property name="toolTip">
<string/>
</property>
<property name="text">
<string>波特率</string>
</property>
</widget>
</item>
<item row="3" column="0">
<widget class="QLabel" name="label_4">
<property name="text">
<string>校验位</string>
</property>
</widget>
</item>
<item row="1" column="1">
<widget class="QComboBox" name="cb_stopbit">
<item>
<property name="text">
<string>1</string>
</property>
</item>
<item>
<property name="text">
<string>1.5</string>
</property>
</item>
<item>
<property name="text">
<string>2</string>
</property>
</item>
</widget>
</item>
<item row="2" column="1">
<widget class="QComboBox" name="cb_databit">
<property name="currentText">
<string>5</string>
</property>
<item>
<property name="text">
<string>5</string>
</property>
</item>
<item>
<property name="text">
<string>6</string>
</property>
</item>
<item>
<property name="text">
<string>7</string>
</property>
</item>
<item>
<property name="text">
<string>8</string>
</property>
</item>
</widget>
</item>
<item row="3" column="1">
<widget class="QComboBox" name="cb_parity">
<item>
<property name="text">
<string>无</string>
</property>
</item>
<item>
<property name="text">
<string>偶校验</string>
</property>
</item>
<item>
<property name="text">
<string>奇校验</string>
</property>
</item>
</widget>
</item>
</layout>
</widget>
</item>
<item>
<widget class="QGroupBox" name="groupBox_2">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="title">
<string>运行配置</string>
</property>
<layout class="QGridLayout" name="gridLayout_2">
<item row="1" column="1">
<widget class="QSpinBox" name="sb_gdb_port">
<property name="maximum">
<number>65535</number>
</property>
<property name="value">
<number>3333</number>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="QComboBox" name="cb_sample_freq">
<item>
<property name="text">
<string>100Hz</string>
</property>
</item>
<item>
<property name="text">
<string>50Hz</string>
</property>
</item>
<item>
<property name="text">
<string>20Hz</string>
</property>
</item>
<item>
<property name="text">
<string>10Hz</string>
</property>
</item>
<item>
<property name="text">
<string>5Hz</string>
</property>
</item>
<item>
<property name="text">
<string>2Hz</string>
</property>
</item>
<item>
<property name="text">
<string>1Hz</string>
</property>
</item>
</widget>
</item>
<item row="2" column="0">
<widget class="QLabel" name="label_7">
<property name="toolTip">
<string>每次连接目标时额外执行的GDB指令,多条指令间使用分号隔开</string>
</property>
<property name="text">
<string>GDB附加参数</string>
</property>
</widget>
</item>
<item row="2" column="1">
<widget class="QLineEdit" name="et_gdb_param"/>
</item>
<item row="1" column="0">
<widget class="QLabel" name="label_6">
<property name="toolTip">
<string>GDB所使用的本地网络端口,填写任意空闲端口即可
若使用外部OpenOCD进程则需与其一致</string>
</property>
<property name="text">
<string>GDB端口号</string>
</property>
</widget>
</item>
<item row="0" column="0">
<widget class="QLabel" name="label_5">
<property name="toolTip">
<string>查看列表的更新频率,降低频率可以减少软件卡顿和超时错误</string>
</property>
<property name="text">
<string>采样频率</string>
</property>
</widget>
</item>
<item row="3" column="0">
<widget class="QLabel" name="label_8">
<property name="toolTip">
<string>每次连接目标时额外执行的OpenOCD指令,将使用-c参数执行,多条指令间用分号间隔</string>
</property>
<property name="text">
<string>OCD附加参数</string>
</property>
</widget>
</item>
<item row="3" column="1">
<widget class="QLineEdit" name="et_ocd_param"/>
</item>
</layout>
</widget>
</item>
</layout>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<widget class="QPushButton" name="bt_ok">
<property name="text">
<string>确定</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="bt_cancel">
<property name="text">
<string>取消</string>
</property>
</widget>
</item>
</layout>
</item>
</layout>
</widget>
<resources/>
<connections/>
</ui>
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。