gestionCombat.ui 9.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>gestionCombat</class>
  4. <widget class="QFrame" name="gestionCombat">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>578</width>
  10. <height>512</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Tableau de combat</string>
  15. </property>
  16. <widget class="QFrame" name="panneauAttaquant">
  17. <property name="geometry">
  18. <rect>
  19. <x>10</x>
  20. <y>30</y>
  21. <width>561</width>
  22. <height>41</height>
  23. </rect>
  24. </property>
  25. <property name="frameShape">
  26. <enum>QFrame::StyledPanel</enum>
  27. </property>
  28. <property name="frameShadow">
  29. <enum>QFrame::Raised</enum>
  30. </property>
  31. <widget class="QLabel" name="label_4">
  32. <property name="geometry">
  33. <rect>
  34. <x>10</x>
  35. <y>0</y>
  36. <width>541</width>
  37. <height>31</height>
  38. </rect>
  39. </property>
  40. <property name="text">
  41. <string>Attaquant : </string>
  42. </property>
  43. </widget>
  44. </widget>
  45. <widget class="QLabel" name="label">
  46. <property name="geometry">
  47. <rect>
  48. <x>9</x>
  49. <y>9</y>
  50. <width>164</width>
  51. <height>16</height>
  52. </rect>
  53. </property>
  54. <property name="font">
  55. <font>
  56. <family>Georgia</family>
  57. <pointsize>10</pointsize>
  58. <weight>75</weight>
  59. <bold>true</bold>
  60. </font>
  61. </property>
  62. <property name="text">
  63. <string>GESTION DU COMBAT</string>
  64. </property>
  65. </widget>
  66. <widget class="QTableWidget" name="listePions">
  67. <property name="geometry">
  68. <rect>
  69. <x>10</x>
  70. <y>70</y>
  71. <width>561</width>
  72. <height>281</height>
  73. </rect>
  74. </property>
  75. <property name="minimumSize">
  76. <size>
  77. <width>561</width>
  78. <height>281</height>
  79. </size>
  80. </property>
  81. <property name="frameShape">
  82. <enum>QFrame::StyledPanel</enum>
  83. </property>
  84. <property name="selectionBehavior">
  85. <enum>QAbstractItemView::SelectRows</enum>
  86. </property>
  87. </widget>
  88. <widget class="QFrame" name="panneauGestionCombat">
  89. <property name="geometry">
  90. <rect>
  91. <x>0</x>
  92. <y>350</y>
  93. <width>561</width>
  94. <height>161</height>
  95. </rect>
  96. </property>
  97. <property name="minimumSize">
  98. <size>
  99. <width>561</width>
  100. <height>161</height>
  101. </size>
  102. </property>
  103. <property name="frameShape">
  104. <enum>QFrame::StyledPanel</enum>
  105. </property>
  106. <property name="frameShadow">
  107. <enum>QFrame::Raised</enum>
  108. </property>
  109. <widget class="QLineEdit" name="jetDes">
  110. <property name="geometry">
  111. <rect>
  112. <x>10</x>
  113. <y>10</y>
  114. <width>211</width>
  115. <height>20</height>
  116. </rect>
  117. </property>
  118. <property name="statusTip">
  119. <string/>
  120. </property>
  121. <property name="inputMask">
  122. <string/>
  123. </property>
  124. <property name="placeholderText">
  125. <string>Entrer un jet de des ou une valeur</string>
  126. </property>
  127. </widget>
  128. <widget class="QCheckBox" name="afficherDetailDes">
  129. <property name="geometry">
  130. <rect>
  131. <x>140</x>
  132. <y>30</y>
  133. <width>101</width>
  134. <height>17</height>
  135. </rect>
  136. </property>
  137. <property name="font">
  138. <font>
  139. <pointsize>7</pointsize>
  140. <italic>true</italic>
  141. </font>
  142. </property>
  143. <property name="text">
  144. <string>Afficher le détail</string>
  145. </property>
  146. <property name="tristate">
  147. <bool>false</bool>
  148. </property>
  149. </widget>
  150. <widget class="QGroupBox" name="affecterJetsDes">
  151. <property name="geometry">
  152. <rect>
  153. <x>10</x>
  154. <y>60</y>
  155. <width>521</width>
  156. <height>91</height>
  157. </rect>
  158. </property>
  159. <property name="title">
  160. <string>Utiliser les résultats : </string>
  161. </property>
  162. <widget class="QRadioButton" name="majValeurRemplacer">
  163. <property name="geometry">
  164. <rect>
  165. <x>20</x>
  166. <y>60</y>
  167. <width>71</width>
  168. <height>17</height>
  169. </rect>
  170. </property>
  171. <property name="text">
  172. <string>Remplacer</string>
  173. </property>
  174. <property name="checked">
  175. <bool>true</bool>
  176. </property>
  177. </widget>
  178. <widget class="QRadioButton" name="majValeurRetirer">
  179. <property name="geometry">
  180. <rect>
  181. <x>20</x>
  182. <y>40</y>
  183. <width>61</width>
  184. <height>17</height>
  185. </rect>
  186. </property>
  187. <property name="text">
  188. <string>Retirer</string>
  189. </property>
  190. </widget>
  191. <widget class="QRadioButton" name="majValeurAjouter">
  192. <property name="geometry">
  193. <rect>
  194. <x>20</x>
  195. <y>20</y>
  196. <width>61</width>
  197. <height>17</height>
  198. </rect>
  199. </property>
  200. <property name="text">
  201. <string>Ajouter</string>
  202. </property>
  203. </widget>
  204. <widget class="QLabel" name="label_2">
  205. <property name="geometry">
  206. <rect>
  207. <x>280</x>
  208. <y>40</y>
  209. <width>31</width>
  210. <height>21</height>
  211. </rect>
  212. </property>
  213. <property name="text">
  214. <string>=&gt;</string>
  215. </property>
  216. </widget>
  217. <widget class="QComboBox" name="nomChampMaj">
  218. <property name="geometry">
  219. <rect>
  220. <x>320</x>
  221. <y>41</y>
  222. <width>131</width>
  223. <height>21</height>
  224. </rect>
  225. </property>
  226. </widget>
  227. <widget class="QPushButton" name="majChamp">
  228. <property name="geometry">
  229. <rect>
  230. <x>470</x>
  231. <y>39</y>
  232. <width>31</width>
  233. <height>24</height>
  234. </rect>
  235. </property>
  236. <property name="focusPolicy">
  237. <enum>Qt::NoFocus</enum>
  238. </property>
  239. <property name="text">
  240. <string>OK</string>
  241. </property>
  242. </widget>
  243. <widget class="QComboBox" name="nomChampSourceMaj">
  244. <property name="geometry">
  245. <rect>
  246. <x>120</x>
  247. <y>40</y>
  248. <width>141</width>
  249. <height>21</height>
  250. </rect>
  251. </property>
  252. </widget>
  253. </widget>
  254. <widget class="QToolButton" name="validerJetDes">
  255. <property name="geometry">
  256. <rect>
  257. <x>230</x>
  258. <y>10</y>
  259. <width>25</width>
  260. <height>19</height>
  261. </rect>
  262. </property>
  263. <property name="text">
  264. <string>...</string>
  265. </property>
  266. <property name="icon">
  267. <iconset>
  268. <normaloff>img/de.png</normaloff>img/de.png</iconset>
  269. </property>
  270. </widget>
  271. <widget class="QCheckBox" name="masquerHorsCombat">
  272. <property name="geometry">
  273. <rect>
  274. <x>380</x>
  275. <y>39</y>
  276. <width>181</width>
  277. <height>21</height>
  278. </rect>
  279. </property>
  280. <property name="text">
  281. <string>Masquer les pions hors-combat</string>
  282. </property>
  283. </widget>
  284. <widget class="QCheckBox" name="jetDesIndependants">
  285. <property name="geometry">
  286. <rect>
  287. <x>10</x>
  288. <y>30</y>
  289. <width>101</width>
  290. <height>17</height>
  291. </rect>
  292. </property>
  293. <property name="font">
  294. <font>
  295. <pointsize>7</pointsize>
  296. <italic>true</italic>
  297. </font>
  298. </property>
  299. <property name="text">
  300. <string>Jets indépendants</string>
  301. </property>
  302. <property name="checked">
  303. <bool>true</bool>
  304. </property>
  305. <property name="tristate">
  306. <bool>false</bool>
  307. </property>
  308. </widget>
  309. <widget class="QToolButton" name="selectionDefenseur">
  310. <property name="geometry">
  311. <rect>
  312. <x>510</x>
  313. <y>10</y>
  314. <width>25</width>
  315. <height>19</height>
  316. </rect>
  317. </property>
  318. <property name="toolTip">
  319. <string>Pion(s) defenseur(s)</string>
  320. </property>
  321. <property name="text">
  322. <string>...</string>
  323. </property>
  324. <property name="icon">
  325. <iconset>
  326. <normaloff>img/bouclier.png</normaloff>img/bouclier.png</iconset>
  327. </property>
  328. </widget>
  329. <widget class="QLabel" name="label_3">
  330. <property name="geometry">
  331. <rect>
  332. <x>380</x>
  333. <y>10</y>
  334. <width>71</width>
  335. <height>21</height>
  336. </rect>
  337. </property>
  338. <property name="text">
  339. <string>Sélectionner : </string>
  340. </property>
  341. </widget>
  342. <widget class="QToolButton" name="selectionAttaquant">
  343. <property name="geometry">
  344. <rect>
  345. <x>480</x>
  346. <y>10</y>
  347. <width>25</width>
  348. <height>19</height>
  349. </rect>
  350. </property>
  351. <property name="toolTip">
  352. <string>Pion attaquant</string>
  353. </property>
  354. <property name="text">
  355. <string>...</string>
  356. </property>
  357. <property name="icon">
  358. <iconset>
  359. <normaloff>img/btn_ModeCombat.png</normaloff>img/btn_ModeCombat.png</iconset>
  360. </property>
  361. </widget>
  362. <widget class="QToolButton" name="selectionPionEnCours">
  363. <property name="geometry">
  364. <rect>
  365. <x>450</x>
  366. <y>10</y>
  367. <width>25</width>
  368. <height>19</height>
  369. </rect>
  370. </property>
  371. <property name="toolTip">
  372. <string>Pion en cours</string>
  373. </property>
  374. <property name="text">
  375. <string>...</string>
  376. </property>
  377. <property name="icon">
  378. <iconset>
  379. <normaloff>img/flecheDroite2.png</normaloff>img/flecheDroite2.png</iconset>
  380. </property>
  381. </widget>
  382. </widget>
  383. <widget class="QToolButton" name="gestionCombatAide">
  384. <property name="geometry">
  385. <rect>
  386. <x>540</x>
  387. <y>10</y>
  388. <width>25</width>
  389. <height>19</height>
  390. </rect>
  391. </property>
  392. <property name="text">
  393. <string>?</string>
  394. </property>
  395. </widget>
  396. </widget>
  397. <resources/>
  398. <connections/>
  399. </ui>