Etudes/ENSIM/QT5/qSocketServer/mainwindow.ui

70 lines
1.6 KiB
Plaintext
Raw Normal View History

2017-12-12 23:02:02 +00:00
<?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>809</width>
<height>520</height>
</rect>
</property>
<property name="windowTitle">
<string>MainWindow</string>
</property>
<widget class="QWidget" name="centralWidget">
<widget class="QListWidget" name="listWidgetState">
<property name="geometry">
<rect>
<x>540</x>
<y>10</y>
<width>256</width>
<height>141</height>
</rect>
</property>
</widget>
<widget class="QListWidget" name="listWidgetMessage">
<property name="geometry">
<rect>
<x>10</x>
<y>10</y>
<width>791</width>
<height>481</height>
</rect>
</property>
</widget>
<widget class="QLineEdit" name="lineEditMessage">
<property name="geometry">
<rect>
<x>10</x>
<y>490</y>
<width>711</width>
<height>21</height>
</rect>
</property>
</widget>
<widget class="QPushButton" name="pushButtonSend">
<property name="geometry">
<rect>
<x>720</x>
<y>490</y>
<width>80</width>
<height>21</height>
</rect>
</property>
<property name="text">
<string>Envoyer</string>
</property>
</widget>
<zorder>listWidgetMessage</zorder>
<zorder>listWidgetState</zorder>
<zorder>lineEditMessage</zorder>
<zorder>pushButtonSend</zorder>
</widget>
</widget>
<layoutdefault spacing="6" margin="11"/>
<resources/>
<connections/>
</ui>