sousMenu.ui 29 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>creationPlateau2</class>
  4. <widget class="QDialog" name="creationPlateau2">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>637</width>
  10. <height>299</height>
  11. </rect>
  12. </property>
  13. <property name="minimumSize">
  14. <size>
  15. <width>557</width>
  16. <height>241</height>
  17. </size>
  18. </property>
  19. <property name="maximumSize">
  20. <size>
  21. <width>2000</width>
  22. <height>2000</height>
  23. </size>
  24. </property>
  25. <property name="windowTitle">
  26. <string>Préparer un plateau</string>
  27. </property>
  28. <widget class="QTableWidget" name="listeMenus">
  29. <property name="geometry">
  30. <rect>
  31. <x>0</x>
  32. <y>0</y>
  33. <width>141</width>
  34. <height>300</height>
  35. </rect>
  36. </property>
  37. <property name="sizePolicy">
  38. <sizepolicy hsizetype="Fixed" vsizetype="Expanding">
  39. <horstretch>0</horstretch>
  40. <verstretch>0</verstretch>
  41. </sizepolicy>
  42. </property>
  43. <property name="minimumSize">
  44. <size>
  45. <width>141</width>
  46. <height>300</height>
  47. </size>
  48. </property>
  49. <property name="maximumSize">
  50. <size>
  51. <width>141</width>
  52. <height>300</height>
  53. </size>
  54. </property>
  55. <property name="palette">
  56. <palette>
  57. <active>
  58. <colorrole role="WindowText">
  59. <brush brushstyle="SolidPattern">
  60. <color alpha="255">
  61. <red>6</red>
  62. <green>6</green>
  63. <blue>6</blue>
  64. </color>
  65. </brush>
  66. </colorrole>
  67. <colorrole role="Mid">
  68. <brush brushstyle="SolidPattern">
  69. <color alpha="255">
  70. <red>190</red>
  71. <green>190</green>
  72. <blue>190</blue>
  73. </color>
  74. </brush>
  75. </colorrole>
  76. <colorrole role="Text">
  77. <brush brushstyle="SolidPattern">
  78. <color alpha="255">
  79. <red>255</red>
  80. <green>255</green>
  81. <blue>255</blue>
  82. </color>
  83. </brush>
  84. </colorrole>
  85. <colorrole role="Base">
  86. <brush brushstyle="SolidPattern">
  87. <color alpha="255">
  88. <red>140</red>
  89. <green>140</green>
  90. <blue>140</blue>
  91. </color>
  92. </brush>
  93. </colorrole>
  94. <colorrole role="Highlight">
  95. <brush brushstyle="SolidPattern">
  96. <color alpha="255">
  97. <red>240</red>
  98. <green>240</green>
  99. <blue>240</blue>
  100. </color>
  101. </brush>
  102. </colorrole>
  103. <colorrole role="HighlightedText">
  104. <brush brushstyle="SolidPattern">
  105. <color alpha="255">
  106. <red>7</red>
  107. <green>7</green>
  108. <blue>7</blue>
  109. </color>
  110. </brush>
  111. </colorrole>
  112. </active>
  113. <inactive>
  114. <colorrole role="WindowText">
  115. <brush brushstyle="SolidPattern">
  116. <color alpha="255">
  117. <red>6</red>
  118. <green>6</green>
  119. <blue>6</blue>
  120. </color>
  121. </brush>
  122. </colorrole>
  123. <colorrole role="Mid">
  124. <brush brushstyle="SolidPattern">
  125. <color alpha="255">
  126. <red>190</red>
  127. <green>190</green>
  128. <blue>190</blue>
  129. </color>
  130. </brush>
  131. </colorrole>
  132. <colorrole role="Text">
  133. <brush brushstyle="SolidPattern">
  134. <color alpha="255">
  135. <red>255</red>
  136. <green>255</green>
  137. <blue>255</blue>
  138. </color>
  139. </brush>
  140. </colorrole>
  141. <colorrole role="Base">
  142. <brush brushstyle="SolidPattern">
  143. <color alpha="255">
  144. <red>140</red>
  145. <green>140</green>
  146. <blue>140</blue>
  147. </color>
  148. </brush>
  149. </colorrole>
  150. <colorrole role="Highlight">
  151. <brush brushstyle="SolidPattern">
  152. <color alpha="255">
  153. <red>240</red>
  154. <green>240</green>
  155. <blue>240</blue>
  156. </color>
  157. </brush>
  158. </colorrole>
  159. <colorrole role="HighlightedText">
  160. <brush brushstyle="SolidPattern">
  161. <color alpha="255">
  162. <red>7</red>
  163. <green>7</green>
  164. <blue>7</blue>
  165. </color>
  166. </brush>
  167. </colorrole>
  168. </inactive>
  169. <disabled>
  170. <colorrole role="WindowText">
  171. <brush brushstyle="SolidPattern">
  172. <color alpha="255">
  173. <red>120</red>
  174. <green>120</green>
  175. <blue>120</blue>
  176. </color>
  177. </brush>
  178. </colorrole>
  179. <colorrole role="Mid">
  180. <brush brushstyle="SolidPattern">
  181. <color alpha="255">
  182. <red>190</red>
  183. <green>190</green>
  184. <blue>190</blue>
  185. </color>
  186. </brush>
  187. </colorrole>
  188. <colorrole role="Text">
  189. <brush brushstyle="SolidPattern">
  190. <color alpha="255">
  191. <red>120</red>
  192. <green>120</green>
  193. <blue>120</blue>
  194. </color>
  195. </brush>
  196. </colorrole>
  197. <colorrole role="Base">
  198. <brush brushstyle="SolidPattern">
  199. <color alpha="255">
  200. <red>240</red>
  201. <green>240</green>
  202. <blue>240</blue>
  203. </color>
  204. </brush>
  205. </colorrole>
  206. <colorrole role="Highlight">
  207. <brush brushstyle="SolidPattern">
  208. <color alpha="255">
  209. <red>51</red>
  210. <green>153</green>
  211. <blue>255</blue>
  212. </color>
  213. </brush>
  214. </colorrole>
  215. <colorrole role="HighlightedText">
  216. <brush brushstyle="SolidPattern">
  217. <color alpha="255">
  218. <red>7</red>
  219. <green>7</green>
  220. <blue>7</blue>
  221. </color>
  222. </brush>
  223. </colorrole>
  224. </disabled>
  225. </palette>
  226. </property>
  227. <property name="font">
  228. <font>
  229. <family>Aparajita</family>
  230. <pointsize>16</pointsize>
  231. <weight>50</weight>
  232. <bold>false</bold>
  233. </font>
  234. </property>
  235. <property name="frameShape">
  236. <enum>QFrame::NoFrame</enum>
  237. </property>
  238. <property name="frameShadow">
  239. <enum>QFrame::Plain</enum>
  240. </property>
  241. <property name="lineWidth">
  242. <number>0</number>
  243. </property>
  244. <property name="verticalScrollBarPolicy">
  245. <enum>Qt::ScrollBarAlwaysOff</enum>
  246. </property>
  247. <property name="horizontalScrollBarPolicy">
  248. <enum>Qt::ScrollBarAlwaysOff</enum>
  249. </property>
  250. <property name="editTriggers">
  251. <set>QAbstractItemView::NoEditTriggers</set>
  252. </property>
  253. <property name="dragDropOverwriteMode">
  254. <bool>false</bool>
  255. </property>
  256. <property name="selectionMode">
  257. <enum>QAbstractItemView::SingleSelection</enum>
  258. </property>
  259. <property name="selectionBehavior">
  260. <enum>QAbstractItemView::SelectItems</enum>
  261. </property>
  262. <property name="showGrid">
  263. <bool>false</bool>
  264. </property>
  265. <property name="gridStyle">
  266. <enum>Qt::NoPen</enum>
  267. </property>
  268. <property name="cornerButtonEnabled">
  269. <bool>false</bool>
  270. </property>
  271. <attribute name="horizontalHeaderVisible">
  272. <bool>false</bool>
  273. </attribute>
  274. <attribute name="horizontalHeaderDefaultSectionSize">
  275. <number>141</number>
  276. </attribute>
  277. <attribute name="horizontalHeaderHighlightSections">
  278. <bool>false</bool>
  279. </attribute>
  280. <attribute name="verticalHeaderVisible">
  281. <bool>false</bool>
  282. </attribute>
  283. <attribute name="verticalHeaderDefaultSectionSize">
  284. <number>75</number>
  285. </attribute>
  286. <attribute name="verticalHeaderHighlightSections">
  287. <bool>false</bool>
  288. </attribute>
  289. <row>
  290. <property name="text">
  291. <string>Nouvelle ligne</string>
  292. </property>
  293. </row>
  294. <row>
  295. <property name="text">
  296. <string>1</string>
  297. </property>
  298. </row>
  299. <row>
  300. <property name="text">
  301. <string>2</string>
  302. </property>
  303. </row>
  304. <row>
  305. <property name="text">
  306. <string>4</string>
  307. </property>
  308. </row>
  309. <column>
  310. <property name="text">
  311. <string>menus</string>
  312. </property>
  313. </column>
  314. <item row="0" column="0">
  315. <property name="text">
  316. <string>En Cours</string>
  317. </property>
  318. </item>
  319. <item row="1" column="0">
  320. <property name="text">
  321. <string>Nouveau</string>
  322. </property>
  323. </item>
  324. <item row="2" column="0">
  325. <property name="text">
  326. <string>Charger</string>
  327. </property>
  328. </item>
  329. <item row="3" column="0">
  330. <property name="text">
  331. <string>Modèles</string>
  332. </property>
  333. </item>
  334. </widget>
  335. <widget class="QStackedWidget" name="menus">
  336. <property name="enabled">
  337. <bool>true</bool>
  338. </property>
  339. <property name="geometry">
  340. <rect>
  341. <x>140</x>
  342. <y>0</y>
  343. <width>491</width>
  344. <height>291</height>
  345. </rect>
  346. </property>
  347. <property name="palette">
  348. <palette>
  349. <active>
  350. <colorrole role="ButtonText">
  351. <brush brushstyle="SolidPattern">
  352. <color alpha="255">
  353. <red>7</red>
  354. <green>7</green>
  355. <blue>7</blue>
  356. </color>
  357. </brush>
  358. </colorrole>
  359. </active>
  360. <inactive>
  361. <colorrole role="ButtonText">
  362. <brush brushstyle="SolidPattern">
  363. <color alpha="255">
  364. <red>7</red>
  365. <green>7</green>
  366. <blue>7</blue>
  367. </color>
  368. </brush>
  369. </colorrole>
  370. </inactive>
  371. <disabled>
  372. <colorrole role="ButtonText">
  373. <brush brushstyle="SolidPattern">
  374. <color alpha="255">
  375. <red>120</red>
  376. <green>120</green>
  377. <blue>120</blue>
  378. </color>
  379. </brush>
  380. </colorrole>
  381. </disabled>
  382. </palette>
  383. </property>
  384. <property name="currentIndex">
  385. <number>0</number>
  386. </property>
  387. <widget class="QWidget" name="page">
  388. <widget class="QLabel" name="label">
  389. <property name="geometry">
  390. <rect>
  391. <x>20</x>
  392. <y>10</y>
  393. <width>331</width>
  394. <height>21</height>
  395. </rect>
  396. </property>
  397. <property name="font">
  398. <font>
  399. <pointsize>13</pointsize>
  400. <weight>75</weight>
  401. <bold>true</bold>
  402. </font>
  403. </property>
  404. <property name="text">
  405. <string>Reprendre le dernier plateau : </string>
  406. </property>
  407. </widget>
  408. <widget class="QLabel" name="plateauEC_nom">
  409. <property name="geometry">
  410. <rect>
  411. <x>20</x>
  412. <y>30</y>
  413. <width>461</width>
  414. <height>31</height>
  415. </rect>
  416. </property>
  417. <property name="font">
  418. <font>
  419. <pointsize>10</pointsize>
  420. </font>
  421. </property>
  422. <property name="text">
  423. <string>nom</string>
  424. </property>
  425. </widget>
  426. <widget class="QLabel" name="plateauEC_apercu">
  427. <property name="geometry">
  428. <rect>
  429. <x>60</x>
  430. <y>90</y>
  431. <width>241</width>
  432. <height>191</height>
  433. </rect>
  434. </property>
  435. <property name="text">
  436. <string>aperçu</string>
  437. </property>
  438. </widget>
  439. <widget class="QPushButton" name="chargerPlateauEC">
  440. <property name="enabled">
  441. <bool>false</bool>
  442. </property>
  443. <property name="geometry">
  444. <rect>
  445. <x>380</x>
  446. <y>250</y>
  447. <width>100</width>
  448. <height>30</height>
  449. </rect>
  450. </property>
  451. <property name="text">
  452. <string>Ok</string>
  453. </property>
  454. </widget>
  455. <widget class="QLabel" name="label_2">
  456. <property name="geometry">
  457. <rect>
  458. <x>20</x>
  459. <y>60</y>
  460. <width>61</width>
  461. <height>21</height>
  462. </rect>
  463. </property>
  464. <property name="font">
  465. <font>
  466. <weight>50</weight>
  467. <italic>true</italic>
  468. <bold>false</bold>
  469. </font>
  470. </property>
  471. <property name="text">
  472. <string>Chapitre:</string>
  473. </property>
  474. </widget>
  475. <widget class="QLabel" name="plateauEC_chap">
  476. <property name="geometry">
  477. <rect>
  478. <x>90</x>
  479. <y>60</y>
  480. <width>41</width>
  481. <height>21</height>
  482. </rect>
  483. </property>
  484. <property name="font">
  485. <font>
  486. <italic>true</italic>
  487. </font>
  488. </property>
  489. <property name="text">
  490. <string>chap</string>
  491. </property>
  492. </widget>
  493. </widget>
  494. <widget class="QWidget" name="page_2">
  495. <widget class="QGroupBox" name="groupBox">
  496. <property name="geometry">
  497. <rect>
  498. <x>120</x>
  499. <y>110</y>
  500. <width>241</width>
  501. <height>51</height>
  502. </rect>
  503. </property>
  504. <property name="font">
  505. <font>
  506. <pointsize>10</pointsize>
  507. </font>
  508. </property>
  509. <property name="title">
  510. <string>Forme des cases</string>
  511. </property>
  512. <widget class="QRadioButton" name="formeCase_hexagone">
  513. <property name="geometry">
  514. <rect>
  515. <x>10</x>
  516. <y>20</y>
  517. <width>82</width>
  518. <height>17</height>
  519. </rect>
  520. </property>
  521. <property name="text">
  522. <string>Hexagones</string>
  523. </property>
  524. <property name="checked">
  525. <bool>true</bool>
  526. </property>
  527. </widget>
  528. <widget class="QRadioButton" name="formeCase_carres">
  529. <property name="geometry">
  530. <rect>
  531. <x>130</x>
  532. <y>20</y>
  533. <width>82</width>
  534. <height>17</height>
  535. </rect>
  536. </property>
  537. <property name="text">
  538. <string>Carrés</string>
  539. </property>
  540. </widget>
  541. </widget>
  542. <widget class="QLabel" name="label_6">
  543. <property name="geometry">
  544. <rect>
  545. <x>30</x>
  546. <y>80</y>
  547. <width>61</width>
  548. <height>16</height>
  549. </rect>
  550. </property>
  551. <property name="font">
  552. <font>
  553. <pointsize>10</pointsize>
  554. </font>
  555. </property>
  556. <property name="text">
  557. <string>Chapitre : </string>
  558. </property>
  559. </widget>
  560. <widget class="QLabel" name="label_8">
  561. <property name="geometry">
  562. <rect>
  563. <x>210</x>
  564. <y>180</y>
  565. <width>91</width>
  566. <height>21</height>
  567. </rect>
  568. </property>
  569. <property name="font">
  570. <font>
  571. <pointsize>10</pointsize>
  572. </font>
  573. </property>
  574. <property name="text">
  575. <string>x Hauteur:</string>
  576. </property>
  577. </widget>
  578. <widget class="QPushButton" name="selectionCouleur">
  579. <property name="geometry">
  580. <rect>
  581. <x>240</x>
  582. <y>230</y>
  583. <width>71</width>
  584. <height>21</height>
  585. </rect>
  586. </property>
  587. <property name="font">
  588. <font>
  589. <pointsize>10</pointsize>
  590. </font>
  591. </property>
  592. <property name="text">
  593. <string>Modifier</string>
  594. </property>
  595. </widget>
  596. <widget class="QLabel" name="label_7">
  597. <property name="geometry">
  598. <rect>
  599. <x>40</x>
  600. <y>180</y>
  601. <width>51</width>
  602. <height>21</height>
  603. </rect>
  604. </property>
  605. <property name="font">
  606. <font>
  607. <pointsize>10</pointsize>
  608. </font>
  609. </property>
  610. <property name="text">
  611. <string>Largeur:</string>
  612. </property>
  613. </widget>
  614. <widget class="QSpinBox" name="largeurPlateau">
  615. <property name="geometry">
  616. <rect>
  617. <x>100</x>
  618. <y>180</y>
  619. <width>71</width>
  620. <height>22</height>
  621. </rect>
  622. </property>
  623. <property name="font">
  624. <font>
  625. <pointsize>10</pointsize>
  626. </font>
  627. </property>
  628. <property name="minimum">
  629. <number>5</number>
  630. </property>
  631. <property name="maximum">
  632. <number>300</number>
  633. </property>
  634. <property name="singleStep">
  635. <number>1</number>
  636. </property>
  637. <property name="value">
  638. <number>50</number>
  639. </property>
  640. </widget>
  641. <widget class="QLabel" name="couleurCasesPlateau">
  642. <property name="geometry">
  643. <rect>
  644. <x>200</x>
  645. <y>230</y>
  646. <width>31</width>
  647. <height>21</height>
  648. </rect>
  649. </property>
  650. <property name="frameShape">
  651. <enum>QFrame::Box</enum>
  652. </property>
  653. <property name="frameShadow">
  654. <enum>QFrame::Sunken</enum>
  655. </property>
  656. <property name="text">
  657. <string/>
  658. </property>
  659. </widget>
  660. <widget class="QLineEdit" name="nomPlateau">
  661. <property name="geometry">
  662. <rect>
  663. <x>70</x>
  664. <y>50</y>
  665. <width>381</width>
  666. <height>20</height>
  667. </rect>
  668. </property>
  669. <property name="font">
  670. <font>
  671. <pointsize>10</pointsize>
  672. </font>
  673. </property>
  674. </widget>
  675. <widget class="QPushButton" name="creerPlateau">
  676. <property name="enabled">
  677. <bool>false</bool>
  678. </property>
  679. <property name="geometry">
  680. <rect>
  681. <x>380</x>
  682. <y>250</y>
  683. <width>100</width>
  684. <height>30</height>
  685. </rect>
  686. </property>
  687. <property name="font">
  688. <font>
  689. <pointsize>10</pointsize>
  690. </font>
  691. </property>
  692. <property name="text">
  693. <string>Ok</string>
  694. </property>
  695. </widget>
  696. <widget class="QLabel" name="label_10">
  697. <property name="geometry">
  698. <rect>
  699. <x>15</x>
  700. <y>50</y>
  701. <width>61</width>
  702. <height>21</height>
  703. </rect>
  704. </property>
  705. <property name="font">
  706. <font>
  707. <pointsize>10</pointsize>
  708. </font>
  709. </property>
  710. <property name="text">
  711. <string>Nom : </string>
  712. </property>
  713. </widget>
  714. <widget class="QLabel" name="label_9">
  715. <property name="geometry">
  716. <rect>
  717. <x>20</x>
  718. <y>10</y>
  719. <width>281</width>
  720. <height>21</height>
  721. </rect>
  722. </property>
  723. <property name="font">
  724. <font>
  725. <pointsize>13</pointsize>
  726. <weight>75</weight>
  727. <bold>true</bold>
  728. </font>
  729. </property>
  730. <property name="text">
  731. <string>Créer un nouveau plateau</string>
  732. </property>
  733. </widget>
  734. <widget class="QSpinBox" name="chapitrePlateau">
  735. <property name="geometry">
  736. <rect>
  737. <x>90</x>
  738. <y>80</y>
  739. <width>51</width>
  740. <height>21</height>
  741. </rect>
  742. </property>
  743. <property name="font">
  744. <font>
  745. <pointsize>10</pointsize>
  746. </font>
  747. </property>
  748. <property name="minimum">
  749. <number>1</number>
  750. </property>
  751. </widget>
  752. <widget class="QSpinBox" name="hauteurPlateau">
  753. <property name="geometry">
  754. <rect>
  755. <x>310</x>
  756. <y>180</y>
  757. <width>71</width>
  758. <height>22</height>
  759. </rect>
  760. </property>
  761. <property name="font">
  762. <font>
  763. <pointsize>10</pointsize>
  764. </font>
  765. </property>
  766. <property name="minimum">
  767. <number>5</number>
  768. </property>
  769. <property name="maximum">
  770. <number>300</number>
  771. </property>
  772. <property name="singleStep">
  773. <number>1</number>
  774. </property>
  775. <property name="value">
  776. <number>25</number>
  777. </property>
  778. </widget>
  779. <widget class="QLabel" name="label_5">
  780. <property name="geometry">
  781. <rect>
  782. <x>40</x>
  783. <y>230</y>
  784. <width>161</width>
  785. <height>21</height>
  786. </rect>
  787. </property>
  788. <property name="font">
  789. <font>
  790. <pointsize>10</pointsize>
  791. </font>
  792. </property>
  793. <property name="text">
  794. <string>Couleur initiale des cases : </string>
  795. </property>
  796. </widget>
  797. </widget>
  798. <widget class="QWidget" name="page_3">
  799. <widget class="QLabel" name="label_11">
  800. <property name="geometry">
  801. <rect>
  802. <x>10</x>
  803. <y>10</y>
  804. <width>311</width>
  805. <height>21</height>
  806. </rect>
  807. </property>
  808. <property name="font">
  809. <font>
  810. <pointsize>13</pointsize>
  811. <weight>75</weight>
  812. <bold>true</bold>
  813. </font>
  814. </property>
  815. <property name="text">
  816. <string>Reprendre un plateau du chapitre:</string>
  817. </property>
  818. </widget>
  819. <widget class="QPushButton" name="supprimerPlateau">
  820. <property name="enabled">
  821. <bool>false</bool>
  822. </property>
  823. <property name="geometry">
  824. <rect>
  825. <x>10</x>
  826. <y>250</y>
  827. <width>81</width>
  828. <height>31</height>
  829. </rect>
  830. </property>
  831. <property name="font">
  832. <font>
  833. <pointsize>10</pointsize>
  834. <italic>true</italic>
  835. </font>
  836. </property>
  837. <property name="text">
  838. <string>Supprimer</string>
  839. </property>
  840. </widget>
  841. <widget class="QTableWidget" name="listPlateau">
  842. <property name="geometry">
  843. <rect>
  844. <x>10</x>
  845. <y>40</y>
  846. <width>471</width>
  847. <height>201</height>
  848. </rect>
  849. </property>
  850. <property name="palette">
  851. <palette>
  852. <active>
  853. <colorrole role="Base">
  854. <brush brushstyle="SolidPattern">
  855. <color alpha="255">
  856. <red>247</red>
  857. <green>247</green>
  858. <blue>247</blue>
  859. </color>
  860. </brush>
  861. </colorrole>
  862. <colorrole role="AlternateBase">
  863. <brush brushstyle="SolidPattern">
  864. <color alpha="255">
  865. <red>229</red>
  866. <green>229</green>
  867. <blue>229</blue>
  868. </color>
  869. </brush>
  870. </colorrole>
  871. </active>
  872. <inactive>
  873. <colorrole role="Base">
  874. <brush brushstyle="SolidPattern">
  875. <color alpha="255">
  876. <red>247</red>
  877. <green>247</green>
  878. <blue>247</blue>
  879. </color>
  880. </brush>
  881. </colorrole>
  882. <colorrole role="AlternateBase">
  883. <brush brushstyle="SolidPattern">
  884. <color alpha="255">
  885. <red>229</red>
  886. <green>229</green>
  887. <blue>229</blue>
  888. </color>
  889. </brush>
  890. </colorrole>
  891. </inactive>
  892. <disabled>
  893. <colorrole role="Base">
  894. <brush brushstyle="SolidPattern">
  895. <color alpha="255">
  896. <red>240</red>
  897. <green>240</green>
  898. <blue>240</blue>
  899. </color>
  900. </brush>
  901. </colorrole>
  902. <colorrole role="AlternateBase">
  903. <brush brushstyle="SolidPattern">
  904. <color alpha="255">
  905. <red>229</red>
  906. <green>229</green>
  907. <blue>229</blue>
  908. </color>
  909. </brush>
  910. </colorrole>
  911. </disabled>
  912. </palette>
  913. </property>
  914. <property name="font">
  915. <font>
  916. <pointsize>10</pointsize>
  917. </font>
  918. </property>
  919. <property name="frameShape">
  920. <enum>QFrame::StyledPanel</enum>
  921. </property>
  922. <property name="editTriggers">
  923. <set>QAbstractItemView::NoEditTriggers</set>
  924. </property>
  925. <property name="showDropIndicator" stdset="0">
  926. <bool>false</bool>
  927. </property>
  928. <property name="dragDropOverwriteMode">
  929. <bool>false</bool>
  930. </property>
  931. <property name="selectionMode">
  932. <enum>QAbstractItemView::SingleSelection</enum>
  933. </property>
  934. <property name="selectionBehavior">
  935. <enum>QAbstractItemView::SelectRows</enum>
  936. </property>
  937. <property name="showGrid">
  938. <bool>true</bool>
  939. </property>
  940. <property name="gridStyle">
  941. <enum>Qt::DotLine</enum>
  942. </property>
  943. <property name="cornerButtonEnabled">
  944. <bool>true</bool>
  945. </property>
  946. <attribute name="horizontalHeaderVisible">
  947. <bool>false</bool>
  948. </attribute>
  949. <attribute name="horizontalHeaderDefaultSectionSize">
  950. <number>80</number>
  951. </attribute>
  952. <attribute name="verticalHeaderVisible">
  953. <bool>false</bool>
  954. </attribute>
  955. <attribute name="verticalHeaderDefaultSectionSize">
  956. <number>24</number>
  957. </attribute>
  958. <column>
  959. <property name="text">
  960. <string>index</string>
  961. </property>
  962. </column>
  963. <column>
  964. <property name="text">
  965. <string>Chapitre</string>
  966. </property>
  967. </column>
  968. <column>
  969. <property name="text">
  970. <string>Nom</string>
  971. </property>
  972. </column>
  973. <column>
  974. <property name="text">
  975. <string>Creation</string>
  976. </property>
  977. </column>
  978. <column>
  979. <property name="text">
  980. <string>Sauvegarde</string>
  981. </property>
  982. </column>
  983. <column>
  984. <property name="text">
  985. <string>Public</string>
  986. </property>
  987. </column>
  988. <column>
  989. <property name="text">
  990. <string>tri</string>
  991. </property>
  992. </column>
  993. </widget>
  994. <widget class="QSpinBox" name="chapitreChargementPlateau">
  995. <property name="geometry">
  996. <rect>
  997. <x>330</x>
  998. <y>10</y>
  999. <width>41</width>
  1000. <height>22</height>
  1001. </rect>
  1002. </property>
  1003. <property name="font">
  1004. <font>
  1005. <pointsize>10</pointsize>
  1006. </font>
  1007. </property>
  1008. <property name="minimum">
  1009. <number>1</number>
  1010. </property>
  1011. </widget>
  1012. <widget class="QPushButton" name="chargerPlateau">
  1013. <property name="enabled">
  1014. <bool>false</bool>
  1015. </property>
  1016. <property name="geometry">
  1017. <rect>
  1018. <x>380</x>
  1019. <y>250</y>
  1020. <width>100</width>
  1021. <height>30</height>
  1022. </rect>
  1023. </property>
  1024. <property name="font">
  1025. <font>
  1026. <pointsize>10</pointsize>
  1027. </font>
  1028. </property>
  1029. <property name="text">
  1030. <string>Ok</string>
  1031. </property>
  1032. </widget>
  1033. <widget class="QLabel" name="label_12">
  1034. <property name="geometry">
  1035. <rect>
  1036. <x>391</x>
  1037. <y>9</y>
  1038. <width>71</width>
  1039. <height>21</height>
  1040. </rect>
  1041. </property>
  1042. <property name="font">
  1043. <font>
  1044. <italic>true</italic>
  1045. </font>
  1046. </property>
  1047. <property name="text">
  1048. <string>Tout afficher:</string>
  1049. </property>
  1050. </widget>
  1051. <widget class="QCheckBox" name="toutAfficherPlateau">
  1052. <property name="geometry">
  1053. <rect>
  1054. <x>460</x>
  1055. <y>10</y>
  1056. <width>16</width>
  1057. <height>20</height>
  1058. </rect>
  1059. </property>
  1060. <property name="text">
  1061. <string/>
  1062. </property>
  1063. </widget>
  1064. </widget>
  1065. <widget class="QWidget" name="page_4">
  1066. <widget class="QListWidget" name="selectionModele">
  1067. <property name="geometry">
  1068. <rect>
  1069. <x>10</x>
  1070. <y>40</y>
  1071. <width>141</width>
  1072. <height>251</height>
  1073. </rect>
  1074. </property>
  1075. <property name="palette">
  1076. <palette>
  1077. <active>
  1078. <colorrole role="Base">
  1079. <brush brushstyle="SolidPattern">
  1080. <color alpha="255">
  1081. <red>247</red>
  1082. <green>247</green>
  1083. <blue>247</blue>
  1084. </color>
  1085. </brush>
  1086. </colorrole>
  1087. </active>
  1088. <inactive>
  1089. <colorrole role="Base">
  1090. <brush brushstyle="SolidPattern">
  1091. <color alpha="255">
  1092. <red>247</red>
  1093. <green>247</green>
  1094. <blue>247</blue>
  1095. </color>
  1096. </brush>
  1097. </colorrole>
  1098. </inactive>
  1099. <disabled>
  1100. <colorrole role="Base">
  1101. <brush brushstyle="SolidPattern">
  1102. <color alpha="255">
  1103. <red>240</red>
  1104. <green>240</green>
  1105. <blue>240</blue>
  1106. </color>
  1107. </brush>
  1108. </colorrole>
  1109. </disabled>
  1110. </palette>
  1111. </property>
  1112. <property name="frameShape">
  1113. <enum>QFrame::Box</enum>
  1114. </property>
  1115. <item>
  1116. <property name="text">
  1117. <string>Prairie</string>
  1118. </property>
  1119. </item>
  1120. <item>
  1121. <property name="text">
  1122. <string>Caverne</string>
  1123. </property>
  1124. </item>
  1125. <item>
  1126. <property name="text">
  1127. <string>Plage</string>
  1128. </property>
  1129. </item>
  1130. <item>
  1131. <property name="text">
  1132. <string>Marais</string>
  1133. </property>
  1134. </item>
  1135. <item>
  1136. <property name="text">
  1137. <string>Cour du chateau</string>
  1138. </property>
  1139. </item>
  1140. <item>
  1141. <property name="text">
  1142. <string>Salle du trône</string>
  1143. </property>
  1144. </item>
  1145. <item>
  1146. <property name="text">
  1147. <string>Crypte</string>
  1148. </property>
  1149. </item>
  1150. <item>
  1151. <property name="text">
  1152. <string>Maison bourgeoise</string>
  1153. </property>
  1154. </item>
  1155. <item>
  1156. <property name="text">
  1157. <string>Forêt</string>
  1158. </property>
  1159. </item>
  1160. </widget>
  1161. <widget class="QLabel" name="label_3">
  1162. <property name="geometry">
  1163. <rect>
  1164. <x>170</x>
  1165. <y>70</y>
  1166. <width>71</width>
  1167. <height>21</height>
  1168. </rect>
  1169. </property>
  1170. <property name="text">
  1171. <string>Dimensions :</string>
  1172. </property>
  1173. </widget>
  1174. <widget class="QLabel" name="label_4">
  1175. <property name="geometry">
  1176. <rect>
  1177. <x>170</x>
  1178. <y>50</y>
  1179. <width>46</width>
  1180. <height>13</height>
  1181. </rect>
  1182. </property>
  1183. <property name="text">
  1184. <string>Nom :</string>
  1185. </property>
  1186. </widget>
  1187. <widget class="QLabel" name="modele_dimensions">
  1188. <property name="geometry">
  1189. <rect>
  1190. <x>170</x>
  1191. <y>90</y>
  1192. <width>91</width>
  1193. <height>21</height>
  1194. </rect>
  1195. </property>
  1196. <property name="text">
  1197. <string>dim</string>
  1198. </property>
  1199. </widget>
  1200. <widget class="QLineEdit" name="modele_nom">
  1201. <property name="geometry">
  1202. <rect>
  1203. <x>210</x>
  1204. <y>49</y>
  1205. <width>271</width>
  1206. <height>21</height>
  1207. </rect>
  1208. </property>
  1209. </widget>
  1210. <widget class="QPushButton" name="chargerModele">
  1211. <property name="enabled">
  1212. <bool>false</bool>
  1213. </property>
  1214. <property name="geometry">
  1215. <rect>
  1216. <x>380</x>
  1217. <y>250</y>
  1218. <width>100</width>
  1219. <height>30</height>
  1220. </rect>
  1221. </property>
  1222. <property name="text">
  1223. <string>Ok</string>
  1224. </property>
  1225. </widget>
  1226. <widget class="QLabel" name="label_14">
  1227. <property name="geometry">
  1228. <rect>
  1229. <x>10</x>
  1230. <y>10</y>
  1231. <width>271</width>
  1232. <height>21</height>
  1233. </rect>
  1234. </property>
  1235. <property name="font">
  1236. <font>
  1237. <pointsize>13</pointsize>
  1238. <weight>75</weight>
  1239. <bold>true</bold>
  1240. </font>
  1241. </property>
  1242. <property name="text">
  1243. <string>Utiliser un plateau tout fait : </string>
  1244. </property>
  1245. </widget>
  1246. <widget class="QLabel" name="modele_apercu">
  1247. <property name="geometry">
  1248. <rect>
  1249. <x>270</x>
  1250. <y>80</y>
  1251. <width>201</width>
  1252. <height>161</height>
  1253. </rect>
  1254. </property>
  1255. <property name="text">
  1256. <string>apercu</string>
  1257. </property>
  1258. </widget>
  1259. </widget>
  1260. </widget>
  1261. </widget>
  1262. <resources/>
  1263. <connections/>
  1264. </ui>