OutilModbus/Sources/SEIModbusPage.ui
2022-06-13 09:16:01 -04:00

129 lines
2.7 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>CSEIModbusPage</class>
<widget class="QWidget" name="CSEIModbusPage">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>917</width>
<height>762</height>
</rect>
</property>
<property name="windowTitle">
<string>Form</string>
</property>
<widget class="QLabel" name="mSEISimTitleLabel">
<property name="geometry">
<rect>
<x>250</x>
<y>30</y>
<width>361</width>
<height>31</height>
</rect>
</property>
<property name="text">
<string>Simulateur SEI</string>
</property>
<property name="textFormat">
<enum>Qt::AutoText</enum>
</property>
</widget>
<widget class="QLabel" name="mSEIConnectStatLabel">
<property name="geometry">
<rect>
<x>650</x>
<y>100</y>
<width>271</width>
<height>41</height>
</rect>
</property>
<property name="text">
<string>ZT:NON CONNECTÉE</string>
</property>
</widget>
<widget class="QPushButton" name="mStartStopServerBtn">
<property name="geometry">
<rect>
<x>750</x>
<y>30</y>
<width>101</width>
<height>23</height>
</rect>
</property>
<property name="text">
<string>Démarrer Serveur</string>
</property>
</widget>
<widget class="QLabel" name="mServerLabel">
<property name="geometry">
<rect>
<x>780</x>
<y>10</y>
<width>46</width>
<height>13</height>
</rect>
</property>
<property name="text">
<string>Serveur</string>
</property>
</widget>
<widget class="QTreeWidget" name="mZTAlarmDataTree">
<property name="geometry">
<rect>
<x>30</x>
<y>110</y>
<width>541</width>
<height>641</height>
</rect>
</property>
<column>
<property name="text">
<string notr="true">1</string>
</property>
</column>
</widget>
<widget class="QCheckBox" name="mEnableWDChkBx">
<property name="geometry">
<rect>
<x>660</x>
<y>180</y>
<width>70</width>
<height>17</height>
</rect>
</property>
<property name="text">
<string>Watchdog</string>
</property>
</widget>
<widget class="QCheckBox" name="mAN1ChkBx">
<property name="geometry">
<rect>
<x>660</x>
<y>210</y>
<width>70</width>
<height>17</height>
</rect>
</property>
<property name="text">
<string>AN1</string>
</property>
</widget>
<widget class="QCheckBox" name="mAN2ChkBx">
<property name="geometry">
<rect>
<x>660</x>
<y>240</y>
<width>70</width>
<height>17</height>
</rect>
</property>
<property name="text">
<string>AN2</string>
</property>
</widget>
</widget>
<resources/>
<connections/>
</ui>