gestionCombat.ui 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>gc_fenetre</class>
  4. <widget class="QFrame" name="gc_fenetre">
  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="gc_liste">
  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="palette">
  82. <palette>
  83. <active>
  84. <colorrole role="Base">
  85. <brush brushstyle="SolidPattern">
  86. <color alpha="255">
  87. <red>245</red>
  88. <green>245</green>
  89. <blue>245</blue>
  90. </color>
  91. </brush>
  92. </colorrole>
  93. </active>
  94. <inactive>
  95. <colorrole role="Base">
  96. <brush brushstyle="SolidPattern">
  97. <color alpha="255">
  98. <red>245</red>
  99. <green>245</green>
  100. <blue>245</blue>
  101. </color>
  102. </brush>
  103. </colorrole>
  104. </inactive>
  105. <disabled>
  106. <colorrole role="Base">
  107. <brush brushstyle="SolidPattern">
  108. <color alpha="255">
  109. <red>240</red>
  110. <green>240</green>
  111. <blue>240</blue>
  112. </color>
  113. </brush>
  114. </colorrole>
  115. </disabled>
  116. </palette>
  117. </property>
  118. <property name="frameShape">
  119. <enum>QFrame::Panel</enum>
  120. </property>
  121. <property name="frameShadow">
  122. <enum>QFrame::Sunken</enum>
  123. </property>
  124. <property name="selectionBehavior">
  125. <enum>QAbstractItemView::SelectRows</enum>
  126. </property>
  127. <attribute name="verticalHeaderVisible">
  128. <bool>true</bool>
  129. </attribute>
  130. </widget>
  131. <widget class="QFrame" name="panneauGestionCombat">
  132. <property name="geometry">
  133. <rect>
  134. <x>0</x>
  135. <y>350</y>
  136. <width>561</width>
  137. <height>161</height>
  138. </rect>
  139. </property>
  140. <property name="minimumSize">
  141. <size>
  142. <width>561</width>
  143. <height>161</height>
  144. </size>
  145. </property>
  146. <property name="frameShape">
  147. <enum>QFrame::StyledPanel</enum>
  148. </property>
  149. <property name="frameShadow">
  150. <enum>QFrame::Raised</enum>
  151. </property>
  152. <widget class="QLineEdit" name="gc_jetDes">
  153. <property name="geometry">
  154. <rect>
  155. <x>10</x>
  156. <y>10</y>
  157. <width>211</width>
  158. <height>20</height>
  159. </rect>
  160. </property>
  161. <property name="statusTip">
  162. <string/>
  163. </property>
  164. <property name="inputMask">
  165. <string/>
  166. </property>
  167. <property name="placeholderText">
  168. <string>Entrer un jet de des ou une valeur</string>
  169. </property>
  170. </widget>
  171. <widget class="QCheckBox" name="gc_afficherDetailDes">
  172. <property name="geometry">
  173. <rect>
  174. <x>140</x>
  175. <y>30</y>
  176. <width>101</width>
  177. <height>17</height>
  178. </rect>
  179. </property>
  180. <property name="font">
  181. <font>
  182. <pointsize>7</pointsize>
  183. <italic>true</italic>
  184. </font>
  185. </property>
  186. <property name="text">
  187. <string>Afficher le détail</string>
  188. </property>
  189. <property name="tristate">
  190. <bool>false</bool>
  191. </property>
  192. </widget>
  193. <widget class="QGroupBox" name="gc_affecterJetsDes">
  194. <property name="geometry">
  195. <rect>
  196. <x>10</x>
  197. <y>60</y>
  198. <width>521</width>
  199. <height>91</height>
  200. </rect>
  201. </property>
  202. <property name="title">
  203. <string>Utiliser les résultats : </string>
  204. </property>
  205. <widget class="QRadioButton" name="gc_majValeurRemplacer">
  206. <property name="geometry">
  207. <rect>
  208. <x>20</x>
  209. <y>60</y>
  210. <width>71</width>
  211. <height>17</height>
  212. </rect>
  213. </property>
  214. <property name="text">
  215. <string>Remplacer</string>
  216. </property>
  217. <property name="checked">
  218. <bool>true</bool>
  219. </property>
  220. </widget>
  221. <widget class="QRadioButton" name="gc_majValeurRetirer">
  222. <property name="geometry">
  223. <rect>
  224. <x>20</x>
  225. <y>40</y>
  226. <width>61</width>
  227. <height>17</height>
  228. </rect>
  229. </property>
  230. <property name="text">
  231. <string>Retirer</string>
  232. </property>
  233. </widget>
  234. <widget class="QRadioButton" name="gc_majValeurAjouter">
  235. <property name="geometry">
  236. <rect>
  237. <x>20</x>
  238. <y>20</y>
  239. <width>61</width>
  240. <height>17</height>
  241. </rect>
  242. </property>
  243. <property name="text">
  244. <string>Ajouter</string>
  245. </property>
  246. </widget>
  247. <widget class="QLabel" name="label_2">
  248. <property name="geometry">
  249. <rect>
  250. <x>280</x>
  251. <y>40</y>
  252. <width>31</width>
  253. <height>21</height>
  254. </rect>
  255. </property>
  256. <property name="text">
  257. <string>=&gt;</string>
  258. </property>
  259. </widget>
  260. <widget class="QComboBox" name="gc_nomChampMaj">
  261. <property name="geometry">
  262. <rect>
  263. <x>320</x>
  264. <y>41</y>
  265. <width>131</width>
  266. <height>21</height>
  267. </rect>
  268. </property>
  269. </widget>
  270. <widget class="QPushButton" name="gc_majChamp">
  271. <property name="geometry">
  272. <rect>
  273. <x>470</x>
  274. <y>39</y>
  275. <width>31</width>
  276. <height>24</height>
  277. </rect>
  278. </property>
  279. <property name="focusPolicy">
  280. <enum>Qt::NoFocus</enum>
  281. </property>
  282. <property name="text">
  283. <string>OK</string>
  284. </property>
  285. </widget>
  286. <widget class="QComboBox" name="gc_nomChampSourceMaj">
  287. <property name="geometry">
  288. <rect>
  289. <x>120</x>
  290. <y>40</y>
  291. <width>141</width>
  292. <height>21</height>
  293. </rect>
  294. </property>
  295. </widget>
  296. </widget>
  297. <widget class="QToolButton" name="gc_validerJetDes">
  298. <property name="geometry">
  299. <rect>
  300. <x>230</x>
  301. <y>10</y>
  302. <width>25</width>
  303. <height>19</height>
  304. </rect>
  305. </property>
  306. <property name="text">
  307. <string>...</string>
  308. </property>
  309. <property name="icon">
  310. <iconset>
  311. <normaloff>../../img/de.png</normaloff>../../img/de.png</iconset>
  312. </property>
  313. </widget>
  314. <widget class="QCheckBox" name="gc_masquerHorsCombat">
  315. <property name="geometry">
  316. <rect>
  317. <x>380</x>
  318. <y>39</y>
  319. <width>181</width>
  320. <height>21</height>
  321. </rect>
  322. </property>
  323. <property name="text">
  324. <string>Masquer les pions hors-combat</string>
  325. </property>
  326. </widget>
  327. <widget class="QCheckBox" name="gc_jetDesIndependants">
  328. <property name="geometry">
  329. <rect>
  330. <x>10</x>
  331. <y>30</y>
  332. <width>101</width>
  333. <height>17</height>
  334. </rect>
  335. </property>
  336. <property name="font">
  337. <font>
  338. <pointsize>7</pointsize>
  339. <italic>true</italic>
  340. </font>
  341. </property>
  342. <property name="text">
  343. <string>Jets indépendants</string>
  344. </property>
  345. <property name="checked">
  346. <bool>true</bool>
  347. </property>
  348. <property name="tristate">
  349. <bool>false</bool>
  350. </property>
  351. </widget>
  352. <widget class="QToolButton" name="gc_selectionDefenseur">
  353. <property name="geometry">
  354. <rect>
  355. <x>510</x>
  356. <y>10</y>
  357. <width>25</width>
  358. <height>19</height>
  359. </rect>
  360. </property>
  361. <property name="toolTip">
  362. <string>Pion(s) defenseur(s)</string>
  363. </property>
  364. <property name="text">
  365. <string>...</string>
  366. </property>
  367. <property name="icon">
  368. <iconset>
  369. <normaloff>img/bouclier.png</normaloff>img/bouclier.png</iconset>
  370. </property>
  371. </widget>
  372. <widget class="QLabel" name="label_3">
  373. <property name="geometry">
  374. <rect>
  375. <x>380</x>
  376. <y>10</y>
  377. <width>71</width>
  378. <height>21</height>
  379. </rect>
  380. </property>
  381. <property name="text">
  382. <string>Sélectionner : </string>
  383. </property>
  384. </widget>
  385. <widget class="QToolButton" name="gc_selectionAttaquant">
  386. <property name="geometry">
  387. <rect>
  388. <x>480</x>
  389. <y>10</y>
  390. <width>25</width>
  391. <height>19</height>
  392. </rect>
  393. </property>
  394. <property name="toolTip">
  395. <string>Pion attaquant</string>
  396. </property>
  397. <property name="text">
  398. <string>...</string>
  399. </property>
  400. <property name="icon">
  401. <iconset>
  402. <normaloff>img/btn_ModeCombat.png</normaloff>img/btn_ModeCombat.png</iconset>
  403. </property>
  404. </widget>
  405. <widget class="QToolButton" name="gc_selectionEnCours">
  406. <property name="geometry">
  407. <rect>
  408. <x>450</x>
  409. <y>10</y>
  410. <width>25</width>
  411. <height>19</height>
  412. </rect>
  413. </property>
  414. <property name="toolTip">
  415. <string>Pion en cours</string>
  416. </property>
  417. <property name="text">
  418. <string>...</string>
  419. </property>
  420. <property name="icon">
  421. <iconset>
  422. <normaloff>img/flecheDroite2.png</normaloff>img/flecheDroite2.png</iconset>
  423. </property>
  424. </widget>
  425. </widget>
  426. <widget class="QToolButton" name="gc_aide">
  427. <property name="geometry">
  428. <rect>
  429. <x>540</x>
  430. <y>10</y>
  431. <width>25</width>
  432. <height>19</height>
  433. </rect>
  434. </property>
  435. <property name="text">
  436. <string>?</string>
  437. </property>
  438. </widget>
  439. </widget>
  440. <resources/>
  441. <connections/>
  442. </ui>