gestionCombat.ui 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482
  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="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. <row>
  131. <property name="text">
  132. <string>Nouvelle ligne</string>
  133. </property>
  134. </row>
  135. <row>
  136. <property name="text">
  137. <string>Nouvelle ligne</string>
  138. </property>
  139. </row>
  140. <row>
  141. <property name="text">
  142. <string>Nouvelle ligne</string>
  143. </property>
  144. </row>
  145. <row>
  146. <property name="text">
  147. <string>Nouvelle ligne</string>
  148. </property>
  149. </row>
  150. <column>
  151. <property name="text">
  152. <string>Nouvelle colonne</string>
  153. </property>
  154. </column>
  155. <column>
  156. <property name="text">
  157. <string>Nouvelle colonne</string>
  158. </property>
  159. </column>
  160. <column>
  161. <property name="text">
  162. <string>Nouvelle colonne</string>
  163. </property>
  164. </column>
  165. <column>
  166. <property name="text">
  167. <string>Nouvelle colonne</string>
  168. </property>
  169. </column>
  170. </widget>
  171. <widget class="QFrame" name="panneauGestionCombat">
  172. <property name="geometry">
  173. <rect>
  174. <x>0</x>
  175. <y>350</y>
  176. <width>561</width>
  177. <height>161</height>
  178. </rect>
  179. </property>
  180. <property name="minimumSize">
  181. <size>
  182. <width>561</width>
  183. <height>161</height>
  184. </size>
  185. </property>
  186. <property name="frameShape">
  187. <enum>QFrame::StyledPanel</enum>
  188. </property>
  189. <property name="frameShadow">
  190. <enum>QFrame::Raised</enum>
  191. </property>
  192. <widget class="QLineEdit" name="jetDes">
  193. <property name="geometry">
  194. <rect>
  195. <x>10</x>
  196. <y>10</y>
  197. <width>211</width>
  198. <height>20</height>
  199. </rect>
  200. </property>
  201. <property name="statusTip">
  202. <string/>
  203. </property>
  204. <property name="inputMask">
  205. <string/>
  206. </property>
  207. <property name="placeholderText">
  208. <string>Entrer un jet de des ou une valeur</string>
  209. </property>
  210. </widget>
  211. <widget class="QCheckBox" name="afficherDetailDes">
  212. <property name="geometry">
  213. <rect>
  214. <x>140</x>
  215. <y>30</y>
  216. <width>101</width>
  217. <height>17</height>
  218. </rect>
  219. </property>
  220. <property name="font">
  221. <font>
  222. <pointsize>7</pointsize>
  223. <italic>true</italic>
  224. </font>
  225. </property>
  226. <property name="text">
  227. <string>Afficher le détail</string>
  228. </property>
  229. <property name="tristate">
  230. <bool>false</bool>
  231. </property>
  232. </widget>
  233. <widget class="QGroupBox" name="affecterJetsDes">
  234. <property name="geometry">
  235. <rect>
  236. <x>10</x>
  237. <y>60</y>
  238. <width>521</width>
  239. <height>91</height>
  240. </rect>
  241. </property>
  242. <property name="title">
  243. <string>Utiliser les résultats : </string>
  244. </property>
  245. <widget class="QRadioButton" name="majValeurRemplacer">
  246. <property name="geometry">
  247. <rect>
  248. <x>20</x>
  249. <y>60</y>
  250. <width>71</width>
  251. <height>17</height>
  252. </rect>
  253. </property>
  254. <property name="text">
  255. <string>Remplacer</string>
  256. </property>
  257. <property name="checked">
  258. <bool>true</bool>
  259. </property>
  260. </widget>
  261. <widget class="QRadioButton" name="majValeurRetirer">
  262. <property name="geometry">
  263. <rect>
  264. <x>20</x>
  265. <y>40</y>
  266. <width>61</width>
  267. <height>17</height>
  268. </rect>
  269. </property>
  270. <property name="text">
  271. <string>Retirer</string>
  272. </property>
  273. </widget>
  274. <widget class="QRadioButton" name="majValeurAjouter">
  275. <property name="geometry">
  276. <rect>
  277. <x>20</x>
  278. <y>20</y>
  279. <width>61</width>
  280. <height>17</height>
  281. </rect>
  282. </property>
  283. <property name="text">
  284. <string>Ajouter</string>
  285. </property>
  286. </widget>
  287. <widget class="QLabel" name="label_2">
  288. <property name="geometry">
  289. <rect>
  290. <x>280</x>
  291. <y>40</y>
  292. <width>31</width>
  293. <height>21</height>
  294. </rect>
  295. </property>
  296. <property name="text">
  297. <string>=&gt;</string>
  298. </property>
  299. </widget>
  300. <widget class="QComboBox" name="nomChampMaj">
  301. <property name="geometry">
  302. <rect>
  303. <x>320</x>
  304. <y>41</y>
  305. <width>131</width>
  306. <height>21</height>
  307. </rect>
  308. </property>
  309. </widget>
  310. <widget class="QPushButton" name="majChamp">
  311. <property name="geometry">
  312. <rect>
  313. <x>470</x>
  314. <y>39</y>
  315. <width>31</width>
  316. <height>24</height>
  317. </rect>
  318. </property>
  319. <property name="focusPolicy">
  320. <enum>Qt::NoFocus</enum>
  321. </property>
  322. <property name="text">
  323. <string>OK</string>
  324. </property>
  325. </widget>
  326. <widget class="QComboBox" name="nomChampSourceMaj">
  327. <property name="geometry">
  328. <rect>
  329. <x>120</x>
  330. <y>40</y>
  331. <width>141</width>
  332. <height>21</height>
  333. </rect>
  334. </property>
  335. </widget>
  336. </widget>
  337. <widget class="QToolButton" name="validerJetDes">
  338. <property name="geometry">
  339. <rect>
  340. <x>230</x>
  341. <y>10</y>
  342. <width>25</width>
  343. <height>19</height>
  344. </rect>
  345. </property>
  346. <property name="text">
  347. <string>...</string>
  348. </property>
  349. <property name="icon">
  350. <iconset>
  351. <normaloff>../../img/de.png</normaloff>../../img/de.png</iconset>
  352. </property>
  353. </widget>
  354. <widget class="QCheckBox" name="masquerHorsCombat">
  355. <property name="geometry">
  356. <rect>
  357. <x>380</x>
  358. <y>39</y>
  359. <width>181</width>
  360. <height>21</height>
  361. </rect>
  362. </property>
  363. <property name="text">
  364. <string>Masquer les pions hors-combat</string>
  365. </property>
  366. </widget>
  367. <widget class="QCheckBox" name="jetDesIndependants">
  368. <property name="geometry">
  369. <rect>
  370. <x>10</x>
  371. <y>30</y>
  372. <width>101</width>
  373. <height>17</height>
  374. </rect>
  375. </property>
  376. <property name="font">
  377. <font>
  378. <pointsize>7</pointsize>
  379. <italic>true</italic>
  380. </font>
  381. </property>
  382. <property name="text">
  383. <string>Jets indépendants</string>
  384. </property>
  385. <property name="checked">
  386. <bool>true</bool>
  387. </property>
  388. <property name="tristate">
  389. <bool>false</bool>
  390. </property>
  391. </widget>
  392. <widget class="QToolButton" name="selectionDefenseur">
  393. <property name="geometry">
  394. <rect>
  395. <x>510</x>
  396. <y>10</y>
  397. <width>25</width>
  398. <height>19</height>
  399. </rect>
  400. </property>
  401. <property name="toolTip">
  402. <string>Pion(s) defenseur(s)</string>
  403. </property>
  404. <property name="text">
  405. <string>...</string>
  406. </property>
  407. <property name="icon">
  408. <iconset>
  409. <normaloff>img/bouclier.png</normaloff>img/bouclier.png</iconset>
  410. </property>
  411. </widget>
  412. <widget class="QLabel" name="label_3">
  413. <property name="geometry">
  414. <rect>
  415. <x>380</x>
  416. <y>10</y>
  417. <width>71</width>
  418. <height>21</height>
  419. </rect>
  420. </property>
  421. <property name="text">
  422. <string>Sélectionner : </string>
  423. </property>
  424. </widget>
  425. <widget class="QToolButton" name="selectionAttaquant">
  426. <property name="geometry">
  427. <rect>
  428. <x>480</x>
  429. <y>10</y>
  430. <width>25</width>
  431. <height>19</height>
  432. </rect>
  433. </property>
  434. <property name="toolTip">
  435. <string>Pion attaquant</string>
  436. </property>
  437. <property name="text">
  438. <string>...</string>
  439. </property>
  440. <property name="icon">
  441. <iconset>
  442. <normaloff>img/btn_ModeCombat.png</normaloff>img/btn_ModeCombat.png</iconset>
  443. </property>
  444. </widget>
  445. <widget class="QToolButton" name="selectionPionEnCours">
  446. <property name="geometry">
  447. <rect>
  448. <x>450</x>
  449. <y>10</y>
  450. <width>25</width>
  451. <height>19</height>
  452. </rect>
  453. </property>
  454. <property name="toolTip">
  455. <string>Pion en cours</string>
  456. </property>
  457. <property name="text">
  458. <string>...</string>
  459. </property>
  460. <property name="icon">
  461. <iconset>
  462. <normaloff>img/flecheDroite2.png</normaloff>img/flecheDroite2.png</iconset>
  463. </property>
  464. </widget>
  465. </widget>
  466. <widget class="QToolButton" name="gestionCombatAide">
  467. <property name="geometry">
  468. <rect>
  469. <x>540</x>
  470. <y>10</y>
  471. <width>25</width>
  472. <height>19</height>
  473. </rect>
  474. </property>
  475. <property name="text">
  476. <string>?</string>
  477. </property>
  478. </widget>
  479. </widget>
  480. <resources/>
  481. <connections/>
  482. </ui>