1947 lines
71 KiB
XML
1947 lines
71 KiB
XML
<?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>1920</width>
|
||
<height>1105</height>
|
||
</rect>
|
||
</property>
|
||
<property name="windowTitle">
|
||
<string>ECG_Label_Check</string>
|
||
</property>
|
||
<widget class="QWidget" name="centralwidget">
|
||
<layout class="QGridLayout" name="gridLayout">
|
||
<item row="0" column="0" rowspan="3" colspan="2">
|
||
<layout class="QHBoxLayout" name="horizontalLayout" stretch="5,20,3">
|
||
<item>
|
||
<layout class="QGridLayout" name="gridLayout_left" rowstretch="10,2,6,2,0,0,2">
|
||
<item row="6" column="1">
|
||
<widget class="QPushButton" name="pushButton_outputLabel">
|
||
<property name="sizePolicy">
|
||
<sizepolicy hsizetype="Minimum" vsizetype="Preferred">
|
||
<horstretch>0</horstretch>
|
||
<verstretch>0</verstretch>
|
||
</sizepolicy>
|
||
</property>
|
||
<property name="font">
|
||
<font>
|
||
<family>黑体</family>
|
||
<pointsize>14</pointsize>
|
||
</font>
|
||
</property>
|
||
<property name="text">
|
||
<string>导出标签</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item row="6" column="0">
|
||
<widget class="QPushButton" name="pushButton_append">
|
||
<property name="sizePolicy">
|
||
<sizepolicy hsizetype="Minimum" vsizetype="Preferred">
|
||
<horstretch>0</horstretch>
|
||
<verstretch>0</verstretch>
|
||
</sizepolicy>
|
||
</property>
|
||
<property name="font">
|
||
<font>
|
||
<family>黑体</family>
|
||
<pointsize>14</pointsize>
|
||
</font>
|
||
</property>
|
||
<property name="text">
|
||
<string>片段合并</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item row="0" column="0" colspan="2">
|
||
<widget class="QGroupBox" name="groupBox_inputSetting">
|
||
<property name="sizePolicy">
|
||
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
|
||
<horstretch>0</horstretch>
|
||
<verstretch>0</verstretch>
|
||
</sizepolicy>
|
||
</property>
|
||
<property name="font">
|
||
<font>
|
||
<family>黑体</family>
|
||
<pointsize>10</pointsize>
|
||
</font>
|
||
</property>
|
||
<property name="title">
|
||
<string>导入操作</string>
|
||
</property>
|
||
<layout class="QGridLayout" name="gridLayout_4">
|
||
<item row="3" column="0" colspan="2">
|
||
<widget class="QLineEdit" name="lineEdit_rootpath">
|
||
<property name="sizePolicy">
|
||
<sizepolicy hsizetype="Expanding" vsizetype="Fixed">
|
||
<horstretch>0</horstretch>
|
||
<verstretch>0</verstretch>
|
||
</sizepolicy>
|
||
</property>
|
||
<property name="font">
|
||
<font>
|
||
<family>Times New Roman</family>
|
||
<pointsize>10</pointsize>
|
||
</font>
|
||
</property>
|
||
<property name="text">
|
||
<string/>
|
||
</property>
|
||
<property name="placeholderText">
|
||
<string>数据根目录路径</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item row="6" column="0" colspan="5">
|
||
<spacer name="verticalSpacer">
|
||
<property name="orientation">
|
||
<enum>Qt::Vertical</enum>
|
||
</property>
|
||
<property name="sizeHint" stdset="0">
|
||
<size>
|
||
<width>20</width>
|
||
<height>40</height>
|
||
</size>
|
||
</property>
|
||
</spacer>
|
||
</item>
|
||
<item row="4" column="0">
|
||
<widget class="QLabel" name="label_choose">
|
||
<property name="sizePolicy">
|
||
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
|
||
<horstretch>0</horstretch>
|
||
<verstretch>0</verstretch>
|
||
</sizepolicy>
|
||
</property>
|
||
<property name="font">
|
||
<font>
|
||
<family>Times New Roman</family>
|
||
<pointsize>14</pointsize>
|
||
</font>
|
||
</property>
|
||
<property name="text">
|
||
<string>数据和标签的序号选择:</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item row="11" column="0" colspan="5">
|
||
<spacer name="verticalSpacer_2">
|
||
<property name="orientation">
|
||
<enum>Qt::Vertical</enum>
|
||
</property>
|
||
<property name="sizeHint" stdset="0">
|
||
<size>
|
||
<width>20</width>
|
||
<height>40</height>
|
||
</size>
|
||
</property>
|
||
</spacer>
|
||
</item>
|
||
<item row="14" column="0" colspan="5">
|
||
<spacer name="verticalSpacer_3">
|
||
<property name="orientation">
|
||
<enum>Qt::Vertical</enum>
|
||
</property>
|
||
<property name="sizeHint" stdset="0">
|
||
<size>
|
||
<width>20</width>
|
||
<height>40</height>
|
||
</size>
|
||
</property>
|
||
</spacer>
|
||
</item>
|
||
<item row="0" column="0">
|
||
<widget class="QRadioButton" name="radioButton_inputMode_auto">
|
||
<property name="font">
|
||
<font>
|
||
<family>黑体</family>
|
||
<pointsize>14</pointsize>
|
||
</font>
|
||
</property>
|
||
<property name="text">
|
||
<string>输入数据根目录自动识别</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item row="13" column="0" colspan="5">
|
||
<widget class="QGroupBox" name="groupBox_label2">
|
||
<property name="sizePolicy">
|
||
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
|
||
<horstretch>0</horstretch>
|
||
<verstretch>0</verstretch>
|
||
</sizepolicy>
|
||
</property>
|
||
<property name="title">
|
||
<string>标签2</string>
|
||
</property>
|
||
<layout class="QGridLayout" name="gridLayout_17">
|
||
<item row="0" column="1">
|
||
<widget class="QLineEdit" name="lineEdit_label2path">
|
||
<property name="sizePolicy">
|
||
<sizepolicy hsizetype="Expanding" vsizetype="Preferred">
|
||
<horstretch>0</horstretch>
|
||
<verstretch>0</verstretch>
|
||
</sizepolicy>
|
||
</property>
|
||
<property name="font">
|
||
<font>
|
||
<family>Times New Roman</family>
|
||
<pointsize>10</pointsize>
|
||
</font>
|
||
</property>
|
||
<property name="placeholderText">
|
||
<string>标签2路径</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item row="0" column="2">
|
||
<widget class="QPushButton" name="pushButton_label2path_open">
|
||
<property name="font">
|
||
<font>
|
||
<family>黑体</family>
|
||
<pointsize>14</pointsize>
|
||
</font>
|
||
</property>
|
||
<property name="text">
|
||
<string>浏览</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
</layout>
|
||
</widget>
|
||
</item>
|
||
<item row="12" column="0" colspan="5">
|
||
<widget class="QGroupBox" name="groupBox_label1">
|
||
<property name="sizePolicy">
|
||
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
|
||
<horstretch>0</horstretch>
|
||
<verstretch>0</verstretch>
|
||
</sizepolicy>
|
||
</property>
|
||
<property name="title">
|
||
<string>标签1</string>
|
||
</property>
|
||
<layout class="QGridLayout" name="gridLayout_16">
|
||
<item row="0" column="1">
|
||
<widget class="QLineEdit" name="lineEdit_label1path">
|
||
<property name="sizePolicy">
|
||
<sizepolicy hsizetype="Expanding" vsizetype="Preferred">
|
||
<horstretch>0</horstretch>
|
||
<verstretch>0</verstretch>
|
||
</sizepolicy>
|
||
</property>
|
||
<property name="font">
|
||
<font>
|
||
<family>Times New Roman</family>
|
||
<pointsize>10</pointsize>
|
||
</font>
|
||
</property>
|
||
<property name="placeholderText">
|
||
<string>标签1路径</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item row="0" column="2">
|
||
<widget class="QPushButton" name="pushButton_label1path_open">
|
||
<property name="font">
|
||
<font>
|
||
<family>黑体</family>
|
||
<pointsize>14</pointsize>
|
||
</font>
|
||
</property>
|
||
<property name="text">
|
||
<string>浏览</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
</layout>
|
||
</widget>
|
||
</item>
|
||
<item row="7" column="0" colspan="5">
|
||
<widget class="QGroupBox" name="groupBox_data1">
|
||
<property name="sizePolicy">
|
||
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
|
||
<horstretch>0</horstretch>
|
||
<verstretch>0</verstretch>
|
||
</sizepolicy>
|
||
</property>
|
||
<property name="title">
|
||
<string>数据1</string>
|
||
</property>
|
||
<layout class="QGridLayout" name="gridLayout_8">
|
||
<item row="1" column="1">
|
||
<widget class="QLineEdit" name="lineEdit_data1path">
|
||
<property name="sizePolicy">
|
||
<sizepolicy hsizetype="Expanding" vsizetype="Preferred">
|
||
<horstretch>0</horstretch>
|
||
<verstretch>0</verstretch>
|
||
</sizepolicy>
|
||
</property>
|
||
<property name="font">
|
||
<font>
|
||
<family>Times New Roman</family>
|
||
<pointsize>10</pointsize>
|
||
</font>
|
||
</property>
|
||
<property name="placeholderText">
|
||
<string>数据1路径</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item row="2" column="1" colspan="2">
|
||
<widget class="QGroupBox" name="groupBox_data1_preprocess">
|
||
<property name="title">
|
||
<string>预处理</string>
|
||
</property>
|
||
<layout class="QGridLayout" name="gridLayout_10" columnstretch="1,4,1,5,4,1,2,1">
|
||
<item row="1" column="3">
|
||
<spacer name="horizontalSpacer_3">
|
||
<property name="orientation">
|
||
<enum>Qt::Horizontal</enum>
|
||
</property>
|
||
<property name="sizeHint" stdset="0">
|
||
<size>
|
||
<width>40</width>
|
||
<height>20</height>
|
||
</size>
|
||
</property>
|
||
</spacer>
|
||
</item>
|
||
<item row="1" column="4">
|
||
<widget class="QLabel" name="label_data1_fillterFrequency">
|
||
<property name="sizePolicy">
|
||
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
|
||
<horstretch>0</horstretch>
|
||
<verstretch>0</verstretch>
|
||
</sizepolicy>
|
||
</property>
|
||
<property name="font">
|
||
<font>
|
||
<family>Times New Roman</family>
|
||
<pointsize>12</pointsize>
|
||
</font>
|
||
</property>
|
||
<property name="text">
|
||
<string>f(Hz):</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item row="1" column="1">
|
||
<widget class="QLabel" name="label_data1_fillterNum">
|
||
<property name="sizePolicy">
|
||
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
|
||
<horstretch>0</horstretch>
|
||
<verstretch>0</verstretch>
|
||
</sizepolicy>
|
||
</property>
|
||
<property name="font">
|
||
<font>
|
||
<family>Times New Roman</family>
|
||
<pointsize>12</pointsize>
|
||
</font>
|
||
</property>
|
||
<property name="text">
|
||
<string>n:</string>
|
||
</property>
|
||
<property name="alignment">
|
||
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item row="1" column="5">
|
||
<widget class="QLineEdit" name="lineEdit_data1_fillterFrequency_min">
|
||
<property name="sizePolicy">
|
||
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
|
||
<horstretch>0</horstretch>
|
||
<verstretch>0</verstretch>
|
||
</sizepolicy>
|
||
</property>
|
||
<property name="font">
|
||
<font>
|
||
<family>Times New Roman</family>
|
||
<pointsize>12</pointsize>
|
||
</font>
|
||
</property>
|
||
<property name="text">
|
||
<string>2</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item row="1" column="2">
|
||
<widget class="QLineEdit" name="lineEdit_data1_fillterNum">
|
||
<property name="sizePolicy">
|
||
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
|
||
<horstretch>0</horstretch>
|
||
<verstretch>0</verstretch>
|
||
</sizepolicy>
|
||
</property>
|
||
<property name="font">
|
||
<font>
|
||
<family>Times New Roman</family>
|
||
<pointsize>12</pointsize>
|
||
</font>
|
||
</property>
|
||
<property name="text">
|
||
<string>2</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item row="1" column="7">
|
||
<widget class="QLineEdit" name="lineEdit_data1_fillterFrequency_max">
|
||
<property name="sizePolicy">
|
||
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
|
||
<horstretch>0</horstretch>
|
||
<verstretch>0</verstretch>
|
||
</sizepolicy>
|
||
</property>
|
||
<property name="font">
|
||
<font>
|
||
<family>Times New Roman</family>
|
||
<pointsize>12</pointsize>
|
||
</font>
|
||
</property>
|
||
<property name="text">
|
||
<string>10</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item row="1" column="6">
|
||
<widget class="QLabel" name="label_3">
|
||
<property name="sizePolicy">
|
||
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
|
||
<horstretch>0</horstretch>
|
||
<verstretch>0</verstretch>
|
||
</sizepolicy>
|
||
</property>
|
||
<property name="font">
|
||
<font>
|
||
<family>Times New Roman</family>
|
||
<pointsize>12</pointsize>
|
||
</font>
|
||
</property>
|
||
<property name="text">
|
||
<string>~</string>
|
||
</property>
|
||
<property name="alignment">
|
||
<set>Qt::AlignCenter</set>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item row="1" column="0">
|
||
<spacer name="horizontalSpacer_4">
|
||
<property name="orientation">
|
||
<enum>Qt::Horizontal</enum>
|
||
</property>
|
||
<property name="sizeHint" stdset="0">
|
||
<size>
|
||
<width>40</width>
|
||
<height>20</height>
|
||
</size>
|
||
</property>
|
||
</spacer>
|
||
</item>
|
||
<item row="0" column="0" colspan="8">
|
||
<widget class="QRadioButton" name="radioButton_data1_fillterMode">
|
||
<property name="font">
|
||
<font>
|
||
<family>黑体</family>
|
||
<pointsize>12</pointsize>
|
||
</font>
|
||
</property>
|
||
<property name="text">
|
||
<string>滤波器</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
</layout>
|
||
</widget>
|
||
</item>
|
||
<item row="1" column="2">
|
||
<widget class="QPushButton" name="pushButton_data1path_open">
|
||
<property name="font">
|
||
<font>
|
||
<family>黑体</family>
|
||
<pointsize>14</pointsize>
|
||
</font>
|
||
</property>
|
||
<property name="text">
|
||
<string>浏览</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
</layout>
|
||
</widget>
|
||
</item>
|
||
<item row="3" column="2" colspan="3">
|
||
<widget class="QPushButton" name="pushButton_rootpath_open">
|
||
<property name="font">
|
||
<font>
|
||
<family>黑体</family>
|
||
<pointsize>14</pointsize>
|
||
</font>
|
||
</property>
|
||
<property name="text">
|
||
<string>浏览</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item row="15" column="0" colspan="5">
|
||
<layout class="QHBoxLayout" name="horizontalLayout_frequencySetting_and_input" stretch="0,5,2,2,5,0">
|
||
<item>
|
||
<spacer name="horizontalSpacer">
|
||
<property name="orientation">
|
||
<enum>Qt::Horizontal</enum>
|
||
</property>
|
||
<property name="sizeHint" stdset="0">
|
||
<size>
|
||
<width>40</width>
|
||
<height>20</height>
|
||
</size>
|
||
</property>
|
||
</spacer>
|
||
</item>
|
||
<item>
|
||
<widget class="QLabel" name="label_frequency">
|
||
<property name="sizePolicy">
|
||
<sizepolicy hsizetype="Expanding" vsizetype="Fixed">
|
||
<horstretch>0</horstretch>
|
||
<verstretch>0</verstretch>
|
||
</sizepolicy>
|
||
</property>
|
||
<property name="font">
|
||
<font>
|
||
<family>Times New Roman</family>
|
||
<pointsize>14</pointsize>
|
||
</font>
|
||
</property>
|
||
<property name="text">
|
||
<string>频率:</string>
|
||
</property>
|
||
<property name="alignment">
|
||
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item>
|
||
<widget class="QLineEdit" name="lineEdit_frequency">
|
||
<property name="sizePolicy">
|
||
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
|
||
<horstretch>0</horstretch>
|
||
<verstretch>0</verstretch>
|
||
</sizepolicy>
|
||
</property>
|
||
<property name="font">
|
||
<font>
|
||
<family>Times New Roman</family>
|
||
<pointsize>14</pointsize>
|
||
</font>
|
||
</property>
|
||
<property name="text">
|
||
<string>1000</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item>
|
||
<widget class="QLabel" name="label_frequency_Hz">
|
||
<property name="sizePolicy">
|
||
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
|
||
<horstretch>0</horstretch>
|
||
<verstretch>0</verstretch>
|
||
</sizepolicy>
|
||
</property>
|
||
<property name="font">
|
||
<font>
|
||
<family>Times New Roman</family>
|
||
<pointsize>14</pointsize>
|
||
</font>
|
||
</property>
|
||
<property name="text">
|
||
<string>Hz</string>
|
||
</property>
|
||
<property name="alignment">
|
||
<set>Qt::AlignCenter</set>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item>
|
||
<widget class="QPushButton" name="pushButton_dataInput">
|
||
<property name="font">
|
||
<font>
|
||
<family>黑体</family>
|
||
<pointsize>14</pointsize>
|
||
</font>
|
||
</property>
|
||
<property name="text">
|
||
<string>导入</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item>
|
||
<spacer name="horizontalSpacer_2">
|
||
<property name="orientation">
|
||
<enum>Qt::Horizontal</enum>
|
||
</property>
|
||
<property name="sizeHint" stdset="0">
|
||
<size>
|
||
<width>40</width>
|
||
<height>20</height>
|
||
</size>
|
||
</property>
|
||
</spacer>
|
||
</item>
|
||
</layout>
|
||
</item>
|
||
<item row="10" column="0" colspan="5">
|
||
<widget class="QGroupBox" name="groupBox_data2">
|
||
<property name="sizePolicy">
|
||
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
|
||
<horstretch>0</horstretch>
|
||
<verstretch>0</verstretch>
|
||
</sizepolicy>
|
||
</property>
|
||
<property name="title">
|
||
<string>数据2</string>
|
||
</property>
|
||
<layout class="QGridLayout" name="gridLayout_9">
|
||
<item row="0" column="0">
|
||
<widget class="QLineEdit" name="lineEdit_data2path">
|
||
<property name="sizePolicy">
|
||
<sizepolicy hsizetype="Expanding" vsizetype="Preferred">
|
||
<horstretch>0</horstretch>
|
||
<verstretch>0</verstretch>
|
||
</sizepolicy>
|
||
</property>
|
||
<property name="font">
|
||
<font>
|
||
<family>Times New Roman</family>
|
||
<pointsize>10</pointsize>
|
||
</font>
|
||
</property>
|
||
<property name="text">
|
||
<string/>
|
||
</property>
|
||
<property name="placeholderText">
|
||
<string>数据2路径</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item row="0" column="1">
|
||
<widget class="QPushButton" name="pushButton_data2path_open">
|
||
<property name="font">
|
||
<font>
|
||
<family>黑体</family>
|
||
<pointsize>14</pointsize>
|
||
</font>
|
||
</property>
|
||
<property name="text">
|
||
<string>浏览</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item row="1" column="0" colspan="2">
|
||
<widget class="QGroupBox" name="groupBox_data2_preprocess">
|
||
<property name="title">
|
||
<string>预处理</string>
|
||
</property>
|
||
<layout class="QGridLayout" name="gridLayout_11" columnstretch="1,4,1,5,4,1,2,1">
|
||
<item row="1" column="3">
|
||
<spacer name="horizontalSpacer_6">
|
||
<property name="orientation">
|
||
<enum>Qt::Horizontal</enum>
|
||
</property>
|
||
<property name="sizeHint" stdset="0">
|
||
<size>
|
||
<width>40</width>
|
||
<height>20</height>
|
||
</size>
|
||
</property>
|
||
</spacer>
|
||
</item>
|
||
<item row="1" column="4">
|
||
<widget class="QLabel" name="label_data2_fillterFrequency">
|
||
<property name="sizePolicy">
|
||
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
|
||
<horstretch>0</horstretch>
|
||
<verstretch>0</verstretch>
|
||
</sizepolicy>
|
||
</property>
|
||
<property name="font">
|
||
<font>
|
||
<family>Times New Roman</family>
|
||
<pointsize>12</pointsize>
|
||
</font>
|
||
</property>
|
||
<property name="text">
|
||
<string>f(Hz):</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item row="1" column="1">
|
||
<widget class="QLabel" name="label_data2_fillterNum">
|
||
<property name="sizePolicy">
|
||
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
|
||
<horstretch>0</horstretch>
|
||
<verstretch>0</verstretch>
|
||
</sizepolicy>
|
||
</property>
|
||
<property name="font">
|
||
<font>
|
||
<family>Times New Roman</family>
|
||
<pointsize>12</pointsize>
|
||
</font>
|
||
</property>
|
||
<property name="text">
|
||
<string>n:</string>
|
||
</property>
|
||
<property name="alignment">
|
||
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item row="1" column="5">
|
||
<widget class="QLineEdit" name="lineEdit_data2_fillterFrequency_min">
|
||
<property name="sizePolicy">
|
||
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
|
||
<horstretch>0</horstretch>
|
||
<verstretch>0</verstretch>
|
||
</sizepolicy>
|
||
</property>
|
||
<property name="font">
|
||
<font>
|
||
<family>Times New Roman</family>
|
||
<pointsize>12</pointsize>
|
||
</font>
|
||
</property>
|
||
<property name="text">
|
||
<string>2</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item row="1" column="2">
|
||
<widget class="QLineEdit" name="lineEdit_data2_fillterNum">
|
||
<property name="sizePolicy">
|
||
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
|
||
<horstretch>0</horstretch>
|
||
<verstretch>0</verstretch>
|
||
</sizepolicy>
|
||
</property>
|
||
<property name="font">
|
||
<font>
|
||
<family>Times New Roman</family>
|
||
<pointsize>12</pointsize>
|
||
</font>
|
||
</property>
|
||
<property name="text">
|
||
<string>2</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item row="1" column="7">
|
||
<widget class="QLineEdit" name="lineEdit_data2_fillterFrequency_max">
|
||
<property name="sizePolicy">
|
||
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
|
||
<horstretch>0</horstretch>
|
||
<verstretch>0</verstretch>
|
||
</sizepolicy>
|
||
</property>
|
||
<property name="font">
|
||
<font>
|
||
<family>Times New Roman</family>
|
||
<pointsize>12</pointsize>
|
||
</font>
|
||
</property>
|
||
<property name="text">
|
||
<string>15</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item row="1" column="6">
|
||
<widget class="QLabel" name="label_4">
|
||
<property name="sizePolicy">
|
||
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
|
||
<horstretch>0</horstretch>
|
||
<verstretch>0</verstretch>
|
||
</sizepolicy>
|
||
</property>
|
||
<property name="font">
|
||
<font>
|
||
<family>Times New Roman</family>
|
||
<pointsize>12</pointsize>
|
||
</font>
|
||
</property>
|
||
<property name="text">
|
||
<string>~</string>
|
||
</property>
|
||
<property name="alignment">
|
||
<set>Qt::AlignCenter</set>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item row="1" column="0">
|
||
<spacer name="horizontalSpacer_7">
|
||
<property name="orientation">
|
||
<enum>Qt::Horizontal</enum>
|
||
</property>
|
||
<property name="sizeHint" stdset="0">
|
||
<size>
|
||
<width>40</width>
|
||
<height>20</height>
|
||
</size>
|
||
</property>
|
||
</spacer>
|
||
</item>
|
||
<item row="0" column="0" colspan="8">
|
||
<widget class="QRadioButton" name="radioButton_data2_fillterMode">
|
||
<property name="font">
|
||
<font>
|
||
<family>黑体</family>
|
||
<pointsize>12</pointsize>
|
||
</font>
|
||
</property>
|
||
<property name="text">
|
||
<string>滤波器</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
</layout>
|
||
</widget>
|
||
</item>
|
||
</layout>
|
||
</widget>
|
||
</item>
|
||
<item row="0" column="1" colspan="4">
|
||
<widget class="QRadioButton" name="radioButton_inputMode_manual">
|
||
<property name="font">
|
||
<font>
|
||
<family>黑体</family>
|
||
<pointsize>14</pointsize>
|
||
</font>
|
||
</property>
|
||
<property name="text">
|
||
<string>手动输入路径</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item row="4" column="1" colspan="4">
|
||
<widget class="QComboBox" name="comboBox_choose">
|
||
<property name="font">
|
||
<font>
|
||
<family>Times New Roman</family>
|
||
<pointsize>14</pointsize>
|
||
</font>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item row="5" column="0" colspan="5">
|
||
<widget class="QGroupBox" name="groupBox_save">
|
||
<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_19">
|
||
<item row="0" column="1">
|
||
<widget class="QLineEdit" name="lineEdit_savepath">
|
||
<property name="sizePolicy">
|
||
<sizepolicy hsizetype="Expanding" vsizetype="Preferred">
|
||
<horstretch>0</horstretch>
|
||
<verstretch>0</verstretch>
|
||
</sizepolicy>
|
||
</property>
|
||
<property name="font">
|
||
<font>
|
||
<family>Times New Roman</family>
|
||
<pointsize>10</pointsize>
|
||
</font>
|
||
</property>
|
||
<property name="placeholderText">
|
||
<string>纠正后J峰保存路径</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item row="0" column="2">
|
||
<widget class="QPushButton" name="pushButton_savepath_open">
|
||
<property name="font">
|
||
<font>
|
||
<family>黑体</family>
|
||
<pointsize>14</pointsize>
|
||
</font>
|
||
</property>
|
||
<property name="text">
|
||
<string>浏览</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
</layout>
|
||
</widget>
|
||
</item>
|
||
</layout>
|
||
</widget>
|
||
</item>
|
||
<item row="2" column="0" colspan="2">
|
||
<widget class="QGroupBox" name="groupBox_autoplay">
|
||
<property name="sizePolicy">
|
||
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
|
||
<horstretch>0</horstretch>
|
||
<verstretch>0</verstretch>
|
||
</sizepolicy>
|
||
</property>
|
||
<property name="font">
|
||
<font>
|
||
<family>黑体</family>
|
||
<pointsize>10</pointsize>
|
||
</font>
|
||
</property>
|
||
<property name="title">
|
||
<string>自动播放</string>
|
||
</property>
|
||
<layout class="QGridLayout" name="gridLayout_6">
|
||
<item row="1" column="0">
|
||
<widget class="QGroupBox" name="groupBox_move_setting">
|
||
<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_18">
|
||
<item row="3" column="0">
|
||
<widget class="QRadioButton" name="radioButton_move_preset_3">
|
||
<property name="font">
|
||
<font>
|
||
<family>黑体</family>
|
||
<pointsize>14</pointsize>
|
||
</font>
|
||
</property>
|
||
<property name="text">
|
||
<string>预设3</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item row="5" column="1">
|
||
<widget class="QLineEdit" name="lineEdit_moveLength">
|
||
<property name="sizePolicy">
|
||
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
|
||
<horstretch>0</horstretch>
|
||
<verstretch>0</verstretch>
|
||
</sizepolicy>
|
||
</property>
|
||
<property name="font">
|
||
<font>
|
||
<family>Times New Roman</family>
|
||
<pointsize>14</pointsize>
|
||
</font>
|
||
</property>
|
||
<property name="text">
|
||
<string>15000</string>
|
||
</property>
|
||
<property name="alignment">
|
||
<set>Qt::AlignCenter</set>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item row="3" column="2">
|
||
<widget class="QLabel" name="label_maxRange_preset_3">
|
||
<property name="sizePolicy">
|
||
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
|
||
<horstretch>0</horstretch>
|
||
<verstretch>0</verstretch>
|
||
</sizepolicy>
|
||
</property>
|
||
<property name="font">
|
||
<font>
|
||
<family>Times New Roman</family>
|
||
<pointsize>14</pointsize>
|
||
</font>
|
||
</property>
|
||
<property name="text">
|
||
<string>100000</string>
|
||
</property>
|
||
<property name="alignment">
|
||
<set>Qt::AlignCenter</set>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item row="3" column="1">
|
||
<widget class="QLabel" name="label_moveLength_preset_3">
|
||
<property name="sizePolicy">
|
||
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
|
||
<horstretch>0</horstretch>
|
||
<verstretch>0</verstretch>
|
||
</sizepolicy>
|
||
</property>
|
||
<property name="font">
|
||
<font>
|
||
<family>Times New Roman</family>
|
||
<pointsize>14</pointsize>
|
||
</font>
|
||
</property>
|
||
<property name="text">
|
||
<string>25000</string>
|
||
</property>
|
||
<property name="alignment">
|
||
<set>Qt::AlignCenter</set>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item row="0" column="2">
|
||
<widget class="QLabel" name="label_maxRange">
|
||
<property name="sizePolicy">
|
||
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
|
||
<horstretch>0</horstretch>
|
||
<verstretch>0</verstretch>
|
||
</sizepolicy>
|
||
</property>
|
||
<property name="font">
|
||
<font>
|
||
<family>Times New Roman</family>
|
||
<pointsize>14</pointsize>
|
||
</font>
|
||
</property>
|
||
<property name="text">
|
||
<string>最大范围</string>
|
||
</property>
|
||
<property name="alignment">
|
||
<set>Qt::AlignCenter</set>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item row="2" column="3" colspan="2">
|
||
<widget class="QLabel" name="label_moveSpeed_preset_2">
|
||
<property name="sizePolicy">
|
||
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
|
||
<horstretch>0</horstretch>
|
||
<verstretch>0</verstretch>
|
||
</sizepolicy>
|
||
</property>
|
||
<property name="font">
|
||
<font>
|
||
<family>Times New Roman</family>
|
||
<pointsize>14</pointsize>
|
||
</font>
|
||
</property>
|
||
<property name="text">
|
||
<string>500</string>
|
||
</property>
|
||
<property name="alignment">
|
||
<set>Qt::AlignCenter</set>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item row="1" column="1">
|
||
<widget class="QLabel" name="label_moveLength_preset_1">
|
||
<property name="sizePolicy">
|
||
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
|
||
<horstretch>0</horstretch>
|
||
<verstretch>0</verstretch>
|
||
</sizepolicy>
|
||
</property>
|
||
<property name="font">
|
||
<font>
|
||
<family>Times New Roman</family>
|
||
<pointsize>14</pointsize>
|
||
</font>
|
||
</property>
|
||
<property name="text">
|
||
<string>10000</string>
|
||
</property>
|
||
<property name="alignment">
|
||
<set>Qt::AlignCenter</set>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item row="1" column="3" colspan="2">
|
||
<widget class="QLabel" name="label_moveSpeed_preset_1">
|
||
<property name="sizePolicy">
|
||
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
|
||
<horstretch>0</horstretch>
|
||
<verstretch>0</verstretch>
|
||
</sizepolicy>
|
||
</property>
|
||
<property name="font">
|
||
<font>
|
||
<family>Times New Roman</family>
|
||
<pointsize>14</pointsize>
|
||
</font>
|
||
</property>
|
||
<property name="text">
|
||
<string>500</string>
|
||
</property>
|
||
<property name="alignment">
|
||
<set>Qt::AlignCenter</set>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item row="5" column="2">
|
||
<widget class="QLineEdit" name="lineEdit_maxRange">
|
||
<property name="sizePolicy">
|
||
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
|
||
<horstretch>0</horstretch>
|
||
<verstretch>0</verstretch>
|
||
</sizepolicy>
|
||
</property>
|
||
<property name="font">
|
||
<font>
|
||
<family>Times New Roman</family>
|
||
<pointsize>14</pointsize>
|
||
</font>
|
||
</property>
|
||
<property name="text">
|
||
<string>60000</string>
|
||
</property>
|
||
<property name="alignment">
|
||
<set>Qt::AlignCenter</set>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item row="2" column="2">
|
||
<widget class="QLabel" name="label_maxRange_preset_2">
|
||
<property name="sizePolicy">
|
||
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
|
||
<horstretch>0</horstretch>
|
||
<verstretch>0</verstretch>
|
||
</sizepolicy>
|
||
</property>
|
||
<property name="font">
|
||
<font>
|
||
<family>Times New Roman</family>
|
||
<pointsize>14</pointsize>
|
||
</font>
|
||
</property>
|
||
<property name="text">
|
||
<string>80000</string>
|
||
</property>
|
||
<property name="alignment">
|
||
<set>Qt::AlignCenter</set>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item row="1" column="0">
|
||
<widget class="QRadioButton" name="radioButton_move_preset_1">
|
||
<property name="font">
|
||
<font>
|
||
<family>黑体</family>
|
||
<pointsize>14</pointsize>
|
||
</font>
|
||
</property>
|
||
<property name="text">
|
||
<string>预设1</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item row="2" column="0">
|
||
<widget class="QRadioButton" name="radioButton_move_preset_2">
|
||
<property name="font">
|
||
<font>
|
||
<family>黑体</family>
|
||
<pointsize>14</pointsize>
|
||
</font>
|
||
</property>
|
||
<property name="text">
|
||
<string>预设2</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item row="5" column="0">
|
||
<widget class="QRadioButton" name="radioButton_move_custom">
|
||
<property name="font">
|
||
<font>
|
||
<family>黑体</family>
|
||
<pointsize>14</pointsize>
|
||
</font>
|
||
</property>
|
||
<property name="text">
|
||
<string>自定义</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item row="0" column="1">
|
||
<widget class="QLabel" name="label_moveLength">
|
||
<property name="sizePolicy">
|
||
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
|
||
<horstretch>0</horstretch>
|
||
<verstretch>0</verstretch>
|
||
</sizepolicy>
|
||
</property>
|
||
<property name="font">
|
||
<font>
|
||
<family>Times New Roman</family>
|
||
<pointsize>14</pointsize>
|
||
</font>
|
||
</property>
|
||
<property name="text">
|
||
<string>移动距离</string>
|
||
</property>
|
||
<property name="alignment">
|
||
<set>Qt::AlignCenter</set>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item row="2" column="1">
|
||
<widget class="QLabel" name="label_moveLength_preset_2">
|
||
<property name="sizePolicy">
|
||
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
|
||
<horstretch>0</horstretch>
|
||
<verstretch>0</verstretch>
|
||
</sizepolicy>
|
||
</property>
|
||
<property name="font">
|
||
<font>
|
||
<family>Times New Roman</family>
|
||
<pointsize>14</pointsize>
|
||
</font>
|
||
</property>
|
||
<property name="text">
|
||
<string>20000</string>
|
||
</property>
|
||
<property name="alignment">
|
||
<set>Qt::AlignCenter</set>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item row="1" column="2">
|
||
<widget class="QLabel" name="label_maxRange_preset_1">
|
||
<property name="sizePolicy">
|
||
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
|
||
<horstretch>0</horstretch>
|
||
<verstretch>0</verstretch>
|
||
</sizepolicy>
|
||
</property>
|
||
<property name="font">
|
||
<font>
|
||
<family>Times New Roman</family>
|
||
<pointsize>14</pointsize>
|
||
</font>
|
||
</property>
|
||
<property name="text">
|
||
<string>40000</string>
|
||
</property>
|
||
<property name="alignment">
|
||
<set>Qt::AlignCenter</set>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item row="5" column="3">
|
||
<widget class="QLineEdit" name="lineEdit_moveSpeed">
|
||
<property name="sizePolicy">
|
||
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
|
||
<horstretch>0</horstretch>
|
||
<verstretch>0</verstretch>
|
||
</sizepolicy>
|
||
</property>
|
||
<property name="font">
|
||
<font>
|
||
<family>Times New Roman</family>
|
||
<pointsize>14</pointsize>
|
||
</font>
|
||
</property>
|
||
<property name="text">
|
||
<string>1000</string>
|
||
</property>
|
||
<property name="alignment">
|
||
<set>Qt::AlignCenter</set>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item row="3" column="3" colspan="2">
|
||
<widget class="QLabel" name="label_moveSpeed_preset_3">
|
||
<property name="sizePolicy">
|
||
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
|
||
<horstretch>0</horstretch>
|
||
<verstretch>0</verstretch>
|
||
</sizepolicy>
|
||
</property>
|
||
<property name="font">
|
||
<font>
|
||
<family>Times New Roman</family>
|
||
<pointsize>14</pointsize>
|
||
</font>
|
||
</property>
|
||
<property name="text">
|
||
<string>500</string>
|
||
</property>
|
||
<property name="alignment">
|
||
<set>Qt::AlignCenter</set>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item row="2" column="5">
|
||
<widget class="QLabel" name="label_ms_2">
|
||
<property name="sizePolicy">
|
||
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
|
||
<horstretch>0</horstretch>
|
||
<verstretch>0</verstretch>
|
||
</sizepolicy>
|
||
</property>
|
||
<property name="font">
|
||
<font>
|
||
<family>Times New Roman</family>
|
||
<pointsize>14</pointsize>
|
||
</font>
|
||
</property>
|
||
<property name="text">
|
||
<string>ms</string>
|
||
</property>
|
||
<property name="alignment">
|
||
<set>Qt::AlignCenter</set>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item row="5" column="5">
|
||
<widget class="QLabel" name="label_ms_4">
|
||
<property name="sizePolicy">
|
||
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
|
||
<horstretch>0</horstretch>
|
||
<verstretch>0</verstretch>
|
||
</sizepolicy>
|
||
</property>
|
||
<property name="font">
|
||
<font>
|
||
<family>Times New Roman</family>
|
||
<pointsize>14</pointsize>
|
||
</font>
|
||
</property>
|
||
<property name="text">
|
||
<string>ms</string>
|
||
</property>
|
||
<property name="alignment">
|
||
<set>Qt::AlignCenter</set>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item row="3" column="5">
|
||
<widget class="QLabel" name="label_ms_3">
|
||
<property name="sizePolicy">
|
||
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
|
||
<horstretch>0</horstretch>
|
||
<verstretch>0</verstretch>
|
||
</sizepolicy>
|
||
</property>
|
||
<property name="font">
|
||
<font>
|
||
<family>Times New Roman</family>
|
||
<pointsize>14</pointsize>
|
||
</font>
|
||
</property>
|
||
<property name="text">
|
||
<string>ms</string>
|
||
</property>
|
||
<property name="alignment">
|
||
<set>Qt::AlignCenter</set>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item row="1" column="5">
|
||
<widget class="QLabel" name="label_ms_1">
|
||
<property name="sizePolicy">
|
||
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
|
||
<horstretch>0</horstretch>
|
||
<verstretch>0</verstretch>
|
||
</sizepolicy>
|
||
</property>
|
||
<property name="font">
|
||
<font>
|
||
<family>Times New Roman</family>
|
||
<pointsize>14</pointsize>
|
||
</font>
|
||
</property>
|
||
<property name="text">
|
||
<string>ms</string>
|
||
</property>
|
||
<property name="alignment">
|
||
<set>Qt::AlignCenter</set>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item row="0" column="3" colspan="3">
|
||
<widget class="QLabel" name="label_moveSpeed">
|
||
<property name="sizePolicy">
|
||
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
|
||
<horstretch>0</horstretch>
|
||
<verstretch>0</verstretch>
|
||
</sizepolicy>
|
||
</property>
|
||
<property name="font">
|
||
<font>
|
||
<family>Times New Roman</family>
|
||
<pointsize>14</pointsize>
|
||
</font>
|
||
</property>
|
||
<property name="text">
|
||
<string>移动间隔</string>
|
||
</property>
|
||
<property name="alignment">
|
||
<set>Qt::AlignCenter</set>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
</layout>
|
||
</widget>
|
||
</item>
|
||
<item row="0" column="0">
|
||
<widget class="QGroupBox" name="groupBox_move">
|
||
<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_49" columnstretch="0,0">
|
||
<item row="0" column="0" colspan="2">
|
||
<layout class="QHBoxLayout" name="horizontalLayout_move_operate">
|
||
<item>
|
||
<widget class="QPushButton" name="pushButton_left_move">
|
||
<property name="sizePolicy">
|
||
<sizepolicy hsizetype="Minimum" vsizetype="Preferred">
|
||
<horstretch>0</horstretch>
|
||
<verstretch>0</verstretch>
|
||
</sizepolicy>
|
||
</property>
|
||
<property name="font">
|
||
<font>
|
||
<family>黑体</family>
|
||
<pointsize>14</pointsize>
|
||
</font>
|
||
</property>
|
||
<property name="text">
|
||
<string><<(A)</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item>
|
||
<widget class="QPushButton" name="pushButton_pause">
|
||
<property name="sizePolicy">
|
||
<sizepolicy hsizetype="Minimum" vsizetype="Preferred">
|
||
<horstretch>0</horstretch>
|
||
<verstretch>0</verstretch>
|
||
</sizepolicy>
|
||
</property>
|
||
<property name="font">
|
||
<font>
|
||
<family>黑体</family>
|
||
<pointsize>14</pointsize>
|
||
</font>
|
||
</property>
|
||
<property name="text">
|
||
<string>||(S)</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item>
|
||
<widget class="QPushButton" name="pushButton_right_move">
|
||
<property name="sizePolicy">
|
||
<sizepolicy hsizetype="Minimum" vsizetype="Preferred">
|
||
<horstretch>0</horstretch>
|
||
<verstretch>0</verstretch>
|
||
</sizepolicy>
|
||
</property>
|
||
<property name="font">
|
||
<font>
|
||
<family>黑体</family>
|
||
<pointsize>14</pointsize>
|
||
</font>
|
||
</property>
|
||
<property name="text">
|
||
<string>>>(D)</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
</layout>
|
||
</item>
|
||
</layout>
|
||
</widget>
|
||
</item>
|
||
</layout>
|
||
</widget>
|
||
</item>
|
||
<item row="4" column="0" colspan="2">
|
||
<widget class="QGroupBox" name="groupBox_findpeaks_options">
|
||
<property name="sizePolicy">
|
||
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
|
||
<horstretch>0</horstretch>
|
||
<verstretch>0</verstretch>
|
||
</sizepolicy>
|
||
</property>
|
||
<property name="font">
|
||
<font>
|
||
<family>黑体</family>
|
||
<pointsize>10</pointsize>
|
||
</font>
|
||
</property>
|
||
<property name="title">
|
||
<string>批量增加的寻峰参数设置</string>
|
||
</property>
|
||
<layout class="QGridLayout" name="gridLayout_21">
|
||
<item row="0" column="2">
|
||
<widget class="QLabel" name="label_6">
|
||
<property name="sizePolicy">
|
||
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
|
||
<horstretch>0</horstretch>
|
||
<verstretch>0</verstretch>
|
||
</sizepolicy>
|
||
</property>
|
||
<property name="font">
|
||
<font>
|
||
<family>黑体</family>
|
||
<pointsize>14</pointsize>
|
||
</font>
|
||
</property>
|
||
<property name="text">
|
||
<string>最小高度:</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item row="0" column="0">
|
||
<widget class="QLabel" name="label_5">
|
||
<property name="sizePolicy">
|
||
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
|
||
<horstretch>0</horstretch>
|
||
<verstretch>0</verstretch>
|
||
</sizepolicy>
|
||
</property>
|
||
<property name="font">
|
||
<font>
|
||
<family>黑体</family>
|
||
<pointsize>14</pointsize>
|
||
</font>
|
||
</property>
|
||
<property name="text">
|
||
<string>最小间隔:</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item row="0" column="1">
|
||
<widget class="QLineEdit" name="lineEdit_findpeaks_min_interval">
|
||
<property name="sizePolicy">
|
||
<sizepolicy hsizetype="Expanding" vsizetype="Preferred">
|
||
<horstretch>0</horstretch>
|
||
<verstretch>0</verstretch>
|
||
</sizepolicy>
|
||
</property>
|
||
<property name="font">
|
||
<font>
|
||
<family>Times New Roman</family>
|
||
<pointsize>14</pointsize>
|
||
</font>
|
||
</property>
|
||
<property name="text">
|
||
<string>1000</string>
|
||
</property>
|
||
<property name="placeholderText">
|
||
<string/>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item row="0" column="3">
|
||
<widget class="QLineEdit" name="lineEdit_findpeaks_min_height">
|
||
<property name="sizePolicy">
|
||
<sizepolicy hsizetype="Expanding" vsizetype="Preferred">
|
||
<horstretch>0</horstretch>
|
||
<verstretch>0</verstretch>
|
||
</sizepolicy>
|
||
</property>
|
||
<property name="font">
|
||
<font>
|
||
<family>Times New Roman</family>
|
||
<pointsize>14</pointsize>
|
||
</font>
|
||
</property>
|
||
<property name="text">
|
||
<string>0.5</string>
|
||
</property>
|
||
<property name="placeholderText">
|
||
<string/>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
</layout>
|
||
</widget>
|
||
</item>
|
||
<item row="1" column="0" colspan="2">
|
||
<spacer name="verticalSpacer_4">
|
||
<property name="orientation">
|
||
<enum>Qt::Vertical</enum>
|
||
</property>
|
||
<property name="sizeHint" stdset="0">
|
||
<size>
|
||
<width>20</width>
|
||
<height>40</height>
|
||
</size>
|
||
</property>
|
||
</spacer>
|
||
</item>
|
||
<item row="5" column="0" colspan="2">
|
||
<spacer name="verticalSpacer_5">
|
||
<property name="orientation">
|
||
<enum>Qt::Vertical</enum>
|
||
</property>
|
||
<property name="sizeHint" stdset="0">
|
||
<size>
|
||
<width>20</width>
|
||
<height>40</height>
|
||
</size>
|
||
</property>
|
||
</spacer>
|
||
</item>
|
||
<item row="3" column="0" colspan="2">
|
||
<spacer name="verticalSpacer_6">
|
||
<property name="orientation">
|
||
<enum>Qt::Vertical</enum>
|
||
</property>
|
||
<property name="sizeHint" stdset="0">
|
||
<size>
|
||
<width>20</width>
|
||
<height>40</height>
|
||
</size>
|
||
</property>
|
||
</spacer>
|
||
</item>
|
||
</layout>
|
||
</item>
|
||
<item>
|
||
<layout class="QVBoxLayout" name="verticalLayout_canvas"/>
|
||
</item>
|
||
<item>
|
||
<layout class="QVBoxLayout" name="verticalLayout_right" stretch="7,3">
|
||
<item>
|
||
<widget class="QGroupBox" name="groupBox_labelDisplay">
|
||
<property name="sizePolicy">
|
||
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
|
||
<horstretch>0</horstretch>
|
||
<verstretch>0</verstretch>
|
||
</sizepolicy>
|
||
</property>
|
||
<property name="font">
|
||
<font>
|
||
<family>黑体</family>
|
||
<pointsize>10</pointsize>
|
||
</font>
|
||
</property>
|
||
<property name="title">
|
||
<string>标签</string>
|
||
</property>
|
||
<layout class="QGridLayout" name="gridLayout_55">
|
||
<item row="0" column="1">
|
||
<widget class="QTableWidget" name="tableWidget_label2">
|
||
<property name="font">
|
||
<font>
|
||
<family>Times New Roman</family>
|
||
<pointsize>12</pointsize>
|
||
</font>
|
||
</property>
|
||
<property name="columnCount">
|
||
<number>1</number>
|
||
</property>
|
||
<column/>
|
||
</widget>
|
||
</item>
|
||
<item row="0" column="0">
|
||
<widget class="QTableWidget" name="tableWidget_label1">
|
||
<property name="font">
|
||
<font>
|
||
<family>Times New Roman</family>
|
||
<pointsize>12</pointsize>
|
||
</font>
|
||
</property>
|
||
<property name="rowCount">
|
||
<number>0</number>
|
||
</property>
|
||
<property name="columnCount">
|
||
<number>1</number>
|
||
</property>
|
||
<attribute name="horizontalHeaderCascadingSectionResizes">
|
||
<bool>false</bool>
|
||
</attribute>
|
||
<attribute name="verticalHeaderVisible">
|
||
<bool>true</bool>
|
||
</attribute>
|
||
<attribute name="verticalHeaderStretchLastSection">
|
||
<bool>false</bool>
|
||
</attribute>
|
||
<column/>
|
||
</widget>
|
||
</item>
|
||
</layout>
|
||
</widget>
|
||
</item>
|
||
<item>
|
||
<widget class="QGroupBox" name="groupBox_info">
|
||
<property name="sizePolicy">
|
||
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
|
||
<horstretch>0</horstretch>
|
||
<verstretch>0</verstretch>
|
||
</sizepolicy>
|
||
</property>
|
||
<property name="font">
|
||
<font>
|
||
<family>黑体</family>
|
||
<pointsize>10</pointsize>
|
||
</font>
|
||
</property>
|
||
<property name="title">
|
||
<string>信息</string>
|
||
</property>
|
||
<layout class="QGridLayout" name="gridLayout_64" columnstretch="1,1,20,1,1" columnminimumwidth="1,1,20,1,1">
|
||
<item row="1" column="4">
|
||
<widget class="QLabel" name="label_label2_length">
|
||
<property name="sizePolicy">
|
||
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
|
||
<horstretch>0</horstretch>
|
||
<verstretch>0</verstretch>
|
||
</sizepolicy>
|
||
</property>
|
||
<property name="font">
|
||
<font>
|
||
<family>Times New Roman</family>
|
||
<pointsize>14</pointsize>
|
||
</font>
|
||
</property>
|
||
<property name="text">
|
||
<string>0</string>
|
||
</property>
|
||
<property name="alignment">
|
||
<set>Qt::AlignCenter</set>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item row="0" column="0">
|
||
<widget class="QLabel" name="label">
|
||
<property name="sizePolicy">
|
||
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
|
||
<horstretch>0</horstretch>
|
||
<verstretch>0</verstretch>
|
||
</sizepolicy>
|
||
</property>
|
||
<property name="font">
|
||
<font>
|
||
<family>Times New Roman</family>
|
||
<pointsize>14</pointsize>
|
||
</font>
|
||
</property>
|
||
<property name="text">
|
||
<string>数据1长度:</string>
|
||
</property>
|
||
<property name="alignment">
|
||
<set>Qt::AlignCenter</set>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item row="1" column="1">
|
||
<widget class="QLabel" name="label_label1_length">
|
||
<property name="sizePolicy">
|
||
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
|
||
<horstretch>0</horstretch>
|
||
<verstretch>0</verstretch>
|
||
</sizepolicy>
|
||
</property>
|
||
<property name="font">
|
||
<font>
|
||
<family>Times New Roman</family>
|
||
<pointsize>14</pointsize>
|
||
</font>
|
||
</property>
|
||
<property name="text">
|
||
<string>0</string>
|
||
</property>
|
||
<property name="alignment">
|
||
<set>Qt::AlignCenter</set>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item row="1" column="0">
|
||
<widget class="QLabel" name="label_2">
|
||
<property name="sizePolicy">
|
||
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
|
||
<horstretch>0</horstretch>
|
||
<verstretch>0</verstretch>
|
||
</sizepolicy>
|
||
</property>
|
||
<property name="font">
|
||
<font>
|
||
<family>Times New Roman</family>
|
||
<pointsize>14</pointsize>
|
||
</font>
|
||
</property>
|
||
<property name="text">
|
||
<string>数据1标签数:</string>
|
||
</property>
|
||
<property name="alignment">
|
||
<set>Qt::AlignCenter</set>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item row="0" column="1">
|
||
<widget class="QLabel" name="label_data1_length">
|
||
<property name="sizePolicy">
|
||
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
|
||
<horstretch>0</horstretch>
|
||
<verstretch>0</verstretch>
|
||
</sizepolicy>
|
||
</property>
|
||
<property name="font">
|
||
<font>
|
||
<family>Times New Roman</family>
|
||
<pointsize>14</pointsize>
|
||
</font>
|
||
</property>
|
||
<property name="text">
|
||
<string>0</string>
|
||
</property>
|
||
<property name="alignment">
|
||
<set>Qt::AlignCenter</set>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item row="0" column="2">
|
||
<spacer name="horizontalSpacer_35">
|
||
<property name="orientation">
|
||
<enum>Qt::Horizontal</enum>
|
||
</property>
|
||
<property name="sizeHint" stdset="0">
|
||
<size>
|
||
<width>40</width>
|
||
<height>20</height>
|
||
</size>
|
||
</property>
|
||
</spacer>
|
||
</item>
|
||
<item row="1" column="3">
|
||
<widget class="QLabel" name="label_21">
|
||
<property name="sizePolicy">
|
||
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
|
||
<horstretch>0</horstretch>
|
||
<verstretch>0</verstretch>
|
||
</sizepolicy>
|
||
</property>
|
||
<property name="font">
|
||
<font>
|
||
<family>Times New Roman</family>
|
||
<pointsize>14</pointsize>
|
||
</font>
|
||
</property>
|
||
<property name="text">
|
||
<string>数据2标签数:</string>
|
||
</property>
|
||
<property name="alignment">
|
||
<set>Qt::AlignCenter</set>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item row="0" column="3">
|
||
<widget class="QLabel" name="label_20">
|
||
<property name="sizePolicy">
|
||
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
|
||
<horstretch>0</horstretch>
|
||
<verstretch>0</verstretch>
|
||
</sizepolicy>
|
||
</property>
|
||
<property name="font">
|
||
<font>
|
||
<family>Times New Roman</family>
|
||
<pointsize>14</pointsize>
|
||
</font>
|
||
</property>
|
||
<property name="text">
|
||
<string>数据2长度:</string>
|
||
</property>
|
||
<property name="alignment">
|
||
<set>Qt::AlignCenter</set>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item row="0" column="4">
|
||
<widget class="QLabel" name="label_data2_length">
|
||
<property name="sizePolicy">
|
||
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
|
||
<horstretch>0</horstretch>
|
||
<verstretch>0</verstretch>
|
||
</sizepolicy>
|
||
</property>
|
||
<property name="font">
|
||
<font>
|
||
<family>Times New Roman</family>
|
||
<pointsize>14</pointsize>
|
||
</font>
|
||
</property>
|
||
<property name="text">
|
||
<string>0</string>
|
||
</property>
|
||
<property name="alignment">
|
||
<set>Qt::AlignCenter</set>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item row="2" column="0" colspan="5">
|
||
<widget class="QTextBrowser" name="textBrowser_infoOutput">
|
||
<property name="font">
|
||
<font>
|
||
<family>黑体</family>
|
||
<pointsize>10</pointsize>
|
||
</font>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item row="1" column="2">
|
||
<spacer name="horizontalSpacer_36">
|
||
<property name="orientation">
|
||
<enum>Qt::Horizontal</enum>
|
||
</property>
|
||
<property name="sizeHint" stdset="0">
|
||
<size>
|
||
<width>40</width>
|
||
<height>20</height>
|
||
</size>
|
||
</property>
|
||
</spacer>
|
||
</item>
|
||
</layout>
|
||
</widget>
|
||
</item>
|
||
</layout>
|
||
</item>
|
||
</layout>
|
||
</item>
|
||
</layout>
|
||
</widget>
|
||
<action name="action_selectPath">
|
||
<property name="text">
|
||
<string>数据路径选择</string>
|
||
</property>
|
||
<property name="font">
|
||
<font>
|
||
<family>黑体</family>
|
||
<pointsize>14</pointsize>
|
||
</font>
|
||
</property>
|
||
</action>
|
||
<action name="action">
|
||
<property name="text">
|
||
<string>加载存档</string>
|
||
</property>
|
||
<property name="font">
|
||
<font>
|
||
<family>黑体</family>
|
||
<pointsize>14</pointsize>
|
||
</font>
|
||
</property>
|
||
</action>
|
||
</widget>
|
||
<resources/>
|
||
<connections/>
|
||
</ui>
|