TSI_Config/velocity.ui

1076 lines
26 KiB
Plaintext
Raw Normal View History

2024-12-17 18:53:41 +08:00
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
2024-12-18 17:14:41 +08:00
<class>Velocity</class>
<widget class="QWidget" name="Velocity">
2024-12-17 18:53:41 +08:00
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>689</width>
<height>582</height>
</rect>
</property>
<property name="windowTitle">
<string>Form</string>
</property>
<widget class="QWidget" name="layoutWidget">
<property name="geometry">
<rect>
<x>340</x>
<y>10</y>
<width>189</width>
2025-03-11 16:42:00 +08:00
<height>23</height>
2024-12-17 18:53:41 +08:00
</rect>
</property>
<layout class="QHBoxLayout" name="horizontalLayout_11">
<item>
<widget class="QLabel" name="label_57">
<property name="text">
2024-12-18 15:01:56 +08:00
<string>槽位号:</string>
2024-12-17 18:53:41 +08:00
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="lineEdit_13">
<property name="readOnly">
<bool>true</bool>
</property>
</widget>
</item>
</layout>
</widget>
<widget class="QWidget" name="layoutWidget_2">
<property name="geometry">
<rect>
<x>10</x>
<y>530</y>
<width>651</width>
<height>29</height>
</rect>
</property>
<layout class="QHBoxLayout" name="horizontalLayout_12">
<item>
<widget class="QToolButton" name="toolButton_21">
<property name="text">
<string>确定</string>
</property>
</widget>
</item>
<item>
<widget class="QToolButton" name="toolButton_22">
<property name="text">
<string>设置为默认值</string>
</property>
</widget>
</item>
2024-12-25 09:27:22 +08:00
<item>
<widget class="QToolButton" name="toolButton">
<property name="text">
<string> 加载预定义模板</string>
</property>
</widget>
</item>
2024-12-17 18:53:41 +08:00
<item>
<widget class="QToolButton" name="toolButton_23">
<property name="text">
<string>测点名称</string>
</property>
</widget>
</item>
<item>
<widget class="QToolButton" name="toolButton_24">
<property name="text">
<string>取消</string>
</property>
</widget>
</item>
<item>
<widget class="QToolButton" name="toolButton_25">
<property name="text">
<string>打印</string>
</property>
</widget>
</item>
<item>
<widget class="QToolButton" name="toolButton_26">
<property name="text">
<string>帮助</string>
</property>
</widget>
</item>
</layout>
</widget>
<widget class="QTabWidget" name="tabWidget">
<property name="geometry">
<rect>
<x>10</x>
<y>90</y>
<width>621</width>
<height>401</height>
</rect>
</property>
<property name="currentIndex">
2024-12-26 14:13:14 +08:00
<number>1</number>
2024-12-17 18:53:41 +08:00
</property>
<widget class="QWidget" name="tab_5">
<attribute name="title">
2024-12-25 09:27:22 +08:00
<string>滤波配置</string>
2024-12-17 18:53:41 +08:00
</attribute>
2024-12-25 09:27:22 +08:00
<widget class="QGroupBox" name="groupBox_2">
2024-12-17 18:53:41 +08:00
<property name="geometry">
<rect>
2024-12-25 09:27:22 +08:00
<x>0</x>
<y>20</y>
2024-12-17 18:53:41 +08:00
<width>591</width>
2024-12-25 09:27:22 +08:00
<height>141</height>
2024-12-17 18:53:41 +08:00
</rect>
</property>
<property name="title">
2024-12-25 09:27:22 +08:00
<string>滤波</string>
2024-12-17 18:53:41 +08:00
</property>
2025-03-11 16:42:00 +08:00
<widget class="QWidget" name="layoutWidget_4">
2024-12-17 18:53:41 +08:00
<property name="geometry">
<rect>
2025-03-11 16:42:00 +08:00
<x>40</x>
<y>59</y>
<width>329</width>
<height>23</height>
2024-12-17 18:53:41 +08:00
</rect>
</property>
2025-03-11 16:42:00 +08:00
<layout class="QHBoxLayout" name="horizontalLayout_2">
<item>
<widget class="QCheckBox" name="checkBox_11">
<property name="text">
<string/>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="label_11">
<property name="text">
<string>低通:</string>
</property>
</widget>
</item>
<item>
<widget class="QComboBox" name="comboBox_2">
<property name="minimumSize">
<size>
<width>60</width>
<height>0</height>
</size>
</property>
<item>
<property name="text">
<string>30</string>
</property>
</item>
</widget>
</item>
<item>
<widget class="QLabel" name="label_30">
<property name="text">
<string>-</string>
</property>
</widget>
</item>
<item>
<widget class="QComboBox" name="comboBox_7">
<property name="minimumSize">
<size>
<width>60</width>
<height>0</height>
</size>
</property>
<item>
<property name="text">
<string>30000</string>
</property>
</item>
</widget>
</item>
<item>
<widget class="QLabel" name="label_29">
<property name="text">
<string>30 - 30000Hz</string>
</property>
</widget>
</item>
<item>
<spacer name="horizontalSpacer_2">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
</layout>
2024-12-17 18:53:41 +08:00
</widget>
2025-03-11 16:42:00 +08:00
<widget class="QWidget" name="layoutWidget_5">
2024-12-17 18:53:41 +08:00
<property name="geometry">
<rect>
2025-03-11 16:42:00 +08:00
<x>40</x>
<y>88</y>
<width>329</width>
<height>23</height>
2024-12-25 09:27:22 +08:00
</rect>
</property>
2025-03-11 16:42:00 +08:00
<layout class="QHBoxLayout" name="horizontalLayout_3">
<item>
<widget class="QCheckBox" name="checkBox_12">
<property name="text">
<string/>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="label_13">
<property name="text">
<string>带通:</string>
</property>
</widget>
</item>
<item>
<widget class="QSpinBox" name="spinBox_6">
<property name="minimumSize">
<size>
<width>60</width>
<height>0</height>
</size>
</property>
<property name="minimum">
<number>3</number>
</property>
<property name="maximum">
<number>3000</number>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="label_34">
<property name="text">
<string>-</string>
</property>
</widget>
</item>
<item>
<widget class="QSpinBox" name="spinBox_7">
<property name="minimumSize">
<size>
<width>60</width>
<height>0</height>
</size>
</property>
<property name="minimum">
<number>3</number>
</property>
<property name="maximum">
<number>3000</number>
</property>
<property name="value">
<number>3000</number>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="label_35">
<property name="text">
<string>3 - 3000Hz</string>
</property>
</widget>
</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>
</layout>
2024-12-25 09:27:22 +08:00
</widget>
2025-03-11 16:42:00 +08:00
<widget class="QWidget" name="layoutWidget_6">
2024-12-17 18:53:41 +08:00
<property name="geometry">
<rect>
2025-03-11 16:42:00 +08:00
<x>40</x>
2024-12-25 09:27:22 +08:00
<y>30</y>
2025-03-11 16:42:00 +08:00
<width>329</width>
<height>23</height>
2024-12-25 09:27:22 +08:00
</rect>
</property>
2025-03-11 16:42:00 +08:00
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<widget class="QCheckBox" name="checkBox_10">
<property name="text">
<string/>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="label_12">
<property name="text">
<string>高通:</string>
</property>
</widget>
</item>
<item>
<widget class="QSpinBox" name="spinBox_4">
<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="minimum">
<number>3</number>
</property>
<property name="maximum">
<number>3000</number>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="label_33">
<property name="text">
<string>-</string>
</property>
</widget>
</item>
<item>
<widget class="QSpinBox" name="spinBox_5">
<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="minimum">
<number>3</number>
</property>
<property name="maximum">
<number>3000</number>
</property>
<property name="value">
<number>3000</number>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="label_32">
<property name="text">
<string>3 - 3000Hz</string>
</property>
</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>
2024-12-17 18:53:41 +08:00
</widget>
</widget>
</widget>
<widget class="QWidget" name="tab_6">
<attribute name="title">
<string>特征值和警报配置</string>
</attribute>
<widget class="QGroupBox" name="groupBox_11">
<property name="geometry">
<rect>
<x>20</x>
<y>10</y>
<width>431</width>
<height>351</height>
</rect>
</property>
<property name="title">
<string> 特征值</string>
</property>
<widget class="QLabel" name="label_71">
<property name="geometry">
<rect>
<x>20</x>
<y>50</y>
<width>54</width>
<height>12</height>
</rect>
</property>
<property name="text">
<string>直接值</string>
</property>
</widget>
<widget class="QLabel" name="label_72">
<property name="geometry">
<rect>
<x>10</x>
<y>80</y>
<width>81</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string> 偏置电压</string>
</property>
</widget>
<widget class="QCheckBox" name="checkBox_19">
<property name="geometry">
<rect>
<x>20</x>
<y>110</y>
<width>71</width>
<height>16</height>
</rect>
</property>
<property name="text">
2024-12-18 15:01:56 +08:00
<string>1倍频幅值</string>
2024-12-17 18:53:41 +08:00
</property>
</widget>
<widget class="QCheckBox" name="checkBox_20">
<property name="geometry">
<rect>
<x>20</x>
<y>180</y>
<width>71</width>
<height>16</height>
</rect>
</property>
<property name="text">
2024-12-18 15:01:56 +08:00
<string>2倍频幅值</string>
2024-12-17 18:53:41 +08:00
</property>
</widget>
<widget class="QLabel" name="label_73">
<property name="geometry">
<rect>
<x>141</x>
<y>31</y>
<width>48</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>取值范围</string>
</property>
</widget>
<widget class="QLabel" name="label_74">
<property name="geometry">
<rect>
<x>269</x>
<y>31</y>
<width>48</width>
<height>16</height>
</rect>
</property>
<property name="text">
2024-12-18 15:01:56 +08:00
<string> 默认值</string>
2024-12-17 18:53:41 +08:00
</property>
</widget>
<widget class="QComboBox" name="comboBox_15">
<property name="geometry">
<rect>
<x>130</x>
<y>50</y>
2025-03-11 16:42:00 +08:00
<width>111</width>
2024-12-17 18:53:41 +08:00
<height>22</height>
</rect>
</property>
2025-03-11 16:42:00 +08:00
<item>
<property name="text">
<string>0 - 20 mm/s</string>
</property>
</item>
2024-12-17 18:53:41 +08:00
</widget>
<widget class="QDoubleSpinBox" name="doubleSpinBox_17">
<property name="geometry">
<rect>
<x>260</x>
<y>50</y>
<width>62</width>
<height>22</height>
</rect>
</property>
</widget>
<widget class="QLabel" name="label_75">
<property name="geometry">
<rect>
<x>130</x>
<y>80</y>
<width>54</width>
<height>12</height>
</rect>
</property>
<property name="text">
<string>-24Vdc</string>
</property>
</widget>
<widget class="QDoubleSpinBox" name="doubleSpinBox_18">
<property name="geometry">
<rect>
<x>260</x>
<y>80</y>
<width>62</width>
<height>22</height>
</rect>
</property>
2024-12-19 10:24:27 +08:00
<property name="decimals">
<number>1</number>
</property>
2024-12-17 18:53:41 +08:00
</widget>
<widget class="QComboBox" name="comboBox_16">
<property name="geometry">
<rect>
<x>130</x>
<y>110</y>
2025-03-11 16:42:00 +08:00
<width>111</width>
2024-12-17 18:53:41 +08:00
<height>22</height>
</rect>
</property>
2025-03-11 16:42:00 +08:00
<item>
<property name="text">
<string>0 - 20 mm/s</string>
</property>
</item>
2024-12-17 18:53:41 +08:00
</widget>
<widget class="QDoubleSpinBox" name="doubleSpinBox_19">
<property name="geometry">
<rect>
<x>260</x>
<y>110</y>
<width>62</width>
<height>22</height>
</rect>
</property>
</widget>
<widget class="QLabel" name="label_76">
<property name="geometry">
<rect>
<x>20</x>
<y>150</y>
<width>91</width>
<height>16</height>
</rect>
</property>
<property name="text">
2024-12-18 15:01:56 +08:00
<string>1倍频相位</string>
2024-12-17 18:53:41 +08:00
</property>
</widget>
<widget class="QLabel" name="label_77">
<property name="geometry">
<rect>
<x>20</x>
<y>210</y>
<width>91</width>
<height>16</height>
</rect>
</property>
<property name="text">
2024-12-18 15:01:56 +08:00
<string>2倍频相位</string>
2024-12-17 18:53:41 +08:00
</property>
</widget>
<widget class="QDoubleSpinBox" name="doubleSpinBox_20">
<property name="geometry">
<rect>
<x>260</x>
<y>150</y>
<width>62</width>
<height>22</height>
</rect>
</property>
2024-12-19 10:24:27 +08:00
<property name="decimals">
2024-12-27 10:04:46 +08:00
<number>0</number>
2024-12-19 10:24:27 +08:00
</property>
2024-12-17 18:53:41 +08:00
</widget>
<widget class="QDoubleSpinBox" name="doubleSpinBox_21">
<property name="geometry">
<rect>
<x>260</x>
<y>180</y>
<width>62</width>
<height>22</height>
</rect>
</property>
</widget>
<widget class="QDoubleSpinBox" name="doubleSpinBox_22">
<property name="geometry">
<rect>
<x>260</x>
<y>210</y>
<width>62</width>
<height>22</height>
</rect>
</property>
2024-12-19 10:24:27 +08:00
<property name="decimals">
2024-12-27 10:04:46 +08:00
<number>0</number>
2024-12-19 10:24:27 +08:00
</property>
2024-12-17 18:53:41 +08:00
</widget>
<widget class="QComboBox" name="comboBox_17">
<property name="geometry">
<rect>
<x>130</x>
<y>180</y>
2025-03-11 16:42:00 +08:00
<width>111</width>
2024-12-17 18:53:41 +08:00
<height>22</height>
</rect>
</property>
2025-03-11 16:42:00 +08:00
<item>
<property name="text">
<string>0 - 20 mm/s</string>
</property>
</item>
2024-12-17 18:53:41 +08:00
</widget>
<widget class="QCheckBox" name="checkBox_21">
<property name="geometry">
<rect>
<x>20</x>
<y>250</y>
<width>71</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string> 有效值</string>
</property>
</widget>
<widget class="QCheckBox" name="checkBox_22">
<property name="geometry">
<rect>
<x>130</x>
<y>250</y>
<width>71</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>积分</string>
</property>
</widget>
<widget class="QGroupBox" name="groupBox_12">
<property name="geometry">
<rect>
<x>200</x>
<y>240</y>
<width>221</width>
<height>101</height>
</rect>
</property>
<property name="title">
<string> 延时</string>
</property>
<widget class="QLabel" name="label_78">
<property name="geometry">
<rect>
<x>20</x>
<y>20</y>
<width>54</width>
<height>12</height>
</rect>
</property>
<property name="text">
2024-12-18 15:01:56 +08:00
<string> 告警</string>
2024-12-17 18:53:41 +08:00
</property>
</widget>
<widget class="QLabel" name="label_79">
<property name="geometry">
<rect>
<x>20</x>
<y>50</y>
<width>54</width>
<height>12</height>
</rect>
</property>
<property name="text">
<string> 危险</string>
</property>
</widget>
<widget class="QDoubleSpinBox" name="doubleSpinBox_23">
<property name="geometry">
<rect>
<x>60</x>
<y>50</y>
<width>62</width>
<height>16</height>
</rect>
</property>
2024-12-19 10:24:27 +08:00
<property name="decimals">
<number>1</number>
</property>
2024-12-19 11:11:42 +08:00
<property name="minimum">
<double>1.000000000000000</double>
</property>
2024-12-17 18:53:41 +08:00
</widget>
<widget class="QCheckBox" name="checkBox_23">
<property name="geometry">
<rect>
<x>60</x>
<y>80</y>
<width>71</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>100 ms</string>
</property>
</widget>
<widget class="QLabel" name="label_80">
<property name="geometry">
<rect>
<x>130</x>
<y>20</y>
<width>54</width>
<height>12</height>
</rect>
</property>
<property name="text">
<string>1 - 60s</string>
</property>
</widget>
<widget class="QLabel" name="label_81">
<property name="geometry">
<rect>
<x>130</x>
<y>50</y>
<width>71</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>1.0 - 60.0s</string>
</property>
</widget>
<widget class="QSpinBox" name="spinBox_3">
<property name="geometry">
<rect>
<x>60</x>
<y>20</y>
<width>61</width>
<height>16</height>
</rect>
</property>
2024-12-19 11:11:42 +08:00
<property name="minimum">
<number>1</number>
</property>
2024-12-17 18:53:41 +08:00
</widget>
</widget>
</widget>
<widget class="QCheckBox" name="checkBox_24">
<property name="geometry">
<rect>
2024-12-18 15:01:56 +08:00
<x>460</x>
2024-12-17 18:53:41 +08:00
<y>20</y>
<width>131</width>
<height>16</height>
</rect>
</property>
<property name="text">
2024-12-18 15:01:56 +08:00
<string> 告警锁定</string>
2024-12-17 18:53:41 +08:00
</property>
2024-12-19 15:23:02 +08:00
<property name="checked">
<bool>true</bool>
</property>
2024-12-17 18:53:41 +08:00
</widget>
<widget class="QCheckBox" name="checkBox_25">
<property name="geometry">
<rect>
2024-12-18 15:01:56 +08:00
<x>460</x>
2024-12-17 18:53:41 +08:00
<y>40</y>
<width>131</width>
<height>16</height>
</rect>
</property>
<property name="text">
2024-12-18 15:01:56 +08:00
<string> 危险锁定</string>
2024-12-17 18:53:41 +08:00
</property>
2024-12-19 15:23:02 +08:00
<property name="checked">
<bool>true</bool>
</property>
2024-12-17 18:53:41 +08:00
</widget>
<widget class="QLabel" name="label_82">
<property name="geometry">
<rect>
2024-12-18 15:01:56 +08:00
<x>460</x>
<y>190</y>
2024-12-17 18:53:41 +08:00
<width>121</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>倍增</string>
</property>
</widget>
<widget class="QDoubleSpinBox" name="doubleSpinBox_24">
<property name="geometry">
<rect>
2024-12-18 15:01:56 +08:00
<x>460</x>
<y>210</y>
2024-12-17 18:53:41 +08:00
<width>62</width>
<height>16</height>
</rect>
</property>
2024-12-19 11:11:42 +08:00
<property name="minimum">
<double>1.000000000000000</double>
</property>
2024-12-17 18:53:41 +08:00
</widget>
<widget class="QLabel" name="label_83">
<property name="geometry">
<rect>
2024-12-18 15:01:56 +08:00
<x>460</x>
<y>230</y>
2024-12-17 18:53:41 +08:00
<width>141</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>1.00 - 3.00 步进0.25</string>
</property>
</widget>
<widget class="QLabel" name="label_84">
<property name="geometry">
<rect>
<x>460</x>
2024-12-18 15:01:56 +08:00
<y>110</y>
2024-12-17 18:53:41 +08:00
<width>54</width>
<height>12</height>
</rect>
</property>
<property name="text">
<string>记录输出</string>
</property>
</widget>
<widget class="QComboBox" name="comboBox_18">
<property name="geometry">
<rect>
<x>460</x>
2024-12-18 15:01:56 +08:00
<y>130</y>
2024-12-17 18:53:41 +08:00
<width>141</width>
<height>22</height>
</rect>
</property>
2024-12-19 11:11:42 +08:00
<item>
<property name="text">
<string>None</string>
</property>
</item>
<item>
<property name="text">
<string>直接值</string>
</property>
</item>
<item>
<property name="text">
<string>偏置电压</string>
</property>
</item>
<item>
<property name="text">
<string>1倍频幅值</string>
</property>
</item>
<item>
<property name="text">
<string>1倍频相位</string>
</property>
</item>
<item>
<property name="text">
<string>2倍频幅值</string>
</property>
</item>
<item>
<property name="text">
<string>2倍频相位</string>
</property>
</item>
2024-12-17 18:53:41 +08:00
</widget>
<widget class="QCheckBox" name="checkBox_26">
<property name="geometry">
<rect>
<x>460</x>
2024-12-18 15:01:56 +08:00
<y>160</y>
2025-03-11 16:42:00 +08:00
<width>101</width>
2024-12-17 18:53:41 +08:00
<height>16</height>
</rect>
</property>
<property name="text">
2024-12-18 15:01:56 +08:00
<string>2 mA 默认值</string>
2024-12-17 18:53:41 +08:00
</property>
2025-03-11 16:42:00 +08:00
<property name="checked">
<bool>true</bool>
</property>
2024-12-17 18:53:41 +08:00
</widget>
<widget class="QCheckBox" name="checkBox_27">
<property name="geometry">
<rect>
2024-12-18 15:01:56 +08:00
<x>460</x>
2024-12-17 18:53:41 +08:00
<y>80</y>
<width>141</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string> Timed OK channel Defeat</string>
</property>
</widget>
<widget class="QCheckBox" name="checkBox_28">
<property name="geometry">
<rect>
2024-12-18 15:01:56 +08:00
<x>460</x>
2024-12-17 18:53:41 +08:00
<y>60</y>
<width>131</width>
<height>16</height>
</rect>
</property>
<property name="text">
2024-12-18 15:01:56 +08:00
<string> 非正常锁定</string>
</property>
</widget>
<widget class="QLabel" name="label_85">
<property name="geometry">
<rect>
<x>460</x>
<y>260</y>
<width>121</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>比较</string>
</property>
</widget>
<widget class="QComboBox" name="comboBox_19">
<property name="geometry">
<rect>
<x>460</x>
<y>280</y>
<width>141</width>
<height>22</height>
</rect>
</property>
2024-12-19 11:11:42 +08:00
<item>
<property name="text">
<string>None</string>
</property>
</item>
<item>
<property name="text">
<string>直接值</string>
</property>
</item>
<item>
<property name="text">
<string>偏置电压</string>
</property>
</item>
<item>
<property name="text">
<string>1倍频幅值</string>
</property>
</item>
<item>
<property name="text">
<string>1倍频相位</string>
</property>
</item>
<item>
<property name="text">
<string>2倍频幅值</string>
</property>
</item>
<item>
<property name="text">
<string>2倍频相位</string>
</property>
</item>
2024-12-18 15:01:56 +08:00
</widget>
<widget class="QSpinBox" name="spinBox">
<property name="geometry">
<rect>
<x>460</x>
<y>320</y>
<width>61</width>
<height>22</height>
</rect>
</property>
</widget>
<widget class="QLabel" name="label">
<property name="geometry">
<rect>
<x>530</x>
<y>330</y>
<width>54</width>
<height>12</height>
</rect>
</property>
<property name="text">
<string>%</string>
2024-12-17 18:53:41 +08:00
</property>
</widget>
</widget>
</widget>
<widget class="QWidget" name="layoutWidget_3">
<property name="geometry">
<rect>
<x>20</x>
<y>10</y>
<width>231</width>
2025-03-11 16:42:00 +08:00
<height>23</height>
2024-12-17 18:53:41 +08:00
</rect>
</property>
<layout class="QHBoxLayout" name="horizontalLayout_13">
<item>
<widget class="QLabel" name="label_58">
<property name="text">
<string>通道:</string>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="lineEdit_14">
<property name="readOnly">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="label_59">
<property name="text">
<string>(启用)</string>
</property>
</widget>
</item>
</layout>
</widget>
</widget>
<resources/>
<connections/>
</ui>