| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495 |
- <?xml version="1.0" encoding="UTF-8"?>
- <ui version="4.0">
- <class>chatPrive</class>
- <widget class="QWidget" name="chatPrive">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>334</width>
- <height>395</height>
- </rect>
- </property>
- <property name="windowTitle">
- <string>Chat privé</string>
- </property>
- <widget class="QListWidget" name="lstChatPrive">
- <property name="geometry">
- <rect>
- <x>20</x>
- <y>30</y>
- <width>291</width>
- <height>281</height>
- </rect>
- </property>
- </widget>
- <widget class="QLineEdit" name="inSaisieChatPrive">
- <property name="geometry">
- <rect>
- <x>20</x>
- <y>320</y>
- <width>291</width>
- <height>20</height>
- </rect>
- </property>
- </widget>
- <widget class="QLineEdit" name="inDesChatPrive">
- <property name="geometry">
- <rect>
- <x>170</x>
- <y>360</y>
- <width>141</width>
- <height>20</height>
- </rect>
- </property>
- </widget>
- <widget class="QLabel" name="label">
- <property name="geometry">
- <rect>
- <x>170</x>
- <y>340</y>
- <width>101</width>
- <height>20</height>
- </rect>
- </property>
- <property name="text">
- <string>Jeter les dés : </string>
- </property>
- </widget>
- <widget class="QPushButton" name="envoiFichierChatPrive">
- <property name="geometry">
- <rect>
- <x>20</x>
- <y>350</y>
- <width>121</width>
- <height>31</height>
- </rect>
- </property>
- <property name="text">
- <string>Envoyer un fichier</string>
- </property>
- </widget>
- <widget class="QLabel" name="lblInterlocChatPrive">
- <property name="geometry">
- <rect>
- <x>20</x>
- <y>10</y>
- <width>291</width>
- <height>20</height>
- </rect>
- </property>
- <property name="font">
- <font>
- <pointsize>10</pointsize>
- <weight>75</weight>
- <bold>true</bold>
- </font>
- </property>
- <property name="text">
- <string>Interloc</string>
- </property>
- </widget>
- </widget>
- <resources/>
- <connections/>
- </ui>
|