84 lines
2.0 KiB
XML
84 lines
2.0 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<ui version="4.0">
|
|
<class>MainWindow</class>
|
|
<widget class="QMainWindow" name="MainWindow">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>869</width>
|
|
<height>509</height>
|
|
</rect>
|
|
</property>
|
|
<property name="windowTitle">
|
|
<string>MainWindow</string>
|
|
</property>
|
|
<widget class="QWidget" name="centralWidget">
|
|
<widget class="QPushButton" name="pushButtonConnection">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>770</x>
|
|
<y>20</y>
|
|
<width>80</width>
|
|
<height>21</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Connexion</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QListWidget" name="listWidgetState">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>570</x>
|
|
<y>10</y>
|
|
<width>291</width>
|
|
<height>111</height>
|
|
</rect>
|
|
</property>
|
|
</widget>
|
|
<widget class="QListWidget" name="listWidgetMessage">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>10</y>
|
|
<width>851</width>
|
|
<height>471</height>
|
|
</rect>
|
|
</property>
|
|
</widget>
|
|
<widget class="QPushButton" name="pushButtonSend">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>780</x>
|
|
<y>480</y>
|
|
<width>80</width>
|
|
<height>21</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Envoyer</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLineEdit" name="lineEditMessage">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>480</y>
|
|
<width>771</width>
|
|
<height>21</height>
|
|
</rect>
|
|
</property>
|
|
</widget>
|
|
<zorder>listWidgetMessage</zorder>
|
|
<zorder>listWidgetState</zorder>
|
|
<zorder>pushButtonConnection</zorder>
|
|
<zorder>pushButtonSend</zorder>
|
|
<zorder>lineEditMessage</zorder>
|
|
</widget>
|
|
</widget>
|
|
<layoutdefault spacing="6" margin="11"/>
|
|
<resources/>
|
|
<connections/>
|
|
</ui>
|