1778 lines
48 KiB
XML
1778 lines
48 KiB
XML
<?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>
|
||
<width>760</width>
|
||
<height>544</height>
|
||
</rect>
|
||
</property>
|
||
<property name="windowTitle">
|
||
<string>通道配置</string>
|
||
</property>
|
||
<widget class="QGroupBox" name="groupBox_2">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>400</x>
|
||
<y>80</y>
|
||
<width>331</width>
|
||
<height>381</height>
|
||
</rect>
|
||
</property>
|
||
<property name="title">
|
||
<string>通道 3 和 4</string>
|
||
</property>
|
||
<widget class="QGroupBox" name="groupBox_9">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>10</x>
|
||
<y>290</y>
|
||
<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>50</y>
|
||
<width>51</width>
|
||
<height>21</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>290</y>
|
||
<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>
|
||
</property>
|
||
<property name="checked">
|
||
<bool>true</bool>
|
||
</property>
|
||
</widget>
|
||
<widget class="QPushButton" name="pushButton_config_4">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>30</x>
|
||
<y>50</y>
|
||
<width>51</width>
|
||
<height>21</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>
|
||
<width>311</width>
|
||
<height>236</height>
|
||
</rect>
|
||
</property>
|
||
<property name="currentIndex">
|
||
<number>0</number>
|
||
</property>
|
||
<widget class="QWidget" name="tab_3">
|
||
<attribute name="title">
|
||
<string>通道3</string>
|
||
</attribute>
|
||
<layout class="QVBoxLayout" name="verticalLayout_12">
|
||
<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>
|
||
</property>
|
||
<property name="text">
|
||
<string>通道3类型:</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>
|
||
<item>
|
||
<property name="text">
|
||
<string>径向位移</string>
|
||
</property>
|
||
</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_24">
|
||
<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="QLineEdit" name="lineEdit_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>
|
||
</widget>
|
||
</item>
|
||
<item>
|
||
<spacer name="horizontalSpacer_18">
|
||
<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_25">
|
||
<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="minimumSize">
|
||
<size>
|
||
<width>120</width>
|
||
<height>0</height>
|
||
</size>
|
||
</property>
|
||
<property name="maximumSize">
|
||
<size>
|
||
<width>120</width>
|
||
<height>16777215</height>
|
||
</size>
|
||
</property>
|
||
<property name="specialValueText">
|
||
<string/>
|
||
</property>
|
||
<property name="suffix">
|
||
<string> mv/ m/s^2</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item>
|
||
<spacer name="horizontalSpacer_19">
|
||
<property name="orientation">
|
||
<enum>Qt::Horizontal</enum>
|
||
</property>
|
||
<property name="sizeHint" stdset="0">
|
||
<size>
|
||
<width>40</width>
|
||
<height>20</height>
|
||
</size>
|
||
</property>
|
||
</spacer>
|
||
</item>
|
||
</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>
|
||
</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>
|
||
<item>
|
||
<property name="text">
|
||
<string>32 k</string>
|
||
</property>
|
||
</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>
|
||
</item>
|
||
</layout>
|
||
</item>
|
||
<item>
|
||
<widget class="QGroupBox" name="groupBox_14">
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>220</width>
|
||
<height>80</height>
|
||
</size>
|
||
</property>
|
||
<property name="title">
|
||
<string>正常电压</string>
|
||
</property>
|
||
<layout class="QHBoxLayout" name="horizontalLayout_9">
|
||
<item>
|
||
<widget class="QDoubleSpinBox" name="doubleSpinBox_low_3">
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>90</width>
|
||
<height>0</height>
|
||
</size>
|
||
</property>
|
||
<property name="maximumSize">
|
||
<size>
|
||
<width>90</width>
|
||
<height>16777215</height>
|
||
</size>
|
||
</property>
|
||
<property name="prefix">
|
||
<string>下限 </string>
|
||
</property>
|
||
<property name="minimum">
|
||
<double>-30.000000000000000</double>
|
||
</property>
|
||
<property name="maximum">
|
||
<double>30.000000000000000</double>
|
||
</property>
|
||
<property name="value">
|
||
<double>-21.000000000000000</double>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item>
|
||
<widget class="QDoubleSpinBox" name="doubleSpinBox_high_3">
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>90</width>
|
||
<height>0</height>
|
||
</size>
|
||
</property>
|
||
<property name="maximumSize">
|
||
<size>
|
||
<width>90</width>
|
||
<height>16777215</height>
|
||
</size>
|
||
</property>
|
||
<property name="prefix">
|
||
<string>上限 </string>
|
||
</property>
|
||
<property name="minimum">
|
||
<double>-30.000000000000000</double>
|
||
</property>
|
||
<property name="maximum">
|
||
<double>30.000000000000000</double>
|
||
</property>
|
||
<property name="value">
|
||
<double>21.000000000000000</double>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item>
|
||
<widget class="QLabel" name="label_32">
|
||
<property name="text">
|
||
<string>Volts</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
</layout>
|
||
</widget>
|
||
</item>
|
||
</layout>
|
||
</widget>
|
||
<widget class="QWidget" name="tab_4">
|
||
<attribute name="title">
|
||
<string>通道4</string>
|
||
</attribute>
|
||
<layout class="QVBoxLayout" name="verticalLayout_14">
|
||
<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>
|
||
</property>
|
||
<property name="text">
|
||
<string>通道4类型:</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>
|
||
<item>
|
||
<property name="text">
|
||
<string>径向位移</string>
|
||
</property>
|
||
</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_29">
|
||
<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="QLineEdit" name="lineEdit_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>
|
||
</widget>
|
||
</item>
|
||
<item>
|
||
<spacer name="horizontalSpacer_22">
|
||
<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_30">
|
||
<item>
|
||
<widget class="QLabel" name="label_20">
|
||
<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="minimumSize">
|
||
<size>
|
||
<width>120</width>
|
||
<height>0</height>
|
||
</size>
|
||
</property>
|
||
<property name="maximumSize">
|
||
<size>
|
||
<width>120</width>
|
||
<height>16777215</height>
|
||
</size>
|
||
</property>
|
||
<property name="specialValueText">
|
||
<string/>
|
||
</property>
|
||
<property name="suffix">
|
||
<string> mv/ m/s^2</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item>
|
||
<spacer name="horizontalSpacer_23">
|
||
<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_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>
|
||
</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>
|
||
<item>
|
||
<property name="text">
|
||
<string>32 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>
|
||
</item>
|
||
</layout>
|
||
</item>
|
||
<item>
|
||
<widget class="QGroupBox" name="groupBox_16">
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>220</width>
|
||
<height>80</height>
|
||
</size>
|
||
</property>
|
||
<property name="title">
|
||
<string>正常电压</string>
|
||
</property>
|
||
<layout class="QHBoxLayout" name="horizontalLayout_10">
|
||
<item>
|
||
<widget class="QDoubleSpinBox" name="doubleSpinBox_low_4">
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>90</width>
|
||
<height>0</height>
|
||
</size>
|
||
</property>
|
||
<property name="maximumSize">
|
||
<size>
|
||
<width>90</width>
|
||
<height>16777215</height>
|
||
</size>
|
||
</property>
|
||
<property name="prefix">
|
||
<string>下限 </string>
|
||
</property>
|
||
<property name="minimum">
|
||
<double>-30.000000000000000</double>
|
||
</property>
|
||
<property name="maximum">
|
||
<double>30.000000000000000</double>
|
||
</property>
|
||
<property name="value">
|
||
<double>-21.000000000000000</double>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item>
|
||
<widget class="QDoubleSpinBox" name="doubleSpinBox_high_4">
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>90</width>
|
||
<height>0</height>
|
||
</size>
|
||
</property>
|
||
<property name="maximumSize">
|
||
<size>
|
||
<width>90</width>
|
||
<height>16777215</height>
|
||
</size>
|
||
</property>
|
||
<property name="prefix">
|
||
<string>上限 </string>
|
||
</property>
|
||
<property name="minimum">
|
||
<double>-30.000000000000000</double>
|
||
</property>
|
||
<property name="maximum">
|
||
<double>30.000000000000000</double>
|
||
</property>
|
||
<property name="value">
|
||
<double>21.000000000000000</double>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item>
|
||
<widget class="QLabel" name="label_35">
|
||
<property name="text">
|
||
<string>Volts</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
</layout>
|
||
</widget>
|
||
</item>
|
||
</layout>
|
||
</widget>
|
||
</widget>
|
||
<widget class="QCheckBox" name="checkBox_standby_2">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>20</x>
|
||
<y>30</y>
|
||
<width>71</width>
|
||
<height>16</height>
|
||
</rect>
|
||
</property>
|
||
<property name="text">
|
||
<string>备份</string>
|
||
</property>
|
||
</widget>
|
||
<widget class="QWidget" name="layoutWidget">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>142</x>
|
||
<y>302</y>
|
||
<width>42</width>
|
||
<height>72</height>
|
||
</rect>
|
||
</property>
|
||
<layout class="QVBoxLayout" name="verticalLayout_4">
|
||
<item>
|
||
<widget class="QPushButton" name="pushButton_copy_right_2">
|
||
<property name="maximumSize">
|
||
<size>
|
||
<width>40</width>
|
||
<height>16777215</height>
|
||
</size>
|
||
</property>
|
||
<property name="text">
|
||
<string>===></string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item>
|
||
<widget class="QLabel" name="label_7">
|
||
<property name="text">
|
||
<string>=</string>
|
||
</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>40</width>
|
||
<height>16777215</height>
|
||
</size>
|
||
</property>
|
||
<property name="text">
|
||
<string><===</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
</layout>
|
||
</widget>
|
||
</widget>
|
||
<widget class="QGroupBox" name="groupBox">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>10</x>
|
||
<y>80</y>
|
||
<width>331</width>
|
||
<height>381</height>
|
||
</rect>
|
||
</property>
|
||
<property name="title">
|
||
<string>通道 1 和 2</string>
|
||
</property>
|
||
<widget class="QGroupBox" name="groupBox_5">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>10</x>
|
||
<y>290</y>
|
||
<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>
|
||
</property>
|
||
<property name="text">
|
||
<string>启用</string>
|
||
</property>
|
||
<property name="checked">
|
||
<bool>true</bool>
|
||
</property>
|
||
</widget>
|
||
<widget class="QPushButton" name="pushButton_config_1">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>30</x>
|
||
<y>50</y>
|
||
<width>51</width>
|
||
<height>21</height>
|
||
</rect>
|
||
</property>
|
||
<property name="text">
|
||
<string>配置</string>
|
||
</property>
|
||
</widget>
|
||
</widget>
|
||
<widget class="QGroupBox" name="groupBox_6">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>200</x>
|
||
<y>290</y>
|
||
<width>120</width>
|
||
<height>80</height>
|
||
</rect>
|
||
</property>
|
||
<property name="title">
|
||
<string>通道2</string>
|
||
</property>
|
||
<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>50</y>
|
||
<width>51</width>
|
||
<height>21</height>
|
||
</rect>
|
||
</property>
|
||
<property name="text">
|
||
<string>配置</string>
|
||
</property>
|
||
</widget>
|
||
</widget>
|
||
<widget class="QTabWidget" name="tabWidget">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>10</x>
|
||
<y>50</y>
|
||
<width>311</width>
|
||
<height>236</height>
|
||
</rect>
|
||
</property>
|
||
<property name="maximumSize">
|
||
<size>
|
||
<width>16777215</width>
|
||
<height>16777215</height>
|
||
</size>
|
||
</property>
|
||
<property name="currentIndex">
|
||
<number>0</number>
|
||
</property>
|
||
<widget class="QWidget" name="tab">
|
||
<attribute name="title">
|
||
<string>通道1</string>
|
||
</attribute>
|
||
<layout class="QVBoxLayout" name="verticalLayout">
|
||
<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>
|
||
</property>
|
||
<property name="text">
|
||
<string>通道1类型:</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>
|
||
<item>
|
||
<property name="text">
|
||
<string>径向位移</string>
|
||
</property>
|
||
</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="QLineEdit" name="lineEdit_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>
|
||
</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_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="minimumSize">
|
||
<size>
|
||
<width>120</width>
|
||
<height>0</height>
|
||
</size>
|
||
</property>
|
||
<property name="maximumSize">
|
||
<size>
|
||
<width>120</width>
|
||
<height>16777215</height>
|
||
</size>
|
||
</property>
|
||
<property name="specialValueText">
|
||
<string/>
|
||
</property>
|
||
<property name="suffix">
|
||
<string> mv/ m/s^2</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>
|
||
<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>
|
||
</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>
|
||
<item>
|
||
<property name="text">
|
||
<string>32 k</string>
|
||
</property>
|
||
</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>
|
||
<widget class="QGroupBox" name="groupBox_18">
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>220</width>
|
||
<height>80</height>
|
||
</size>
|
||
</property>
|
||
<property name="title">
|
||
<string>正常电压</string>
|
||
</property>
|
||
<layout class="QHBoxLayout" name="horizontalLayout_7">
|
||
<item>
|
||
<widget class="QDoubleSpinBox" name="doubleSpinBox_low_1">
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>90</width>
|
||
<height>0</height>
|
||
</size>
|
||
</property>
|
||
<property name="maximumSize">
|
||
<size>
|
||
<width>90</width>
|
||
<height>16777215</height>
|
||
</size>
|
||
</property>
|
||
<property name="prefix">
|
||
<string>下限 </string>
|
||
</property>
|
||
<property name="minimum">
|
||
<double>-30.000000000000000</double>
|
||
</property>
|
||
<property name="maximum">
|
||
<double>30.000000000000000</double>
|
||
</property>
|
||
<property name="value">
|
||
<double>-21.000000000000000</double>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item>
|
||
<widget class="QDoubleSpinBox" name="doubleSpinBox_high_1">
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>90</width>
|
||
<height>0</height>
|
||
</size>
|
||
</property>
|
||
<property name="maximumSize">
|
||
<size>
|
||
<width>90</width>
|
||
<height>16777215</height>
|
||
</size>
|
||
</property>
|
||
<property name="prefix">
|
||
<string>上限 </string>
|
||
</property>
|
||
<property name="minimum">
|
||
<double>-30.000000000000000</double>
|
||
</property>
|
||
<property name="maximum">
|
||
<double>30.000000000000000</double>
|
||
</property>
|
||
<property name="value">
|
||
<double>21.000000000000000</double>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item>
|
||
<widget class="QLabel" name="label_37">
|
||
<property name="text">
|
||
<string>Volts</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
</layout>
|
||
</widget>
|
||
</item>
|
||
</layout>
|
||
</widget>
|
||
<widget class="QWidget" name="tab_2">
|
||
<attribute name="title">
|
||
<string>通道2</string>
|
||
</attribute>
|
||
<layout class="QVBoxLayout" name="verticalLayout_10">
|
||
<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>
|
||
</property>
|
||
<property name="text">
|
||
<string>通道2类型:</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>
|
||
<item>
|
||
<property name="text">
|
||
<string>径向位移</string>
|
||
</property>
|
||
</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_19">
|
||
<item>
|
||
<widget class="QLabel" name="label_28">
|
||
<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="QLineEdit" name="lineEdit_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>
|
||
</widget>
|
||
</item>
|
||
<item>
|
||
<spacer name="horizontalSpacer_14">
|
||
<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="QDoubleSpinBox" name="doubleSpinBox_scale_factor_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="specialValueText">
|
||
<string/>
|
||
</property>
|
||
<property name="suffix">
|
||
<string> mv/ m/s^2</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>
|
||
<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>
|
||
</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>
|
||
<item>
|
||
<property name="text">
|
||
<string>32 k</string>
|
||
</property>
|
||
</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>
|
||
</item>
|
||
</layout>
|
||
</item>
|
||
<item>
|
||
<widget class="QGroupBox" name="groupBox_17">
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>220</width>
|
||
<height>80</height>
|
||
</size>
|
||
</property>
|
||
<property name="title">
|
||
<string>正常电压</string>
|
||
</property>
|
||
<layout class="QHBoxLayout" name="horizontalLayout_8">
|
||
<item>
|
||
<widget class="QDoubleSpinBox" name="doubleSpinBox_low_2">
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>90</width>
|
||
<height>0</height>
|
||
</size>
|
||
</property>
|
||
<property name="maximumSize">
|
||
<size>
|
||
<width>90</width>
|
||
<height>16777215</height>
|
||
</size>
|
||
</property>
|
||
<property name="prefix">
|
||
<string>下限 </string>
|
||
</property>
|
||
<property name="minimum">
|
||
<double>-30.000000000000000</double>
|
||
</property>
|
||
<property name="maximum">
|
||
<double>30.000000000000000</double>
|
||
</property>
|
||
<property name="value">
|
||
<double>-21.000000000000000</double>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item>
|
||
<widget class="QDoubleSpinBox" name="doubleSpinBox_high_2">
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>90</width>
|
||
<height>0</height>
|
||
</size>
|
||
</property>
|
||
<property name="maximumSize">
|
||
<size>
|
||
<width>90</width>
|
||
<height>16777215</height>
|
||
</size>
|
||
</property>
|
||
<property name="prefix">
|
||
<string>上限 </string>
|
||
</property>
|
||
<property name="minimum">
|
||
<double>-30.000000000000000</double>
|
||
</property>
|
||
<property name="maximum">
|
||
<double>30.000000000000000</double>
|
||
</property>
|
||
<property name="value">
|
||
<double>21.000000000000000</double>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item>
|
||
<widget class="QLabel" name="label_36">
|
||
<property name="text">
|
||
<string>Volts</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
</layout>
|
||
</widget>
|
||
</item>
|
||
</layout>
|
||
</widget>
|
||
</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">
|
||
<string>备份</string>
|
||
</property>
|
||
</widget>
|
||
<widget class="QWidget" name="layoutWidget">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>142</x>
|
||
<y>302</y>
|
||
<width>42</width>
|
||
<height>72</height>
|
||
</rect>
|
||
</property>
|
||
<layout class="QVBoxLayout" name="verticalLayout_2">
|
||
<item>
|
||
<widget class="QPushButton" name="pushButton_copy_right_1">
|
||
<property name="maximumSize">
|
||
<size>
|
||
<width>40</width>
|
||
<height>16777215</height>
|
||
</size>
|
||
</property>
|
||
<property name="text">
|
||
<string>===></string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item>
|
||
<widget class="QLabel" name="label_4">
|
||
<property name="text">
|
||
<string>=</string>
|
||
</property>
|
||
<property name="alignment">
|
||
<set>Qt::AlignCenter</set>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item>
|
||
<widget class="QPushButton" name="pushButton_copy_left_1">
|
||
<property name="maximumSize">
|
||
<size>
|
||
<width>40</width>
|
||
<height>16777215</height>
|
||
</size>
|
||
</property>
|
||
<property name="text">
|
||
<string><===</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
</layout>
|
||
</widget>
|
||
<zorder>layoutWidget</zorder>
|
||
<zorder>groupBox_5</zorder>
|
||
<zorder>groupBox_6</zorder>
|
||
<zorder>tabWidget</zorder>
|
||
<zorder>checkBox_standby_1</zorder>
|
||
</widget>
|
||
<widget class="QWidget" name="layoutWidget">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>10</x>
|
||
<y>480</y>
|
||
<width>738</width>
|
||
<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">
|
||
<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_load_template">
|
||
<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_point_name">
|
||
<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="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="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">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>11</x>
|
||
<y>20</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">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>353</x>
|
||
<y>213</y>
|
||
<width>42</width>
|
||
<height>72</height>
|
||
</rect>
|
||
</property>
|
||
<layout class="QVBoxLayout" name="verticalLayout_3">
|
||
<item>
|
||
<widget class="QPushButton" name="pushButton_copy_all_right">
|
||
<property name="maximumSize">
|
||
<size>
|
||
<width>40</width>
|
||
<height>16777215</height>
|
||
</size>
|
||
</property>
|
||
<property name="text">
|
||
<string>===></string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item>
|
||
<widget class="QLabel" name="label_22">
|
||
<property name="text">
|
||
<string>=</string>
|
||
</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>40</width>
|
||
<height>16777215</height>
|
||
</size>
|
||
</property>
|
||
<property name="text">
|
||
<string><===</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
</layout>
|
||
</widget>
|
||
</widget>
|
||
<resources/>
|
||
<connections/>
|
||
</ui>
|