140 lines
2.9 KiB
XML
140 lines
2.9 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>390</x>
|
|
<y>520</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>370</x>
|
|
<y>550</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>470</x>
|
|
<y>520</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>470</x>
|
|
<y>550</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="tableWidget">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>1200</x>
|
|
<y>20</y>
|
|
<width>371</width>
|
|
<height>441</height>
|
|
</rect>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
<resources/>
|
|
<connections/>
|
|
</ui>
|