dmOngletsH.ui 45 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>ecran_creationPion</class>
  4. <widget class="QDialog" name="ecran_creationPion">
  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>766</width>
  13. <height>452</height>
  14. </rect>
  15. </property>
  16. <property name="maximumSize">
  17. <size>
  18. <width>16777215</width>
  19. <height>10000</height>
  20. </size>
  21. </property>
  22. <property name="windowTitle">
  23. <string>Creation / Edition de pion</string>
  24. </property>
  25. <layout class="QHBoxLayout" name="horizontalLayout_2">
  26. <property name="leftMargin">
  27. <number>0</number>
  28. </property>
  29. <property name="topMargin">
  30. <number>0</number>
  31. </property>
  32. <property name="bottomMargin">
  33. <number>0</number>
  34. </property>
  35. <item>
  36. <layout class="QHBoxLayout" name="horizontalLayout" stretch="0,1">
  37. <item>
  38. <widget class="DmTableMenu" name="menu">
  39. <property name="sizePolicy">
  40. <sizepolicy hsizetype="Fixed" vsizetype="Expanding">
  41. <horstretch>0</horstretch>
  42. <verstretch>0</verstretch>
  43. </sizepolicy>
  44. </property>
  45. <property name="minimumSize">
  46. <size>
  47. <width>165</width>
  48. <height>450</height>
  49. </size>
  50. </property>
  51. <property name="maximumSize">
  52. <size>
  53. <width>165</width>
  54. <height>450</height>
  55. </size>
  56. </property>
  57. <property name="palette">
  58. <palette>
  59. <active>
  60. <colorrole role="WindowText">
  61. <brush brushstyle="SolidPattern">
  62. <color alpha="255">
  63. <red>6</red>
  64. <green>6</green>
  65. <blue>6</blue>
  66. </color>
  67. </brush>
  68. </colorrole>
  69. <colorrole role="Mid">
  70. <brush brushstyle="SolidPattern">
  71. <color alpha="255">
  72. <red>190</red>
  73. <green>190</green>
  74. <blue>190</blue>
  75. </color>
  76. </brush>
  77. </colorrole>
  78. <colorrole role="Text">
  79. <brush brushstyle="SolidPattern">
  80. <color alpha="255">
  81. <red>255</red>
  82. <green>255</green>
  83. <blue>255</blue>
  84. </color>
  85. </brush>
  86. </colorrole>
  87. <colorrole role="Base">
  88. <brush brushstyle="SolidPattern">
  89. <color alpha="255">
  90. <red>140</red>
  91. <green>140</green>
  92. <blue>140</blue>
  93. </color>
  94. </brush>
  95. </colorrole>
  96. <colorrole role="Highlight">
  97. <brush brushstyle="SolidPattern">
  98. <color alpha="255">
  99. <red>240</red>
  100. <green>240</green>
  101. <blue>240</blue>
  102. </color>
  103. </brush>
  104. </colorrole>
  105. <colorrole role="HighlightedText">
  106. <brush brushstyle="SolidPattern">
  107. <color alpha="255">
  108. <red>7</red>
  109. <green>7</green>
  110. <blue>7</blue>
  111. </color>
  112. </brush>
  113. </colorrole>
  114. </active>
  115. <inactive>
  116. <colorrole role="WindowText">
  117. <brush brushstyle="SolidPattern">
  118. <color alpha="255">
  119. <red>6</red>
  120. <green>6</green>
  121. <blue>6</blue>
  122. </color>
  123. </brush>
  124. </colorrole>
  125. <colorrole role="Mid">
  126. <brush brushstyle="SolidPattern">
  127. <color alpha="255">
  128. <red>190</red>
  129. <green>190</green>
  130. <blue>190</blue>
  131. </color>
  132. </brush>
  133. </colorrole>
  134. <colorrole role="Text">
  135. <brush brushstyle="SolidPattern">
  136. <color alpha="255">
  137. <red>255</red>
  138. <green>255</green>
  139. <blue>255</blue>
  140. </color>
  141. </brush>
  142. </colorrole>
  143. <colorrole role="Base">
  144. <brush brushstyle="SolidPattern">
  145. <color alpha="255">
  146. <red>140</red>
  147. <green>140</green>
  148. <blue>140</blue>
  149. </color>
  150. </brush>
  151. </colorrole>
  152. <colorrole role="Highlight">
  153. <brush brushstyle="SolidPattern">
  154. <color alpha="255">
  155. <red>240</red>
  156. <green>240</green>
  157. <blue>240</blue>
  158. </color>
  159. </brush>
  160. </colorrole>
  161. <colorrole role="HighlightedText">
  162. <brush brushstyle="SolidPattern">
  163. <color alpha="255">
  164. <red>7</red>
  165. <green>7</green>
  166. <blue>7</blue>
  167. </color>
  168. </brush>
  169. </colorrole>
  170. </inactive>
  171. <disabled>
  172. <colorrole role="WindowText">
  173. <brush brushstyle="SolidPattern">
  174. <color alpha="255">
  175. <red>120</red>
  176. <green>120</green>
  177. <blue>120</blue>
  178. </color>
  179. </brush>
  180. </colorrole>
  181. <colorrole role="Mid">
  182. <brush brushstyle="SolidPattern">
  183. <color alpha="255">
  184. <red>190</red>
  185. <green>190</green>
  186. <blue>190</blue>
  187. </color>
  188. </brush>
  189. </colorrole>
  190. <colorrole role="Text">
  191. <brush brushstyle="SolidPattern">
  192. <color alpha="255">
  193. <red>120</red>
  194. <green>120</green>
  195. <blue>120</blue>
  196. </color>
  197. </brush>
  198. </colorrole>
  199. <colorrole role="Base">
  200. <brush brushstyle="SolidPattern">
  201. <color alpha="255">
  202. <red>240</red>
  203. <green>240</green>
  204. <blue>240</blue>
  205. </color>
  206. </brush>
  207. </colorrole>
  208. <colorrole role="Highlight">
  209. <brush brushstyle="SolidPattern">
  210. <color alpha="255">
  211. <red>51</red>
  212. <green>153</green>
  213. <blue>255</blue>
  214. </color>
  215. </brush>
  216. </colorrole>
  217. <colorrole role="HighlightedText">
  218. <brush brushstyle="SolidPattern">
  219. <color alpha="255">
  220. <red>7</red>
  221. <green>7</green>
  222. <blue>7</blue>
  223. </color>
  224. </brush>
  225. </colorrole>
  226. </disabled>
  227. </palette>
  228. </property>
  229. <property name="font">
  230. <font>
  231. <family>Candara</family>
  232. <pointsize>13</pointsize>
  233. <weight>50</weight>
  234. <bold>false</bold>
  235. </font>
  236. </property>
  237. <property name="focusPolicy">
  238. <enum>Qt::NoFocus</enum>
  239. </property>
  240. <property name="frameShape">
  241. <enum>QFrame::StyledPanel</enum>
  242. </property>
  243. <property name="frameShadow">
  244. <enum>QFrame::Sunken</enum>
  245. </property>
  246. <property name="lineWidth">
  247. <number>0</number>
  248. </property>
  249. <property name="verticalScrollBarPolicy">
  250. <enum>Qt::ScrollBarAlwaysOff</enum>
  251. </property>
  252. <property name="horizontalScrollBarPolicy">
  253. <enum>Qt::ScrollBarAlwaysOff</enum>
  254. </property>
  255. <property name="editTriggers">
  256. <set>QAbstractItemView::NoEditTriggers</set>
  257. </property>
  258. <property name="showDropIndicator" stdset="0">
  259. <bool>false</bool>
  260. </property>
  261. <property name="dragDropOverwriteMode">
  262. <bool>false</bool>
  263. </property>
  264. <property name="selectionMode">
  265. <enum>QAbstractItemView::SingleSelection</enum>
  266. </property>
  267. <property name="selectionBehavior">
  268. <enum>QAbstractItemView::SelectRows</enum>
  269. </property>
  270. <property name="iconSize">
  271. <size>
  272. <width>30</width>
  273. <height>30</height>
  274. </size>
  275. </property>
  276. <property name="showGrid">
  277. <bool>false</bool>
  278. </property>
  279. <property name="gridStyle">
  280. <enum>Qt::SolidLine</enum>
  281. </property>
  282. <property name="cornerButtonEnabled">
  283. <bool>false</bool>
  284. </property>
  285. <attribute name="horizontalHeaderVisible">
  286. <bool>false</bool>
  287. </attribute>
  288. <attribute name="horizontalHeaderDefaultSectionSize">
  289. <number>10</number>
  290. </attribute>
  291. <attribute name="horizontalHeaderHighlightSections">
  292. <bool>false</bool>
  293. </attribute>
  294. <attribute name="horizontalHeaderStretchLastSection">
  295. <bool>true</bool>
  296. </attribute>
  297. <attribute name="verticalHeaderVisible">
  298. <bool>false</bool>
  299. </attribute>
  300. <attribute name="verticalHeaderDefaultSectionSize">
  301. <number>75</number>
  302. </attribute>
  303. <attribute name="verticalHeaderHighlightSections">
  304. <bool>false</bool>
  305. </attribute>
  306. <row>
  307. <property name="text">
  308. <string>1</string>
  309. </property>
  310. </row>
  311. <row>
  312. <property name="text">
  313. <string>2</string>
  314. </property>
  315. </row>
  316. <row>
  317. <property name="text">
  318. <string>3</string>
  319. </property>
  320. </row>
  321. <row>
  322. <property name="text">
  323. <string>4</string>
  324. </property>
  325. </row>
  326. <row>
  327. <property name="text">
  328. <string>5</string>
  329. </property>
  330. </row>
  331. <row>
  332. <property name="text">
  333. <string>6</string>
  334. </property>
  335. </row>
  336. <column>
  337. <property name="text">
  338. <string>inutile</string>
  339. </property>
  340. </column>
  341. <column>
  342. <property name="text">
  343. <string>menus</string>
  344. </property>
  345. </column>
  346. <item row="0" column="0">
  347. <property name="text">
  348. <string/>
  349. </property>
  350. <property name="flags">
  351. <set>ItemIsSelectable</set>
  352. </property>
  353. </item>
  354. <item row="0" column="1">
  355. <property name="text">
  356. <string> APPARENCE </string>
  357. </property>
  358. <property name="textAlignment">
  359. <set>AlignHCenter|AlignVCenter|AlignCenter</set>
  360. </property>
  361. <property name="icon">
  362. <iconset>
  363. <normaloff>img/oeil.png</normaloff>img/oeil.png</iconset>
  364. </property>
  365. <property name="flags">
  366. <set>ItemIsSelectable|ItemIsEnabled|ItemIsTristate</set>
  367. </property>
  368. </item>
  369. <item row="1" column="0">
  370. <property name="text">
  371. <string/>
  372. </property>
  373. <property name="flags">
  374. <set>ItemIsSelectable</set>
  375. </property>
  376. </item>
  377. <item row="1" column="1">
  378. <property name="text">
  379. <string> DEPLACEMENT </string>
  380. </property>
  381. <property name="textAlignment">
  382. <set>AlignHCenter|AlignVCenter|AlignCenter</set>
  383. </property>
  384. <property name="icon">
  385. <iconset>
  386. <normaloff>img/btnZonePlacement.png</normaloff>img/btnZonePlacement.png</iconset>
  387. </property>
  388. <property name="flags">
  389. <set>ItemIsSelectable|ItemIsUserCheckable|ItemIsEnabled</set>
  390. </property>
  391. </item>
  392. <item row="2" column="0">
  393. <property name="text">
  394. <string/>
  395. </property>
  396. <property name="flags">
  397. <set>ItemIsSelectable</set>
  398. </property>
  399. </item>
  400. <item row="2" column="1">
  401. <property name="text">
  402. <string> ATTRIBUTS </string>
  403. </property>
  404. <property name="textAlignment">
  405. <set>AlignHCenter|AlignVCenter|AlignCenter</set>
  406. </property>
  407. <property name="icon">
  408. <iconset>
  409. <normaloff>img/profil.png</normaloff>img/profil.png</iconset>
  410. </property>
  411. <property name="flags">
  412. <set>ItemIsSelectable|ItemIsEnabled</set>
  413. </property>
  414. </item>
  415. <item row="3" column="0">
  416. <property name="text">
  417. <string/>
  418. </property>
  419. <property name="flags">
  420. <set>ItemIsSelectable</set>
  421. </property>
  422. </item>
  423. <item row="3" column="1">
  424. <property name="text">
  425. <string> ATTAQUES </string>
  426. </property>
  427. <property name="textAlignment">
  428. <set>AlignHCenter|AlignVCenter|AlignCenter</set>
  429. </property>
  430. <property name="icon">
  431. <iconset>
  432. <normaloff>img/attaque.png</normaloff>img/attaque.png</iconset>
  433. </property>
  434. <property name="flags">
  435. <set>ItemIsSelectable|ItemIsEnabled</set>
  436. </property>
  437. </item>
  438. <item row="4" column="0">
  439. <property name="text">
  440. <string/>
  441. </property>
  442. <property name="flags">
  443. <set>ItemIsSelectable</set>
  444. </property>
  445. </item>
  446. <item row="4" column="1">
  447. <property name="text">
  448. <string> INVENTAIRE </string>
  449. </property>
  450. <property name="textAlignment">
  451. <set>AlignHCenter|AlignVCenter|AlignCenter</set>
  452. </property>
  453. <property name="icon">
  454. <iconset>
  455. <normaloff>img/sac.png</normaloff>img/sac.png</iconset>
  456. </property>
  457. <property name="flags">
  458. <set>ItemIsSelectable|ItemIsEnabled</set>
  459. </property>
  460. </item>
  461. <item row="5" column="0">
  462. <property name="text">
  463. <string/>
  464. </property>
  465. <property name="flags">
  466. <set>ItemIsSelectable|ItemIsEnabled</set>
  467. </property>
  468. </item>
  469. <item row="5" column="1">
  470. <property name="text">
  471. <string> NOTES </string>
  472. </property>
  473. <property name="textAlignment">
  474. <set>AlignHCenter|AlignVCenter|AlignCenter</set>
  475. </property>
  476. <property name="icon">
  477. <iconset>
  478. <normaloff>img/note.png</normaloff>img/note.png</iconset>
  479. </property>
  480. <property name="flags">
  481. <set>ItemIsSelectable|ItemIsEnabled</set>
  482. </property>
  483. </item>
  484. </widget>
  485. </item>
  486. <item>
  487. <layout class="QVBoxLayout" name="verticalLayout">
  488. <item>
  489. <widget class="QStackedWidget" name="pages">
  490. <property name="minimumSize">
  491. <size>
  492. <width>392</width>
  493. <height>0</height>
  494. </size>
  495. </property>
  496. <property name="currentIndex">
  497. <number>5</number>
  498. </property>
  499. <widget class="QWidget" name="page">
  500. <widget class="QLabel" name="label_6">
  501. <property name="geometry">
  502. <rect>
  503. <x>120</x>
  504. <y>90</y>
  505. <width>81</width>
  506. <height>21</height>
  507. </rect>
  508. </property>
  509. <property name="text">
  510. <string>Déplacement : </string>
  511. </property>
  512. </widget>
  513. <widget class="QDoubleSpinBox" name="deplacementCombattant">
  514. <property name="geometry">
  515. <rect>
  516. <x>200</x>
  517. <y>90</y>
  518. <width>41</width>
  519. <height>22</height>
  520. </rect>
  521. </property>
  522. <property name="prefix">
  523. <string/>
  524. </property>
  525. <property name="decimals">
  526. <number>0</number>
  527. </property>
  528. <property name="singleStep">
  529. <double>1.000000000000000</double>
  530. </property>
  531. <property name="value">
  532. <double>1.000000000000000</double>
  533. </property>
  534. </widget>
  535. </widget>
  536. <widget class="QWidget" name="page_2">
  537. <widget class="QTableWidget" name="listeAttributs">
  538. <property name="geometry">
  539. <rect>
  540. <x>250</x>
  541. <y>68</y>
  542. <width>191</width>
  543. <height>261</height>
  544. </rect>
  545. </property>
  546. <property name="palette">
  547. <palette>
  548. <active>
  549. <colorrole role="Base">
  550. <brush brushstyle="SolidPattern">
  551. <color alpha="150">
  552. <red>255</red>
  553. <green>255</green>
  554. <blue>255</blue>
  555. </color>
  556. </brush>
  557. </colorrole>
  558. </active>
  559. <inactive>
  560. <colorrole role="Base">
  561. <brush brushstyle="SolidPattern">
  562. <color alpha="150">
  563. <red>255</red>
  564. <green>255</green>
  565. <blue>255</blue>
  566. </color>
  567. </brush>
  568. </colorrole>
  569. </inactive>
  570. <disabled>
  571. <colorrole role="Base">
  572. <brush brushstyle="SolidPattern">
  573. <color alpha="255">
  574. <red>240</red>
  575. <green>240</green>
  576. <blue>240</blue>
  577. </color>
  578. </brush>
  579. </colorrole>
  580. </disabled>
  581. </palette>
  582. </property>
  583. <property name="frameShape">
  584. <enum>QFrame::WinPanel</enum>
  585. </property>
  586. <property name="horizontalScrollBarPolicy">
  587. <enum>Qt::ScrollBarAlwaysOff</enum>
  588. </property>
  589. <property name="editTriggers">
  590. <set>QAbstractItemView::AllEditTriggers</set>
  591. </property>
  592. <property name="alternatingRowColors">
  593. <bool>true</bool>
  594. </property>
  595. <property name="selectionMode">
  596. <enum>QAbstractItemView::NoSelection</enum>
  597. </property>
  598. <property name="showGrid">
  599. <bool>true</bool>
  600. </property>
  601. <attribute name="horizontalHeaderVisible">
  602. <bool>false</bool>
  603. </attribute>
  604. <attribute name="horizontalHeaderDefaultSectionSize">
  605. <number>50</number>
  606. </attribute>
  607. <attribute name="verticalHeaderVisible">
  608. <bool>false</bool>
  609. </attribute>
  610. <column>
  611. <property name="text">
  612. <string>Nouvelle colonne</string>
  613. </property>
  614. </column>
  615. <column>
  616. <property name="text">
  617. <string>Valeur</string>
  618. </property>
  619. </column>
  620. </widget>
  621. <widget class="QLabel" name="label_18">
  622. <property name="geometry">
  623. <rect>
  624. <x>250</x>
  625. <y>40</y>
  626. <width>221</width>
  627. <height>16</height>
  628. </rect>
  629. </property>
  630. <property name="text">
  631. <string>Attributs / caractéristiques : </string>
  632. </property>
  633. </widget>
  634. </widget>
  635. <widget class="QWidget" name="page_3">
  636. <widget class="QToolButton" name="ajouterInventaireCombattant">
  637. <property name="geometry">
  638. <rect>
  639. <x>270</x>
  640. <y>30</y>
  641. <width>21</width>
  642. <height>20</height>
  643. </rect>
  644. </property>
  645. <property name="text">
  646. <string>...</string>
  647. </property>
  648. <property name="icon">
  649. <iconset>
  650. <normaloff>img/plus.png</normaloff>img/plus.png</iconset>
  651. </property>
  652. </widget>
  653. <widget class="QTableWidget" name="listeInventaireCombattant">
  654. <property name="geometry">
  655. <rect>
  656. <x>30</x>
  657. <y>50</y>
  658. <width>291</width>
  659. <height>131</height>
  660. </rect>
  661. </property>
  662. <property name="palette">
  663. <palette>
  664. <active>
  665. <colorrole role="Base">
  666. <brush brushstyle="SolidPattern">
  667. <color alpha="150">
  668. <red>255</red>
  669. <green>255</green>
  670. <blue>255</blue>
  671. </color>
  672. </brush>
  673. </colorrole>
  674. </active>
  675. <inactive>
  676. <colorrole role="Base">
  677. <brush brushstyle="SolidPattern">
  678. <color alpha="150">
  679. <red>255</red>
  680. <green>255</green>
  681. <blue>255</blue>
  682. </color>
  683. </brush>
  684. </colorrole>
  685. </inactive>
  686. <disabled>
  687. <colorrole role="Base">
  688. <brush brushstyle="SolidPattern">
  689. <color alpha="255">
  690. <red>240</red>
  691. <green>240</green>
  692. <blue>240</blue>
  693. </color>
  694. </brush>
  695. </colorrole>
  696. </disabled>
  697. </palette>
  698. </property>
  699. <property name="frameShape">
  700. <enum>QFrame::WinPanel</enum>
  701. </property>
  702. <property name="horizontalScrollBarPolicy">
  703. <enum>Qt::ScrollBarAlwaysOff</enum>
  704. </property>
  705. <property name="editTriggers">
  706. <set>QAbstractItemView::AllEditTriggers</set>
  707. </property>
  708. <property name="alternatingRowColors">
  709. <bool>true</bool>
  710. </property>
  711. <property name="selectionMode">
  712. <enum>QAbstractItemView::NoSelection</enum>
  713. </property>
  714. <property name="showGrid">
  715. <bool>true</bool>
  716. </property>
  717. <attribute name="horizontalHeaderVisible">
  718. <bool>false</bool>
  719. </attribute>
  720. <attribute name="horizontalHeaderDefaultSectionSize">
  721. <number>50</number>
  722. </attribute>
  723. <attribute name="verticalHeaderVisible">
  724. <bool>false</bool>
  725. </attribute>
  726. <column>
  727. <property name="text">
  728. <string>nombre</string>
  729. </property>
  730. </column>
  731. <column>
  732. <property name="text">
  733. <string>objet</string>
  734. </property>
  735. </column>
  736. </widget>
  737. <widget class="QToolButton" name="supprimerInventaireCombattant">
  738. <property name="geometry">
  739. <rect>
  740. <x>300</x>
  741. <y>30</y>
  742. <width>21</width>
  743. <height>20</height>
  744. </rect>
  745. </property>
  746. <property name="text">
  747. <string>...</string>
  748. </property>
  749. <property name="icon">
  750. <iconset>
  751. <normaloff>img/gomme.png</normaloff>img/gomme.png</iconset>
  752. </property>
  753. </widget>
  754. <widget class="QLabel" name="label_22">
  755. <property name="geometry">
  756. <rect>
  757. <x>30</x>
  758. <y>30</y>
  759. <width>221</width>
  760. <height>16</height>
  761. </rect>
  762. </property>
  763. <property name="text">
  764. <string>Inventaire de base :</string>
  765. </property>
  766. </widget>
  767. </widget>
  768. <widget class="QWidget" name="page_4">
  769. <widget class="QLabel" name="label">
  770. <property name="geometry">
  771. <rect>
  772. <x>110</x>
  773. <y>70</y>
  774. <width>71</width>
  775. <height>41</height>
  776. </rect>
  777. </property>
  778. <property name="text">
  779. <string>Attaques</string>
  780. </property>
  781. </widget>
  782. </widget>
  783. <widget class="QWidget" name="page_5">
  784. <widget class="QTextEdit" name="notesCombattant">
  785. <property name="geometry">
  786. <rect>
  787. <x>90</x>
  788. <y>70</y>
  789. <width>291</width>
  790. <height>91</height>
  791. </rect>
  792. </property>
  793. </widget>
  794. <widget class="QLabel" name="label_23">
  795. <property name="geometry">
  796. <rect>
  797. <x>90</x>
  798. <y>50</y>
  799. <width>46</width>
  800. <height>13</height>
  801. </rect>
  802. </property>
  803. <property name="text">
  804. <string>Notes :</string>
  805. </property>
  806. </widget>
  807. </widget>
  808. <widget class="QWidget" name="page_6">
  809. <widget class="QLineEdit" name="et_tags">
  810. <property name="geometry">
  811. <rect>
  812. <x>170</x>
  813. <y>80</y>
  814. <width>201</width>
  815. <height>21</height>
  816. </rect>
  817. </property>
  818. <property name="palette">
  819. <palette>
  820. <active>
  821. <colorrole role="Base">
  822. <brush brushstyle="SolidPattern">
  823. <color alpha="255">
  824. <red>248</red>
  825. <green>248</green>
  826. <blue>248</blue>
  827. </color>
  828. </brush>
  829. </colorrole>
  830. </active>
  831. <inactive>
  832. <colorrole role="Base">
  833. <brush brushstyle="SolidPattern">
  834. <color alpha="255">
  835. <red>248</red>
  836. <green>248</green>
  837. <blue>248</blue>
  838. </color>
  839. </brush>
  840. </colorrole>
  841. </inactive>
  842. <disabled>
  843. <colorrole role="Base">
  844. <brush brushstyle="SolidPattern">
  845. <color alpha="255">
  846. <red>240</red>
  847. <green>240</green>
  848. <blue>240</blue>
  849. </color>
  850. </brush>
  851. </colorrole>
  852. </disabled>
  853. </palette>
  854. </property>
  855. </widget>
  856. <widget class="QLineEdit" name="et_nom">
  857. <property name="geometry">
  858. <rect>
  859. <x>100</x>
  860. <y>40</y>
  861. <width>271</width>
  862. <height>31</height>
  863. </rect>
  864. </property>
  865. <property name="palette">
  866. <palette>
  867. <active>
  868. <colorrole role="Base">
  869. <brush brushstyle="SolidPattern">
  870. <color alpha="255">
  871. <red>248</red>
  872. <green>248</green>
  873. <blue>248</blue>
  874. </color>
  875. </brush>
  876. </colorrole>
  877. </active>
  878. <inactive>
  879. <colorrole role="Base">
  880. <brush brushstyle="SolidPattern">
  881. <color alpha="255">
  882. <red>248</red>
  883. <green>248</green>
  884. <blue>248</blue>
  885. </color>
  886. </brush>
  887. </colorrole>
  888. </inactive>
  889. <disabled>
  890. <colorrole role="Base">
  891. <brush brushstyle="SolidPattern">
  892. <color alpha="255">
  893. <red>240</red>
  894. <green>240</green>
  895. <blue>240</blue>
  896. </color>
  897. </brush>
  898. </colorrole>
  899. </disabled>
  900. </palette>
  901. </property>
  902. </widget>
  903. <widget class="QLabel" name="label_7">
  904. <property name="geometry">
  905. <rect>
  906. <x>110</x>
  907. <y>80</y>
  908. <width>51</width>
  909. <height>21</height>
  910. </rect>
  911. </property>
  912. <property name="font">
  913. <font>
  914. <family>Verdana</family>
  915. </font>
  916. </property>
  917. <property name="text">
  918. <string>Tags : </string>
  919. </property>
  920. </widget>
  921. <widget class="DmLabelChoixImage" name="et_apercu">
  922. <property name="geometry">
  923. <rect>
  924. <x>20</x>
  925. <y>20</y>
  926. <width>71</width>
  927. <height>71</height>
  928. </rect>
  929. </property>
  930. <property name="font">
  931. <font>
  932. <family>Verdana</family>
  933. <pointsize>7</pointsize>
  934. </font>
  935. </property>
  936. <property name="frameShape">
  937. <enum>QFrame::Box</enum>
  938. </property>
  939. <property name="frameShadow">
  940. <enum>QFrame::Sunken</enum>
  941. </property>
  942. <property name="text">
  943. <string>Choisissez
  944. un fichier
  945. image</string>
  946. </property>
  947. <property name="alignment">
  948. <set>Qt::AlignCenter</set>
  949. </property>
  950. </widget>
  951. <widget class="QLabel" name="label_8">
  952. <property name="geometry">
  953. <rect>
  954. <x>100</x>
  955. <y>15</y>
  956. <width>131</width>
  957. <height>21</height>
  958. </rect>
  959. </property>
  960. <property name="font">
  961. <font>
  962. <family>Verdana</family>
  963. <pointsize>8</pointsize>
  964. </font>
  965. </property>
  966. <property name="text">
  967. <string>Nom de la créature : </string>
  968. </property>
  969. </widget>
  970. <widget class="QGraphicsView" name="vueForme">
  971. <property name="geometry">
  972. <rect>
  973. <x>10</x>
  974. <y>131</y>
  975. <width>281</width>
  976. <height>291</height>
  977. </rect>
  978. </property>
  979. <property name="renderHints">
  980. <set>QPainter::Antialiasing|QPainter::HighQualityAntialiasing|QPainter::TextAntialiasing</set>
  981. </property>
  982. </widget>
  983. <widget class="QGroupBox" name="groupBox_2">
  984. <property name="geometry">
  985. <rect>
  986. <x>440</x>
  987. <y>110</y>
  988. <width>131</width>
  989. <height>291</height>
  990. </rect>
  991. </property>
  992. <property name="font">
  993. <font>
  994. <family>Verdana</family>
  995. </font>
  996. </property>
  997. <property name="title">
  998. <string>Texte</string>
  999. </property>
  1000. <widget class="QCheckBox" name="txtAfficherCombattant">
  1001. <property name="geometry">
  1002. <rect>
  1003. <x>100</x>
  1004. <y>10</y>
  1005. <width>21</width>
  1006. <height>21</height>
  1007. </rect>
  1008. </property>
  1009. <property name="text">
  1010. <string/>
  1011. </property>
  1012. <property name="checked">
  1013. <bool>true</bool>
  1014. </property>
  1015. </widget>
  1016. <widget class="QSlider" name="txtPosYCombattant">
  1017. <property name="geometry">
  1018. <rect>
  1019. <x>10</x>
  1020. <y>210</y>
  1021. <width>111</width>
  1022. <height>19</height>
  1023. </rect>
  1024. </property>
  1025. <property name="minimum">
  1026. <number>-1000</number>
  1027. </property>
  1028. <property name="maximum">
  1029. <number>1000</number>
  1030. </property>
  1031. <property name="orientation">
  1032. <enum>Qt::Horizontal</enum>
  1033. </property>
  1034. </widget>
  1035. <widget class="QLabel" name="label_17">
  1036. <property name="geometry">
  1037. <rect>
  1038. <x>10</x>
  1039. <y>70</y>
  1040. <width>111</width>
  1041. <height>20</height>
  1042. </rect>
  1043. </property>
  1044. <property name="text">
  1045. <string>Taille de la police</string>
  1046. </property>
  1047. </widget>
  1048. <widget class="QLabel" name="label_19">
  1049. <property name="geometry">
  1050. <rect>
  1051. <x>10</x>
  1052. <y>150</y>
  1053. <width>111</width>
  1054. <height>20</height>
  1055. </rect>
  1056. </property>
  1057. <property name="text">
  1058. <string>Position (X)</string>
  1059. </property>
  1060. </widget>
  1061. <widget class="QSlider" name="txtTaillePoliceCombattant">
  1062. <property name="geometry">
  1063. <rect>
  1064. <x>10</x>
  1065. <y>90</y>
  1066. <width>111</width>
  1067. <height>19</height>
  1068. </rect>
  1069. </property>
  1070. <property name="minimum">
  1071. <number>8</number>
  1072. </property>
  1073. <property name="maximum">
  1074. <number>99</number>
  1075. </property>
  1076. <property name="value">
  1077. <number>20</number>
  1078. </property>
  1079. <property name="orientation">
  1080. <enum>Qt::Horizontal</enum>
  1081. </property>
  1082. </widget>
  1083. <widget class="QSlider" name="txtRotationCombattant">
  1084. <property name="geometry">
  1085. <rect>
  1086. <x>10</x>
  1087. <y>50</y>
  1088. <width>111</width>
  1089. <height>19</height>
  1090. </rect>
  1091. </property>
  1092. <property name="minimum">
  1093. <number>-180</number>
  1094. </property>
  1095. <property name="maximum">
  1096. <number>180</number>
  1097. </property>
  1098. <property name="orientation">
  1099. <enum>Qt::Horizontal</enum>
  1100. </property>
  1101. </widget>
  1102. <widget class="QLabel" name="label_20">
  1103. <property name="geometry">
  1104. <rect>
  1105. <x>10</x>
  1106. <y>30</y>
  1107. <width>111</width>
  1108. <height>20</height>
  1109. </rect>
  1110. </property>
  1111. <property name="text">
  1112. <string>Rotation</string>
  1113. </property>
  1114. </widget>
  1115. <widget class="QSlider" name="txtPosXCombattant">
  1116. <property name="geometry">
  1117. <rect>
  1118. <x>10</x>
  1119. <y>170</y>
  1120. <width>111</width>
  1121. <height>19</height>
  1122. </rect>
  1123. </property>
  1124. <property name="minimum">
  1125. <number>-800</number>
  1126. </property>
  1127. <property name="maximum">
  1128. <number>800</number>
  1129. </property>
  1130. <property name="orientation">
  1131. <enum>Qt::Horizontal</enum>
  1132. </property>
  1133. </widget>
  1134. <widget class="QLabel" name="label_21">
  1135. <property name="geometry">
  1136. <rect>
  1137. <x>10</x>
  1138. <y>190</y>
  1139. <width>111</width>
  1140. <height>20</height>
  1141. </rect>
  1142. </property>
  1143. <property name="text">
  1144. <string>Position (Y)</string>
  1145. </property>
  1146. </widget>
  1147. <widget class="QPushButton" name="txtReinitCombattant">
  1148. <property name="geometry">
  1149. <rect>
  1150. <x>10</x>
  1151. <y>240</y>
  1152. <width>111</width>
  1153. <height>20</height>
  1154. </rect>
  1155. </property>
  1156. <property name="text">
  1157. <string>Ré-initialiser</string>
  1158. </property>
  1159. </widget>
  1160. <widget class="QCheckBox" name="txtGrasCombattant">
  1161. <property name="geometry">
  1162. <rect>
  1163. <x>10</x>
  1164. <y>120</y>
  1165. <width>41</width>
  1166. <height>21</height>
  1167. </rect>
  1168. </property>
  1169. <property name="text">
  1170. <string>Gras</string>
  1171. </property>
  1172. </widget>
  1173. </widget>
  1174. <widget class="QLabel" name="label_9">
  1175. <property name="geometry">
  1176. <rect>
  1177. <x>10</x>
  1178. <y>110</y>
  1179. <width>251</width>
  1180. <height>21</height>
  1181. </rect>
  1182. </property>
  1183. <property name="font">
  1184. <font>
  1185. <family>Verdana</family>
  1186. </font>
  1187. </property>
  1188. <property name="text">
  1189. <string>Créer la forme du pion : </string>
  1190. </property>
  1191. </widget>
  1192. <widget class="QGroupBox" name="groupBox">
  1193. <property name="geometry">
  1194. <rect>
  1195. <x>290</x>
  1196. <y>110</y>
  1197. <width>131</width>
  1198. <height>291</height>
  1199. </rect>
  1200. </property>
  1201. <property name="font">
  1202. <font>
  1203. <family>Verdana</family>
  1204. </font>
  1205. </property>
  1206. <property name="title">
  1207. <string>Image</string>
  1208. </property>
  1209. <widget class="QCheckBox" name="imgAfficherCombattant">
  1210. <property name="geometry">
  1211. <rect>
  1212. <x>100</x>
  1213. <y>10</y>
  1214. <width>21</width>
  1215. <height>21</height>
  1216. </rect>
  1217. </property>
  1218. <property name="text">
  1219. <string/>
  1220. </property>
  1221. <property name="checked">
  1222. <bool>true</bool>
  1223. </property>
  1224. </widget>
  1225. <widget class="QSlider" name="imgPosYCombattant">
  1226. <property name="geometry">
  1227. <rect>
  1228. <x>10</x>
  1229. <y>200</y>
  1230. <width>111</width>
  1231. <height>19</height>
  1232. </rect>
  1233. </property>
  1234. <property name="minimum">
  1235. <number>-400</number>
  1236. </property>
  1237. <property name="maximum">
  1238. <number>400</number>
  1239. </property>
  1240. <property name="orientation">
  1241. <enum>Qt::Horizontal</enum>
  1242. </property>
  1243. </widget>
  1244. <widget class="QLabel" name="label_12">
  1245. <property name="geometry">
  1246. <rect>
  1247. <x>10</x>
  1248. <y>60</y>
  1249. <width>111</width>
  1250. <height>20</height>
  1251. </rect>
  1252. </property>
  1253. <property name="text">
  1254. <string>Taille (X)</string>
  1255. </property>
  1256. </widget>
  1257. <widget class="QLabel" name="label_13">
  1258. <property name="geometry">
  1259. <rect>
  1260. <x>10</x>
  1261. <y>100</y>
  1262. <width>111</width>
  1263. <height>20</height>
  1264. </rect>
  1265. </property>
  1266. <property name="text">
  1267. <string>Taille (Y)</string>
  1268. </property>
  1269. </widget>
  1270. <widget class="QLabel" name="label_14">
  1271. <property name="geometry">
  1272. <rect>
  1273. <x>10</x>
  1274. <y>140</y>
  1275. <width>111</width>
  1276. <height>20</height>
  1277. </rect>
  1278. </property>
  1279. <property name="text">
  1280. <string>Position (X)</string>
  1281. </property>
  1282. </widget>
  1283. <widget class="QSlider" name="imgTailleXCombattant">
  1284. <property name="geometry">
  1285. <rect>
  1286. <x>10</x>
  1287. <y>80</y>
  1288. <width>111</width>
  1289. <height>19</height>
  1290. </rect>
  1291. </property>
  1292. <property name="minimum">
  1293. <number>0</number>
  1294. </property>
  1295. <property name="value">
  1296. <number>10</number>
  1297. </property>
  1298. <property name="orientation">
  1299. <enum>Qt::Horizontal</enum>
  1300. </property>
  1301. </widget>
  1302. <widget class="QSlider" name="imgRotationCombattant">
  1303. <property name="geometry">
  1304. <rect>
  1305. <x>10</x>
  1306. <y>40</y>
  1307. <width>111</width>
  1308. <height>19</height>
  1309. </rect>
  1310. </property>
  1311. <property name="minimum">
  1312. <number>-180</number>
  1313. </property>
  1314. <property name="maximum">
  1315. <number>180</number>
  1316. </property>
  1317. <property name="orientation">
  1318. <enum>Qt::Horizontal</enum>
  1319. </property>
  1320. </widget>
  1321. <widget class="QLabel" name="label_16">
  1322. <property name="geometry">
  1323. <rect>
  1324. <x>10</x>
  1325. <y>20</y>
  1326. <width>111</width>
  1327. <height>20</height>
  1328. </rect>
  1329. </property>
  1330. <property name="text">
  1331. <string>Rotation</string>
  1332. </property>
  1333. </widget>
  1334. <widget class="QSlider" name="imgPosXCombattant">
  1335. <property name="geometry">
  1336. <rect>
  1337. <x>10</x>
  1338. <y>160</y>
  1339. <width>111</width>
  1340. <height>19</height>
  1341. </rect>
  1342. </property>
  1343. <property name="minimum">
  1344. <number>-400</number>
  1345. </property>
  1346. <property name="maximum">
  1347. <number>400</number>
  1348. </property>
  1349. <property name="orientation">
  1350. <enum>Qt::Horizontal</enum>
  1351. </property>
  1352. </widget>
  1353. <widget class="QLabel" name="label_15">
  1354. <property name="geometry">
  1355. <rect>
  1356. <x>10</x>
  1357. <y>180</y>
  1358. <width>111</width>
  1359. <height>20</height>
  1360. </rect>
  1361. </property>
  1362. <property name="text">
  1363. <string>Position (Y)</string>
  1364. </property>
  1365. </widget>
  1366. <widget class="QSlider" name="imgTailleYCombattant">
  1367. <property name="geometry">
  1368. <rect>
  1369. <x>10</x>
  1370. <y>120</y>
  1371. <width>111</width>
  1372. <height>19</height>
  1373. </rect>
  1374. </property>
  1375. <property name="minimum">
  1376. <number>0</number>
  1377. </property>
  1378. <property name="value">
  1379. <number>10</number>
  1380. </property>
  1381. <property name="orientation">
  1382. <enum>Qt::Horizontal</enum>
  1383. </property>
  1384. </widget>
  1385. <widget class="QPushButton" name="imgReinitCombattant">
  1386. <property name="geometry">
  1387. <rect>
  1388. <x>10</x>
  1389. <y>260</y>
  1390. <width>111</width>
  1391. <height>20</height>
  1392. </rect>
  1393. </property>
  1394. <property name="text">
  1395. <string>Ré-initialiser</string>
  1396. </property>
  1397. </widget>
  1398. <widget class="QCheckBox" name="imgPivoteCombattant">
  1399. <property name="geometry">
  1400. <rect>
  1401. <x>10</x>
  1402. <y>220</y>
  1403. <width>101</width>
  1404. <height>17</height>
  1405. </rect>
  1406. </property>
  1407. <property name="text">
  1408. <string>Image pivote</string>
  1409. </property>
  1410. </widget>
  1411. <widget class="QCheckBox" name="imgMasqueCombattant">
  1412. <property name="geometry">
  1413. <rect>
  1414. <x>10</x>
  1415. <y>240</y>
  1416. <width>101</width>
  1417. <height>17</height>
  1418. </rect>
  1419. </property>
  1420. <property name="text">
  1421. <string>Masque auto.</string>
  1422. </property>
  1423. </widget>
  1424. </widget>
  1425. </widget>
  1426. </widget>
  1427. </item>
  1428. <item>
  1429. <widget class="QFrame" name="frame">
  1430. <property name="minimumSize">
  1431. <size>
  1432. <width>392</width>
  1433. <height>50</height>
  1434. </size>
  1435. </property>
  1436. <property name="maximumSize">
  1437. <size>
  1438. <width>16777215</width>
  1439. <height>50</height>
  1440. </size>
  1441. </property>
  1442. <property name="frameShape">
  1443. <enum>QFrame::StyledPanel</enum>
  1444. </property>
  1445. <property name="frameShadow">
  1446. <enum>QFrame::Raised</enum>
  1447. </property>
  1448. <widget class="QPushButton" name="et_enregistrer">
  1449. <property name="enabled">
  1450. <bool>false</bool>
  1451. </property>
  1452. <property name="geometry">
  1453. <rect>
  1454. <x>290</x>
  1455. <y>10</y>
  1456. <width>91</width>
  1457. <height>31</height>
  1458. </rect>
  1459. </property>
  1460. <property name="font">
  1461. <font>
  1462. <family>Verdana</family>
  1463. <weight>75</weight>
  1464. <bold>true</bold>
  1465. </font>
  1466. </property>
  1467. <property name="text">
  1468. <string>Enregistrer</string>
  1469. </property>
  1470. </widget>
  1471. <widget class="QPushButton" name="et_annuler">
  1472. <property name="geometry">
  1473. <rect>
  1474. <x>200</x>
  1475. <y>10</y>
  1476. <width>81</width>
  1477. <height>31</height>
  1478. </rect>
  1479. </property>
  1480. <property name="font">
  1481. <font>
  1482. <family>Verdana</family>
  1483. </font>
  1484. </property>
  1485. <property name="text">
  1486. <string>Annuler</string>
  1487. </property>
  1488. </widget>
  1489. <widget class="QPushButton" name="et_supprimer">
  1490. <property name="enabled">
  1491. <bool>false</bool>
  1492. </property>
  1493. <property name="geometry">
  1494. <rect>
  1495. <x>10</x>
  1496. <y>10</y>
  1497. <width>75</width>
  1498. <height>31</height>
  1499. </rect>
  1500. </property>
  1501. <property name="font">
  1502. <font>
  1503. <family>Verdana</family>
  1504. </font>
  1505. </property>
  1506. <property name="text">
  1507. <string>Supprimer</string>
  1508. </property>
  1509. </widget>
  1510. </widget>
  1511. </item>
  1512. </layout>
  1513. </item>
  1514. </layout>
  1515. </item>
  1516. </layout>
  1517. </widget>
  1518. <customwidgets>
  1519. <customwidget>
  1520. <class>DmTableMenu</class>
  1521. <extends>QTableWidget</extends>
  1522. <header location="global">dm.h</header>
  1523. </customwidget>
  1524. <customwidget>
  1525. <class>DmLabelChoixImage</class>
  1526. <extends>QLabel</extends>
  1527. <header location="global">dm.h</header>
  1528. </customwidget>
  1529. </customwidgets>
  1530. <resources/>
  1531. <connections>
  1532. <connection>
  1533. <sender>menu</sender>
  1534. <signal>cellClicked(int,int)</signal>
  1535. <receiver>pages</receiver>
  1536. <slot>setCurrentIndex(int)</slot>
  1537. <hints>
  1538. <hint type="sourcelabel">
  1539. <x>80</x>
  1540. <y>164</y>
  1541. </hint>
  1542. <hint type="destinationlabel">
  1543. <x>312</x>
  1544. <y>164</y>
  1545. </hint>
  1546. </hints>
  1547. </connection>
  1548. </connections>
  1549. </ui>