creationPlateau.ui 31 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>creationPlateau</class>
  4. <widget class="QDialog" name="creationPlateau">
  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>3</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="frameShape">
  436. <enum>QFrame::StyledPanel</enum>
  437. </property>
  438. <property name="text">
  439. <string>(Non disponible)</string>
  440. </property>
  441. <property name="alignment">
  442. <set>Qt::AlignCenter</set>
  443. </property>
  444. </widget>
  445. <widget class="QPushButton" name="chargerPlateauEC">
  446. <property name="enabled">
  447. <bool>false</bool>
  448. </property>
  449. <property name="geometry">
  450. <rect>
  451. <x>380</x>
  452. <y>250</y>
  453. <width>100</width>
  454. <height>30</height>
  455. </rect>
  456. </property>
  457. <property name="text">
  458. <string>Ok</string>
  459. </property>
  460. </widget>
  461. <widget class="QLabel" name="label_2">
  462. <property name="geometry">
  463. <rect>
  464. <x>20</x>
  465. <y>60</y>
  466. <width>61</width>
  467. <height>21</height>
  468. </rect>
  469. </property>
  470. <property name="font">
  471. <font>
  472. <weight>50</weight>
  473. <italic>true</italic>
  474. <bold>false</bold>
  475. </font>
  476. </property>
  477. <property name="text">
  478. <string>Chapitre:</string>
  479. </property>
  480. </widget>
  481. <widget class="QLabel" name="plateauEC_chap">
  482. <property name="geometry">
  483. <rect>
  484. <x>90</x>
  485. <y>60</y>
  486. <width>41</width>
  487. <height>21</height>
  488. </rect>
  489. </property>
  490. <property name="font">
  491. <font>
  492. <italic>true</italic>
  493. </font>
  494. </property>
  495. <property name="text">
  496. <string>chap</string>
  497. </property>
  498. </widget>
  499. </widget>
  500. <widget class="QWidget" name="page_2">
  501. <widget class="QGroupBox" name="groupBox">
  502. <property name="geometry">
  503. <rect>
  504. <x>120</x>
  505. <y>110</y>
  506. <width>241</width>
  507. <height>51</height>
  508. </rect>
  509. </property>
  510. <property name="font">
  511. <font>
  512. <pointsize>10</pointsize>
  513. </font>
  514. </property>
  515. <property name="title">
  516. <string>Forme des cases</string>
  517. </property>
  518. <widget class="QRadioButton" name="formeCase_hexagone">
  519. <property name="geometry">
  520. <rect>
  521. <x>10</x>
  522. <y>20</y>
  523. <width>82</width>
  524. <height>17</height>
  525. </rect>
  526. </property>
  527. <property name="text">
  528. <string>Hexagones</string>
  529. </property>
  530. <property name="checked">
  531. <bool>true</bool>
  532. </property>
  533. </widget>
  534. <widget class="QRadioButton" name="formeCase_carres">
  535. <property name="geometry">
  536. <rect>
  537. <x>130</x>
  538. <y>20</y>
  539. <width>82</width>
  540. <height>17</height>
  541. </rect>
  542. </property>
  543. <property name="text">
  544. <string>Carrés</string>
  545. </property>
  546. </widget>
  547. </widget>
  548. <widget class="QLabel" name="label_6">
  549. <property name="geometry">
  550. <rect>
  551. <x>30</x>
  552. <y>80</y>
  553. <width>61</width>
  554. <height>16</height>
  555. </rect>
  556. </property>
  557. <property name="font">
  558. <font>
  559. <pointsize>10</pointsize>
  560. </font>
  561. </property>
  562. <property name="text">
  563. <string>Chapitre : </string>
  564. </property>
  565. </widget>
  566. <widget class="QLabel" name="label_8">
  567. <property name="geometry">
  568. <rect>
  569. <x>210</x>
  570. <y>180</y>
  571. <width>91</width>
  572. <height>21</height>
  573. </rect>
  574. </property>
  575. <property name="font">
  576. <font>
  577. <pointsize>10</pointsize>
  578. </font>
  579. </property>
  580. <property name="text">
  581. <string>x Hauteur:</string>
  582. </property>
  583. </widget>
  584. <widget class="QPushButton" name="selectionCouleur">
  585. <property name="geometry">
  586. <rect>
  587. <x>240</x>
  588. <y>230</y>
  589. <width>71</width>
  590. <height>21</height>
  591. </rect>
  592. </property>
  593. <property name="font">
  594. <font>
  595. <pointsize>10</pointsize>
  596. </font>
  597. </property>
  598. <property name="text">
  599. <string>Modifier</string>
  600. </property>
  601. </widget>
  602. <widget class="QLabel" name="label_7">
  603. <property name="geometry">
  604. <rect>
  605. <x>40</x>
  606. <y>180</y>
  607. <width>51</width>
  608. <height>21</height>
  609. </rect>
  610. </property>
  611. <property name="font">
  612. <font>
  613. <pointsize>10</pointsize>
  614. </font>
  615. </property>
  616. <property name="text">
  617. <string>Largeur:</string>
  618. </property>
  619. </widget>
  620. <widget class="QSpinBox" name="largeurPlateau">
  621. <property name="geometry">
  622. <rect>
  623. <x>100</x>
  624. <y>180</y>
  625. <width>71</width>
  626. <height>22</height>
  627. </rect>
  628. </property>
  629. <property name="font">
  630. <font>
  631. <pointsize>10</pointsize>
  632. </font>
  633. </property>
  634. <property name="minimum">
  635. <number>5</number>
  636. </property>
  637. <property name="maximum">
  638. <number>300</number>
  639. </property>
  640. <property name="singleStep">
  641. <number>1</number>
  642. </property>
  643. <property name="value">
  644. <number>50</number>
  645. </property>
  646. </widget>
  647. <widget class="QLabel" name="couleurCasesPlateau">
  648. <property name="geometry">
  649. <rect>
  650. <x>200</x>
  651. <y>230</y>
  652. <width>31</width>
  653. <height>21</height>
  654. </rect>
  655. </property>
  656. <property name="frameShape">
  657. <enum>QFrame::Box</enum>
  658. </property>
  659. <property name="frameShadow">
  660. <enum>QFrame::Sunken</enum>
  661. </property>
  662. <property name="text">
  663. <string/>
  664. </property>
  665. </widget>
  666. <widget class="QLineEdit" name="nomPlateau">
  667. <property name="geometry">
  668. <rect>
  669. <x>70</x>
  670. <y>50</y>
  671. <width>381</width>
  672. <height>20</height>
  673. </rect>
  674. </property>
  675. <property name="font">
  676. <font>
  677. <pointsize>10</pointsize>
  678. </font>
  679. </property>
  680. </widget>
  681. <widget class="QPushButton" name="creerPlateau">
  682. <property name="enabled">
  683. <bool>false</bool>
  684. </property>
  685. <property name="geometry">
  686. <rect>
  687. <x>380</x>
  688. <y>250</y>
  689. <width>100</width>
  690. <height>30</height>
  691. </rect>
  692. </property>
  693. <property name="font">
  694. <font>
  695. <pointsize>10</pointsize>
  696. </font>
  697. </property>
  698. <property name="text">
  699. <string>Ok</string>
  700. </property>
  701. <property name="default">
  702. <bool>true</bool>
  703. </property>
  704. </widget>
  705. <widget class="QLabel" name="label_10">
  706. <property name="geometry">
  707. <rect>
  708. <x>15</x>
  709. <y>50</y>
  710. <width>61</width>
  711. <height>21</height>
  712. </rect>
  713. </property>
  714. <property name="font">
  715. <font>
  716. <pointsize>10</pointsize>
  717. </font>
  718. </property>
  719. <property name="text">
  720. <string>Nom : </string>
  721. </property>
  722. </widget>
  723. <widget class="QLabel" name="label_9">
  724. <property name="geometry">
  725. <rect>
  726. <x>20</x>
  727. <y>10</y>
  728. <width>281</width>
  729. <height>21</height>
  730. </rect>
  731. </property>
  732. <property name="font">
  733. <font>
  734. <pointsize>13</pointsize>
  735. <weight>75</weight>
  736. <bold>true</bold>
  737. </font>
  738. </property>
  739. <property name="text">
  740. <string>Créer un nouveau plateau</string>
  741. </property>
  742. </widget>
  743. <widget class="QSpinBox" name="chapitrePlateau">
  744. <property name="geometry">
  745. <rect>
  746. <x>90</x>
  747. <y>80</y>
  748. <width>51</width>
  749. <height>21</height>
  750. </rect>
  751. </property>
  752. <property name="font">
  753. <font>
  754. <pointsize>10</pointsize>
  755. </font>
  756. </property>
  757. <property name="minimum">
  758. <number>1</number>
  759. </property>
  760. </widget>
  761. <widget class="QSpinBox" name="hauteurPlateau">
  762. <property name="geometry">
  763. <rect>
  764. <x>310</x>
  765. <y>180</y>
  766. <width>71</width>
  767. <height>22</height>
  768. </rect>
  769. </property>
  770. <property name="font">
  771. <font>
  772. <pointsize>10</pointsize>
  773. </font>
  774. </property>
  775. <property name="minimum">
  776. <number>5</number>
  777. </property>
  778. <property name="maximum">
  779. <number>300</number>
  780. </property>
  781. <property name="singleStep">
  782. <number>1</number>
  783. </property>
  784. <property name="value">
  785. <number>25</number>
  786. </property>
  787. </widget>
  788. <widget class="QLabel" name="label_5">
  789. <property name="geometry">
  790. <rect>
  791. <x>40</x>
  792. <y>230</y>
  793. <width>161</width>
  794. <height>21</height>
  795. </rect>
  796. </property>
  797. <property name="font">
  798. <font>
  799. <pointsize>10</pointsize>
  800. </font>
  801. </property>
  802. <property name="text">
  803. <string>Couleur initiale des cases : </string>
  804. </property>
  805. </widget>
  806. </widget>
  807. <widget class="QWidget" name="page_3">
  808. <widget class="QLabel" name="label_11">
  809. <property name="geometry">
  810. <rect>
  811. <x>10</x>
  812. <y>10</y>
  813. <width>311</width>
  814. <height>21</height>
  815. </rect>
  816. </property>
  817. <property name="font">
  818. <font>
  819. <pointsize>13</pointsize>
  820. <weight>75</weight>
  821. <bold>true</bold>
  822. </font>
  823. </property>
  824. <property name="text">
  825. <string>Reprendre un plateau du chapitre:</string>
  826. </property>
  827. </widget>
  828. <widget class="QPushButton" name="supprimerPlateau">
  829. <property name="enabled">
  830. <bool>false</bool>
  831. </property>
  832. <property name="geometry">
  833. <rect>
  834. <x>10</x>
  835. <y>250</y>
  836. <width>81</width>
  837. <height>31</height>
  838. </rect>
  839. </property>
  840. <property name="font">
  841. <font>
  842. <pointsize>10</pointsize>
  843. <italic>true</italic>
  844. </font>
  845. </property>
  846. <property name="text">
  847. <string>Supprimer</string>
  848. </property>
  849. </widget>
  850. <widget class="QTableWidget" name="listPlateau">
  851. <property name="geometry">
  852. <rect>
  853. <x>10</x>
  854. <y>40</y>
  855. <width>471</width>
  856. <height>211</height>
  857. </rect>
  858. </property>
  859. <property name="palette">
  860. <palette>
  861. <active>
  862. <colorrole role="Base">
  863. <brush brushstyle="SolidPattern">
  864. <color alpha="255">
  865. <red>247</red>
  866. <green>247</green>
  867. <blue>247</blue>
  868. </color>
  869. </brush>
  870. </colorrole>
  871. <colorrole role="AlternateBase">
  872. <brush brushstyle="SolidPattern">
  873. <color alpha="255">
  874. <red>229</red>
  875. <green>229</green>
  876. <blue>229</blue>
  877. </color>
  878. </brush>
  879. </colorrole>
  880. </active>
  881. <inactive>
  882. <colorrole role="Base">
  883. <brush brushstyle="SolidPattern">
  884. <color alpha="255">
  885. <red>247</red>
  886. <green>247</green>
  887. <blue>247</blue>
  888. </color>
  889. </brush>
  890. </colorrole>
  891. <colorrole role="AlternateBase">
  892. <brush brushstyle="SolidPattern">
  893. <color alpha="255">
  894. <red>229</red>
  895. <green>229</green>
  896. <blue>229</blue>
  897. </color>
  898. </brush>
  899. </colorrole>
  900. </inactive>
  901. <disabled>
  902. <colorrole role="Base">
  903. <brush brushstyle="SolidPattern">
  904. <color alpha="255">
  905. <red>240</red>
  906. <green>240</green>
  907. <blue>240</blue>
  908. </color>
  909. </brush>
  910. </colorrole>
  911. <colorrole role="AlternateBase">
  912. <brush brushstyle="SolidPattern">
  913. <color alpha="255">
  914. <red>229</red>
  915. <green>229</green>
  916. <blue>229</blue>
  917. </color>
  918. </brush>
  919. </colorrole>
  920. </disabled>
  921. </palette>
  922. </property>
  923. <property name="font">
  924. <font>
  925. <pointsize>10</pointsize>
  926. </font>
  927. </property>
  928. <property name="frameShape">
  929. <enum>QFrame::StyledPanel</enum>
  930. </property>
  931. <property name="editTriggers">
  932. <set>QAbstractItemView::NoEditTriggers</set>
  933. </property>
  934. <property name="showDropIndicator" stdset="0">
  935. <bool>false</bool>
  936. </property>
  937. <property name="dragDropOverwriteMode">
  938. <bool>false</bool>
  939. </property>
  940. <property name="selectionMode">
  941. <enum>QAbstractItemView::SingleSelection</enum>
  942. </property>
  943. <property name="selectionBehavior">
  944. <enum>QAbstractItemView::SelectRows</enum>
  945. </property>
  946. <property name="showGrid">
  947. <bool>true</bool>
  948. </property>
  949. <property name="gridStyle">
  950. <enum>Qt::DotLine</enum>
  951. </property>
  952. <property name="cornerButtonEnabled">
  953. <bool>true</bool>
  954. </property>
  955. <attribute name="horizontalHeaderVisible">
  956. <bool>false</bool>
  957. </attribute>
  958. <attribute name="horizontalHeaderDefaultSectionSize">
  959. <number>80</number>
  960. </attribute>
  961. <attribute name="verticalHeaderVisible">
  962. <bool>false</bool>
  963. </attribute>
  964. <attribute name="verticalHeaderDefaultSectionSize">
  965. <number>24</number>
  966. </attribute>
  967. <column>
  968. <property name="text">
  969. <string>index</string>
  970. </property>
  971. </column>
  972. <column>
  973. <property name="text">
  974. <string>Chapitre</string>
  975. </property>
  976. </column>
  977. <column>
  978. <property name="text">
  979. <string>Nom</string>
  980. </property>
  981. </column>
  982. <column>
  983. <property name="text">
  984. <string>Creation</string>
  985. </property>
  986. </column>
  987. <column>
  988. <property name="text">
  989. <string>Sauvegarde</string>
  990. </property>
  991. </column>
  992. <column>
  993. <property name="text">
  994. <string>Public</string>
  995. </property>
  996. </column>
  997. <column>
  998. <property name="text">
  999. <string>tri</string>
  1000. </property>
  1001. </column>
  1002. </widget>
  1003. <widget class="QSpinBox" name="chapitreChargementPlateau">
  1004. <property name="geometry">
  1005. <rect>
  1006. <x>330</x>
  1007. <y>10</y>
  1008. <width>41</width>
  1009. <height>22</height>
  1010. </rect>
  1011. </property>
  1012. <property name="font">
  1013. <font>
  1014. <pointsize>10</pointsize>
  1015. </font>
  1016. </property>
  1017. <property name="minimum">
  1018. <number>1</number>
  1019. </property>
  1020. </widget>
  1021. <widget class="QPushButton" name="chargerPlateau">
  1022. <property name="enabled">
  1023. <bool>false</bool>
  1024. </property>
  1025. <property name="geometry">
  1026. <rect>
  1027. <x>380</x>
  1028. <y>250</y>
  1029. <width>100</width>
  1030. <height>30</height>
  1031. </rect>
  1032. </property>
  1033. <property name="font">
  1034. <font>
  1035. <pointsize>10</pointsize>
  1036. </font>
  1037. </property>
  1038. <property name="text">
  1039. <string>Ok</string>
  1040. </property>
  1041. </widget>
  1042. <widget class="QLabel" name="label_12">
  1043. <property name="geometry">
  1044. <rect>
  1045. <x>391</x>
  1046. <y>9</y>
  1047. <width>71</width>
  1048. <height>21</height>
  1049. </rect>
  1050. </property>
  1051. <property name="font">
  1052. <font>
  1053. <italic>true</italic>
  1054. </font>
  1055. </property>
  1056. <property name="text">
  1057. <string>Tout afficher:</string>
  1058. </property>
  1059. </widget>
  1060. <widget class="QCheckBox" name="toutAfficherPlateau">
  1061. <property name="geometry">
  1062. <rect>
  1063. <x>460</x>
  1064. <y>10</y>
  1065. <width>16</width>
  1066. <height>20</height>
  1067. </rect>
  1068. </property>
  1069. <property name="text">
  1070. <string/>
  1071. </property>
  1072. </widget>
  1073. </widget>
  1074. <widget class="QWidget" name="page_4">
  1075. <widget class="QListWidget" name="selectionModele">
  1076. <property name="geometry">
  1077. <rect>
  1078. <x>10</x>
  1079. <y>40</y>
  1080. <width>141</width>
  1081. <height>251</height>
  1082. </rect>
  1083. </property>
  1084. <property name="palette">
  1085. <palette>
  1086. <active>
  1087. <colorrole role="Base">
  1088. <brush brushstyle="SolidPattern">
  1089. <color alpha="255">
  1090. <red>247</red>
  1091. <green>247</green>
  1092. <blue>247</blue>
  1093. </color>
  1094. </brush>
  1095. </colorrole>
  1096. </active>
  1097. <inactive>
  1098. <colorrole role="Base">
  1099. <brush brushstyle="SolidPattern">
  1100. <color alpha="255">
  1101. <red>247</red>
  1102. <green>247</green>
  1103. <blue>247</blue>
  1104. </color>
  1105. </brush>
  1106. </colorrole>
  1107. </inactive>
  1108. <disabled>
  1109. <colorrole role="Base">
  1110. <brush brushstyle="SolidPattern">
  1111. <color alpha="255">
  1112. <red>240</red>
  1113. <green>240</green>
  1114. <blue>240</blue>
  1115. </color>
  1116. </brush>
  1117. </colorrole>
  1118. </disabled>
  1119. </palette>
  1120. </property>
  1121. <property name="frameShape">
  1122. <enum>QFrame::Box</enum>
  1123. </property>
  1124. <item>
  1125. <property name="text">
  1126. <string>Prairie</string>
  1127. </property>
  1128. </item>
  1129. <item>
  1130. <property name="text">
  1131. <string>Caverne</string>
  1132. </property>
  1133. </item>
  1134. <item>
  1135. <property name="text">
  1136. <string>Plage</string>
  1137. </property>
  1138. </item>
  1139. <item>
  1140. <property name="text">
  1141. <string>Marais</string>
  1142. </property>
  1143. </item>
  1144. <item>
  1145. <property name="text">
  1146. <string>Cour du chateau</string>
  1147. </property>
  1148. </item>
  1149. <item>
  1150. <property name="text">
  1151. <string>Salle du trône</string>
  1152. </property>
  1153. </item>
  1154. <item>
  1155. <property name="text">
  1156. <string>Crypte</string>
  1157. </property>
  1158. </item>
  1159. <item>
  1160. <property name="text">
  1161. <string>Maison bourgeoise</string>
  1162. </property>
  1163. </item>
  1164. <item>
  1165. <property name="text">
  1166. <string>Forêt</string>
  1167. </property>
  1168. </item>
  1169. </widget>
  1170. <widget class="QLabel" name="label_3">
  1171. <property name="geometry">
  1172. <rect>
  1173. <x>170</x>
  1174. <y>70</y>
  1175. <width>71</width>
  1176. <height>21</height>
  1177. </rect>
  1178. </property>
  1179. <property name="text">
  1180. <string>Dimensions :</string>
  1181. </property>
  1182. </widget>
  1183. <widget class="QLabel" name="label_4">
  1184. <property name="geometry">
  1185. <rect>
  1186. <x>170</x>
  1187. <y>50</y>
  1188. <width>46</width>
  1189. <height>13</height>
  1190. </rect>
  1191. </property>
  1192. <property name="text">
  1193. <string>Nom :</string>
  1194. </property>
  1195. </widget>
  1196. <widget class="QLabel" name="modele_dimensions">
  1197. <property name="geometry">
  1198. <rect>
  1199. <x>170</x>
  1200. <y>90</y>
  1201. <width>91</width>
  1202. <height>21</height>
  1203. </rect>
  1204. </property>
  1205. <property name="text">
  1206. <string>dim</string>
  1207. </property>
  1208. </widget>
  1209. <widget class="QLineEdit" name="modele_nom">
  1210. <property name="geometry">
  1211. <rect>
  1212. <x>210</x>
  1213. <y>49</y>
  1214. <width>271</width>
  1215. <height>21</height>
  1216. </rect>
  1217. </property>
  1218. </widget>
  1219. <widget class="QPushButton" name="chargerModele">
  1220. <property name="enabled">
  1221. <bool>false</bool>
  1222. </property>
  1223. <property name="geometry">
  1224. <rect>
  1225. <x>380</x>
  1226. <y>250</y>
  1227. <width>100</width>
  1228. <height>30</height>
  1229. </rect>
  1230. </property>
  1231. <property name="text">
  1232. <string>Ok</string>
  1233. </property>
  1234. </widget>
  1235. <widget class="QLabel" name="label_14">
  1236. <property name="geometry">
  1237. <rect>
  1238. <x>10</x>
  1239. <y>10</y>
  1240. <width>271</width>
  1241. <height>21</height>
  1242. </rect>
  1243. </property>
  1244. <property name="font">
  1245. <font>
  1246. <pointsize>13</pointsize>
  1247. <weight>75</weight>
  1248. <bold>true</bold>
  1249. </font>
  1250. </property>
  1251. <property name="text">
  1252. <string>Utiliser un plateau tout fait : </string>
  1253. </property>
  1254. </widget>
  1255. <widget class="QLabel" name="modele_apercu">
  1256. <property name="geometry">
  1257. <rect>
  1258. <x>270</x>
  1259. <y>80</y>
  1260. <width>201</width>
  1261. <height>161</height>
  1262. </rect>
  1263. </property>
  1264. <property name="frameShape">
  1265. <enum>QFrame::StyledPanel</enum>
  1266. </property>
  1267. <property name="text">
  1268. <string>(Non disponible)</string>
  1269. </property>
  1270. <property name="alignment">
  1271. <set>Qt::AlignCenter</set>
  1272. </property>
  1273. </widget>
  1274. </widget>
  1275. </widget>
  1276. </widget>
  1277. <resources/>
  1278. <connections/>
  1279. </ui>