| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172 |
- <?xml version="1.0" encoding="UTF-8"?>
- <ui version="4.0">
- <class>ecranConnexion</class>
- <widget class="QGroupBox" name="ecranConnexion">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>409</width>
- <height>215</height>
- </rect>
- </property>
- <property name="windowTitle">
- <string>D-Monde</string>
- </property>
- <property name="title">
- <string>Ecran de connexion</string>
- </property>
- <widget class="QPushButton" name="creerServeur">
- <property name="geometry">
- <rect>
- <x>240</x>
- <y>40</y>
- <width>141</width>
- <height>31</height>
- </rect>
- </property>
- <property name="text">
- <string>Créer un serveur</string>
- </property>
- <property name="autoDefault">
- <bool>false</bool>
- </property>
- </widget>
- <widget class="QPushButton" name="seConnecter">
- <property name="geometry">
- <rect>
- <x>240</x>
- <y>80</y>
- <width>141</width>
- <height>31</height>
- </rect>
- </property>
- <property name="text">
- <string>Se connecter</string>
- </property>
- </widget>
- <widget class="QLineEdit" name="in_ip">
- <property name="geometry">
- <rect>
- <x>20</x>
- <y>90</y>
- <width>151</width>
- <height>20</height>
- </rect>
- </property>
- <property name="text">
- <string/>
- </property>
- <property name="maxLength">
- <number>15</number>
- </property>
- </widget>
- <widget class="QLineEdit" name="in_port">
- <property name="geometry">
- <rect>
- <x>20</x>
- <y>140</y>
- <width>151</width>
- <height>20</height>
- </rect>
- </property>
- <property name="text">
- <string>6660</string>
- </property>
- <property name="maxLength">
- <number>5</number>
- </property>
- </widget>
- <widget class="QPushButton" name="fermer">
- <property name="geometry">
- <rect>
- <x>240</x>
- <y>140</y>
- <width>141</width>
- <height>21</height>
- </rect>
- </property>
- <property name="text">
- <string>Fermer</string>
- </property>
- </widget>
- <widget class="QLineEdit" name="in_pseudo">
- <property name="geometry">
- <rect>
- <x>20</x>
- <y>40</y>
- <width>151</width>
- <height>20</height>
- </rect>
- </property>
- <property name="text">
- <string/>
- </property>
- <property name="maxLength">
- <number>15</number>
- </property>
- </widget>
- <widget class="QLabel" name="label_ip">
- <property name="geometry">
- <rect>
- <x>20</x>
- <y>70</y>
- <width>111</width>
- <height>16</height>
- </rect>
- </property>
- <property name="text">
- <string>Adresse ip du serveur :</string>
- </property>
- </widget>
- <widget class="QLabel" name="label_port">
- <property name="geometry">
- <rect>
- <x>20</x>
- <y>120</y>
- <width>111</width>
- <height>16</height>
- </rect>
- </property>
- <property name="text">
- <string>Port :</string>
- </property>
- </widget>
- <widget class="QLabel" name="label_pseudo">
- <property name="geometry">
- <rect>
- <x>20</x>
- <y>20</y>
- <width>111</width>
- <height>16</height>
- </rect>
- </property>
- <property name="text">
- <string>Votre pseudo :</string>
- </property>
- </widget>
- <widget class="QLabel" name="txt_msg">
- <property name="geometry">
- <rect>
- <x>20</x>
- <y>180</y>
- <width>361</width>
- <height>20</height>
- </rect>
- </property>
- <property name="font">
- <font>
- <family>Arial Rounded MT Bold</family>
- </font>
- </property>
- <property name="text">
- <string/>
- </property>
- <property name="alignment">
- <set>Qt::AlignCenter</set>
- </property>
- </widget>
- </widget>
- <resources/>
- <connections/>
- </ui>
|