TSI_Config/tachometer.ui

796 lines
18 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">
<class>Tachometer</class>
<widget class="QDialog" name="Tachometer">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>724</width>
<height>546</height>
</rect>
</property>
<property name="windowTitle">
<string>Dialog</string>
</property>
<widget class="QWidget" name="layoutWidget">
<property name="geometry">
<rect>
<x>20</x>
<y>10</y>
<width>478</width>
<height>23</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="QLineEdit" name="lineEdit">
<property name="enabled">
<bool>true</bool>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string> 7</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>
<item>
<widget class="QLabel" name="label_2">
<property name="text">
<string>主备组:</string>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="lineEdit_2">
<property name="text">
<string> 7-9</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>
</widget>
<widget class="QDoubleSpinBox" name="doubleSpinBox_9">
<property name="geometry">
<rect>
<x>60</x>
<y>338</y>
<width>62</width>
<height>22</height>
</rect>
</property>
<property name="decimals">
<number>1</number>
</property>
<property name="value">
<double>2.000000000000000</double>
</property>
</widget>
<widget class="QCheckBox" name="checkBox_3">
<property name="geometry">
<rect>
<x>20</x>
<y>50</y>
<width>81</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string>通道1激活</string>
</property>
<property name="checked">
<bool>true</bool>
</property>
</widget>
<widget class="QLabel" name="label_22">
<property name="geometry">
<rect>
<x>10</x>
<y>338</y>
<width>58</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>回差:</string>
</property>
</widget>
<widget class="QGroupBox" name="groupBox_10">
<property name="geometry">
<rect>
<x>10</x>
<y>173</y>
<width>251</width>
<height>141</height>
</rect>
</property>
<property name="title">
<string>阈值</string>
</property>
<widget class="QGroupBox" name="groupBox_11">
<property name="geometry">
<rect>
<x>10</x>
<y>30</y>
<width>91</width>
<height>91</height>
</rect>
</property>
<property name="title">
<string>类型</string>
</property>
<widget class="QRadioButton" name="radioButton_11">
<property name="geometry">
<rect>
<x>10</x>
<y>30</y>
<width>99</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string> 自动</string>
</property>
<property name="checked">
<bool>true</bool>
</property>
</widget>
<widget class="QRadioButton" name="radioButton_12">
<property name="geometry">
<rect>
<x>10</x>
<y>60</y>
<width>71</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string> 手动</string>
</property>
</widget>
</widget>
<widget class="QLabel" name="label_23">
<property name="geometry">
<rect>
<x>140</x>
<y>50</y>
<width>41</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>值:</string>
</property>
</widget>
<widget class="QDoubleSpinBox" name="doubleSpinBox_10">
<property name="enabled">
<bool>false</bool>
</property>
<property name="geometry">
<rect>
<x>170</x>
<y>50</y>
<width>62</width>
<height>22</height>
</rect>
</property>
<property name="decimals">
<number>1</number>
</property>
</widget>
<widget class="QLabel" name="label_24">
<property name="geometry">
<rect>
<x>140</x>
<y>80</y>
<width>111</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>-20.0 to 0.0 Volts</string>
</property>
</widget>
</widget>
<widget class="QSpinBox" name="spinBox_6">
<property name="geometry">
<rect>
<x>60</x>
<y>390</y>
<width>51</width>
<height>22</height>
</rect>
</property>
<property name="minimum">
<number>1</number>
</property>
<property name="maximum">
<number>255</number>
</property>
</widget>
<widget class="QLabel" name="label_25">
<property name="geometry">
<rect>
<x>150</x>
<y>393</y>
<width>58</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>1 - 255</string>
</property>
</widget>
<widget class="QLabel" name="label_26">
<property name="geometry">
<rect>
<x>140</x>
<y>343</y>
<width>101</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>0.2 to 2.5 Volts</string>
</property>
</widget>
<widget class="QGroupBox" name="groupBox_12">
<property name="geometry">
<rect>
<x>10</x>
<y>93</y>
<width>251</width>
<height>71</height>
</rect>
</property>
<property name="title">
<string>正常电压</string>
</property>
<widget class="QDoubleSpinBox" name="doubleSpinBox_11">
<property name="geometry">
<rect>
<x>10</x>
<y>30</y>
<width>91</width>
<height>22</height>
</rect>
</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>
<widget class="QDoubleSpinBox" name="doubleSpinBox_12">
<property name="geometry">
<rect>
<x>110</x>
<y>30</y>
<width>81</width>
<height>22</height>
</rect>
</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>
<widget class="QLabel" name="label_27">
<property name="geometry">
<rect>
<x>200</x>
<y>32</y>
<width>58</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>Volts</string>
</property>
</widget>
</widget>
<widget class="QLabel" name="label_28">
<property name="geometry">
<rect>
<x>10</x>
<y>390</y>
<width>58</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>键齿数:</string>
</property>
</widget>
<widget class="QCheckBox" name="checkBox_4">
<property name="geometry">
<rect>
<x>120</x>
<y>50</y>
<width>81</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string>通道2激活</string>
</property>
<property name="checked">
<bool>true</bool>
</property>
</widget>
<widget class="QCheckBox" name="checkBox_5">
<property name="geometry">
<rect>
<x>220</x>
<y>50</y>
<width>81</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string>通道3激活</string>
</property>
<property name="checked">
<bool>true</bool>
</property>
</widget>
<widget class="QCheckBox" name="checkBox_6">
<property name="geometry">
<rect>
<x>320</x>
<y>50</y>
<width>81</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string>通道4激活</string>
</property>
<property name="checked">
<bool>true</bool>
</property>
</widget>
<widget class="QGroupBox" name="groupBox">
<property name="geometry">
<rect>
<x>340</x>
<y>100</y>
<width>151</width>
<height>91</height>
</rect>
</property>
<property name="title">
<string>正常模式</string>
</property>
<widget class="QRadioButton" name="radioButton">
<property name="geometry">
<rect>
<x>30</x>
<y>30</y>
<width>71</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string> 锁存</string>
</property>
</widget>
<widget class="QRadioButton" name="radioButton_2">
<property name="geometry">
<rect>
<x>30</x>
<y>60</y>
<width>71</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string> 非锁存</string>
</property>
<property name="checked">
<bool>true</bool>
</property>
</widget>
</widget>
<widget class="QGroupBox" name="groupBox_2">
<property name="geometry">
<rect>
<x>340</x>
<y>210</y>
<width>371</width>
<height>131</height>
</rect>
</property>
<property name="title">
<string>告警模式</string>
</property>
<widget class="QGroupBox" name="groupBox_3">
<property name="geometry">
<rect>
<x>10</x>
<y>30</y>
<width>151</width>
<height>91</height>
</rect>
</property>
<property name="title">
<string>告警</string>
</property>
<widget class="QRadioButton" name="radioButton_3">
<property name="geometry">
<rect>
<x>30</x>
<y>30</y>
<width>71</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string> 锁存</string>
</property>
</widget>
<widget class="QRadioButton" name="radioButton_4">
<property name="geometry">
<rect>
<x>30</x>
<y>60</y>
<width>71</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string> 非锁存</string>
</property>
<property name="checked">
<bool>true</bool>
</property>
</widget>
</widget>
<widget class="QGroupBox" name="groupBox_4">
<property name="geometry">
<rect>
<x>180</x>
<y>33</y>
<width>141</width>
<height>91</height>
</rect>
</property>
<property name="title">
<string>超速</string>
</property>
<widget class="QRadioButton" name="radioButton_5">
<property name="geometry">
<rect>
<x>30</x>
<y>30</y>
<width>71</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string> 锁存</string>
</property>
</widget>
<widget class="QRadioButton" name="radioButton_6">
<property name="geometry">
<rect>
<x>30</x>
<y>60</y>
<width>71</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string> 非锁存</string>
</property>
<property name="checked">
<bool>true</bool>
</property>
</widget>
</widget>
</widget>
<widget class="QGroupBox" name="groupBox_5">
<property name="geometry">
<rect>
<x>340</x>
<y>360</y>
<width>371</width>
<height>91</height>
</rect>
</property>
<property name="title">
<string>响应时间(只读)</string>
</property>
<widget class="QLabel" name="label_3">
<property name="geometry">
<rect>
<x>70</x>
<y>30</y>
<width>101</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>告警响应时间:</string>
</property>
</widget>
<widget class="QLabel" name="label_4">
<property name="geometry">
<rect>
<x>70</x>
<y>60</y>
<width>81</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>危险响应时间:</string>
</property>
</widget>
<widget class="QLineEdit" name="lineEdit_3">
<property name="geometry">
<rect>
<x>180</x>
<y>30</y>
<width>61</width>
<height>21</height>
</rect>
</property>
<property name="text">
<string>25ms</string>
</property>
<property name="readOnly">
<bool>true</bool>
</property>
</widget>
<widget class="QLineEdit" name="lineEdit_4">
<property name="geometry">
<rect>
<x>180</x>
<y>58</y>
<width>61</width>
<height>21</height>
</rect>
</property>
<property name="text">
<string>25ms</string>
</property>
<property name="readOnly">
<bool>true</bool>
</property>
</widget>
</widget>
<widget class="QGroupBox" name="groupBox_6">
<property name="geometry">
<rect>
<x>520</x>
<y>100</y>
<width>191</width>
<height>91</height>
</rect>
</property>
<property name="title">
<string>记录输出</string>
</property>
<widget class="QComboBox" name="comboBox">
<property name="geometry">
<rect>
<x>50</x>
<y>30</y>
<width>103</width>
<height>32</height>
</rect>
</property>
<item>
<property name="text">
<string>不输出</string>
</property>
</item>
<item>
<property name="text">
<string>转速</string>
</property>
</item>
</widget>
<widget class="QCheckBox" name="checkBox">
<property name="geometry">
<rect>
<x>52</x>
<y>67</y>
<width>101</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string>2 mA 默认值</string>
</property>
</widget>
</widget>
<widget class="QPushButton" name="pushButton">
<property name="geometry">
<rect>
<x>10</x>
<y>430</y>
<width>100</width>
<height>32</height>
</rect>
</property>
<property name="text">
<string>组选项...</string>
</property>
</widget>
<widget class="QPushButton" name="pushButton_2">
<property name="geometry">
<rect>
<x>150</x>
<y>430</y>
<width>100</width>
<height>32</height>
</rect>
</property>
<property name="text">
<string>继电器选项...</string>
</property>
</widget>
<widget class="QCheckBox" name="checkBox_2">
<property name="geometry">
<rect>
<x>320</x>
<y>470</y>
<width>85</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string> 组激活</string>
</property>
</widget>
<widget class="QPushButton" name="pushButton_5">
<property name="geometry">
<rect>
<x>510</x>
<y>510</y>
<width>81</width>
<height>32</height>
</rect>
</property>
<property name="text">
<string>帮 助</string>
</property>
</widget>
<widget class="QPushButton" name="pushButton_3">
<property name="geometry">
<rect>
<x>330</x>
<y>510</y>
<width>71</width>
<height>32</height>
</rect>
</property>
<property name="text">
<string>取 消</string>
</property>
</widget>
<widget class="QPushButton" name="pushButton_4">
<property name="geometry">
<rect>
<x>420</x>
<y>510</y>
<width>71</width>
<height>32</height>
</rect>
</property>
<property name="text">
<string>打 印...</string>
</property>
</widget>
<widget class="QPushButton" name="pushButton_6">
<property name="geometry">
<rect>
<x>20</x>
<y>510</y>
<width>71</width>
<height>32</height>
</rect>
</property>
<property name="text">
<string>确 定</string>
</property>
</widget>
<widget class="QPushButton" name="pushButton_7">
<property name="geometry">
<rect>
<x>110</x>
<y>510</y>
<width>91</width>
<height>32</height>
</rect>
</property>
<property name="text">
<string>加载默认值</string>
</property>
</widget>
<widget class="QPushButton" name="pushButton_8">
<property name="geometry">
<rect>
<x>220</x>
<y>510</y>
<width>81</width>
<height>32</height>
</rect>
</property>
<property name="text">
<string>测点名称</string>
</property>
</widget>
<widget class="QPushButton" name="pushButton_9">
<property name="geometry">
<rect>
<x>610</x>
<y>510</y>
<width>91</width>
<height>32</height>
</rect>
</property>
<property name="text">
<string>存为默认值</string>
</property>
</widget>
</widget>
<resources/>
<connections/>
</ui>