TSI_Config/velocity.ui

1170 lines
28 KiB
Plaintext
Raw Permalink Normal View History

2025-03-20 15:06:41 +08:00
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>Velocity</class>
<widget class="QWidget" name="Velocity">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>717</width>
2025-03-20 15:06:41 +08:00
<height>582</height>
</rect>
</property>
<property name="windowTitle">
<string>速度配置</string>
</property>
<widget class="QTabWidget" name="tabWidget">
<property name="geometry">
<rect>
<x>10</x>
<y>90</y>
<width>671</width>
<height>401</height>
</rect>
</property>
<property name="currentIndex">
2025-03-28 15:32:39 +08:00
<number>1</number>
2025-03-20 15:06:41 +08:00
</property>
<widget class="QWidget" name="tab_5">
<attribute name="title">
<string>滤波配置</string>
</attribute>
<widget class="QGroupBox" name="groupBox_2">
<property name="geometry">
<rect>
<x>10</x>
<y>10</y>
<width>353</width>
<height>116</height>
</rect>
</property>
<property name="title">
<string>滤波</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<widget class="QCheckBox" name="checkBox_high_pass">
<property name="text">
<string>高通:</string>
</property>
</widget>
</item>
<item>
<widget class="QSpinBox" name="spinBox_high_pass_low">
<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_high_pass_high">
<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>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_2">
<item>
<widget class="QCheckBox" name="checkBox_low_pass">
<property name="text">
<string>低通:</string>
</property>
</widget>
</item>
<item>
<widget class="QSpinBox" name="spinBox_low_pass_low">
<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_30">
<property name="text">
<string>-</string>
</property>
</widget>
</item>
<item>
<widget class="QSpinBox" name="spinBox_low_pass_high">
<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_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>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_3">
<item>
<widget class="QCheckBox" name="checkBox_band_pass">
<property name="text">
<string>带通:</string>
</property>
</widget>
</item>
<item>
<widget class="QSpinBox" name="spinBox_band_pass_low">
<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_band_pass_high">
<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>
</item>
</layout>
</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>10</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_1x_ampl">
<property name="geometry">
<rect>
<x>20</x>
<y>110</y>
<width>81</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>1倍频幅值</string>
</property>
</widget>
<widget class="QCheckBox" name="checkBox_2x_ampl">
<property name="geometry">
<rect>
<x>20</x>
<y>180</y>
<width>81</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>2倍频幅值</string>
</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">
<string> 默认值</string>
</property>
</widget>
<widget class="QComboBox" name="comboBox_direct_value_range">
<property name="geometry">
<rect>
<x>130</x>
<y>50</y>
<width>111</width>
<height>22</height>
</rect>
</property>
2025-03-28 11:29:30 +08:00
<property name="currentText">
<string>0-20 mm/s pk</string>
</property>
<property name="currentIndex">
<number>1</number>
</property>
<item>
<property name="text">
<string>0-10 mm/s pk</string>
</property>
</item>
<item>
<property name="text">
<string>0-20 mm/s pk</string>
</property>
</item>
<item>
<property name="text">
<string>0-50 mm/s pk</string>
</property>
</item>
2025-03-20 15:06:41 +08:00
<item>
<property name="text">
2025-03-28 11:29:30 +08:00
<string>自定义</string>
2025-03-20 15:06:41 +08:00
</property>
</item>
</widget>
<widget class="QDoubleSpinBox" name="doubleSpinBox_direct_clamp">
<property name="geometry">
<rect>
<x>260</x>
<y>50</y>
<width>62</width>
<height>22</height>
</rect>
</property>
2025-03-28 11:29:30 +08:00
<property name="decimals">
<number>1</number>
</property>
2025-03-20 15:06:41 +08:00
</widget>
<widget class="QLabel" name="label_bias_voltage">
<property name="geometry">
<rect>
<x>130</x>
<y>80</y>
<width>54</width>
<height>12</height>
</rect>
</property>
<property name="text">
<string>-24</string>
</property>
</widget>
<widget class="QDoubleSpinBox" name="doubleSpinBox_bias_volt_clamp">
<property name="geometry">
<rect>
<x>260</x>
<y>80</y>
<width>62</width>
<height>22</height>
</rect>
</property>
<property name="decimals">
<number>1</number>
</property>
</widget>
<widget class="QComboBox" name="comboBox_1x_value_range">
2025-03-27 13:53:50 +08:00
<property name="enabled">
<bool>false</bool>
</property>
2025-03-20 15:06:41 +08:00
<property name="geometry">
<rect>
<x>130</x>
<y>110</y>
<width>111</width>
<height>22</height>
</rect>
</property>
2025-03-28 11:29:30 +08:00
<property name="currentIndex">
<number>1</number>
</property>
<item>
<property name="text">
<string>0-10 mm/s pk</string>
</property>
</item>
<item>
<property name="text">
<string>0-20 mm/s pk</string>
</property>
</item>
2025-03-20 15:06:41 +08:00
<item>
<property name="text">
2025-03-28 11:29:30 +08:00
<string>0-50 mm/s pk</string>
</property>
</item>
<item>
<property name="text">
<string>自定义</string>
2025-03-20 15:06:41 +08:00
</property>
</item>
</widget>
<widget class="QDoubleSpinBox" name="doubleSpinBox_1x_ampl_clamp">
2025-03-27 13:53:50 +08:00
<property name="enabled">
<bool>false</bool>
</property>
2025-03-20 15:06:41 +08:00
<property name="geometry">
<rect>
<x>260</x>
<y>110</y>
<width>62</width>
<height>22</height>
</rect>
</property>
2025-03-28 11:29:30 +08:00
<property name="decimals">
<number>1</number>
</property>
2025-03-20 15:06:41 +08:00
</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">
<string>1倍频相位</string>
</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">
<string>2倍频相位</string>
</property>
</widget>
<widget class="QDoubleSpinBox" name="doubleSpinBox_1x_phase_lag_clamp">
2025-03-27 13:53:50 +08:00
<property name="enabled">
<bool>false</bool>
</property>
2025-03-20 15:06:41 +08:00
<property name="geometry">
<rect>
<x>260</x>
<y>150</y>
<width>62</width>
<height>22</height>
</rect>
</property>
<property name="decimals">
<number>0</number>
</property>
</widget>
<widget class="QDoubleSpinBox" name="doubleSpinBox_2x_ampl_clamp">
2025-03-27 13:53:50 +08:00
<property name="enabled">
<bool>false</bool>
</property>
2025-03-20 15:06:41 +08:00
<property name="geometry">
<rect>
<x>260</x>
<y>180</y>
<width>62</width>
<height>22</height>
</rect>
</property>
2025-03-28 11:29:30 +08:00
<property name="decimals">
<number>1</number>
</property>
2025-03-20 15:06:41 +08:00
</widget>
<widget class="QDoubleSpinBox" name="doubleSpinBox_2x_phase_lag_clamp">
2025-03-27 13:53:50 +08:00
<property name="enabled">
<bool>false</bool>
</property>
2025-03-20 15:06:41 +08:00
<property name="geometry">
<rect>
<x>260</x>
<y>210</y>
<width>62</width>
<height>22</height>
</rect>
</property>
<property name="decimals">
<number>0</number>
</property>
</widget>
<widget class="QComboBox" name="comboBox_2x_value_range">
2025-03-27 13:53:50 +08:00
<property name="enabled">
<bool>false</bool>
</property>
2025-03-20 15:06:41 +08:00
<property name="geometry">
<rect>
<x>130</x>
<y>180</y>
<width>111</width>
<height>22</height>
</rect>
</property>
2025-03-28 11:29:30 +08:00
<property name="currentIndex">
<number>1</number>
</property>
<item>
<property name="text">
<string>0-10 mm/s pk</string>
</property>
</item>
<item>
<property name="text">
<string>0-20 mm/s pk</string>
</property>
</item>
<item>
<property name="text">
<string>0-50 mm/s pk</string>
</property>
</item>
2025-03-20 15:06:41 +08:00
<item>
<property name="text">
2025-03-28 11:29:30 +08:00
<string>自定义</string>
2025-03-20 15:06:41 +08:00
</property>
</item>
</widget>
<widget class="QCheckBox" name="checkBox_rms">
<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_integrate">
<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">
<string> 告警</string>
</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_danger">
<property name="geometry">
<rect>
<x>60</x>
<y>50</y>
<width>61</width>
<height>21</height>
</rect>
</property>
<property name="decimals">
<number>1</number>
</property>
<property name="minimum">
<double>1.000000000000000</double>
</property>
</widget>
<widget class="QCheckBox" name="checkBox_100ms">
<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_alert">
<property name="geometry">
<rect>
<x>60</x>
<y>20</y>
<width>61</width>
<height>21</height>
</rect>
</property>
<property name="minimum">
<number>1</number>
</property>
</widget>
</widget>
<widget class="QLabel" name="label_2">
<property name="geometry">
<rect>
<x>170</x>
<y>80</y>
<width>53</width>
<height>15</height>
</rect>
</property>
<property name="text">
<string>Vdc</string>
</property>
</widget>
</widget>
<widget class="QCheckBox" name="checkBox_alert_latching">
<property name="geometry">
<rect>
<x>460</x>
<y>20</y>
<width>131</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string> 告警锁定</string>
</property>
<property name="checked">
<bool>true</bool>
</property>
</widget>
<widget class="QCheckBox" name="checkBox_danger_latching">
<property name="geometry">
<rect>
<x>460</x>
<y>40</y>
<width>131</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string> 危险锁定</string>
</property>
<property name="checked">
<bool>true</bool>
</property>
</widget>
<widget class="QLabel" name="label_82">
<property name="geometry">
<rect>
<x>460</x>
<y>190</y>
<width>121</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>倍增</string>
</property>
</widget>
<widget class="QDoubleSpinBox" name="doubleSpinBox_trip_multiply">
<property name="geometry">
<rect>
<x>460</x>
<y>210</y>
<width>62</width>
<height>16</height>
</rect>
</property>
<property name="minimum">
<double>1.000000000000000</double>
</property>
</widget>
<widget class="QLabel" name="label_83">
<property name="geometry">
<rect>
<x>460</x>
<y>230</y>
<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>
<y>110</y>
<width>54</width>
<height>12</height>
</rect>
</property>
<property name="text">
<string>记录输出</string>
</property>
</widget>
<widget class="QComboBox" name="comboBox_recorder_output">
<property name="geometry">
<rect>
<x>460</x>
<y>130</y>
<width>141</width>
<height>22</height>
</rect>
</property>
<item>
<property name="text">
2025-03-28 15:32:39 +08:00
<string>无</string>
2025-03-20 15:06:41 +08:00
</property>
</item>
<item>
<property name="text">
2025-03-28 15:32:39 +08:00
<string>直接幅值</string>
2025-03-20 15:06:41 +08:00
</property>
</item>
<item>
<property name="text">
2025-03-28 15:32:39 +08:00
<string>1倍频幅值</string>
2025-03-20 15:06:41 +08:00
</property>
</item>
<item>
<property name="text">
2025-03-28 15:32:39 +08:00
<string>带回滞1倍频相位</string>
2025-03-20 15:06:41 +08:00
</property>
</item>
<item>
<property name="text">
2025-03-28 15:32:39 +08:00
<string>不带回滞1倍频相位</string>
2025-03-20 15:06:41 +08:00
</property>
</item>
<item>
<property name="text">
<string>2倍频幅值</string>
</property>
</item>
<item>
<property name="text">
2025-03-28 15:32:39 +08:00
<string>带回滞2倍频相位</string>
</property>
</item>
<item>
<property name="text">
<string>不带回滞2倍频相位</string>
2025-03-20 15:06:41 +08:00
</property>
</item>
</widget>
<widget class="QCheckBox" name="checkBox_two_ma_clamp">
<property name="geometry">
<rect>
<x>460</x>
<y>160</y>
<width>101</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>2 mA 默认值</string>
</property>
<property name="checked">
<bool>true</bool>
</property>
</widget>
<widget class="QCheckBox" name="checkBox_timed_ok">
<property name="geometry">
<rect>
<x>460</x>
<y>80</y>
<width>181</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string> Timed OK channel Defeat</string>
</property>
</widget>
<widget class="QCheckBox" name="checkBox_not_ok">
<property name="geometry">
<rect>
<x>460</x>
<y>60</y>
<width>131</width>
<height>16</height>
</rect>
</property>
<property name="text">
<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_comparision">
2025-03-28 15:32:39 +08:00
<property name="enabled">
<bool>false</bool>
</property>
2025-03-20 15:06:41 +08:00
<property name="geometry">
<rect>
<x>460</x>
<y>280</y>
<width>141</width>
<height>22</height>
</rect>
</property>
<item>
<property name="text">
2025-03-28 15:32:39 +08:00
<string>无</string>
2025-03-20 15:06:41 +08:00
</property>
</item>
<item>
<property name="text">
2025-03-28 15:32:39 +08:00
<string>直接幅值</string>
2025-03-20 15:06:41 +08:00
</property>
</item>
<item>
<property name="text">
2025-03-28 15:32:39 +08:00
<string>1倍频幅值</string>
2025-03-20 15:06:41 +08:00
</property>
</item>
<item>
<property name="text">
2025-03-28 15:32:39 +08:00
<string>带回滞1倍频相位</string>
2025-03-20 15:06:41 +08:00
</property>
</item>
<item>
<property name="text">
2025-03-28 15:32:39 +08:00
<string>不带回滞1倍频相位</string>
2025-03-20 15:06:41 +08:00
</property>
</item>
<item>
<property name="text">
<string>2倍频幅值</string>
</property>
</item>
<item>
<property name="text">
2025-03-28 15:32:39 +08:00
<string>带回滞2倍频相位</string>
</property>
</item>
<item>
<property name="text">
<string>不带回滞2倍频相位</string>
2025-03-20 15:06:41 +08:00
</property>
</item>
</widget>
<widget class="QSpinBox" name="spinBox_comparision_percentage">
2025-03-28 15:32:39 +08:00
<property name="enabled">
<bool>false</bool>
</property>
2025-03-20 15:06:41 +08:00
<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>
</property>
</widget>
</widget>
</widget>
<widget class="QWidget" name="layoutWidget">
<property name="geometry">
<rect>
<x>21</x>
<y>10</y>
<width>105</width>
<height>17</height>
</rect>
</property>
<layout class="QHBoxLayout" name="horizontalLayout_4">
<item>
<widget class="QLabel" name="label_58">
<property name="text">
<string>通道:</string>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="label_channel">
<property name="text">
<string>1</string>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="label_active">
<property name="text">
<string>(启用)</string>
</property>
</widget>
</item>
</layout>
</widget>
<widget class="QWidget" name="layoutWidget">
<property name="geometry">
<rect>
<x>341</x>
<y>10</y>
<width>63</width>
<height>17</height>
</rect>
</property>
<layout class="QHBoxLayout" name="horizontalLayout_5">
<item>
<widget class="QLabel" name="label_57">
<property name="text">
<string>槽位号:</string>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="label_slot">
<property name="text">
<string>3</string>
</property>
</widget>
</item>
</layout>
</widget>
<widget class="QWidget" name="layoutWidget">
2025-03-20 15:06:41 +08:00
<property name="geometry">
<rect>
<x>20</x>
<y>530</y>
<width>661</width>
<height>37</height>
2025-03-20 15:06:41 +08:00
</rect>
</property>
<layout class="QHBoxLayout" name="horizontalLayout_6">
<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">
<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>
<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>
<property name="minimumSize">
<size>
<width>100</width>
<height>35</height>
</size>
</property>
<property name="text">
<string>帮助</string>
</property>
</widget>
</item>
</layout>
2025-03-20 15:06:41 +08:00
</widget>
</widget>
<resources/>
<connections/>
</ui>