OutilModbus/Sources/ZTAlarmGeneratorPage.ui

177 lines
3.8 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>CZTAlarmGeneratorPage</class>
<widget class="QWidget" name="CZTAlarmGeneratorPage">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>979</width>
<height>561</height>
</rect>
</property>
<property name="windowTitle">
<string>Form</string>
</property>
<widget class="QLabel" name="mSEISimTitleLabel">
<property name="geometry">
<rect>
<x>260</x>
<y>30</y>
<width>411</width>
<height>31</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>18</pointsize>
<weight>75</weight>
<bold>true</bold>
</font>
</property>
<property name="text">
<string>Générateur d'alarmes ZT au SEI</string>
</property>
<property name="textFormat">
<enum>Qt::AutoText</enum>
</property>
</widget>
<widget class="QPushButton" name="mConnectSEIBtn">
<property name="geometry">
<rect>
<x>40</x>
<y>70</y>
<width>101</width>
<height>22</height>
</rect>
</property>
<property name="text">
<string>Connecter au SEI</string>
</property>
</widget>
<widget class="QComboBox" name="mAlarmComboBox">
<property name="geometry">
<rect>
<x>50</x>
<y>190</y>
<width>301</width>
<height>21</height>
</rect>
</property>
</widget>
<widget class="QPushButton" name="mSendAlarmBtn">
<property name="geometry">
<rect>
<x>470</x>
<y>190</y>
<width>80</width>
<height>22</height>
</rect>
</property>
<property name="text">
<string>Envoyer --&gt;</string>
</property>
</widget>
<widget class="QPushButton" name="mResetAlarmsBtn">
<property name="geometry">
<rect>
<x>600</x>
<y>460</y>
<width>80</width>
<height>22</height>
</rect>
</property>
<property name="text">
<string>Acquiter tout</string>
</property>
</widget>
<widget class="QSpinBox" name="mRankSpinBx">
<property name="geometry">
<rect>
<x>380</x>
<y>190</y>
<width>71</width>
<height>22</height>
</rect>
</property>
</widget>
<widget class="QLabel" name="label">
<property name="geometry">
<rect>
<x>180</x>
<y>160</y>
<width>41</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>Alarme</string>
</property>
</widget>
<widget class="QLabel" name="label_2">
<property name="geometry">
<rect>
<x>400</x>
<y>160</y>
<width>41</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>Rang</string>
</property>
</widget>
<widget class="QLabel" name="label_3">
<property name="geometry">
<rect>
<x>610</x>
<y>130</y>
<width>291</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>Alarmes actives</string>
</property>
</widget>
<widget class="QListWidget" name="mActiveAlarmsList">
<property name="geometry">
<rect>
<x>595</x>
<y>160</y>
<width>351</width>
<height>291</height>
</rect>
</property>
</widget>
<widget class="QLabel" name="mSEIConnectStatusLbl">
<property name="geometry">
<rect>
<x>170</x>
<y>70</y>
<width>141</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>SEI: Déconnecté</string>
</property>
</widget>
<widget class="QLabel" name="mSEIWatchdogValueLbl">
<property name="geometry">
<rect>
<x>410</x>
<y>250</y>
<width>101</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>Watchdog SEI: </string>
</property>
</widget>
</widget>
<resources/>
<connections/>
</ui>