160 lines
3.3 KiB
XML
160 lines
3.3 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<ui version="4.0">
|
|
<class>CGeneralStatusPage</class>
|
|
<widget class="QWidget" name="CGeneralStatusPage">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>1725</width>
|
|
<height>628</height>
|
|
</rect>
|
|
</property>
|
|
<property name="windowTitle">
|
|
<string>Form</string>
|
|
</property>
|
|
<widget class="QTextEdit" name="mGenMsgTextEdit">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>30</x>
|
|
<y>20</y>
|
|
<width>1141</width>
|
|
<height>451</height>
|
|
</rect>
|
|
</property>
|
|
<property name="font">
|
|
<font>
|
|
<family>System</family>
|
|
<pointsize>12</pointsize>
|
|
<weight>75</weight>
|
|
<bold>true</bold>
|
|
</font>
|
|
</property>
|
|
<property name="readOnly">
|
|
<bool>true</bool>
|
|
</property>
|
|
</widget>
|
|
<widget class="QPushButton" name="mClearGenMsgTxtBtn">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>30</x>
|
|
<y>480</y>
|
|
<width>80</width>
|
|
<height>22</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Nettoyer</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="mPuckCANLbl">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>1220</x>
|
|
<y>210</y>
|
|
<width>81</width>
|
|
<height>16</height>
|
|
</rect>
|
|
</property>
|
|
<property name="font">
|
|
<font>
|
|
<pointsize>12</pointsize>
|
|
</font>
|
|
</property>
|
|
<property name="text">
|
|
<string>Puck CAN:</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="mClientMQTTLbl">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>1200</x>
|
|
<y>240</y>
|
|
<width>101</width>
|
|
<height>16</height>
|
|
</rect>
|
|
</property>
|
|
<property name="font">
|
|
<font>
|
|
<pointsize>12</pointsize>
|
|
</font>
|
|
</property>
|
|
<property name="text">
|
|
<string>Client MQTT:</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="mPuckCANConStatLbl">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>1300</x>
|
|
<y>210</y>
|
|
<width>121</width>
|
|
<height>16</height>
|
|
</rect>
|
|
</property>
|
|
<property name="font">
|
|
<font>
|
|
<pointsize>12</pointsize>
|
|
<weight>75</weight>
|
|
<bold>true</bold>
|
|
</font>
|
|
</property>
|
|
<property name="text">
|
|
<string>Déconnectée</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="mClientMQTTConnStatLbl">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>1300</x>
|
|
<y>240</y>
|
|
<width>121</width>
|
|
<height>16</height>
|
|
</rect>
|
|
</property>
|
|
<property name="font">
|
|
<font>
|
|
<pointsize>12</pointsize>
|
|
<weight>75</weight>
|
|
<bold>true</bold>
|
|
</font>
|
|
</property>
|
|
<property name="text">
|
|
<string>Déconnecté</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QTableWidget" name="mCANModuleStatusTableWdgt">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>1190</x>
|
|
<y>40</y>
|
|
<width>371</width>
|
|
<height>131</height>
|
|
</rect>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="label">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>1200</x>
|
|
<y>20</y>
|
|
<width>221</width>
|
|
<height>16</height>
|
|
</rect>
|
|
</property>
|
|
<property name="font">
|
|
<font>
|
|
<pointsize>11</pointsize>
|
|
<weight>75</weight>
|
|
<bold>true</bold>
|
|
</font>
|
|
</property>
|
|
<property name="text">
|
|
<string>Statut des module CAN </string>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
<resources/>
|
|
<connections/>
|
|
</ui>
|