editionTerrain.ui 7.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>et_fenetre</class>
  4. <widget class="QDialog" name="et_fenetre">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>395</width>
  10. <height>225</height>
  11. </rect>
  12. </property>
  13. <property name="minimumSize">
  14. <size>
  15. <width>395</width>
  16. <height>225</height>
  17. </size>
  18. </property>
  19. <property name="maximumSize">
  20. <size>
  21. <width>395</width>
  22. <height>225</height>
  23. </size>
  24. </property>
  25. <property name="windowTitle">
  26. <string>Créer / Editer un terrain</string>
  27. </property>
  28. <property name="windowIcon">
  29. <iconset>
  30. <normaloff>img/paysage.png</normaloff>img/paysage.png</iconset>
  31. </property>
  32. <widget class="DmLabel" name="et_apercu">
  33. <property name="geometry">
  34. <rect>
  35. <x>20</x>
  36. <y>10</y>
  37. <width>71</width>
  38. <height>71</height>
  39. </rect>
  40. </property>
  41. <property name="font">
  42. <font>
  43. <family>Verdana</family>
  44. <pointsize>7</pointsize>
  45. </font>
  46. </property>
  47. <property name="frameShape">
  48. <enum>QFrame::Box</enum>
  49. </property>
  50. <property name="frameShadow">
  51. <enum>QFrame::Sunken</enum>
  52. </property>
  53. <property name="text">
  54. <string>Cliquez ici
  55. pour choisir
  56. une couleur</string>
  57. </property>
  58. <property name="alignment">
  59. <set>Qt::AlignCenter</set>
  60. </property>
  61. </widget>
  62. <widget class="QPushButton" name="et_enregistrer">
  63. <property name="enabled">
  64. <bool>false</bool>
  65. </property>
  66. <property name="geometry">
  67. <rect>
  68. <x>280</x>
  69. <y>180</y>
  70. <width>91</width>
  71. <height>31</height>
  72. </rect>
  73. </property>
  74. <property name="font">
  75. <font>
  76. <family>Verdana</family>
  77. <weight>75</weight>
  78. <bold>true</bold>
  79. </font>
  80. </property>
  81. <property name="text">
  82. <string>Enregistrer</string>
  83. </property>
  84. <property name="autoDefault">
  85. <bool>false</bool>
  86. </property>
  87. <property name="default">
  88. <bool>true</bool>
  89. </property>
  90. </widget>
  91. <widget class="QPushButton" name="et_annuler">
  92. <property name="geometry">
  93. <rect>
  94. <x>20</x>
  95. <y>180</y>
  96. <width>81</width>
  97. <height>31</height>
  98. </rect>
  99. </property>
  100. <property name="font">
  101. <font>
  102. <family>Verdana</family>
  103. </font>
  104. </property>
  105. <property name="text">
  106. <string>Annuler</string>
  107. </property>
  108. <property name="autoDefault">
  109. <bool>false</bool>
  110. </property>
  111. </widget>
  112. <widget class="QLabel" name="label_4">
  113. <property name="geometry">
  114. <rect>
  115. <x>100</x>
  116. <y>5</y>
  117. <width>131</width>
  118. <height>21</height>
  119. </rect>
  120. </property>
  121. <property name="font">
  122. <font>
  123. <family>Verdana</family>
  124. <pointsize>8</pointsize>
  125. </font>
  126. </property>
  127. <property name="text">
  128. <string>Nom du terrain : </string>
  129. </property>
  130. </widget>
  131. <widget class="DmLineEdit" name="et_nom">
  132. <property name="geometry">
  133. <rect>
  134. <x>100</x>
  135. <y>30</y>
  136. <width>271</width>
  137. <height>31</height>
  138. </rect>
  139. </property>
  140. <property name="palette">
  141. <palette>
  142. <active>
  143. <colorrole role="Base">
  144. <brush brushstyle="SolidPattern">
  145. <color alpha="255">
  146. <red>248</red>
  147. <green>248</green>
  148. <blue>248</blue>
  149. </color>
  150. </brush>
  151. </colorrole>
  152. </active>
  153. <inactive>
  154. <colorrole role="Base">
  155. <brush brushstyle="SolidPattern">
  156. <color alpha="255">
  157. <red>248</red>
  158. <green>248</green>
  159. <blue>248</blue>
  160. </color>
  161. </brush>
  162. </colorrole>
  163. </inactive>
  164. <disabled>
  165. <colorrole role="Base">
  166. <brush brushstyle="SolidPattern">
  167. <color alpha="255">
  168. <red>240</red>
  169. <green>240</green>
  170. <blue>240</blue>
  171. </color>
  172. </brush>
  173. </colorrole>
  174. </disabled>
  175. </palette>
  176. </property>
  177. </widget>
  178. <widget class="QGroupBox" name="et_groupeDep">
  179. <property name="geometry">
  180. <rect>
  181. <x>20</x>
  182. <y>100</y>
  183. <width>351</width>
  184. <height>61</height>
  185. </rect>
  186. </property>
  187. <property name="font">
  188. <font>
  189. <family>Verdana</family>
  190. </font>
  191. </property>
  192. <property name="title">
  193. <string>Déplacement</string>
  194. </property>
  195. <widget class="QRadioButton" name="et_depMarche">
  196. <property name="geometry">
  197. <rect>
  198. <x>50</x>
  199. <y>20</y>
  200. <width>51</width>
  201. <height>31</height>
  202. </rect>
  203. </property>
  204. <property name="toolTip">
  205. <string>Se franchit à pieds, à cheval, en vélo...</string>
  206. </property>
  207. <property name="text">
  208. <string/>
  209. </property>
  210. <property name="icon">
  211. <iconset resource="ressource.qrc">
  212. <normaloff>:/interface/16/ressource/marche_16.png</normaloff>:/interface/16/ressource/marche_16.png</iconset>
  213. </property>
  214. <property name="iconSize">
  215. <size>
  216. <width>19</width>
  217. <height>19</height>
  218. </size>
  219. </property>
  220. <property name="checked">
  221. <bool>true</bool>
  222. </property>
  223. </widget>
  224. <widget class="QRadioButton" name="et_depNage">
  225. <property name="geometry">
  226. <rect>
  227. <x>160</x>
  228. <y>20</y>
  229. <width>71</width>
  230. <height>31</height>
  231. </rect>
  232. </property>
  233. <property name="toolTip">
  234. <string>Se franchit à la nage, en bateau, en surf...</string>
  235. </property>
  236. <property name="text">
  237. <string/>
  238. </property>
  239. <property name="icon">
  240. <iconset resource="ressource.qrc">
  241. <normaloff>:/interface/24/ressource/nage_24.png</normaloff>:/interface/24/ressource/nage_24.png</iconset>
  242. </property>
  243. <property name="iconSize">
  244. <size>
  245. <width>19</width>
  246. <height>19</height>
  247. </size>
  248. </property>
  249. </widget>
  250. <widget class="QRadioButton" name="et_depAucun">
  251. <property name="geometry">
  252. <rect>
  253. <x>270</x>
  254. <y>20</y>
  255. <width>61</width>
  256. <height>31</height>
  257. </rect>
  258. </property>
  259. <property name="toolTip">
  260. <string>Infranchissable, SAUF en volant.</string>
  261. </property>
  262. <property name="text">
  263. <string/>
  264. </property>
  265. <property name="icon">
  266. <iconset resource="ressource.qrc">
  267. <normaloff>:/interface/32/ressource/interdit_32.png</normaloff>:/interface/32/ressource/interdit_32.png</iconset>
  268. </property>
  269. <property name="iconSize">
  270. <size>
  271. <width>19</width>
  272. <height>19</height>
  273. </size>
  274. </property>
  275. </widget>
  276. </widget>
  277. <widget class="QCheckBox" name="et_paroi">
  278. <property name="geometry">
  279. <rect>
  280. <x>270</x>
  281. <y>70</y>
  282. <width>101</width>
  283. <height>20</height>
  284. </rect>
  285. </property>
  286. <property name="toolTip">
  287. <string>La case aura l'altitude du plafond si un plafond est paramétré.</string>
  288. </property>
  289. <property name="text">
  290. <string>Paroi, mur, etc... </string>
  291. </property>
  292. </widget>
  293. </widget>
  294. <customwidgets>
  295. <customwidget>
  296. <class>DmLabel</class>
  297. <extends>QLabel</extends>
  298. <header location="global">dm.h</header>
  299. </customwidget>
  300. <customwidget>
  301. <class>DmLineEdit</class>
  302. <extends>QLineEdit</extends>
  303. <header location="global">dm.h</header>
  304. </customwidget>
  305. </customwidgets>
  306. <resources>
  307. <include location="ressource.qrc"/>
  308. </resources>
  309. <connections/>
  310. </ui>