editionDecor.ui 47 KB

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