TSI_Config/tmrrelayassociation.ui

1020 lines
25 KiB
Plaintext
Raw Normal View History

2024-12-18 16:46:39 +08:00
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>TMRRelayAssociation</class>
<widget class="QDialog" name="TMRRelayAssociation">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
2025-04-27 15:23:05 +08:00
<width>911</width>
2025-04-21 17:23:38 +08:00
<height>634</height>
2024-12-18 16:46:39 +08:00
</rect>
</property>
<property name="windowTitle">
2025-04-21 17:23:38 +08:00
<string>继电器组态</string>
2024-12-18 16:46:39 +08:00
</property>
<widget class="QLabel" name="label">
<property name="geometry">
<rect>
<x>50</x>
<y>20</y>
<width>71</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>继电器槽位:</string>
</property>
</widget>
<widget class="QLabel" name="label_3">
<property name="geometry">
<rect>
2025-04-17 20:33:26 +08:00
<x>230</x>
<y>340</y>
2024-12-18 16:46:39 +08:00
<width>111</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>可用的告警:</string>
</property>
</widget>
<widget class="QGroupBox" name="groupBox_2">
<property name="geometry">
<rect>
<x>20</x>
<y>370</y>
<width>201</width>
<height>151</height>
</rect>
</property>
<property name="title">
<string>TMR继电器关联</string>
</property>
2025-04-19 16:25:33 +08:00
<widget class="QComboBox" name="comboBox_relay_ch">
2024-12-18 16:46:39 +08:00
<property name="geometry">
<rect>
<x>20</x>
<y>30</y>
<width>103</width>
<height>32</height>
</rect>
</property>
<item>
<property name="text">
2024-12-24 14:11:20 +08:00
<string>通道 1</string>
2024-12-18 16:46:39 +08:00
</property>
</item>
<item>
<property name="text">
2024-12-24 14:11:20 +08:00
<string>通道 2</string>
2024-12-18 16:46:39 +08:00
</property>
</item>
<item>
<property name="text">
2024-12-24 14:11:20 +08:00
<string>通道 3</string>
2024-12-18 16:46:39 +08:00
</property>
</item>
<item>
<property name="text">
2024-12-24 14:11:20 +08:00
<string>通道 4</string>
</property>
</item>
<item>
<property name="text">
<string>通道 5</string>
</property>
</item>
<item>
<property name="text">
<string>通道 6</string>
</property>
</item>
<item>
<property name="text">
<string>通道 7</string>
</property>
</item>
<item>
<property name="text">
<string>通道 8</string>
</property>
</item>
<item>
<property name="text">
<string>通道 9</string>
</property>
</item>
<item>
<property name="text">
<string>通道 10</string>
</property>
</item>
<item>
<property name="text">
<string>通道 11</string>
</property>
</item>
<item>
<property name="text">
<string>通道 12</string>
</property>
</item>
<item>
<property name="text">
<string>通道 13</string>
</property>
</item>
<item>
<property name="text">
<string>通道 14</string>
</property>
</item>
<item>
<property name="text">
<string>通道 15</string>
</property>
</item>
<item>
<property name="text">
<string>通道 16</string>
2024-12-18 16:46:39 +08:00
</property>
</item>
</widget>
<widget class="QCheckBox" name="checkBox">
<property name="geometry">
<rect>
<x>26</x>
<y>70</y>
<width>85</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string>激活</string>
</property>
</widget>
2024-12-31 11:29:26 +08:00
<widget class="QCheckBox" name="checkBox_2">
2024-12-24 14:11:20 +08:00
<property name="geometry">
<rect>
2024-12-31 11:29:26 +08:00
<x>130</x>
<y>40</y>
<width>71</width>
<height>16</height>
2024-12-24 14:11:20 +08:00
</rect>
</property>
<property name="text">
<string>成组</string>
</property>
</widget>
2024-12-18 16:46:39 +08:00
</widget>
<widget class="QLabel" name="label_4">
<property name="geometry">
<rect>
2025-04-19 16:25:33 +08:00
<x>620</x>
<y>60</y>
2024-12-18 16:46:39 +08:00
<width>91</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>告警驱动逻辑:</string>
</property>
</widget>
2025-04-19 19:54:56 +08:00
<widget class="QTextEdit" name="textEdit_logic">
2024-12-18 16:46:39 +08:00
<property name="geometry">
<rect>
2025-04-19 19:54:56 +08:00
<x>110</x>
2025-04-21 17:23:38 +08:00
<y>538</y>
2025-04-27 15:23:05 +08:00
<width>781</width>
2025-04-21 17:23:38 +08:00
<height>40</height>
2024-12-18 16:46:39 +08:00
</rect>
</property>
2025-04-21 17:23:38 +08:00
<property name="minimumSize">
<size>
<width>0</width>
<height>40</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>16777215</width>
<height>40</height>
</size>
</property>
2024-12-18 16:46:39 +08:00
</widget>
<widget class="QPushButton" name="pushButton_9">
2025-03-27 10:16:01 +08:00
<property name="enabled">
<bool>false</bool>
</property>
2024-12-18 16:46:39 +08:00
<property name="geometry">
<rect>
2025-04-19 19:54:56 +08:00
<x>450</x>
2025-04-21 17:23:38 +08:00
<y>590</y>
2024-12-18 16:46:39 +08:00
<width>71</width>
<height>32</height>
</rect>
</property>
<property name="text">
<string>打 印...</string>
</property>
</widget>
2025-04-19 16:25:33 +08:00
<widget class="QPushButton" name="pushButton_confirm">
2024-12-18 16:46:39 +08:00
<property name="geometry">
<rect>
2025-04-19 16:25:33 +08:00
<x>240</x>
2025-04-21 17:23:38 +08:00
<y>590</y>
2024-12-18 16:46:39 +08:00
<width>71</width>
<height>32</height>
</rect>
</property>
<property name="text">
<string>确 定</string>
</property>
</widget>
<widget class="QPushButton" name="pushButton_12">
2025-03-27 10:16:01 +08:00
<property name="enabled">
<bool>false</bool>
</property>
2024-12-18 16:46:39 +08:00
<property name="geometry">
<rect>
2025-04-19 19:54:56 +08:00
<x>550</x>
2025-04-21 17:23:38 +08:00
<y>590</y>
2024-12-18 16:46:39 +08:00
<width>81</width>
<height>32</height>
</rect>
</property>
<property name="text">
<string>帮 助</string>
</property>
</widget>
2025-03-27 10:16:01 +08:00
<widget class="QPushButton" name="pushButton_cancel">
2024-12-18 16:46:39 +08:00
<property name="geometry">
<rect>
2025-04-19 16:25:33 +08:00
<x>350</x>
2025-04-21 17:23:38 +08:00
<y>590</y>
2024-12-18 16:46:39 +08:00
<width>71</width>
<height>32</height>
</rect>
</property>
<property name="text">
<string>取 消</string>
</property>
</widget>
<widget class="QLabel" name="label_5">
<property name="geometry">
<rect>
2025-04-21 17:23:38 +08:00
<x>740</x>
<y>600</y>
2024-12-18 16:46:39 +08:00
<width>71</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string>NCT6100T</string>
</property>
</widget>
2025-04-19 19:54:56 +08:00
<widget class="QCheckBox" name="checkBox_sgcc">
2025-04-17 20:33:26 +08:00
<property name="geometry">
<rect>
<x>30</x>
<y>340</y>
<width>71</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>国网组态</string>
</property>
</widget>
<widget class="QWidget" name="widget" native="true">
<property name="geometry">
<rect>
<x>0</x>
<y>50</y>
<width>606</width>
<height>295</height>
</rect>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<widget class="QWidget" name="widget_2" native="true">
<layout class="QHBoxLayout" name="horizontalLayout_2">
<item>
<widget class="QLabel" name="label_2">
<property name="minimumSize">
<size>
<width>30</width>
<height>0</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>30</width>
<height>16777215</height>
</size>
</property>
<property name="text">
<string>1</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="label_6">
<property name="minimumSize">
<size>
<width>30</width>
<height>0</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>30</width>
<height>16777215</height>
</size>
</property>
<property name="text">
<string>2</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="label_7">
<property name="minimumSize">
<size>
<width>30</width>
<height>0</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>30</width>
<height>16777215</height>
</size>
</property>
<property name="text">
<string>3</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="label_10">
<property name="minimumSize">
<size>
<width>30</width>
<height>0</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>30</width>
<height>16777215</height>
</size>
</property>
<property name="text">
<string>4</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="label_8">
<property name="minimumSize">
<size>
<width>30</width>
<height>0</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>30</width>
<height>16777215</height>
</size>
</property>
<property name="text">
<string>5</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="label_9">
<property name="minimumSize">
<size>
<width>30</width>
<height>0</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>30</width>
<height>16777215</height>
</size>
</property>
<property name="text">
<string>6</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="label_16">
<property name="minimumSize">
<size>
<width>30</width>
<height>0</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>30</width>
<height>16777215</height>
</size>
</property>
<property name="text">
<string>7</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="label_13">
<property name="minimumSize">
<size>
<width>30</width>
<height>0</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>30</width>
<height>16777215</height>
</size>
</property>
<property name="text">
<string>8</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="label_14">
<property name="minimumSize">
<size>
<width>30</width>
<height>0</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>30</width>
<height>16777215</height>
</size>
</property>
<property name="text">
<string>9</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="label_12">
<property name="minimumSize">
<size>
<width>30</width>
<height>0</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>30</width>
<height>16777215</height>
</size>
</property>
<property name="text">
<string>10</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="label_15">
<property name="minimumSize">
<size>
<width>30</width>
<height>0</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>30</width>
<height>16777215</height>
</size>
</property>
<property name="text">
<string>11</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="label_11">
<property name="minimumSize">
<size>
<width>30</width>
<height>0</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>30</width>
<height>16777215</height>
</size>
</property>
<property name="text">
<string>12</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="label_19">
<property name="minimumSize">
<size>
<width>30</width>
<height>0</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>30</width>
<height>16777215</height>
</size>
</property>
<property name="text">
<string>13</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="label_18">
<property name="minimumSize">
<size>
<width>30</width>
<height>0</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>30</width>
<height>16777215</height>
</size>
</property>
<property name="text">
<string>14</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="label_17">
<property name="minimumSize">
<size>
<width>30</width>
<height>0</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>30</width>
<height>16777215</height>
</size>
</property>
<property name="text">
<string>15</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="label_20">
<property name="minimumSize">
<size>
<width>30</width>
<height>0</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>30</width>
<height>16777215</height>
</size>
</property>
<property name="text">
<string>16</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
</item>
</layout>
</widget>
</item>
<item>
<widget class="QWidget" name="widget_3" native="true">
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
2025-04-19 16:25:33 +08:00
<widget class="QPushButton" name="pushButton_slot1">
2025-04-17 20:33:26 +08:00
<property name="minimumSize">
<size>
<width>30</width>
<height>220</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>30</width>
<height>220</height>
</size>
</property>
<property name="text">
2025-04-19 19:54:56 +08:00
<string/>
2025-04-17 20:33:26 +08:00
</property>
</widget>
</item>
<item>
2025-04-19 16:25:33 +08:00
<widget class="QPushButton" name="pushButton_slot2">
2025-04-17 20:33:26 +08:00
<property name="minimumSize">
<size>
<width>30</width>
<height>220</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>30</width>
<height>220</height>
</size>
</property>
<property name="text">
2025-04-19 19:54:56 +08:00
<string/>
2025-04-17 20:33:26 +08:00
</property>
</widget>
</item>
<item>
2025-04-19 16:25:33 +08:00
<widget class="QPushButton" name="pushButton_slot3">
2025-04-17 20:33:26 +08:00
<property name="minimumSize">
<size>
<width>30</width>
<height>220</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>30</width>
<height>220</height>
</size>
</property>
<property name="text">
2025-04-19 19:54:56 +08:00
<string/>
2025-04-17 20:33:26 +08:00
</property>
</widget>
</item>
<item>
2025-04-19 16:25:33 +08:00
<widget class="QPushButton" name="pushButton_slot4">
2025-04-17 20:33:26 +08:00
<property name="minimumSize">
<size>
<width>30</width>
<height>220</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>30</width>
<height>220</height>
</size>
</property>
<property name="text">
2025-04-19 19:54:56 +08:00
<string/>
2025-04-17 20:33:26 +08:00
</property>
</widget>
</item>
<item>
2025-04-19 16:25:33 +08:00
<widget class="QPushButton" name="pushButton_slot5">
2025-04-17 20:33:26 +08:00
<property name="minimumSize">
<size>
<width>30</width>
<height>220</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>30</width>
<height>220</height>
</size>
</property>
<property name="text">
2025-04-19 19:54:56 +08:00
<string/>
2025-04-17 20:33:26 +08:00
</property>
</widget>
</item>
<item>
2025-04-19 16:25:33 +08:00
<widget class="QPushButton" name="pushButton_slot6">
2025-04-17 20:33:26 +08:00
<property name="minimumSize">
<size>
<width>30</width>
<height>220</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>30</width>
<height>220</height>
</size>
</property>
<property name="text">
2025-04-19 19:54:56 +08:00
<string/>
2025-04-17 20:33:26 +08:00
</property>
</widget>
</item>
<item>
2025-04-19 16:25:33 +08:00
<widget class="QPushButton" name="pushButton_slot7">
2025-04-17 20:33:26 +08:00
<property name="minimumSize">
<size>
<width>30</width>
<height>220</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>30</width>
<height>220</height>
</size>
</property>
<property name="text">
2025-04-19 19:54:56 +08:00
<string/>
2025-04-17 20:33:26 +08:00
</property>
</widget>
</item>
<item>
2025-04-19 16:25:33 +08:00
<widget class="QPushButton" name="pushButton_slot8">
2025-04-17 20:33:26 +08:00
<property name="minimumSize">
<size>
<width>30</width>
<height>220</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>30</width>
<height>220</height>
</size>
</property>
<property name="text">
2025-04-19 19:54:56 +08:00
<string/>
2025-04-17 20:33:26 +08:00
</property>
</widget>
</item>
<item>
2025-04-19 16:25:33 +08:00
<widget class="QPushButton" name="pushButton_slot9">
2025-04-17 20:33:26 +08:00
<property name="minimumSize">
<size>
<width>30</width>
<height>220</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>30</width>
<height>220</height>
</size>
</property>
<property name="text">
2025-04-19 19:54:56 +08:00
<string/>
2025-04-17 20:33:26 +08:00
</property>
</widget>
</item>
<item>
2025-04-19 16:25:33 +08:00
<widget class="QPushButton" name="pushButton_slot10">
2025-04-17 20:33:26 +08:00
<property name="minimumSize">
<size>
<width>30</width>
<height>220</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>30</width>
<height>220</height>
</size>
</property>
<property name="text">
2025-04-19 19:54:56 +08:00
<string/>
2025-04-17 20:33:26 +08:00
</property>
</widget>
</item>
<item>
2025-04-19 16:25:33 +08:00
<widget class="QPushButton" name="pushButton_slot11">
2025-04-17 20:33:26 +08:00
<property name="minimumSize">
<size>
<width>30</width>
<height>220</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>30</width>
<height>220</height>
</size>
</property>
<property name="text">
2025-04-19 19:54:56 +08:00
<string/>
2025-04-17 20:33:26 +08:00
</property>
</widget>
</item>
<item>
2025-04-19 16:25:33 +08:00
<widget class="QPushButton" name="pushButton_slot12">
2025-04-17 20:33:26 +08:00
<property name="minimumSize">
<size>
<width>30</width>
<height>220</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>30</width>
<height>220</height>
</size>
</property>
<property name="text">
2025-04-19 19:54:56 +08:00
<string/>
2025-04-17 20:33:26 +08:00
</property>
</widget>
</item>
<item>
2025-04-19 16:25:33 +08:00
<widget class="QPushButton" name="pushButton_slot13">
2025-04-17 20:33:26 +08:00
<property name="minimumSize">
<size>
<width>30</width>
<height>220</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>30</width>
<height>220</height>
</size>
</property>
<property name="text">
2025-04-19 19:54:56 +08:00
<string/>
2025-04-17 20:33:26 +08:00
</property>
</widget>
</item>
<item>
2025-04-19 16:25:33 +08:00
<widget class="QPushButton" name="pushButton_slot14">
2025-04-17 20:33:26 +08:00
<property name="minimumSize">
<size>
<width>30</width>
<height>220</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>30</width>
<height>220</height>
</size>
</property>
<property name="text">
2025-04-19 19:54:56 +08:00
<string/>
2025-04-17 20:33:26 +08:00
</property>
</widget>
</item>
<item>
2025-04-19 16:25:33 +08:00
<widget class="QPushButton" name="pushButton_slot15">
2025-04-17 20:33:26 +08:00
<property name="minimumSize">
<size>
<width>30</width>
<height>220</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>30</width>
<height>220</height>
</size>
</property>
<property name="text">
2025-04-19 19:54:56 +08:00
<string/>
2025-04-17 20:33:26 +08:00
</property>
</widget>
</item>
<item>
2025-04-19 16:25:33 +08:00
<widget class="QPushButton" name="pushButton_slot16">
2025-04-17 20:33:26 +08:00
<property name="minimumSize">
<size>
<width>30</width>
<height>220</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>30</width>
<height>220</height>
</size>
</property>
<property name="text">
2025-04-19 19:54:56 +08:00
<string/>
2025-04-17 20:33:26 +08:00
</property>
</widget>
</item>
</layout>
</widget>
</item>
</layout>
</widget>
2025-04-19 16:25:33 +08:00
<widget class="QLabel" name="label_slot_no">
2025-04-17 20:33:26 +08:00
<property name="geometry">
<rect>
2025-04-19 16:25:33 +08:00
<x>130</x>
<y>20</y>
<width>54</width>
2025-04-23 17:13:05 +08:00
<height>21</height>
2025-04-19 16:25:33 +08:00
</rect>
</property>
<property name="text">
<string>TextLabel</string>
</property>
</widget>
<widget class="QWidget" name="widget_available" native="true">
<property name="geometry">
<rect>
<x>230</x>
<y>360</y>
2025-04-23 14:44:58 +08:00
<width>361</width>
2025-04-19 16:25:33 +08:00
<height>161</height>
</rect>
</property>
</widget>
<widget class="QWidget" name="widget_relay" native="true">
<property name="geometry">
<rect>
<x>610</x>
<y>80</y>
2025-04-27 15:23:05 +08:00
<width>281</width>
2025-04-23 17:13:05 +08:00
<height>441</height>
2025-04-17 20:33:26 +08:00
</rect>
</property>
</widget>
2025-04-21 17:23:38 +08:00
<widget class="QPushButton" name="pushButton_logic">
2025-04-19 19:54:56 +08:00
<property name="geometry">
<rect>
2025-04-21 17:23:38 +08:00
<x>20</x>
<y>540</y>
<width>75</width>
<height>31</height>
2025-04-19 19:54:56 +08:00
</rect>
</property>
<property name="text">
2025-04-21 17:23:38 +08:00
<string>逻辑表达式</string>
2025-04-19 19:54:56 +08:00
</property>
</widget>
2024-12-18 16:46:39 +08:00
</widget>
<resources/>
<connections/>
</ui>