connexion.ui 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>ecranConnexion</class>
  4. <widget class="QGroupBox" name="ecranConnexion">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>409</width>
  10. <height>215</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>D-Monde</string>
  15. </property>
  16. <property name="title">
  17. <string>Ecran de connexion</string>
  18. </property>
  19. <widget class="QPushButton" name="creerServeur">
  20. <property name="geometry">
  21. <rect>
  22. <x>240</x>
  23. <y>40</y>
  24. <width>141</width>
  25. <height>31</height>
  26. </rect>
  27. </property>
  28. <property name="text">
  29. <string>Créer un serveur</string>
  30. </property>
  31. <property name="autoDefault">
  32. <bool>false</bool>
  33. </property>
  34. </widget>
  35. <widget class="QPushButton" name="seConnecter">
  36. <property name="geometry">
  37. <rect>
  38. <x>240</x>
  39. <y>80</y>
  40. <width>141</width>
  41. <height>31</height>
  42. </rect>
  43. </property>
  44. <property name="text">
  45. <string>Se connecter</string>
  46. </property>
  47. </widget>
  48. <widget class="QLineEdit" name="in_ip">
  49. <property name="geometry">
  50. <rect>
  51. <x>20</x>
  52. <y>90</y>
  53. <width>151</width>
  54. <height>20</height>
  55. </rect>
  56. </property>
  57. <property name="text">
  58. <string/>
  59. </property>
  60. <property name="maxLength">
  61. <number>15</number>
  62. </property>
  63. </widget>
  64. <widget class="QLineEdit" name="in_port">
  65. <property name="geometry">
  66. <rect>
  67. <x>20</x>
  68. <y>140</y>
  69. <width>151</width>
  70. <height>20</height>
  71. </rect>
  72. </property>
  73. <property name="text">
  74. <string>6660</string>
  75. </property>
  76. <property name="maxLength">
  77. <number>5</number>
  78. </property>
  79. </widget>
  80. <widget class="QPushButton" name="fermer">
  81. <property name="geometry">
  82. <rect>
  83. <x>240</x>
  84. <y>140</y>
  85. <width>141</width>
  86. <height>21</height>
  87. </rect>
  88. </property>
  89. <property name="text">
  90. <string>Fermer</string>
  91. </property>
  92. </widget>
  93. <widget class="QLineEdit" name="in_pseudo">
  94. <property name="geometry">
  95. <rect>
  96. <x>20</x>
  97. <y>40</y>
  98. <width>151</width>
  99. <height>20</height>
  100. </rect>
  101. </property>
  102. <property name="text">
  103. <string/>
  104. </property>
  105. <property name="maxLength">
  106. <number>15</number>
  107. </property>
  108. </widget>
  109. <widget class="QLabel" name="label_ip">
  110. <property name="geometry">
  111. <rect>
  112. <x>20</x>
  113. <y>70</y>
  114. <width>111</width>
  115. <height>16</height>
  116. </rect>
  117. </property>
  118. <property name="text">
  119. <string>Adresse ip du serveur :</string>
  120. </property>
  121. </widget>
  122. <widget class="QLabel" name="label_port">
  123. <property name="geometry">
  124. <rect>
  125. <x>20</x>
  126. <y>120</y>
  127. <width>111</width>
  128. <height>16</height>
  129. </rect>
  130. </property>
  131. <property name="text">
  132. <string>Port :</string>
  133. </property>
  134. </widget>
  135. <widget class="QLabel" name="label_pseudo">
  136. <property name="geometry">
  137. <rect>
  138. <x>20</x>
  139. <y>20</y>
  140. <width>111</width>
  141. <height>16</height>
  142. </rect>
  143. </property>
  144. <property name="text">
  145. <string>Votre pseudo :</string>
  146. </property>
  147. </widget>
  148. <widget class="QLabel" name="txt_msg">
  149. <property name="geometry">
  150. <rect>
  151. <x>20</x>
  152. <y>180</y>
  153. <width>361</width>
  154. <height>20</height>
  155. </rect>
  156. </property>
  157. <property name="font">
  158. <font>
  159. <family>Arial Rounded MT Bold</family>
  160. </font>
  161. </property>
  162. <property name="text">
  163. <string/>
  164. </property>
  165. <property name="alignment">
  166. <set>Qt::AlignCenter</set>
  167. </property>
  168. </widget>
  169. </widget>
  170. <resources/>
  171. <connections/>
  172. </ui>