3500/channelsetting.ui

3122 lines
116 KiB
Plaintext
Raw Normal View History

2023-04-14 19:30:30 +08:00
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>CChannelSetting</class>
<widget class="QWidget" name="CChannelSetting">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
2023-10-19 14:15:31 +08:00
<width>812</width>
2024-07-04 15:23:26 +08:00
<height>754</height>
2023-04-14 19:30:30 +08:00
</rect>
</property>
<property name="windowTitle">
<string>Form</string>
</property>
<property name="styleSheet">
2023-10-19 14:15:31 +08:00
<string notr="true">font: 10pt &quot;黑体&quot;;
2024-07-04 15:23:26 +08:00
color: rgb(27, 30, 35);</string>
2023-04-14 19:30:30 +08:00
</property>
<layout class="QVBoxLayout" name="verticalLayout">
2023-10-19 14:15:31 +08:00
<property name="spacing">
<number>1</number>
</property>
<property name="leftMargin">
<number>0</number>
</property>
<property name="topMargin">
<number>0</number>
</property>
<property name="rightMargin">
<number>0</number>
</property>
<property name="bottomMargin">
<number>0</number>
</property>
2023-04-14 19:30:30 +08:00
<item>
<widget class="QWidget" name="widget_top" native="true">
<property name="minimumSize">
<size>
<width>0</width>
2023-10-19 14:15:31 +08:00
<height>50</height>
2023-04-14 19:30:30 +08:00
</size>
</property>
<property name="maximumSize">
<size>
<width>16777215</width>
<height>100</height>
</size>
</property>
<layout class="QVBoxLayout" name="verticalLayout_3">
<property name="spacing">
<number>6</number>
</property>
<property name="leftMargin">
<number>6</number>
</property>
<property name="topMargin">
<number>6</number>
</property>
<property name="rightMargin">
<number>6</number>
</property>
<property name="bottomMargin">
<number>6</number>
</property>
<item>
<widget class="QLabel" name="label">
<property name="minimumSize">
<size>
<width>100</width>
<height>30</height>
</size>
</property>
<property name="text">
<string>高级配置</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
</item>
<item>
<widget class="QWidget" name="widget_5" native="true">
<layout class="QHBoxLayout" name="horizontalLayout">
<property name="spacing">
2023-10-19 14:15:31 +08:00
<number>1</number>
2023-04-14 19:30:30 +08:00
</property>
<property name="leftMargin">
2023-10-19 14:15:31 +08:00
<number>0</number>
2023-04-14 19:30:30 +08:00
</property>
<property name="topMargin">
2023-10-19 14:15:31 +08:00
<number>0</number>
2023-04-14 19:30:30 +08:00
</property>
<property name="rightMargin">
2023-10-19 14:15:31 +08:00
<number>0</number>
2023-04-14 19:30:30 +08:00
</property>
<property name="bottomMargin">
2023-10-19 14:15:31 +08:00
<number>0</number>
2023-04-14 19:30:30 +08:00
</property>
<item>
<spacer name="horizontalSpacer_19">
<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_2">
<property name="text">
<string>模块序号:</string>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="label_modelNo">
<property name="minimumSize">
<size>
<width>50</width>
<height>0</height>
</size>
</property>
<property name="text">
<string>- - </string>
</property>
</widget>
</item>
<item>
<spacer name="horizontalSpacer">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>256</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="QLabel" name="label_4">
<property name="text">
<string>通道序号:</string>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="label_channelNo">
<property name="minimumSize">
<size>
<width>50</width>
<height>0</height>
</size>
</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>255</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="QLabel" name="label_6">
<property name="text">
<string>绑定设备:</string>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="label_bindDevice">
<property name="minimumSize">
<size>
<width>50</width>
<height>0</height>
</size>
</property>
<property name="text">
<string>- -</string>
</property>
</widget>
</item>
<item>
<spacer name="horizontalSpacer_20">
<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>
</widget>
</item>
<item>
<widget class="QWidget" name="widget_setting" native="true">
<layout class="QVBoxLayout" name="verticalLayout_2">
<property name="spacing">
2023-10-19 14:15:31 +08:00
<number>0</number>
2023-04-14 19:30:30 +08:00
</property>
<property name="topMargin">
2023-10-19 14:15:31 +08:00
<number>0</number>
2023-04-14 19:30:30 +08:00
</property>
<property name="bottomMargin">
2023-10-19 14:15:31 +08:00
<number>0</number>
2023-04-14 19:30:30 +08:00
</property>
<item>
<widget class="QWidget" name="widget_3" native="true">
<layout class="QHBoxLayout" name="horizontalLayout_2">
<property name="spacing">
<number>6</number>
</property>
<property name="leftMargin">
<number>6</number>
</property>
<property name="topMargin">
<number>6</number>
</property>
<property name="rightMargin">
<number>6</number>
</property>
<property name="bottomMargin">
<number>6</number>
</property>
<item>
<widget class="QGroupBox" name="groupBox">
<property name="title">
<string> 通道信息</string>
</property>
2024-07-04 15:23:26 +08:00
<layout class="QHBoxLayout" name="horizontalLayout_33">
2023-04-14 19:30:30 +08:00
<item>
<spacer name="horizontalSpacer_11">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>10</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item>
<layout class="QVBoxLayout" name="verticalLayout_4">
2023-10-19 14:15:31 +08:00
<property name="spacing">
<number>1</number>
</property>
2023-04-14 19:30:30 +08:00
<property name="leftMargin">
<number>6</number>
</property>
<property name="topMargin">
<number>6</number>
</property>
<property name="rightMargin">
<number>6</number>
</property>
<property name="bottomMargin">
<number>6</number>
</property>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_7">
<item>
<widget class="QLabel" name="label_8">
<property name="minimumSize">
<size>
<width>100</width>
<height>0</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>100</width>
<height>16777215</height>
</size>
</property>
<property name="text">
<string>通道类型:</string>
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
</widget>
</item>
<item>
<widget class="QComboBox" name="channelTypeCombox">
<property name="minimumSize">
<size>
2023-10-19 14:15:31 +08:00
<width>0</width>
2023-04-14 19:30:30 +08:00
<height>0</height>
</size>
</property>
</widget>
</item>
</layout>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_8">
<item>
<widget class="QLabel" name="label_9">
<property name="minimumSize">
<size>
<width>100</width>
<height>0</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>100</width>
<height>16777215</height>
</size>
</property>
<property name="text">
<string>转速参考:</string>
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
</widget>
</item>
<item>
<widget class="QComboBox" name="RPMComBox">
<property name="minimumSize">
<size>
2023-10-19 14:15:31 +08:00
<width>0</width>
2023-04-14 19:30:30 +08:00
<height>0</height>
</size>
</property>
</widget>
</item>
</layout>
</item>
</layout>
</item>
<item>
<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>
<layout class="QVBoxLayout" name="verticalLayout_5">
2023-10-19 14:15:31 +08:00
<property name="spacing">
<number>1</number>
</property>
2023-04-14 19:30:30 +08:00
<item>
<layout class="QHBoxLayout" name="horizontalLayout_9">
<item>
<widget class="QLabel" name="label_10">
<property name="minimumSize">
<size>
<width>100</width>
<height>0</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>100</width>
<height>16777215</height>
</size>
</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_ChannelName">
<property name="minimumSize">
<size>
2023-10-19 14:15:31 +08:00
<width>150</width>
2023-04-14 19:30:30 +08:00
<height>0</height>
</size>
</property>
</widget>
</item>
</layout>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_10">
<item>
<widget class="QLabel" name="label_11">
<property name="minimumSize">
<size>
<width>100</width>
<height>0</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>100</width>
<height>16777215</height>
</size>
</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_rpmMultiplier">
<property name="minimumSize">
<size>
2023-10-19 14:15:31 +08:00
<width>0</width>
2023-04-14 19:30:30 +08:00
<height>0</height>
</size>
</property>
</widget>
</item>
</layout>
</item>
</layout>
</item>
<item>
<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>
2024-07-04 15:23:26 +08:00
<layout class="QVBoxLayout" name="verticalLayout_13">
2023-04-14 19:30:30 +08:00
<item>
2023-10-19 14:15:31 +08:00
<layout class="QHBoxLayout" name="horizontalLayout_11">
<item>
<widget class="QLabel" name="label_12">
<property name="minimumSize">
<size>
<width>110</width>
<height>0</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>110</width>
<height>16777215</height>
</size>
</property>
<property name="text">
<string>关联通道:</string>
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
</widget>
</item>
<item>
<widget class="QComboBox" name="pairChannelComBox">
<property name="minimumSize">
<size>
2024-07-04 15:23:26 +08:00
<width>0</width>
2023-10-19 14:15:31 +08:00
<height>0</height>
</size>
</property>
</widget>
</item>
</layout>
2023-04-14 19:30:30 +08:00
</item>
<item>
2023-10-19 14:15:31 +08:00
<layout class="QHBoxLayout" name="horizontalLayout_12">
<item>
<widget class="QLabel" name="label_48">
<property name="minimumSize">
<size>
<width>110</width>
<height>0</height>
</size>
</property>
<property name="maximumSize">
<size>
2024-07-04 15:23:26 +08:00
<width>100</width>
2023-10-19 14:15:31 +08:00
<height>16777215</height>
</size>
</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_confidenceDegree">
<property name="minimumSize">
<size>
2024-07-04 15:23:26 +08:00
<width>0</width>
2023-10-19 14:15:31 +08:00
<height>0</height>
</size>
</property>
<property name="text">
<string>98</string>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="label_50">
<property name="minimumSize">
<size>
2024-07-04 15:23:26 +08:00
<width>0</width>
2023-10-19 14:15:31 +08:00
<height>0</height>
</size>
</property>
<property name="text">
<string>%</string>
</property>
</widget>
</item>
</layout>
</item>
<item>
2024-07-04 15:23:26 +08:00
<layout class="QHBoxLayout" name="horizontalLayout_30">
2023-10-19 14:15:31 +08:00
<item>
<widget class="QLabel" name="label_49">
<property name="minimumSize">
<size>
<width>110</width>
<height>0</height>
</size>
</property>
<property name="maximumSize">
<size>
2024-07-04 15:23:26 +08:00
<width>100</width>
2023-10-19 14:15:31 +08:00
<height>16777215</height>
</size>
</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_sectionNum">
<property name="minimumSize">
<size>
2024-07-04 15:23:26 +08:00
<width>0</width>
2023-10-19 14:15:31 +08:00
<height>0</height>
</size>
</property>
<property name="text">
<string>1</string>
</property>
</widget>
</item>
</layout>
2023-04-14 19:30:30 +08:00
</item>
</layout>
</item>
<item>
<spacer name="horizontalSpacer_15">
<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>
</widget>
</item>
<item>
<widget class="QWidget" name="widget" native="true">
<layout class="QVBoxLayout" name="verticalLayout_6">
<property name="spacing">
<number>0</number>
</property>
<property name="leftMargin">
<number>0</number>
</property>
<property name="topMargin">
<number>0</number>
</property>
<property name="rightMargin">
<number>0</number>
</property>
<property name="bottomMargin">
<number>0</number>
</property>
<item>
<widget class="QTabWidget" name="tabWidget">
<property name="currentIndex">
2024-07-04 15:23:26 +08:00
<number>0</number>
2023-04-14 19:30:30 +08:00
</property>
<widget class="QWidget" name="tab">
<attribute name="title">
<string>Tab 1</string>
</attribute>
2023-10-19 14:15:31 +08:00
<layout class="QHBoxLayout" name="horizontalLayout_54">
<item>
<widget class="QWidget" name="widget_2" native="true">
<layout class="QVBoxLayout" name="verticalLayout_7">
<property name="leftMargin">
<number>6</number>
2023-04-14 19:30:30 +08:00
</property>
2023-10-19 14:15:31 +08:00
<property name="topMargin">
<number>6</number>
</property>
<property name="rightMargin">
<number>6</number>
</property>
<property name="bottomMargin">
<number>6</number>
</property>
<item>
<widget class="QGroupBox" name="groupBox_2">
<property name="minimumSize">
<size>
<width>0</width>
2024-07-04 15:23:26 +08:00
<height>135</height>
2023-10-19 14:15:31 +08:00
</size>
</property>
<property name="title">
<string> 传感器设置</string>
</property>
<layout class="QHBoxLayout" name="horizontalLayout_4">
<property name="spacing">
<number>0</number>
</property>
<property name="leftMargin">
<number>0</number>
</property>
<property name="topMargin">
2024-07-04 15:23:26 +08:00
<number>10</number>
2023-10-19 14:15:31 +08:00
</property>
<property name="rightMargin">
<number>0</number>
</property>
<property name="bottomMargin">
<number>0</number>
</property>
<item>
<layout class="QVBoxLayout" name="verticalLayout_9">
<property name="spacing">
<number>1</number>
</property>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_13">
<item>
<widget class="QLabel" name="label_13">
<property name="minimumSize">
<size>
<width>112</width>
2023-10-19 14:15:31 +08:00
<height>0</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>16777215</width>
<height>16777215</height>
</size>
</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_SensorType">
<property name="minimumSize">
<size>
<width>0</width>
<height>0</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>16777215</width>
<height>16777215</height>
</size>
</property>
<property name="text">
<string>A-YD-181</string>
</property>
</widget>
</item>
</layout>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_14">
<item>
<widget class="QLabel" name="label_14">
<property name="minimumSize">
<size>
<width>112</width>
2023-10-19 14:15:31 +08:00
<height>0</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>16777215</width>
<height>16777215</height>
</size>
</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_sensorEngineeringUnit">
<property name="minimumSize">
<size>
<width>0</width>
<height>0</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>16777215</width>
<height>16777215</height>
</size>
</property>
<property name="text">
<string>m/s^2</string>
</property>
</widget>
</item>
</layout>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_15">
<item>
<widget class="QLabel" name="label_15">
<property name="minimumSize">
<size>
<width>112</width>
2023-10-19 14:15:31 +08:00
<height>0</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>16777215</width>
<height>16777215</height>
</size>
</property>
<property name="text">
<string>灵敏度(mv/EU)</string>
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="lineEdit_sensorSensitivity">
<property name="minimumSize">
<size>
<width>0</width>
<height>0</height>
</size>
</property>
<property name="text">
<string>10.2</string>
</property>
</widget>
</item>
</layout>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_16">
<item>
<widget class="QLabel" name="label_16">
<property name="minimumSize">
<size>
<width>100</width>
2023-10-19 14:15:31 +08:00
<height>0</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>16777215</width>
<height>16777215</height>
</size>
</property>
<property name="text">
<string>传感器是否供电:</string>
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
</widget>
</item>
<item>
<widget class="QComboBox" name="comboBox_sensorICP">
2024-04-24 14:41:13 +08:00
<property name="enabled">
<bool>false</bool>
</property>
2023-10-19 14:15:31 +08:00
<property name="minimumSize">
<size>
<width>0</width>
<height>0</height>
</size>
</property>
</widget>
</item>
</layout>
</item>
</layout>
</item>
<item>
<layout class="QVBoxLayout" name="verticalLayout_8">
<property name="spacing">
<number>1</number>
</property>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_17">
<item>
<widget class="QLabel" name="label_22">
<property name="minimumSize">
<size>
<width>100</width>
<height>0</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>16777215</width>
<height>16777215</height>
</size>
</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_frequencyRangeMax">
<property name="minimumSize">
<size>
<width>0</width>
<height>0</height>
</size>
</property>
<property name="text">
<string>15000</string>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="label_42">
<property name="minimumSize">
<size>
<width>0</width>
<height>0</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>16777215</width>
<height>16777215</height>
</size>
</property>
<property name="text">
<string>Hz</string>
</property>
</widget>
</item>
</layout>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_18">
<item>
<widget class="QLabel" name="label_23">
<property name="minimumSize">
<size>
<width>100</width>
<height>0</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>16777215</width>
<height>16777215</height>
</size>
</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_frequencyRangeMin">
<property name="minimumSize">
<size>
<width>0</width>
<height>0</height>
</size>
</property>
<property name="text">
<string>0.5</string>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="label_37">
<property name="minimumSize">
<size>
<width>0</width>
<height>0</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>16777215</width>
<height>16777215</height>
</size>
</property>
<property name="text">
<string>Hz</string>
</property>
</widget>
</item>
</layout>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_19">
<item>
<widget class="QLabel" name="label_21">
<property name="minimumSize">
<size>
<width>100</width>
<height>0</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>16777215</width>
<height>16777215</height>
</size>
</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_sensorRange">
<property name="minimumSize">
<size>
<width>0</width>
<height>0</height>
</size>
</property>
<property name="text">
<string>9.8</string>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="label_unit">
<property name="minimumSize">
<size>
<width>0</width>
<height>0</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>16777215</width>
<height>16777215</height>
</size>
</property>
<property name="text">
<string>m/s^2</string>
</property>
</widget>
</item>
</layout>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_52">
<item>
<widget class="QLabel" name="label_46">
<property name="minimumSize">
<size>
<width>100</width>
<height>0</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>16777215</width>
<height>16777215</height>
</size>
</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_ChUnitCoeff">
<property name="minimumSize">
<size>
<width>0</width>
<height>0</height>
</size>
</property>
<property name="text">
<string/>
</property>
</widget>
</item>
</layout>
</item>
</layout>
</item>
<item>
<layout class="QVBoxLayout" name="verticalLayout_10">
<property name="spacing">
<number>1</number>
</property>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_45">
<item>
<widget class="QLabel" name="label_45">
<property name="minimumSize">
<size>
<width>150</width>
<height>0</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>16777215</width>
<height>16777215</height>
</size>
</property>
<property name="text">
<string>传感器类型:</string>
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
</widget>
</item>
<item>
<widget class="QComboBox" name="comboBox_sensorType">
<property name="minimumSize">
<size>
<width>0</width>
<height>0</height>
</size>
</property>
</widget>
</item>
</layout>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_20">
<item>
<widget class="QLabel" name="label_26">
<property name="minimumSize">
<size>
<width>150</width>
<height>0</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>16777215</width>
<height>16777215</height>
</size>
</property>
<property name="text">
<string>传感器范围检测:</string>
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
</widget>
</item>
<item>
<widget class="QComboBox" name="comboBox_sensorRangeCheck">
<property name="minimumSize">
<size>
<width>0</width>
<height>0</height>
</size>
</property>
</widget>
</item>
</layout>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_21">
<item>
<widget class="QLabel" name="label_24">
<property name="minimumSize">
<size>
<width>150</width>
<height>0</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>16777215</width>
<height>16777215</height>
</size>
</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_vMax">
<property name="minimumSize">
<size>
<width>0</width>
<height>0</height>
</size>
</property>
<property name="text">
<string>-2</string>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="label_44">
<property name="text">
<string>V</string>
</property>
</widget>
</item>
</layout>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_22">
<item>
<widget class="QLabel" name="label_25">
<property name="minimumSize">
<size>
<width>150</width>
<height>0</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>16777215</width>
<height>16777215</height>
</size>
</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_vMin">
<property name="minimumSize">
<size>
<width>0</width>
<height>0</height>
</size>
</property>
<property name="text">
<string>-20</string>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="label_43">
<property name="text">
<string>V</string>
</property>
</widget>
</item>
</layout>
</item>
</layout>
</item>
</layout>
</widget>
</item>
<item>
<widget class="QGroupBox" name="groupBox_3">
<property name="title">
<string> 采样设置</string>
</property>
2024-07-04 15:23:26 +08:00
<layout class="QHBoxLayout" name="horizontalLayout_29">
2023-10-19 14:15:31 +08:00
<item>
<layout class="QVBoxLayout" name="verticalLayout_11">
<property name="spacing">
<number>1</number>
</property>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_24">
<item>
<widget class="QLabel" name="label_17">
<property name="minimumSize">
<size>
<width>120</width>
<height>0</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>120</width>
<height>16777215</height>
</size>
</property>
<property name="text">
<string>采样频率:</string>
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
</widget>
</item>
<item>
<widget class="QComboBox" name="comboBox_samplingRate">
<property name="minimumSize">
<size>
<width>0</width>
<height>0</height>
</size>
</property>
</widget>
</item>
</layout>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_25">
<item>
<widget class="QLabel" name="label_18">
<property name="minimumSize">
<size>
<width>120</width>
<height>0</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>120</width>
<height>16777215</height>
</size>
</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_analyseRate">
<property name="minimumSize">
<size>
<width>0</width>
<height>0</height>
</size>
</property>
<property name="text">
<string/>
</property>
</widget>
</item>
</layout>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_26">
<item>
<widget class="QLabel" name="label_19">
<property name="minimumSize">
<size>
<width>120</width>
<height>0</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>120</width>
<height>16777215</height>
</size>
</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_RateRatio">
<property name="minimumSize">
<size>
<width>0</width>
<height>0</height>
</size>
</property>
<property name="text">
<string>1</string>
</property>
</widget>
</item>
</layout>
</item>
</layout>
</item>
<item>
<spacer name="horizontalSpacer_13">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>10</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item>
<layout class="QVBoxLayout" name="verticalLayout_12">
<item>
<layout class="QHBoxLayout" name="horizontalLayout_27">
<item>
<widget class="QLabel" name="label_27">
<property name="minimumSize">
<size>
<width>100</width>
<height>0</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>70</width>
<height>16777215</height>
</size>
</property>
<property name="text">
<string>默认显示:</string>
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
</widget>
</item>
<item>
<widget class="QComboBox" name="comboBox_defaultDisplay">
<property name="minimumSize">
<size>
<width>0</width>
<height>0</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>16777215</width>
<height>16777215</height>
</size>
</property>
</widget>
</item>
</layout>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_28">
<item>
<widget class="QLabel" name="label_20">
<property name="minimumSize">
<size>
<width>100</width>
<height>0</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>70</width>
<height>16777215</height>
</size>
</property>
<property name="text">
<string>耦合性:</string>
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
</widget>
</item>
<item>
<widget class="QComboBox" name="comboBox_coupling">
<property name="minimumSize">
<size>
<width>0</width>
<height>0</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>16777215</width>
<height>16777215</height>
</size>
</property>
</widget>
</item>
</layout>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_31">
<item>
<widget class="QLabel" name="label_47">
<property name="minimumSize">
<size>
2024-07-04 15:23:26 +08:00
<width>100</width>
2023-10-19 14:15:31 +08:00
<height>0</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>16777215</width>
<height>16777215</height>
</size>
</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_ChUnitDot">
<property name="minimumSize">
<size>
<width>0</width>
<height>0</height>
</size>
</property>
<property name="text">
<string>2</string>
</property>
</widget>
</item>
</layout>
</item>
</layout>
</item>
2024-07-04 15:23:26 +08:00
<item>
<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>
<widget class="QPushButton" name="pushButton_CustomFilter">
<property name="minimumSize">
<size>
<width>96</width>
<height>28</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>96</width>
<height>28</height>
</size>
</property>
<property name="styleSheet">
<string notr="true">#pushButton_CustomFilter { border-image: url(:/image/Btn/normal_Btn.png);
color:#1f5188 }
#pushButton_CustomFilter:hover { border-image: url(:/image/Btn/normal_Btn_p.png);
color:#ffffff}
#pushButton_CustomFilter:pressed { border-image: url(:/image/Btn/normal_Btn_p.png);
color:#ffffff}
#pushButton_CustomFilter:checked { border-image: url(:/image/Btn/normal_Btn_p.png);
color:#ffffff}</string>
</property>
<property name="text">
<string>滤波设置</string>
</property>
</widget>
</item>
2023-10-19 14:15:31 +08:00
<item>
<spacer name="horizontalSpacer_17">
<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>
</widget>
</item>
</layout>
</widget>
<widget class="QWidget" name="tab_2">
<attribute name="title">
<string>Tab 2</string>
</attribute>
<layout class="QHBoxLayout" name="horizontalLayout_37">
<item>
<widget class="QGroupBox" name="groupBox_6">
<property name="title">
<string> 传感器设置</string>
</property>
<layout class="QHBoxLayout" name="horizontalLayout_3">
<item>
<layout class="QVBoxLayout" name="verticalLayout_14">
<property name="spacing">
<number>1</number>
</property>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_38">
<item>
<widget class="QLabel" name="label_30">
<property name="minimumSize">
<size>
<width>160</width>
<height>0</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>160</width>
2023-04-14 19:30:30 +08:00
<height>16777215</height>
</size>
</property>
<property name="text">
2023-10-19 14:15:31 +08:00
<string>传感器型号:</string>
2023-04-14 19:30:30 +08:00
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
</widget>
</item>
<item>
2023-10-19 14:15:31 +08:00
<widget class="QLineEdit" name="lineEdit_SensorType_2">
2023-04-14 19:30:30 +08:00
<property name="minimumSize">
<size>
2023-10-19 14:15:31 +08:00
<width>0</width>
2023-04-14 19:30:30 +08:00
<height>0</height>
</size>
</property>
2023-10-19 14:15:31 +08:00
<property name="maximumSize">
<size>
<width>16777215</width>
<height>16777215</height>
</size>
</property>
2023-04-14 19:30:30 +08:00
<property name="text">
2023-10-19 14:15:31 +08:00
<string>电涡流</string>
2023-04-14 19:30:30 +08:00
</property>
</widget>
</item>
</layout>
</item>
<item>
2023-10-19 14:15:31 +08:00
<layout class="QHBoxLayout" name="horizontalLayout_39">
2023-04-14 19:30:30 +08:00
<item>
2023-10-19 14:15:31 +08:00
<widget class="QLabel" name="label_31">
2023-04-14 19:30:30 +08:00
<property name="minimumSize">
<size>
<width>160</width>
<height>0</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>160</width>
<height>16777215</height>
</size>
</property>
<property name="text">
2023-10-19 14:15:31 +08:00
<string>工程单位:</string>
2023-04-14 19:30:30 +08:00
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
</widget>
</item>
<item>
2023-10-19 14:15:31 +08:00
<widget class="QLineEdit" name="lineEdit_sensorEngineeringUnit_2">
2023-04-14 19:30:30 +08:00
<property name="minimumSize">
<size>
2023-10-19 14:15:31 +08:00
<width>0</width>
2023-04-14 19:30:30 +08:00
<height>0</height>
</size>
</property>
2023-10-19 14:15:31 +08:00
<property name="maximumSize">
<size>
<width>16777215</width>
<height>16777215</height>
</size>
</property>
<property name="text">
<string>RPM</string>
</property>
2023-04-14 19:30:30 +08:00
</widget>
</item>
</layout>
</item>
<item>
2023-10-19 14:15:31 +08:00
<layout class="QHBoxLayout" name="horizontalLayout_40">
2023-04-14 19:30:30 +08:00
<item>
2023-10-19 14:15:31 +08:00
<widget class="QLabel" name="label_32">
2023-04-14 19:30:30 +08:00
<property name="minimumSize">
<size>
2023-10-19 14:15:31 +08:00
<width>160</width>
2023-04-14 19:30:30 +08:00
<height>0</height>
</size>
</property>
<property name="maximumSize">
<size>
2023-10-19 14:15:31 +08:00
<width>160</width>
2023-04-14 19:30:30 +08:00
<height>16777215</height>
</size>
</property>
<property name="text">
2023-10-19 14:15:31 +08:00
<string>测量范围:</string>
2023-04-14 19:30:30 +08:00
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
</widget>
</item>
<item>
2023-10-19 14:15:31 +08:00
<widget class="QLineEdit" name="lineEdit_sensorRange_2">
2023-04-14 19:30:30 +08:00
<property name="minimumSize">
<size>
<width>0</width>
<height>0</height>
</size>
</property>
<property name="text">
2023-10-19 14:15:31 +08:00
<string>20000</string>
2023-04-14 19:30:30 +08:00
</property>
</widget>
</item>
</layout>
</item>
<item>
2023-10-19 14:15:31 +08:00
<layout class="QHBoxLayout" name="horizontalLayout_41">
2023-04-14 19:30:30 +08:00
<item>
2023-10-19 14:15:31 +08:00
<widget class="QLabel" name="label_33">
2023-04-14 19:30:30 +08:00
<property name="minimumSize">
<size>
2023-10-19 14:15:31 +08:00
<width>160</width>
2023-04-14 19:30:30 +08:00
<height>0</height>
</size>
</property>
<property name="maximumSize">
<size>
2023-10-19 14:15:31 +08:00
<width>160</width>
2023-04-14 19:30:30 +08:00
<height>16777215</height>
</size>
</property>
<property name="text">
2023-10-19 14:15:31 +08:00
<string>传感器是否供电:</string>
2023-04-14 19:30:30 +08:00
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
</widget>
</item>
<item>
2023-10-19 14:15:31 +08:00
<widget class="QComboBox" name="comboBox_sensorICP_2">
2024-04-24 14:41:13 +08:00
<property name="enabled">
<bool>false</bool>
</property>
2023-04-14 19:30:30 +08:00
<property name="minimumSize">
<size>
2023-10-19 14:15:31 +08:00
<width>0</width>
2023-04-14 19:30:30 +08:00
<height>0</height>
</size>
</property>
</widget>
</item>
2023-10-19 14:15:31 +08:00
</layout>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_42">
2023-04-14 19:30:30 +08:00
<item>
2023-10-19 14:15:31 +08:00
<widget class="QLabel" name="label_34">
2023-04-14 19:30:30 +08:00
<property name="minimumSize">
<size>
2023-10-19 14:15:31 +08:00
<width>160</width>
2023-04-14 19:30:30 +08:00
<height>0</height>
</size>
</property>
<property name="maximumSize">
<size>
2023-10-19 14:15:31 +08:00
<width>160</width>
2023-04-14 19:30:30 +08:00
<height>16777215</height>
</size>
</property>
<property name="text">
2023-10-19 14:15:31 +08:00
<string>传感器范围检测:</string>
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
</widget>
</item>
<item>
<widget class="QComboBox" name="comboBox_sensorRangeCheck_2">
<property name="minimumSize">
<size>
<width>0</width>
<height>0</height>
</size>
2023-04-14 19:30:30 +08:00
</property>
</widget>
</item>
</layout>
</item>
<item>
2023-10-19 14:15:31 +08:00
<layout class="QHBoxLayout" name="horizontalLayout_43">
2023-04-14 19:30:30 +08:00
<item>
2023-10-19 14:15:31 +08:00
<widget class="QLabel" name="label_35">
2023-04-14 19:30:30 +08:00
<property name="minimumSize">
<size>
2023-10-19 14:15:31 +08:00
<width>160</width>
2023-04-14 19:30:30 +08:00
<height>0</height>
</size>
</property>
<property name="maximumSize">
<size>
2023-10-19 14:15:31 +08:00
<width>160</width>
2023-04-14 19:30:30 +08:00
<height>16777215</height>
</size>
</property>
<property name="text">
2023-10-19 14:15:31 +08:00
<string>电压上限:</string>
2023-04-14 19:30:30 +08:00
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
</widget>
</item>
<item>
2023-10-19 14:15:31 +08:00
<widget class="QLineEdit" name="lineEdit_vMax_2">
2023-04-14 19:30:30 +08:00
<property name="minimumSize">
<size>
<width>0</width>
<height>0</height>
</size>
</property>
<property name="text">
2023-10-19 14:15:31 +08:00
<string>-2</string>
2023-04-14 19:30:30 +08:00
</property>
</widget>
</item>
</layout>
</item>
<item>
2023-10-19 14:15:31 +08:00
<layout class="QHBoxLayout" name="horizontalLayout_44">
2023-04-14 19:30:30 +08:00
<item>
2023-10-19 14:15:31 +08:00
<widget class="QLabel" name="label_36">
2023-04-14 19:30:30 +08:00
<property name="minimumSize">
<size>
2023-10-19 14:15:31 +08:00
<width>160</width>
2023-04-14 19:30:30 +08:00
<height>0</height>
</size>
</property>
<property name="maximumSize">
<size>
2023-10-19 14:15:31 +08:00
<width>160</width>
2023-04-14 19:30:30 +08:00
<height>16777215</height>
</size>
</property>
<property name="text">
2023-10-19 14:15:31 +08:00
<string>电压下限:</string>
2023-04-14 19:30:30 +08:00
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
</widget>
</item>
<item>
2023-10-19 14:15:31 +08:00
<widget class="QLineEdit" name="lineEdit_vMin_2">
2023-04-14 19:30:30 +08:00
<property name="minimumSize">
<size>
2023-10-19 14:15:31 +08:00
<width>0</width>
2023-04-14 19:30:30 +08:00
<height>0</height>
</size>
</property>
<property name="text">
2023-10-19 14:15:31 +08:00
<string>-20</string>
2023-04-14 19:30:30 +08:00
</property>
</widget>
</item>
</layout>
</item>
</layout>
2023-10-19 14:15:31 +08:00
</item>
</layout>
</widget>
</item>
<item>
<widget class="QGroupBox" name="groupBox_7">
<property name="title">
<string> 采样设置</string>
</property>
<layout class="QHBoxLayout" name="horizontalLayout_53">
<item>
<layout class="QVBoxLayout" name="verticalLayout_15">
<property name="spacing">
<number>1</number>
</property>
2023-04-14 19:30:30 +08:00
<item>
2023-10-19 14:15:31 +08:00
<layout class="QHBoxLayout" name="horizontalLayout_46">
2023-04-14 19:30:30 +08:00
<item>
2023-10-19 14:15:31 +08:00
<widget class="QLabel" name="label_3">
2023-04-14 19:30:30 +08:00
<property name="minimumSize">
<size>
2023-10-19 14:15:31 +08:00
<width>160</width>
2023-04-14 19:30:30 +08:00
<height>0</height>
</size>
</property>
<property name="maximumSize">
<size>
2023-10-19 14:15:31 +08:00
<width>160</width>
2023-04-14 19:30:30 +08:00
<height>16777215</height>
</size>
</property>
2023-10-19 14:15:31 +08:00
<property name="layoutDirection">
<enum>Qt::LeftToRight</enum>
</property>
2023-04-14 19:30:30 +08:00
<property name="text">
2023-10-19 14:15:31 +08:00
<string>自动转速:</string>
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
2023-04-14 19:30:30 +08:00
</property>
</widget>
</item>
<item>
2023-10-19 14:15:31 +08:00
<widget class="QComboBox" name="comboBox_tachAutoTach">
2023-04-14 19:30:30 +08:00
<property name="minimumSize">
<size>
2023-10-19 14:15:31 +08:00
<width>0</width>
2023-04-14 19:30:30 +08:00
<height>0</height>
</size>
</property>
</widget>
</item>
</layout>
</item>
<item>
2023-10-19 14:15:31 +08:00
<layout class="QHBoxLayout" name="horizontalLayout_47">
2023-04-14 19:30:30 +08:00
<item>
2023-10-19 14:15:31 +08:00
<widget class="QLabel" name="label_5">
2023-04-14 19:30:30 +08:00
<property name="minimumSize">
<size>
2023-10-19 14:15:31 +08:00
<width>160</width>
2023-04-14 19:30:30 +08:00
<height>0</height>
</size>
</property>
<property name="maximumSize">
<size>
2023-10-19 14:15:31 +08:00
<width>160</width>
2023-04-14 19:30:30 +08:00
<height>16777215</height>
</size>
</property>
<property name="text">
2023-10-19 14:15:31 +08:00
<string>触发阈值:</string>
2023-04-14 19:30:30 +08:00
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
</widget>
</item>
<item>
2023-10-19 14:15:31 +08:00
<widget class="QLineEdit" name="lineEdit_tachTriggerVoltageLevel">
2023-04-14 19:30:30 +08:00
<property name="minimumSize">
<size>
2023-10-19 14:15:31 +08:00
<width>0</width>
2023-04-14 19:30:30 +08:00
<height>0</height>
</size>
</property>
2023-10-19 14:15:31 +08:00
<property name="maximumSize">
<size>
<width>16777215</width>
<height>16777215</height>
</size>
</property>
2023-04-14 19:30:30 +08:00
<property name="text">
2023-10-19 14:15:31 +08:00
<string>-10</string>
2023-04-14 19:30:30 +08:00
</property>
</widget>
</item>
</layout>
</item>
<item>
2023-10-19 14:15:31 +08:00
<layout class="QHBoxLayout" name="horizontalLayout_48">
2023-04-14 19:30:30 +08:00
<item>
2023-10-19 14:15:31 +08:00
<widget class="QLabel" name="label_39">
2023-04-14 19:30:30 +08:00
<property name="minimumSize">
<size>
2023-10-19 14:15:31 +08:00
<width>160</width>
2023-04-14 19:30:30 +08:00
<height>0</height>
</size>
</property>
<property name="maximumSize">
<size>
2023-10-19 14:15:31 +08:00
<width>160</width>
2023-04-14 19:30:30 +08:00
<height>16777215</height>
</size>
</property>
<property name="text">
2023-10-19 14:15:31 +08:00
<string> 采样频率:</string>
2023-04-14 19:30:30 +08:00
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
</widget>
</item>
<item>
2023-10-19 14:15:31 +08:00
<widget class="QComboBox" name="comboBox_samplingRate_2">
2023-04-14 19:30:30 +08:00
<property name="minimumSize">
<size>
2023-10-19 14:15:31 +08:00
<width>0</width>
2023-04-14 19:30:30 +08:00
<height>0</height>
</size>
</property>
<property name="maximumSize">
<size>
2023-10-19 14:15:31 +08:00
<width>16777215</width>
2023-04-14 19:30:30 +08:00
<height>16777215</height>
</size>
</property>
</widget>
</item>
2023-10-19 14:15:31 +08:00
</layout>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_49">
2023-04-14 19:30:30 +08:00
<item>
2023-10-19 14:15:31 +08:00
<widget class="QLabel" name="label_40">
2023-04-14 19:30:30 +08:00
<property name="minimumSize">
<size>
2023-10-19 14:15:31 +08:00
<width>160</width>
2023-04-14 19:30:30 +08:00
<height>0</height>
</size>
</property>
2023-10-19 14:15:31 +08:00
<property name="maximumSize">
<size>
<width>160</width>
<height>16777215</height>
</size>
</property>
<property name="text">
<string> 触发沿:</string>
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
</widget>
</item>
<item>
<widget class="QComboBox" name="comboBox_tachTriggerEdge">
<property name="minimumSize">
<size>
<width>0</width>
<height>0</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>16777215</width>
<height>16777215</height>
</size>
</property>
</widget>
</item>
</layout>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_50">
<item>
<widget class="QLabel" name="label_7">
<property name="minimumSize">
<size>
<width>160</width>
<height>0</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>160</width>
<height>16777215</height>
</size>
</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_tachTriggerPerRev">
<property name="minimumSize">
<size>
<width>0</width>
<height>0</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>16777215</width>
<height>16777215</height>
</size>
</property>
<property name="text">
<string>1</string>
</property>
</widget>
</item>
</layout>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_51">
<item>
<widget class="QLabel" name="label_41">
<property name="minimumSize">
<size>
<width>160</width>
<height>0</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>160</width>
<height>16777215</height>
</size>
</property>
<property name="text">
<string>Hysteresis</string>
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="lineEdit_tachTriggerHysteresis">
<property name="minimumSize">
<size>
<width>0</width>
<height>0</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>16777215</width>
<height>16777215</height>
</size>
</property>
<property name="text">
<string>2</string>
</property>
</widget>
</item>
</layout>
</item>
</layout>
</item>
</layout>
2023-04-14 19:30:30 +08:00
</widget>
</item>
</layout>
</widget>
</widget>
</item>
</layout>
</widget>
</item>
<item>
<widget class="QWidget" name="widget_4" native="true">
<layout class="QHBoxLayout" name="horizontalLayout_36" stretch="0">
<property name="spacing">
2023-10-19 14:15:31 +08:00
<number>1</number>
2023-04-14 19:30:30 +08:00
</property>
<property name="leftMargin">
2023-10-19 14:15:31 +08:00
<number>0</number>
2023-04-14 19:30:30 +08:00
</property>
<property name="topMargin">
2023-10-19 14:15:31 +08:00
<number>0</number>
2023-04-14 19:30:30 +08:00
</property>
<property name="rightMargin">
2023-10-19 14:15:31 +08:00
<number>0</number>
2023-04-14 19:30:30 +08:00
</property>
<property name="bottomMargin">
2023-10-19 14:15:31 +08:00
<number>0</number>
2023-04-14 19:30:30 +08:00
</property>
<item>
<widget class="QGroupBox" name="groupBox_4">
<property name="title">
<string>安装信息</string>
</property>
<layout class="QHBoxLayout" name="horizontalLayout_5">
<property name="spacing">
<number>6</number>
</property>
<property name="leftMargin">
<number>6</number>
</property>
<property name="topMargin">
2023-10-19 14:15:31 +08:00
<number>10</number>
2023-04-14 19:30:30 +08:00
</property>
<property name="rightMargin">
<number>6</number>
</property>
<property name="bottomMargin">
<number>15</number>
</property>
<item>
<spacer name="horizontalSpacer_29">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>10</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item>
<layout class="QVBoxLayout" name="verticalLayout_22">
2023-10-19 14:15:31 +08:00
<property name="spacing">
<number>1</number>
</property>
2023-04-14 19:30:30 +08:00
<property name="leftMargin">
2023-10-19 14:15:31 +08:00
<number>0</number>
2023-04-14 19:30:30 +08:00
</property>
<property name="topMargin">
2023-10-19 14:15:31 +08:00
<number>0</number>
2023-04-14 19:30:30 +08:00
</property>
<property name="rightMargin">
2023-10-19 14:15:31 +08:00
<number>0</number>
2023-04-14 19:30:30 +08:00
</property>
<property name="bottomMargin">
2023-10-19 14:15:31 +08:00
<number>0</number>
2023-04-14 19:30:30 +08:00
</property>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_23">
<item>
<widget class="QLabel" name="label_52">
<property name="minimumSize">
<size>
<width>150</width>
<height>0</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>150</width>
<height>16777215</height>
</size>
</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_sensorLocationInDegree">
<property name="minimumSize">
<size>
2023-10-19 14:15:31 +08:00
<width>0</width>
2023-04-14 19:30:30 +08:00
<height>0</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>16777215</width>
<height>16777215</height>
</size>
</property>
<property name="text">
<string>90</string>
</property>
</widget>
</item>
</layout>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_56">
<item>
<widget class="QLabel" name="label_53">
<property name="minimumSize">
<size>
<width>150</width>
<height>0</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>150</width>
<height>16777215</height>
</size>
</property>
<property name="text">
<string>转动方向:</string>
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
</widget>
</item>
<item>
<widget class="QComboBox" name="comboBox_shaftRotationDirection">
<property name="minimumSize">
<size>
2023-10-19 14:15:31 +08:00
<width>0</width>
2023-04-14 19:30:30 +08:00
<height>0</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>16777215</width>
<height>16777215</height>
</size>
</property>
</widget>
</item>
</layout>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_57">
<item>
<widget class="QLabel" name="label_54">
<property name="minimumSize">
<size>
<width>150</width>
<height>0</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>150</width>
<height>16777215</height>
</size>
</property>
<property name="text">
<string>1x相位补偿</string>
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="lineEdit_sensor1xPhaseRunout">
<property name="minimumSize">
<size>
2023-10-19 14:15:31 +08:00
<width>0</width>
2023-04-14 19:30:30 +08:00
<height>0</height>
</size>
</property>
</widget>
</item>
</layout>
</item>
</layout>
</item>
<item>
<spacer name="horizontalSpacer_30">
<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>
<layout class="QVBoxLayout" name="verticalLayout_23">
2023-10-19 14:15:31 +08:00
<property name="spacing">
<number>1</number>
</property>
2023-04-14 19:30:30 +08:00
<item>
<layout class="QHBoxLayout" name="horizontalLayout_59">
<item>
<widget class="QLabel" name="label_56">
<property name="minimumSize">
<size>
<width>110</width>
<height>0</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>110</width>
<height>16777215</height>
</size>
</property>
<property name="text">
<string>安装位置:</string>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="lineEdit_sensorLeftOrRight">
<property name="minimumSize">
<size>
2023-10-19 14:15:31 +08:00
<width>0</width>
2023-04-14 19:30:30 +08:00
<height>0</height>
</size>
</property>
</widget>
</item>
</layout>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_60">
<item>
<widget class="QLabel" name="label_57">
<property name="minimumSize">
<size>
<width>110</width>
<height>0</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>110</width>
<height>16777215</height>
</size>
</property>
<property name="text">
<string>轴承启动:</string>
</property>
</widget>
</item>
<item>
<widget class="QComboBox" name="comboBox_bearingStartPosition">
<property name="minimumSize">
<size>
2023-10-19 14:15:31 +08:00
<width>0</width>
2023-04-14 19:30:30 +08:00
<height>0</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>16777215</width>
<height>16777215</height>
</size>
</property>
</widget>
</item>
</layout>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_61">
<item>
<widget class="QLabel" name="label_58">
<property name="minimumSize">
<size>
<width>110</width>
<height>0</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>110</width>
<height>16777215</height>
</size>
</property>
<property name="text">
<string>1x幅值补偿</string>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="lineEdit_sensor1xAmplitudeRunout">
<property name="minimumSize">
<size>
2023-10-19 14:15:31 +08:00
<width>0</width>
2023-04-14 19:30:30 +08:00
<height>0</height>
</size>
</property>
</widget>
</item>
</layout>
</item>
</layout>
</item>
<item>
<spacer name="horizontalSpacer_31">
<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>
<layout class="QVBoxLayout" name="verticalLayout_24">
2023-10-19 14:15:31 +08:00
<property name="spacing">
<number>1</number>
</property>
2023-04-14 19:30:30 +08:00
<item>
<layout class="QHBoxLayout" name="horizontalLayout_62">
<item>
<widget class="QLabel" name="label_59">
<property name="minimumSize">
<size>
<width>100</width>
<height>0</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>95</width>
<height>16777215</height>
</size>
</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_sensorGapVoltage">
<property name="minimumSize">
<size>
2023-10-19 14:15:31 +08:00
<width>0</width>
2023-04-14 19:30:30 +08:00
<height>0</height>
</size>
</property>
</widget>
</item>
</layout>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_63">
<item>
<widget class="QLabel" name="label_60">
<property name="minimumSize">
<size>
<width>100</width>
<height>0</height>
</size>
</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_bearingClearance">
<property name="minimumSize">
<size>
2023-10-19 14:15:31 +08:00
<width>0</width>
2023-04-14 19:30:30 +08:00
<height>0</height>
</size>
</property>
</widget>
</item>
</layout>
</item>
2024-07-04 15:23:26 +08:00
<item>
<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>
2023-04-14 19:30:30 +08:00
</layout>
</item>
<item>
<spacer name="horizontalSpacer_32">
<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>
</widget>
</item>
<item>
<widget class="QWidget" name="widget_6" native="true">
2023-10-19 14:15:31 +08:00
<property name="minimumSize">
<size>
<width>0</width>
<height>70</height>
</size>
</property>
2023-04-14 19:30:30 +08:00
<property name="maximumSize">
<size>
<width>16777215</width>
<height>150</height>
</size>
</property>
2023-10-19 14:15:31 +08:00
<layout class="QHBoxLayout" name="horizontalLayout_32">
2023-04-14 19:30:30 +08:00
<property name="spacing">
2023-10-19 14:15:31 +08:00
<number>0</number>
2023-04-14 19:30:30 +08:00
</property>
<property name="leftMargin">
2023-10-19 14:15:31 +08:00
<number>0</number>
2023-04-14 19:30:30 +08:00
</property>
<property name="topMargin">
2023-10-19 14:15:31 +08:00
<number>0</number>
2023-04-14 19:30:30 +08:00
</property>
<property name="rightMargin">
2023-10-19 14:15:31 +08:00
<number>0</number>
2023-04-14 19:30:30 +08:00
</property>
<property name="bottomMargin">
2023-10-19 14:15:31 +08:00
<number>0</number>
2023-04-14 19:30:30 +08:00
</property>
<item>
<widget class="QGroupBox" name="groupBox_5">
2023-10-19 14:15:31 +08:00
<property name="minimumSize">
<size>
<width>0</width>
<height>100</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>16777215</width>
<height>16777215</height>
</size>
</property>
2023-04-14 19:30:30 +08:00
<property name="title">
<string> 备注</string>
</property>
2023-10-19 14:15:31 +08:00
<layout class="QVBoxLayout" name="verticalLayout_18">
2024-07-04 15:23:26 +08:00
<property name="topMargin">
<number>10</number>
</property>
2023-04-14 19:30:30 +08:00
<item>
2023-10-19 14:15:31 +08:00
<layout class="QHBoxLayout" name="horizontalLayout_67">
2023-04-14 19:30:30 +08:00
<item>
2023-10-19 14:15:31 +08:00
<layout class="QVBoxLayout" name="verticalLayout_16">
<item>
<layout class="QHBoxLayout" name="horizontalLayout_65">
<item>
<widget class="QLabel" name="label_51">
<property name="minimumSize">
<size>
2024-07-04 15:23:26 +08:00
<width>85</width>
2023-10-19 14:15:31 +08:00
<height>0</height>
</size>
</property>
<property name="maximumSize">
<size>
2024-07-04 15:23:26 +08:00
<width>85</width>
2023-10-19 14:15:31 +08:00
<height>16777215</height>
</size>
</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_engineeringUnit">
<property name="minimumSize">
<size>
<width>60</width>
<height>0</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>60</width>
<height>16777215</height>
</size>
</property>
</widget>
</item>
<item>
<spacer name="horizontalSpacer_5">
<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>
<layout class="QHBoxLayout" name="horizontalLayout_6">
<item>
<widget class="QLabel" name="label_61">
<property name="minimumSize">
<size>
<width>80</width>
<height>0</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>80</width>
<height>16777215</height>
</size>
</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_fullScalePosition">
<property name="minimumSize">
<size>
<width>60</width>
<height>0</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>60</width>
<height>16777215</height>
</size>
</property>
<property name="readOnly">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="label_64">
<property name="minimumSize">
<size>
<width>40</width>
<height>0</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>40</width>
<height>16777215</height>
</size>
</property>
<property name="text">
<string>V</string>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="label_55">
<property name="minimumSize">
<size>
<width>30</width>
<height>0</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>30</width>
<height>16777215</height>
</size>
</property>
<property name="text">
<string>-</string>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="lineEdit_xfullScalePosition">
<property name="minimumSize">
<size>
<width>60</width>
<height>0</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>60</width>
<height>16777215</height>
</size>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="label_unit1">
<property name="minimumSize">
<size>
<width>70</width>
<height>0</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>70</width>
<height>16777215</height>
</size>
</property>
<property name="text">
<string>unit</string>
</property>
</widget>
</item>
</layout>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_64">
<item>
<widget class="QLabel" name="label_62">
<property name="minimumSize">
<size>
<width>80</width>
<height>0</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>80</width>
<height>16777215</height>
</size>
</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_zeroScalePosition">
<property name="minimumSize">
<size>
<width>60</width>
<height>0</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>60</width>
<height>16777215</height>
</size>
</property>
<property name="readOnly">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="label_65">
<property name="minimumSize">
<size>
<width>40</width>
<height>0</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>40</width>
<height>16777215</height>
</size>
</property>
<property name="text">
<string>V</string>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="label_63">
<property name="minimumSize">
<size>
<width>30</width>
<height>0</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>30</width>
<height>16777215</height>
</size>
</property>
<property name="text">
<string>-</string>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="lineEdit_xzeroScalePosition">
<property name="minimumSize">
<size>
<width>60</width>
<height>0</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>60</width>
<height>16777215</height>
</size>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="label_unit2">
<property name="minimumSize">
<size>
<width>70</width>
<height>0</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>70</width>
<height>16777215</height>
</size>
</property>
<property name="text">
<string>unit</string>
</property>
</widget>
</item>
</layout>
</item>
</layout>
2023-04-14 19:30:30 +08:00
</item>
<item>
2023-10-19 14:15:31 +08:00
<layout class="QHBoxLayout" name="horizontalLayout_66">
<item>
<widget class="QLabel" name="label_38">
<property name="text">
<string>通道备注:</string>
</property>
</widget>
</item>
<item>
<widget class="QTextEdit" name="textEdit_comment">
<property name="minimumSize">
<size>
<width>0</width>
<height>50</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>16777215</width>
<height>50</height>
</size>
</property>
</widget>
</item>
</layout>
2023-04-14 19:30:30 +08:00
</item>
</layout>
</item>
</layout>
</widget>
</item>
</layout>
</widget>
</item>
</layout>
</widget>
</item>
<item>
<widget class="QWidget" name="widget_7" native="true">
<property name="minimumSize">
<size>
<width>0</width>
<height>40</height>
</size>
</property>
<layout class="QHBoxLayout" name="horizontalLayout_35">
<property name="spacing">
2023-10-19 14:15:31 +08:00
<number>1</number>
2023-04-14 19:30:30 +08:00
</property>
<property name="leftMargin">
2023-10-19 14:15:31 +08:00
<number>0</number>
2023-04-14 19:30:30 +08:00
</property>
<property name="topMargin">
2023-10-19 14:15:31 +08:00
<number>0</number>
2023-04-14 19:30:30 +08:00
</property>
<property name="rightMargin">
2023-10-19 14:15:31 +08:00
<number>0</number>
2023-04-14 19:30:30 +08:00
</property>
<property name="bottomMargin">
2023-10-19 14:15:31 +08:00
<number>0</number>
2023-04-14 19:30:30 +08:00
</property>
<item>
<spacer name="horizontalSpacer_10">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>289</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_34">
<item>
<widget class="QPushButton" name="pushButton_copy">
<property name="minimumSize">
<size>
2023-10-19 14:15:31 +08:00
<width>96</width>
<height>28</height>
2023-04-14 19:30:30 +08:00
</size>
</property>
<property name="maximumSize">
<size>
2023-10-19 14:15:31 +08:00
<width>96</width>
<height>28</height>
2023-04-14 19:30:30 +08:00
</size>
</property>
<property name="styleSheet">
<string notr="true">#pushButton_copy { border-image: url(:/image/Btn/normal_Btn.png);
color:#1f5188 }
#pushButton_copy:hover { border-image: url(:/image/Btn/normal_Btn_p.png);
color:#ffffff}
#pushButton_copy:pressed { border-image: url(:/image/Btn/normal_Btn_p.png);
color:#ffffff}
#pushButton_copy:checked { border-image: url(:/image/Btn/normal_Btn_p.png);
color:#ffffff}</string>
</property>
<property name="text">
<string>复制通道</string>
</property>
</widget>
</item>
<item>
<spacer name="horizontalSpacer_9">
<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="QPushButton" name="pushButton_submit">
<property name="minimumSize">
<size>
2023-10-19 14:15:31 +08:00
<width>96</width>
<height>28</height>
2023-04-14 19:30:30 +08:00
</size>
</property>
<property name="maximumSize">
<size>
2023-10-19 14:15:31 +08:00
<width>96</width>
<height>28</height>
2023-04-14 19:30:30 +08:00
</size>
</property>
<property name="styleSheet">
<string notr="true">#pushButton_submit { border-image: url(:/image/Btn/normal_Btn.png);
color:#1f5188 }
#pushButton_submit:hover { border-image: url(:/image/Btn/normal_Btn_p.png);
color:#ffffff}
#pushButton_submit:pressed { border-image: url(:/image/Btn/normal_Btn_p.png);
color:#ffffff}
#pushButton_submit:checked { border-image: url(:/image/Btn/normal_Btn_p.png);
color:#ffffff}</string>
</property>
<property name="text">
<string>提交</string>
</property>
</widget>
</item>
</layout>
</item>
<item>
<spacer name="horizontalSpacer_14">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>289</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
</layout>
</widget>
</item>
</layout>
</widget>
<resources/>
<connections/>
</ui>