dial_zone.ui 5.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>zne_fenetre</class>
  4. <widget class="QDialog" name="zne_fenetre">
  5. <property name="windowModality">
  6. <enum>Qt::ApplicationModal</enum>
  7. </property>
  8. <property name="geometry">
  9. <rect>
  10. <x>0</x>
  11. <y>0</y>
  12. <width>308</width>
  13. <height>150</height>
  14. </rect>
  15. </property>
  16. <property name="font">
  17. <font>
  18. <family>Verdana</family>
  19. </font>
  20. </property>
  21. <property name="windowTitle">
  22. <string>Attaque de zone</string>
  23. </property>
  24. <widget class="QSpinBox" name="zne_rayon">
  25. <property name="geometry">
  26. <rect>
  27. <x>250</x>
  28. <y>60</y>
  29. <width>51</width>
  30. <height>31</height>
  31. </rect>
  32. </property>
  33. <property name="palette">
  34. <palette>
  35. <active>
  36. <colorrole role="Base">
  37. <brush brushstyle="SolidPattern">
  38. <color alpha="255">
  39. <red>240</red>
  40. <green>240</green>
  41. <blue>240</blue>
  42. </color>
  43. </brush>
  44. </colorrole>
  45. </active>
  46. <inactive>
  47. <colorrole role="Base">
  48. <brush brushstyle="SolidPattern">
  49. <color alpha="255">
  50. <red>240</red>
  51. <green>240</green>
  52. <blue>240</blue>
  53. </color>
  54. </brush>
  55. </colorrole>
  56. </inactive>
  57. <disabled>
  58. <colorrole role="Base">
  59. <brush brushstyle="SolidPattern">
  60. <color alpha="255">
  61. <red>240</red>
  62. <green>240</green>
  63. <blue>240</blue>
  64. </color>
  65. </brush>
  66. </colorrole>
  67. </disabled>
  68. </palette>
  69. </property>
  70. <property name="font">
  71. <font>
  72. <pointsize>9</pointsize>
  73. <weight>75</weight>
  74. <bold>true</bold>
  75. </font>
  76. </property>
  77. <property name="minimum">
  78. <number>1</number>
  79. </property>
  80. </widget>
  81. <widget class="QComboBox" name="zne_forme">
  82. <property name="geometry">
  83. <rect>
  84. <x>180</x>
  85. <y>10</y>
  86. <width>121</width>
  87. <height>31</height>
  88. </rect>
  89. </property>
  90. <item>
  91. <property name="text">
  92. <string> Ligne</string>
  93. </property>
  94. <property name="icon">
  95. <iconset resource="../../../../old/DMonde20150908/lib/ui/ressource.qrc">
  96. <normaloff>:/interface/16/ressource/ligne_16.png</normaloff>:/interface/16/ressource/ligne_16.png</iconset>
  97. </property>
  98. </item>
  99. <item>
  100. <property name="text">
  101. <string> Disque</string>
  102. </property>
  103. <property name="icon">
  104. <iconset resource="../../../../old/DMonde20150908/lib/ui/ressource.qrc">
  105. <normaloff>:/interface/16/ressource/ellipsePleine_16.png</normaloff>:/interface/16/ressource/ellipsePleine_16.png</iconset>
  106. </property>
  107. </item>
  108. <item>
  109. <property name="text">
  110. <string> Cône</string>
  111. </property>
  112. <property name="icon">
  113. <iconset resource="../../../../old/DMonde20150908/lib/ui/ressource.qrc">
  114. <normaloff>:/interface/16/ressource/cone_16.png</normaloff>:/interface/16/ressource/cone_16.png</iconset>
  115. </property>
  116. </item>
  117. </widget>
  118. <widget class="QLabel" name="label">
  119. <property name="geometry">
  120. <rect>
  121. <x>10</x>
  122. <y>10</y>
  123. <width>131</width>
  124. <height>31</height>
  125. </rect>
  126. </property>
  127. <property name="text">
  128. <string>Forme de la zone :</string>
  129. </property>
  130. </widget>
  131. <widget class="QPushButton" name="zne_valider">
  132. <property name="geometry">
  133. <rect>
  134. <x>160</x>
  135. <y>110</y>
  136. <width>141</width>
  137. <height>31</height>
  138. </rect>
  139. </property>
  140. <property name="text">
  141. <string>Valider</string>
  142. </property>
  143. <property name="autoDefault">
  144. <bool>false</bool>
  145. </property>
  146. <property name="default">
  147. <bool>true</bool>
  148. </property>
  149. </widget>
  150. <widget class="QPushButton" name="zne_annuler">
  151. <property name="geometry">
  152. <rect>
  153. <x>10</x>
  154. <y>110</y>
  155. <width>91</width>
  156. <height>31</height>
  157. </rect>
  158. </property>
  159. <property name="text">
  160. <string>Annuler</string>
  161. </property>
  162. <property name="autoDefault">
  163. <bool>false</bool>
  164. </property>
  165. </widget>
  166. <widget class="QLabel" name="zne_rayon_lbl">
  167. <property name="geometry">
  168. <rect>
  169. <x>180</x>
  170. <y>60</y>
  171. <width>61</width>
  172. <height>31</height>
  173. </rect>
  174. </property>
  175. <property name="text">
  176. <string>Rayon : </string>
  177. </property>
  178. </widget>
  179. <widget class="QSpinBox" name="zne_portee">
  180. <property name="geometry">
  181. <rect>
  182. <x>100</x>
  183. <y>60</y>
  184. <width>51</width>
  185. <height>31</height>
  186. </rect>
  187. </property>
  188. <property name="palette">
  189. <palette>
  190. <active>
  191. <colorrole role="Base">
  192. <brush brushstyle="SolidPattern">
  193. <color alpha="255">
  194. <red>240</red>
  195. <green>240</green>
  196. <blue>240</blue>
  197. </color>
  198. </brush>
  199. </colorrole>
  200. </active>
  201. <inactive>
  202. <colorrole role="Base">
  203. <brush brushstyle="SolidPattern">
  204. <color alpha="255">
  205. <red>240</red>
  206. <green>240</green>
  207. <blue>240</blue>
  208. </color>
  209. </brush>
  210. </colorrole>
  211. </inactive>
  212. <disabled>
  213. <colorrole role="Base">
  214. <brush brushstyle="SolidPattern">
  215. <color alpha="255">
  216. <red>240</red>
  217. <green>240</green>
  218. <blue>240</blue>
  219. </color>
  220. </brush>
  221. </colorrole>
  222. </disabled>
  223. </palette>
  224. </property>
  225. <property name="font">
  226. <font>
  227. <pointsize>9</pointsize>
  228. <weight>75</weight>
  229. <bold>true</bold>
  230. </font>
  231. </property>
  232. <property name="minimum">
  233. <number>1</number>
  234. </property>
  235. </widget>
  236. <widget class="QLabel" name="label_3">
  237. <property name="geometry">
  238. <rect>
  239. <x>10</x>
  240. <y>60</y>
  241. <width>81</width>
  242. <height>31</height>
  243. </rect>
  244. </property>
  245. <property name="text">
  246. <string>Portée max : </string>
  247. </property>
  248. </widget>
  249. </widget>
  250. <resources>
  251. <include location="../../../../old/DMonde20150908/lib/ui/ressource.qrc"/>
  252. </resources>
  253. <connections/>
  254. </ui>