editionTerrain.ui 5.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>editionTerrain</class>
  4. <widget class="QDialog" name="editionTerrain">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>400</width>
  10. <height>242</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Dialog</string>
  15. </property>
  16. <widget class="QCheckBox" name="franchissableTerrain">
  17. <property name="geometry">
  18. <rect>
  19. <x>20</x>
  20. <y>160</y>
  21. <width>91</width>
  22. <height>17</height>
  23. </rect>
  24. </property>
  25. <property name="text">
  26. <string>Franchissable</string>
  27. </property>
  28. <property name="checked">
  29. <bool>true</bool>
  30. </property>
  31. <property name="tristate">
  32. <bool>false</bool>
  33. </property>
  34. </widget>
  35. <widget class="QLabel" name="label_2">
  36. <property name="geometry">
  37. <rect>
  38. <x>150</x>
  39. <y>80</y>
  40. <width>71</width>
  41. <height>21</height>
  42. </rect>
  43. </property>
  44. <property name="text">
  45. <string>...img\</string>
  46. </property>
  47. </widget>
  48. <widget class="QLabel" name="affichageCouleurTerrain">
  49. <property name="geometry">
  50. <rect>
  51. <x>110</x>
  52. <y>40</y>
  53. <width>51</width>
  54. <height>21</height>
  55. </rect>
  56. </property>
  57. <property name="frameShape">
  58. <enum>QFrame::Box</enum>
  59. </property>
  60. <property name="frameShadow">
  61. <enum>QFrame::Sunken</enum>
  62. </property>
  63. <property name="text">
  64. <string/>
  65. </property>
  66. </widget>
  67. <widget class="QPushButton" name="supprimerTerrain">
  68. <property name="enabled">
  69. <bool>false</bool>
  70. </property>
  71. <property name="geometry">
  72. <rect>
  73. <x>210</x>
  74. <y>200</y>
  75. <width>75</width>
  76. <height>23</height>
  77. </rect>
  78. </property>
  79. <property name="text">
  80. <string>Supprimer</string>
  81. </property>
  82. </widget>
  83. <widget class="QLabel" name="label">
  84. <property name="geometry">
  85. <rect>
  86. <x>20</x>
  87. <y>80</y>
  88. <width>141</width>
  89. <height>20</height>
  90. </rect>
  91. </property>
  92. <property name="text">
  93. <string>Texture (.png, .jpg)</string>
  94. </property>
  95. </widget>
  96. <widget class="QPushButton" name="enregistrerTerrain">
  97. <property name="enabled">
  98. <bool>false</bool>
  99. </property>
  100. <property name="geometry">
  101. <rect>
  102. <x>20</x>
  103. <y>200</y>
  104. <width>81</width>
  105. <height>23</height>
  106. </rect>
  107. </property>
  108. <property name="font">
  109. <font>
  110. <weight>75</weight>
  111. <bold>true</bold>
  112. </font>
  113. </property>
  114. <property name="text">
  115. <string>Enregistrer</string>
  116. </property>
  117. </widget>
  118. <widget class="QLineEdit" name="imgTextureTerrain">
  119. <property name="geometry">
  120. <rect>
  121. <x>200</x>
  122. <y>80</y>
  123. <width>161</width>
  124. <height>20</height>
  125. </rect>
  126. </property>
  127. </widget>
  128. <widget class="QPushButton" name="annulerTerrain">
  129. <property name="geometry">
  130. <rect>
  131. <x>290</x>
  132. <y>200</y>
  133. <width>81</width>
  134. <height>23</height>
  135. </rect>
  136. </property>
  137. <property name="text">
  138. <string>Annuler</string>
  139. </property>
  140. </widget>
  141. <widget class="QDoubleSpinBox" name="modDeplacementTerrain">
  142. <property name="geometry">
  143. <rect>
  144. <x>170</x>
  145. <y>110</y>
  146. <width>62</width>
  147. <height>22</height>
  148. </rect>
  149. </property>
  150. <property name="prefix">
  151. <string>x</string>
  152. </property>
  153. <property name="singleStep">
  154. <double>0.100000000000000</double>
  155. </property>
  156. <property name="value">
  157. <double>1.000000000000000</double>
  158. </property>
  159. </widget>
  160. <widget class="QPushButton" name="couleurTerrain">
  161. <property name="geometry">
  162. <rect>
  163. <x>20</x>
  164. <y>40</y>
  165. <width>75</width>
  166. <height>23</height>
  167. </rect>
  168. </property>
  169. <property name="text">
  170. <string>Couleur</string>
  171. </property>
  172. </widget>
  173. <widget class="QLineEdit" name="idTerrain">
  174. <property name="enabled">
  175. <bool>false</bool>
  176. </property>
  177. <property name="geometry">
  178. <rect>
  179. <x>60</x>
  180. <y>10</y>
  181. <width>101</width>
  182. <height>20</height>
  183. </rect>
  184. </property>
  185. </widget>
  186. <widget class="QLabel" name="label_6">
  187. <property name="geometry">
  188. <rect>
  189. <x>20</x>
  190. <y>110</y>
  191. <width>151</width>
  192. <height>21</height>
  193. </rect>
  194. </property>
  195. <property name="text">
  196. <string>Coût de déplacement : </string>
  197. </property>
  198. </widget>
  199. <widget class="QCheckBox" name="visibiliteTerrain">
  200. <property name="geometry">
  201. <rect>
  202. <x>20</x>
  203. <y>140</y>
  204. <width>70</width>
  205. <height>17</height>
  206. </rect>
  207. </property>
  208. <property name="text">
  209. <string>Visibilité</string>
  210. </property>
  211. <property name="checked">
  212. <bool>true</bool>
  213. </property>
  214. </widget>
  215. <widget class="QLabel" name="label_4">
  216. <property name="geometry">
  217. <rect>
  218. <x>170</x>
  219. <y>10</y>
  220. <width>46</width>
  221. <height>16</height>
  222. </rect>
  223. </property>
  224. <property name="text">
  225. <string>Nom : </string>
  226. </property>
  227. </widget>
  228. <widget class="QLabel" name="label_3">
  229. <property name="geometry">
  230. <rect>
  231. <x>20</x>
  232. <y>10</y>
  233. <width>46</width>
  234. <height>16</height>
  235. </rect>
  236. </property>
  237. <property name="text">
  238. <string>Id : </string>
  239. </property>
  240. </widget>
  241. <widget class="QLineEdit" name="nomTerrain">
  242. <property name="geometry">
  243. <rect>
  244. <x>210</x>
  245. <y>10</y>
  246. <width>161</width>
  247. <height>20</height>
  248. </rect>
  249. </property>
  250. </widget>
  251. <widget class="QComboBox" name="listeCategories">
  252. <property name="geometry">
  253. <rect>
  254. <x>240</x>
  255. <y>40</y>
  256. <width>131</width>
  257. <height>22</height>
  258. </rect>
  259. </property>
  260. </widget>
  261. </widget>
  262. <resources/>
  263. <connections/>
  264. </ui>