TSI_Config/seismic_monitor.ui

2281 lines
68 KiB
Plaintext
Raw Normal View History

2025-03-09 11:53:05 +08:00
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>Seismic_monitor</class>
<widget class="QWidget" name="Seismic_monitor">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
2025-03-14 15:47:10 +08:00
<width>862</width>
2025-03-09 11:53:05 +08:00
<height>544</height>
</rect>
</property>
<property name="windowTitle">
<string>通道配置</string>
</property>
2025-03-11 16:42:00 +08:00
<layout class="QVBoxLayout" name="verticalLayout">
<property name="spacing">
<number>0</number>
2025-03-09 11:53:05 +08:00
</property>
2025-03-11 16:42:00 +08:00
<property name="leftMargin">
<number>0</number>
2025-03-09 11:53:05 +08:00
</property>
2025-03-11 16:42:00 +08:00
<property name="topMargin">
<number>0</number>
</property>
<property name="rightMargin">
<number>0</number>
</property>
<property name="bottomMargin">
<number>0</number>
</property>
<item>
<widget class="QWidget" name="widget_body" native="true">
<widget class="QWidget" name="layoutWidget">
<property name="geometry">
<rect>
<x>11</x>
<y>10</y>
<width>113</width>
<height>17</height>
</rect>
</property>
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<widget class="QLabel" name="label">
<property name="text">
<string> 槽位号:</string>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="label_slot_no">
<property name="text">
<string>7</string>
</property>
</widget>
</item>
</layout>
</widget>
<widget class="QWidget" name="layoutWidget_2">
<property name="geometry">
<rect>
<x>10</x>
<y>500</y>
2025-03-14 15:47:10 +08:00
<width>844</width>
2025-03-11 16:42:00 +08:00
<height>37</height>
</rect>
</property>
<layout class="QHBoxLayout" name="horizontalLayout_2">
<item>
<widget class="QPushButton" name="pushButton_confirm">
<property name="minimumSize">
<size>
<width>100</width>
<height>35</height>
</size>
</property>
<property name="text">
<string>确定</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="pushButton_set_default">
2025-04-25 14:28:27 +08:00
<property name="enabled">
<bool>false</bool>
</property>
2025-03-11 16:42:00 +08:00
<property name="minimumSize">
<size>
<width>100</width>
<height>35</height>
</size>
</property>
<property name="text">
<string>设置为默认值</string>
</property>
</widget>
</item>
2025-03-14 15:47:10 +08:00
<item>
<widget class="QPushButton" name="pushButton">
2025-04-25 14:28:27 +08:00
<property name="enabled">
<bool>false</bool>
</property>
2025-03-14 15:47:10 +08:00
<property name="minimumSize">
<size>
<width>100</width>
<height>35</height>
</size>
</property>
<property name="text">
<string>保存到模版</string>
</property>
</widget>
</item>
2025-03-11 16:42:00 +08:00
<item>
<widget class="QPushButton" name="pushButton_load_template">
2025-04-25 14:28:27 +08:00
<property name="enabled">
<bool>false</bool>
</property>
2025-03-11 16:42:00 +08:00
<property name="minimumSize">
<size>
<width>100</width>
<height>35</height>
</size>
</property>
<property name="text">
<string>加载预定义模板</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="pushButton_cancel">
<property name="minimumSize">
<size>
<width>100</width>
<height>35</height>
</size>
</property>
<property name="text">
<string>取消</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="pushButton_print">
<property name="enabled">
<bool>false</bool>
</property>
2025-03-11 16:42:00 +08:00
<property name="minimumSize">
<size>
<width>100</width>
<height>35</height>
</size>
</property>
<property name="text">
<string>打印</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="pushButton_help">
<property name="enabled">
<bool>false</bool>
</property>
2025-03-11 16:42:00 +08:00
<property name="minimumSize">
<size>
<width>100</width>
<height>35</height>
</size>
</property>
<property name="text">
<string>帮助</string>
</property>
</widget>
</item>
</layout>
</widget>
<widget class="QWidget" name="layoutWidget_3">
<property name="geometry">
<rect>
<x>390</x>
<y>203</y>
<width>52</width>
<height>75</height>
</rect>
</property>
<layout class="QVBoxLayout" name="verticalLayout_3">
<item>
<widget class="QPushButton" name="pushButton_copy_all_right">
<property name="maximumSize">
<size>
<width>50</width>
<height>16777215</height>
</size>
</property>
<property name="text">
<string>===&gt;</string>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="label_22">
<property name="text">
2025-03-25 10:47:13 +08:00
<string>===</string>
2025-03-11 16:42:00 +08:00
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="pushButton_copy_all_left">
<property name="maximumSize">
<size>
<width>50</width>
<height>16777215</height>
</size>
</property>
<property name="text">
<string>&lt;===</string>
</property>
</widget>
</item>
</layout>
</widget>
<widget class="QGroupBox" name="groupBox">
<property name="geometry">
<rect>
<x>40</x>
<y>40</y>
<width>331</width>
<height>441</height>
2025-03-11 16:42:00 +08:00
</rect>
</property>
<property name="title">
<string>通道 1 和 2</string>
</property>
<widget class="QGroupBox" name="groupBox_5">
<property name="geometry">
<rect>
<x>10</x>
<y>340</y>
2025-03-11 16:42:00 +08:00
<width>120</width>
<height>80</height>
</rect>
</property>
<property name="title">
<string>通道1</string>
</property>
<widget class="QCheckBox" name="checkBox_enable_1">
<property name="geometry">
<rect>
<x>20</x>
<y>20</y>
<width>71</width>
<height>16</height>
</rect>
2025-03-09 11:53:05 +08:00
</property>
2025-03-11 16:42:00 +08:00
<property name="text">
<string>启用</string>
</property>
<property name="checked">
<bool>true</bool>
2025-03-09 11:53:05 +08:00
</property>
</widget>
2025-03-11 16:42:00 +08:00
<widget class="QPushButton" name="pushButton_config_1">
<property name="geometry">
<rect>
<x>30</x>
<y>40</y>
<width>51</width>
<height>31</height>
</rect>
2025-03-09 11:53:05 +08:00
</property>
2025-03-11 16:42:00 +08:00
<property name="text">
<string>配置</string>
2025-03-09 11:53:05 +08:00
</property>
</widget>
</widget>
2025-03-11 16:42:00 +08:00
<widget class="QGroupBox" name="groupBox_6">
<property name="geometry">
<rect>
<x>200</x>
<y>340</y>
2025-03-11 16:42:00 +08:00
<width>120</width>
2025-03-25 10:47:13 +08:00
<height>81</height>
2025-03-11 16:42:00 +08:00
</rect>
2025-03-09 11:53:05 +08:00
</property>
2025-03-11 16:42:00 +08:00
<property name="title">
<string>通道2</string>
2025-03-09 11:53:05 +08:00
</property>
2025-03-11 16:42:00 +08:00
<widget class="QCheckBox" name="checkBox_enable_2">
<property name="geometry">
<rect>
<x>10</x>
<y>20</y>
<width>71</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>启用</string>
</property>
<property name="checked">
<bool>true</bool>
</property>
</widget>
<widget class="QPushButton" name="pushButton_config_2">
<property name="geometry">
<rect>
<x>30</x>
<y>40</y>
<width>51</width>
<height>31</height>
</rect>
</property>
<property name="text">
<string>配置</string>
</property>
</widget>
2025-03-09 11:53:05 +08:00
</widget>
2025-03-11 16:42:00 +08:00
<widget class="QTabWidget" name="tabWidget">
<property name="geometry">
<rect>
<x>10</x>
<y>50</y>
<width>311</width>
<height>268</height>
2025-03-11 16:42:00 +08:00
</rect>
</property>
2025-03-14 15:47:10 +08:00
<property name="minimumSize">
<size>
<width>0</width>
<height>0</height>
2025-03-14 15:47:10 +08:00
</size>
</property>
2025-03-09 11:53:05 +08:00
<property name="maximumSize">
<size>
2025-03-11 16:42:00 +08:00
<width>16777215</width>
<height>16777215</height>
2025-03-09 11:53:05 +08:00
</size>
</property>
2025-03-11 16:42:00 +08:00
<property name="currentIndex">
<number>0</number>
2025-03-09 11:53:05 +08:00
</property>
2025-03-11 16:42:00 +08:00
<widget class="QWidget" name="tab">
<attribute name="title">
<string>通道1</string>
</attribute>
<widget class="QGroupBox" name="groupBox_18">
<property name="geometry">
<rect>
<x>9</x>
<y>150</y>
<width>288</width>
<height>80</height>
</rect>
</property>
<property name="minimumSize">
<size>
<width>220</width>
<height>80</height>
</size>
</property>
<property name="title">
<string>电压范围</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout_8">
<item>
<layout class="QHBoxLayout" name="horizontalLayout_7">
<item>
<widget class="QLabel" name="label_3">
<property name="minimumSize">
<size>
<width>80</width>
<height>0</height>
</size>
2025-03-11 16:42:00 +08:00
</property>
<property name="text">
<string>上限:</string>
2025-03-11 16:42:00 +08:00
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
2025-03-28 15:32:39 +08:00
</property>
</widget>
</item>
<item>
<widget class="QDoubleSpinBox" name="doubleSpinBox_high_1">
<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="decimals">
<number>1</number>
</property>
<property name="minimum">
<double>-100.000000000000000</double>
</property>
<property name="value">
<double>25.000000000000000</double>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="label_38">
2025-03-29 09:53:29 +08:00
<property name="text">
<string>V</string>
</property>
</widget>
</item>
</layout>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_9">
<item>
<widget class="QLabel" name="label_2">
<property name="minimumSize">
<size>
<width>80</width>
<height>0</height>
</size>
2025-03-29 09:53:29 +08:00
</property>
2025-03-11 16:42:00 +08:00
<property name="text">
<string>下限:</string>
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
</widget>
</item>
<item>
<widget class="QDoubleSpinBox" name="doubleSpinBox_low_1">
<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="decimals">
<number>1</number>
2025-03-11 16:42:00 +08:00
</property>
<property name="minimum">
<double>-100.000000000000000</double>
</property>
<property name="value">
<double>-25.000000000000000</double>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="label_37">
2025-03-29 09:53:29 +08:00
<property name="text">
<string>V</string>
</property>
</widget>
</item>
</layout>
</item>
</layout>
</widget>
<widget class="QWidget" name="layoutWidget">
<property name="geometry">
<rect>
<x>1</x>
<y>0</y>
<width>266</width>
<height>136</height>
</rect>
</property>
<layout class="QVBoxLayout" name="verticalLayout_2">
<item>
<layout class="QHBoxLayout" name="horizontalLayout_3">
<item>
<widget class="QLabel" name="label_8">
<property name="minimumSize">
<size>
<width>90</width>
<height>0</height>
</size>
2025-03-29 09:53:29 +08:00
</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_chan_type_1">
<property name="minimumSize">
<size>
<width>120</width>
<height>0</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>120</width>
<height>16777215</height>
</size>
</property>
<item>
<property name="text">
<string>位移</string>
</property>
</item>
<item>
<property name="text">
<string>加速度</string>
</property>
</item>
2025-03-14 15:47:10 +08:00
<item>
<property name="text">
<string>速度</string>
</property>
2025-03-14 15:47:10 +08:00
</item>
</widget>
</item>
<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>
</layout>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_4">
<item>
<widget class="QLabel" name="label_5">
<property name="minimumSize">
<size>
<width>90</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="QComboBox" name="comboBox_transducer_name_1">
<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="currentText">
<string>xxx</string>
</property>
2025-03-14 15:47:10 +08:00
<item>
<property name="text">
<string>xxx</string>
</property>
2025-03-14 15:47:10 +08:00
</item>
<item>
<property name="text">
<string>yyy</string>
</property>
2025-03-14 15:47:10 +08:00
</item>
</widget>
</item>
<item>
<spacer name="horizontalSpacer_2">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
</layout>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_5">
<item>
<widget class="QLabel" name="label_6">
<property name="minimumSize">
<size>
<width>90</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="QDoubleSpinBox" name="doubleSpinBox_scale_factor_1">
<property name="maximum">
<double>10000.000000000000000</double>
</property>
<property name="value">
<double>8.000000000000000</double>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="label_unit_1">
<property name="text">
2025-04-01 15:03:59 +08:00
<string>v/mm</string>
</property>
</widget>
</item>
</layout>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_6">
<item>
<widget class="QLabel" name="label_13">
<property name="minimumSize">
<size>
<width>90</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>
2025-03-11 16:42:00 +08:00
</item>
<item>
<widget class="QComboBox" name="comboBox_sample_rate_1">
<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="currentIndex">
<number>1</number>
</property>
<item>
<property name="text">
<string>16 k</string>
</property>
</item>
2025-03-14 15:47:10 +08:00
<item>
<property name="text">
<string>32 k</string>
</property>
2025-03-14 15:47:10 +08:00
</item>
<item>
<property name="text">
<string>64 k</string>
</property>
2025-03-14 15:47:10 +08:00
</item>
<item>
<property name="text">
<string>128 k</string>
</property>
2025-03-14 15:47:10 +08:00
</item>
</widget>
</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>
</layout>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_24">
<item>
<spacer name="horizontalSpacer_8">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>90</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="QCheckBox" name="checkBox_power_1">
<property name="layoutDirection">
<enum>Qt::LeftToRight</enum>
</property>
<property name="text">
<string>是否供电</string>
</property>
<property name="checked">
<bool>false</bool>
</property>
</widget>
</item>
<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>
2025-03-11 16:42:00 +08:00
</item>
</layout>
</item>
</layout>
</widget>
2025-03-11 16:42:00 +08:00
</widget>
<widget class="QWidget" name="tab_2">
<attribute name="title">
<string>通道2</string>
</attribute>
<widget class="QGroupBox" name="groupBox_17">
<property name="geometry">
<rect>
<x>9</x>
<y>150</y>
<width>288</width>
<height>80</height>
</rect>
</property>
<property name="minimumSize">
<size>
<width>220</width>
<height>80</height>
</size>
</property>
<property name="title">
<string>电压范围</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout_6">
<item>
<layout class="QHBoxLayout" name="horizontalLayout_17">
<item>
<widget class="QLabel" name="label_26">
<property name="minimumSize">
<size>
<width>80</width>
<height>0</height>
</size>
2025-03-11 16:42:00 +08:00
</property>
<property name="maximumSize">
<size>
<width>80</width>
<height>16777215</height>
</size>
2025-03-11 16:42:00 +08:00
</property>
2025-03-28 15:32:39 +08:00
<property name="text">
<string>上限:</string>
2025-03-28 15:32:39 +08:00
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
</widget>
</item>
<item>
<widget class="QDoubleSpinBox" name="doubleSpinBox_high_2">
<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="decimals">
<number>1</number>
</property>
<property name="minimum">
<double>-100.000000000000000</double>
</property>
<property name="value">
<double>25.000000000000000</double>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="label_41">
2025-03-29 09:53:29 +08:00
<property name="text">
<string>V</string>
</property>
</widget>
</item>
</layout>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_8">
<item>
<widget class="QLabel" name="label_28">
<property name="minimumSize">
<size>
<width>80</width>
<height>0</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>80</width>
<height>16777215</height>
</size>
2025-03-29 09:53:29 +08:00
</property>
2025-03-11 16:42:00 +08:00
<property name="text">
<string>下限:</string>
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
</widget>
</item>
<item>
<widget class="QDoubleSpinBox" name="doubleSpinBox_low_2">
<property name="minimumSize">
<size>
<width>120</width>
<height>0</height>
</size>
2025-03-11 16:42:00 +08:00
</property>
<property name="maximumSize">
<size>
<width>120</width>
<height>16777215</height>
</size>
</property>
<property name="decimals">
<number>1</number>
</property>
<property name="minimum">
<double>-100.000000000000000</double>
</property>
<property name="value">
<double>-25.000000000000000</double>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="label_42">
2025-03-29 09:53:29 +08:00
<property name="text">
<string>V</string>
</property>
</widget>
</item>
</layout>
</item>
</layout>
</widget>
<widget class="QWidget" name="layoutWidget">
<property name="geometry">
<rect>
<x>1</x>
<y>0</y>
<width>266</width>
<height>136</height>
</rect>
</property>
<layout class="QVBoxLayout" name="verticalLayout_7">
<item>
<layout class="QHBoxLayout" name="horizontalLayout_18">
<item>
<widget class="QLabel" name="label_27">
<property name="minimumSize">
<size>
<width>90</width>
<height>0</height>
</size>
2025-03-29 09:53:29 +08:00
</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_chan_type_2">
<property name="minimumSize">
<size>
<width>120</width>
<height>0</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>120</width>
<height>16777215</height>
</size>
</property>
<item>
<property name="text">
<string>位移</string>
</property>
</item>
<item>
<property name="text">
<string>加速度</string>
</property>
</item>
2025-03-14 15:47:10 +08:00
<item>
<property name="text">
<string>速度</string>
</property>
2025-03-14 15:47:10 +08:00
</item>
</widget>
</item>
<item>
<spacer name="horizontalSpacer_13">
<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_15">
<item>
<widget class="QLabel" name="label_23">
<property name="minimumSize">
<size>
<width>90</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="QComboBox" name="comboBox_transducer_name_2">
<property name="minimumSize">
<size>
<width>120</width>
<height>0</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>120</width>
<height>16777215</height>
</size>
</property>
2025-03-14 15:47:10 +08:00
<item>
<property name="text">
<string>xxx</string>
</property>
2025-03-14 15:47:10 +08:00
</item>
<item>
<property name="text">
<string>yyy</string>
</property>
2025-03-14 15:47:10 +08:00
</item>
</widget>
</item>
<item>
<spacer name="horizontalSpacer_5">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
</layout>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_16">
<item>
<widget class="QLabel" name="label_24">
<property name="minimumSize">
<size>
<width>90</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="QDoubleSpinBox" name="doubleSpinBox_scale_factor_2">
<property name="maximum">
<double>10000.000000000000000</double>
</property>
<property name="value">
<double>8.000000000000000</double>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="label_unit_2">
<property name="text">
2025-04-01 15:03:59 +08:00
<string>v/mm</string>
</property>
</widget>
</item>
</layout>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_21">
<item>
<widget class="QLabel" name="label_30">
<property name="minimumSize">
<size>
<width>90</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>
2025-03-11 16:42:00 +08:00
</item>
<item>
<widget class="QComboBox" name="comboBox_sample_rate_2">
<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="currentIndex">
<number>1</number>
</property>
<item>
<property name="text">
<string>16 k</string>
</property>
</item>
2025-03-14 15:47:10 +08:00
<item>
<property name="text">
<string>32 k</string>
</property>
2025-03-14 15:47:10 +08:00
</item>
<item>
<property name="text">
<string>64 k</string>
</property>
2025-03-14 15:47:10 +08:00
</item>
<item>
<property name="text">
<string>128 k</string>
</property>
2025-03-14 15:47:10 +08:00
</item>
</widget>
</item>
<item>
<spacer name="horizontalSpacer_16">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
2025-03-11 16:42:00 +08:00
</item>
</layout>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_25">
<item>
<spacer name="horizontalSpacer_9">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>90</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="QCheckBox" name="checkBox_power_2">
<property name="layoutDirection">
<enum>Qt::LeftToRight</enum>
</property>
<property name="text">
<string>是否供电</string>
</property>
<property name="checked">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<spacer name="horizontalSpacer_10">
<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>
</layout>
</widget>
2025-03-09 11:53:05 +08:00
</widget>
2025-03-11 16:42:00 +08:00
</widget>
<widget class="QCheckBox" name="checkBox_standby_1">
<property name="geometry">
<rect>
<x>20</x>
<y>30</y>
<width>71</width>
<height>16</height>
</rect>
</property>
<property name="text">
2025-03-14 15:47:10 +08:00
<string>主备</string>
2025-03-11 16:42:00 +08:00
</property>
</widget>
<widget class="QWidget" name="layoutWidget_4">
<property name="geometry">
<rect>
<x>140</x>
<y>350</y>
2025-03-11 16:42:00 +08:00
<width>52</width>
<height>75</height>
</rect>
</property>
<layout class="QVBoxLayout" name="verticalLayout_4">
2025-03-09 11:53:05 +08:00
<item>
2025-03-11 16:42:00 +08:00
<widget class="QPushButton" name="pushButton_copy_right_1">
2025-03-09 11:53:05 +08:00
<property name="maximumSize">
<size>
2025-03-11 16:42:00 +08:00
<width>50</width>
2025-03-09 11:53:05 +08:00
<height>16777215</height>
</size>
</property>
<property name="text">
2025-03-11 16:42:00 +08:00
<string>===&gt;</string>
2025-03-09 11:53:05 +08:00
</property>
</widget>
</item>
<item>
2025-03-11 16:42:00 +08:00
<widget class="QLabel" name="label_4">
2025-03-09 11:53:05 +08:00
<property name="text">
2025-03-25 10:47:13 +08:00
<string>===</string>
2025-03-09 11:53:05 +08:00
</property>
<property name="alignment">
2025-03-11 16:42:00 +08:00
<set>Qt::AlignCenter</set>
2025-03-09 11:53:05 +08:00
</property>
</widget>
</item>
<item>
2025-03-11 16:42:00 +08:00
<widget class="QPushButton" name="pushButton_copy_left_1">
2025-03-09 11:53:05 +08:00
<property name="maximumSize">
<size>
2025-03-11 16:42:00 +08:00
<width>50</width>
2025-03-09 11:53:05 +08:00
<height>16777215</height>
</size>
</property>
<property name="text">
2025-03-11 16:42:00 +08:00
<string>&lt;===</string>
2025-03-09 11:53:05 +08:00
</property>
</widget>
</item>
</layout>
2025-03-11 16:42:00 +08:00
</widget>
<zorder>layoutWidget_4</zorder>
<zorder>groupBox_5</zorder>
<zorder>groupBox_6</zorder>
<zorder>tabWidget</zorder>
<zorder>checkBox_standby_1</zorder>
</widget>
<widget class="QGroupBox" name="groupBox_2">
<property name="geometry">
<rect>
<x>460</x>
<y>40</y>
<width>331</width>
<height>441</height>
2025-03-11 16:42:00 +08:00
</rect>
</property>
<property name="title">
<string>通道 3 和 4</string>
</property>
<widget class="QGroupBox" name="groupBox_9">
<property name="geometry">
<rect>
<x>10</x>
<y>340</y>
2025-03-11 16:42:00 +08:00
<width>120</width>
<height>80</height>
</rect>
</property>
<property name="title">
<string>通道3</string>
</property>
<widget class="QCheckBox" name="checkBox_enable_3">
<property name="geometry">
<rect>
<x>20</x>
<y>20</y>
<width>71</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>启用</string>
</property>
<property name="checked">
<bool>true</bool>
</property>
</widget>
<widget class="QPushButton" name="pushButton_config_3">
<property name="geometry">
<rect>
<x>30</x>
<y>40</y>
<width>51</width>
<height>31</height>
</rect>
</property>
<property name="text">
<string>配置</string>
</property>
</widget>
</widget>
<widget class="QGroupBox" name="groupBox_10">
<property name="geometry">
<rect>
<x>200</x>
<y>340</y>
2025-03-11 16:42:00 +08:00
<width>120</width>
<height>80</height>
</rect>
</property>
<property name="title">
<string>通道4</string>
</property>
<widget class="QCheckBox" name="checkBox_enable_4">
<property name="geometry">
<rect>
<x>10</x>
<y>20</y>
<width>71</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>启用</string>
2025-03-09 11:53:05 +08:00
</property>
2025-03-11 16:42:00 +08:00
<property name="checked">
<bool>true</bool>
2025-03-09 11:53:05 +08:00
</property>
2025-03-11 16:42:00 +08:00
</widget>
<widget class="QPushButton" name="pushButton_config_4">
<property name="geometry">
<rect>
<x>30</x>
<y>40</y>
<width>51</width>
<height>31</height>
</rect>
</property>
<property name="text">
<string>配置</string>
</property>
</widget>
</widget>
<widget class="QTabWidget" name="tabWidget_2">
<property name="geometry">
<rect>
<x>10</x>
<y>50</y>
2025-03-14 15:47:10 +08:00
<width>312</width>
<height>271</height>
2025-03-11 16:42:00 +08:00
</rect>
</property>
2025-03-14 15:47:10 +08:00
<property name="minimumSize">
<size>
<width>0</width>
<height>0</height>
2025-03-14 15:47:10 +08:00
</size>
</property>
<property name="maximumSize">
<size>
<width>16777215</width>
<height>16777215</height>
2025-03-14 15:47:10 +08:00
</size>
</property>
2025-03-11 16:42:00 +08:00
<property name="currentIndex">
2025-04-01 15:03:59 +08:00
<number>0</number>
2025-03-11 16:42:00 +08:00
</property>
<widget class="QWidget" name="tab_3">
<attribute name="title">
<string>通道3</string>
</attribute>
<widget class="QGroupBox" name="groupBox_14">
<property name="geometry">
<rect>
<x>9</x>
<y>150</y>
<width>288</width>
<height>80</height>
</rect>
</property>
<property name="minimumSize">
<size>
<width>220</width>
<height>80</height>
</size>
</property>
<property name="title">
<string>电压范围</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout_12">
<item>
<layout class="QHBoxLayout" name="horizontalLayout_11">
<item>
<widget class="QLabel" name="label_17">
<property name="minimumSize">
<size>
<width>80</width>
<height>0</height>
</size>
2025-03-11 16:42:00 +08:00
</property>
<property name="text">
<string>上限:</string>
2025-03-11 16:42:00 +08:00
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
2025-03-28 15:32:39 +08:00
</property>
</widget>
</item>
<item>
<widget class="QDoubleSpinBox" name="doubleSpinBox_high_3">
<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="decimals">
<number>1</number>
</property>
<property name="minimum">
<double>-100.000000000000000</double>
</property>
<property name="value">
<double>25.000000000000000</double>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="label_39">
2025-03-29 09:53:29 +08:00
<property name="text">
<string>V</string>
</property>
</widget>
</item>
</layout>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_14">
<item>
<widget class="QLabel" name="label_18">
<property name="minimumSize">
<size>
<width>80</width>
<height>0</height>
</size>
2025-03-29 09:53:29 +08:00
</property>
2025-03-11 16:42:00 +08:00
<property name="text">
<string>下限:</string>
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
</widget>
</item>
<item>
<widget class="QDoubleSpinBox" name="doubleSpinBox_low_3">
<property name="minimumSize">
<size>
<width>120</width>
<height>0</height>
</size>
2025-03-11 16:42:00 +08:00
</property>
<property name="maximumSize">
<size>
<width>120</width>
<height>16777215</height>
</size>
</property>
<property name="decimals">
<number>1</number>
</property>
<property name="minimum">
<double>-100.000000000000000</double>
</property>
<property name="value">
<double>-25.000000000000000</double>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="label_40">
2025-03-29 09:53:29 +08:00
<property name="text">
<string>V</string>
</property>
</widget>
</item>
</layout>
</item>
</layout>
</widget>
<widget class="QWidget" name="layoutWidget">
<property name="geometry">
<rect>
<x>1</x>
<y>1</y>
<width>266</width>
<height>136</height>
</rect>
</property>
<layout class="QVBoxLayout" name="verticalLayout_9">
<item>
<layout class="QHBoxLayout" name="horizontalLayout_23">
<item>
<widget class="QLabel" name="label_10">
<property name="minimumSize">
<size>
<width>90</width>
<height>0</height>
</size>
2025-03-29 09:53:29 +08:00
</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_chan_type_3">
<property name="minimumSize">
<size>
<width>120</width>
<height>0</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>120</width>
<height>16777215</height>
</size>
</property>
<item>
<property name="text">
<string>位移</string>
</property>
</item>
<item>
<property name="text">
<string>加速度</string>
</property>
</item>
2025-03-14 15:47:10 +08:00
<item>
<property name="text">
<string>速度</string>
</property>
2025-03-14 15:47:10 +08:00
</item>
</widget>
</item>
<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>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_12">
<item>
<widget class="QLabel" name="label_12">
<property name="minimumSize">
<size>
<width>90</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="QComboBox" name="comboBox_transducer_name_3">
<property name="minimumSize">
<size>
<width>120</width>
<height>0</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>120</width>
<height>16777215</height>
</size>
</property>
2025-03-14 15:47:10 +08:00
<item>
<property name="text">
<string>xxx</string>
</property>
2025-03-14 15:47:10 +08:00
</item>
<item>
<property name="text">
<string>yyy</string>
</property>
2025-03-14 15:47:10 +08:00
</item>
</widget>
</item>
<item>
<spacer name="horizontalSpacer_3">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
</layout>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_13">
<item>
<widget class="QLabel" name="label_14">
<property name="minimumSize">
<size>
<width>90</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="QDoubleSpinBox" name="doubleSpinBox_scale_factor_3">
<property name="maximum">
<double>10000.000000000000000</double>
</property>
<property name="value">
<double>8.000000000000000</double>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="label_unit_3">
<property name="text">
2025-04-01 15:03:59 +08:00
<string>v/mm</string>
</property>
</widget>
</item>
</layout>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_26">
<item>
<widget class="QLabel" name="label_15">
<property name="minimumSize">
<size>
<width>90</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>
2025-03-11 16:42:00 +08:00
</item>
<item>
<widget class="QComboBox" name="comboBox_sample_rate_3">
<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="currentIndex">
<number>1</number>
</property>
<item>
<property name="text">
<string>16 k</string>
</property>
</item>
2025-03-14 15:47:10 +08:00
<item>
<property name="text">
<string>32 k</string>
</property>
2025-03-14 15:47:10 +08:00
</item>
<item>
<property name="text">
<string>64 k</string>
</property>
2025-03-14 15:47:10 +08:00
</item>
<item>
<property name="text">
<string>128 k</string>
</property>
2025-03-14 15:47:10 +08:00
</item>
</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>
2025-03-11 16:42:00 +08:00
</item>
</layout>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_27">
<item>
<spacer name="horizontalSpacer_11">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>90</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="QCheckBox" name="checkBox_power_3">
<property name="layoutDirection">
<enum>Qt::LeftToRight</enum>
</property>
<property name="text">
<string>是否供电</string>
</property>
</widget>
</item>
<item>
<spacer name="horizontalSpacer_12">
<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>
</layout>
</widget>
2025-03-11 16:42:00 +08:00
</widget>
<widget class="QWidget" name="tab_4">
<attribute name="title">
<string>通道4</string>
</attribute>
<widget class="QGroupBox" name="groupBox_16">
<property name="geometry">
<rect>
<x>9</x>
<y>150</y>
<width>288</width>
<height>80</height>
</rect>
</property>
<property name="minimumSize">
<size>
<width>220</width>
<height>80</height>
</size>
</property>
<property name="title">
<string>电压范围</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout_10">
<item>
<layout class="QHBoxLayout" name="horizontalLayout_22">
<item>
<widget class="QLabel" name="label_32">
<property name="minimumSize">
<size>
<width>80</width>
<height>0</height>
</size>
2025-03-11 16:42:00 +08:00
</property>
<property name="text">
<string>上限:</string>
2025-03-11 16:42:00 +08:00
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
2025-03-28 15:32:39 +08:00
</property>
</widget>
</item>
<item>
<widget class="QDoubleSpinBox" name="doubleSpinBox_high_4">
<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="decimals">
<number>1</number>
</property>
<property name="minimum">
<double>-100.000000000000000</double>
</property>
<property name="value">
<double>25.000000000000000</double>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="label_44">
2025-03-29 09:53:29 +08:00
<property name="text">
<string>V</string>
</property>
</widget>
</item>
</layout>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_10">
<item>
<widget class="QLabel" name="label_31">
<property name="minimumSize">
<size>
<width>80</width>
<height>0</height>
</size>
2025-03-29 09:53:29 +08:00
</property>
2025-03-11 16:42:00 +08:00
<property name="text">
<string>下限:</string>
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
</widget>
</item>
<item>
<widget class="QDoubleSpinBox" name="doubleSpinBox_low_4">
<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="decimals">
<number>1</number>
2025-03-11 16:42:00 +08:00
</property>
<property name="minimum">
<double>-100.000000000000000</double>
</property>
<property name="value">
<double>-25.000000000000000</double>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="label_43">
2025-03-29 09:53:29 +08:00
<property name="text">
<string>V</string>
</property>
</widget>
</item>
</layout>
</item>
</layout>
</widget>
<widget class="QWidget" name="layoutWidget">
<property name="geometry">
<rect>
<x>1</x>
<y>1</y>
<width>266</width>
<height>136</height>
</rect>
</property>
<layout class="QVBoxLayout" name="verticalLayout_11">
<item>
<layout class="QHBoxLayout" name="horizontalLayout_28">
<item>
<widget class="QLabel" name="label_11">
<property name="minimumSize">
<size>
<width>90</width>
<height>0</height>
</size>
2025-03-29 09:53:29 +08:00
</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_chan_type_4">
<property name="minimumSize">
<size>
<width>120</width>
<height>0</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>120</width>
<height>16777215</height>
</size>
</property>
<item>
<property name="text">
<string>位移</string>
</property>
</item>
<item>
<property name="text">
<string>加速度</string>
</property>
</item>
2025-03-14 15:47:10 +08:00
<item>
<property name="text">
<string>速度</string>
</property>
2025-03-14 15:47:10 +08:00
</item>
</widget>
</item>
<item>
<spacer name="horizontalSpacer_21">
<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_20">
<item>
<widget class="QLabel" name="label_29">
<property name="minimumSize">
<size>
<width>90</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="QComboBox" name="comboBox_transducer_name_4">
<property name="minimumSize">
<size>
<width>120</width>
<height>0</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>120</width>
<height>16777215</height>
</size>
</property>
2025-03-14 15:47:10 +08:00
<item>
<property name="text">
<string>xxx</string>
</property>
2025-03-14 15:47:10 +08:00
</item>
<item>
<property name="text">
<string>yyy</string>
</property>
2025-03-14 15:47:10 +08:00
</item>
</widget>
</item>
<item>
<spacer name="horizontalSpacer_6">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
</layout>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_19">
<item>
<widget class="QLabel" name="label_19">
<property name="minimumSize">
<size>
<width>90</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="QDoubleSpinBox" name="doubleSpinBox_scale_factor_4">
<property name="maximum">
<double>10000.000000000000000</double>
</property>
<property name="value">
<double>8.000000000000000</double>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="label_unit_4">
<property name="text">
2025-04-01 15:03:59 +08:00
<string>v/mm</string>
</property>
</widget>
</item>
</layout>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_31">
<item>
<widget class="QLabel" name="label_21">
<property name="minimumSize">
<size>
<width>90</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>
2025-03-11 16:42:00 +08:00
</item>
<item>
<widget class="QComboBox" name="comboBox_sample_rate_4">
<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="currentIndex">
<number>1</number>
</property>
2025-03-14 15:47:10 +08:00
<item>
<property name="text">
<string>16 k</string>
</property>
2025-03-14 15:47:10 +08:00
</item>
<item>
<property name="text">
<string>32 k</string>
</property>
2025-03-14 15:47:10 +08:00
</item>
<item>
<property name="text">
<string>64 k</string>
</property>
2025-03-14 15:47:10 +08:00
</item>
<item>
<property name="text">
<string>128 k</string>
</property>
</item>
</widget>
</item>
<item>
<spacer name="horizontalSpacer_24">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
2025-03-11 16:42:00 +08:00
</item>
</layout>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_29">
<item>
<spacer name="horizontalSpacer_14">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>90</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="QCheckBox" name="checkBox_power_4">
<property name="layoutDirection">
<enum>Qt::LeftToRight</enum>
</property>
<property name="text">
<string>是否供电</string>
</property>
</widget>
</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>
</item>
</layout>
</widget>
2025-03-09 11:53:05 +08:00
</widget>
</widget>
2025-03-11 16:42:00 +08:00
<widget class="QCheckBox" name="checkBox_standby_2">
<property name="geometry">
<rect>
<x>20</x>
<y>30</y>
<width>71</width>
<height>16</height>
</rect>
2025-03-09 11:53:05 +08:00
</property>
2025-03-11 16:42:00 +08:00
<property name="text">
2025-03-14 15:47:10 +08:00
<string>主备</string>
2025-03-09 11:53:05 +08:00
</property>
</widget>
2025-03-11 16:42:00 +08:00
<widget class="QWidget" name="layoutWidget_5">
<property name="geometry">
<rect>
<x>140</x>
<y>352</y>
2025-03-11 16:42:00 +08:00
<width>52</width>
<height>75</height>
</rect>
2025-03-09 11:53:05 +08:00
</property>
2025-03-11 16:42:00 +08:00
<layout class="QVBoxLayout" name="verticalLayout_5">
<item>
<widget class="QPushButton" name="pushButton_copy_right_2">
<property name="maximumSize">
<size>
<width>50</width>
<height>16777215</height>
</size>
</property>
<property name="text">
<string>===&gt;</string>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="label_7">
<property name="text">
2025-03-25 10:47:13 +08:00
<string>===</string>
2025-03-11 16:42:00 +08:00
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="pushButton_copy_left_2">
<property name="maximumSize">
<size>
<width>50</width>
<height>16777215</height>
</size>
</property>
<property name="text">
<string>&lt;===</string>
</property>
</widget>
</item>
</layout>
2025-03-09 11:53:05 +08:00
</widget>
</widget>
2025-03-11 16:42:00 +08:00
</widget>
</item>
</layout>
2025-03-09 11:53:05 +08:00
</widget>
<resources/>
<connections/>
</ui>