1、完成了<ECG的R峰算法定位>的重构
2、创建好了<人工纠正>和<体动标注>的界面绘制
This commit is contained in:
@ -31,6 +31,11 @@
|
||||
<layout class="QGridLayout" name="gridLayout" columnstretch="2,8">
|
||||
<item row="0" column="1">
|
||||
<widget class="QGroupBox" name="groupBox_canvas">
|
||||
<property name="font">
|
||||
<font>
|
||||
<pointsize>10</pointsize>
|
||||
</font>
|
||||
</property>
|
||||
<property name="title">
|
||||
<string>绘图区</string>
|
||||
</property>
|
||||
@ -275,7 +280,7 @@
|
||||
</item>
|
||||
</layout>
|
||||
</widget>
|
||||
<widget class="QStatusBar" name="statusBar"/>
|
||||
<widget class="QStatusBar" name="statusbar"/>
|
||||
<action name="action_selectPath">
|
||||
<property name="text">
|
||||
<string>数据路径选择</string>
|
||||
|
||||
Reference in New Issue
Block a user