chercherModelePlateau.ui 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>chercherModelePlateau</class>
  4. <widget class="QDialog" name="chercherModelePlateau">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>399</width>
  10. <height>279</height>
  11. </rect>
  12. </property>
  13. <property name="font">
  14. <font>
  15. <family>Verdana</family>
  16. </font>
  17. </property>
  18. <property name="windowTitle">
  19. <string>Chercher un modèle de plateau</string>
  20. </property>
  21. <widget class="QListWidget" name="selectionModele">
  22. <property name="geometry">
  23. <rect>
  24. <x>10</x>
  25. <y>10</y>
  26. <width>141</width>
  27. <height>251</height>
  28. </rect>
  29. </property>
  30. <property name="palette">
  31. <palette>
  32. <active>
  33. <colorrole role="Base">
  34. <brush brushstyle="SolidPattern">
  35. <color alpha="255">
  36. <red>247</red>
  37. <green>247</green>
  38. <blue>247</blue>
  39. </color>
  40. </brush>
  41. </colorrole>
  42. </active>
  43. <inactive>
  44. <colorrole role="Base">
  45. <brush brushstyle="SolidPattern">
  46. <color alpha="255">
  47. <red>247</red>
  48. <green>247</green>
  49. <blue>247</blue>
  50. </color>
  51. </brush>
  52. </colorrole>
  53. </inactive>
  54. <disabled>
  55. <colorrole role="Base">
  56. <brush brushstyle="SolidPattern">
  57. <color alpha="255">
  58. <red>240</red>
  59. <green>240</green>
  60. <blue>240</blue>
  61. </color>
  62. </brush>
  63. </colorrole>
  64. </disabled>
  65. </palette>
  66. </property>
  67. <property name="frameShape">
  68. <enum>QFrame::Box</enum>
  69. </property>
  70. <item>
  71. <property name="text">
  72. <string>Prairie</string>
  73. </property>
  74. </item>
  75. <item>
  76. <property name="text">
  77. <string>Caverne</string>
  78. </property>
  79. </item>
  80. <item>
  81. <property name="text">
  82. <string>Plage</string>
  83. </property>
  84. </item>
  85. <item>
  86. <property name="text">
  87. <string>Marais</string>
  88. </property>
  89. </item>
  90. <item>
  91. <property name="text">
  92. <string>Cour du chateau</string>
  93. </property>
  94. </item>
  95. <item>
  96. <property name="text">
  97. <string>Salle du trône</string>
  98. </property>
  99. </item>
  100. <item>
  101. <property name="text">
  102. <string>Crypte</string>
  103. </property>
  104. </item>
  105. <item>
  106. <property name="text">
  107. <string>Maison bourgeoise</string>
  108. </property>
  109. </item>
  110. <item>
  111. <property name="text">
  112. <string>Forêt</string>
  113. </property>
  114. </item>
  115. </widget>
  116. <widget class="QLabel" name="modele_dimensions">
  117. <property name="geometry">
  118. <rect>
  119. <x>270</x>
  120. <y>10</y>
  121. <width>91</width>
  122. <height>21</height>
  123. </rect>
  124. </property>
  125. <property name="text">
  126. <string>dim</string>
  127. </property>
  128. </widget>
  129. <widget class="QLabel" name="modele_apercu">
  130. <property name="geometry">
  131. <rect>
  132. <x>170</x>
  133. <y>40</y>
  134. <width>201</width>
  135. <height>161</height>
  136. </rect>
  137. </property>
  138. <property name="frameShape">
  139. <enum>QFrame::StyledPanel</enum>
  140. </property>
  141. <property name="text">
  142. <string>(Aperçu non disponible)</string>
  143. </property>
  144. <property name="alignment">
  145. <set>Qt::AlignCenter</set>
  146. </property>
  147. </widget>
  148. <widget class="QLabel" name="label_3">
  149. <property name="geometry">
  150. <rect>
  151. <x>170</x>
  152. <y>10</y>
  153. <width>91</width>
  154. <height>21</height>
  155. </rect>
  156. </property>
  157. <property name="text">
  158. <string>Dimensions :</string>
  159. </property>
  160. </widget>
  161. <widget class="QPushButton" name="chargerModele">
  162. <property name="enabled">
  163. <bool>false</bool>
  164. </property>
  165. <property name="geometry">
  166. <rect>
  167. <x>270</x>
  168. <y>230</y>
  169. <width>100</width>
  170. <height>30</height>
  171. </rect>
  172. </property>
  173. <property name="text">
  174. <string>Ok</string>
  175. </property>
  176. </widget>
  177. </widget>
  178. <resources/>
  179. <connections/>
  180. </ui>