gestionCombat.ui 11 KB

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