creationPlateau_original.ui 9.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446
  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>631</width>
  10. <height>323</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Dialog</string>
  15. </property>
  16. <widget class="QLabel" name="label_6">
  17. <property name="geometry">
  18. <rect>
  19. <x>10</x>
  20. <y>80</y>
  21. <width>61</width>
  22. <height>16</height>
  23. </rect>
  24. </property>
  25. <property name="text">
  26. <string>Chapitre : </string>
  27. </property>
  28. </widget>
  29. <widget class="QCheckBox" name="toutAfficherPlateau">
  30. <property name="geometry">
  31. <rect>
  32. <x>549</x>
  33. <y>21</y>
  34. <width>16</width>
  35. <height>20</height>
  36. </rect>
  37. </property>
  38. <property name="text">
  39. <string/>
  40. </property>
  41. </widget>
  42. <widget class="QTableWidget" name="listPlateau">
  43. <property name="geometry">
  44. <rect>
  45. <x>280</x>
  46. <y>50</y>
  47. <width>311</width>
  48. <height>191</height>
  49. </rect>
  50. </property>
  51. <property name="frameShape">
  52. <enum>QFrame::WinPanel</enum>
  53. </property>
  54. <property name="selectionBehavior">
  55. <enum>QAbstractItemView::SelectRows</enum>
  56. </property>
  57. <property name="showGrid">
  58. <bool>true</bool>
  59. </property>
  60. <property name="gridStyle">
  61. <enum>Qt::SolidLine</enum>
  62. </property>
  63. <property name="cornerButtonEnabled">
  64. <bool>true</bool>
  65. </property>
  66. <attribute name="horizontalHeaderVisible">
  67. <bool>true</bool>
  68. </attribute>
  69. <attribute name="horizontalHeaderDefaultSectionSize">
  70. <number>80</number>
  71. </attribute>
  72. <attribute name="verticalHeaderVisible">
  73. <bool>false</bool>
  74. </attribute>
  75. <attribute name="verticalHeaderDefaultSectionSize">
  76. <number>24</number>
  77. </attribute>
  78. <column>
  79. <property name="text">
  80. <string>index</string>
  81. </property>
  82. </column>
  83. <column>
  84. <property name="text">
  85. <string>Chapitre</string>
  86. </property>
  87. </column>
  88. <column>
  89. <property name="text">
  90. <string>Nom</string>
  91. </property>
  92. </column>
  93. <column>
  94. <property name="text">
  95. <string>Creation</string>
  96. </property>
  97. </column>
  98. <column>
  99. <property name="text">
  100. <string>Sauvegarde</string>
  101. </property>
  102. </column>
  103. <column>
  104. <property name="text">
  105. <string>Public</string>
  106. </property>
  107. </column>
  108. <column>
  109. <property name="text">
  110. <string>tri</string>
  111. </property>
  112. </column>
  113. </widget>
  114. <widget class="QLabel" name="label_7">
  115. <property name="geometry">
  116. <rect>
  117. <x>280</x>
  118. <y>20</y>
  119. <width>181</width>
  120. <height>21</height>
  121. </rect>
  122. </property>
  123. <property name="font">
  124. <font>
  125. <weight>75</weight>
  126. <bold>true</bold>
  127. </font>
  128. </property>
  129. <property name="text">
  130. <string>Charger un plateau du chapitre:</string>
  131. </property>
  132. </widget>
  133. <widget class="QLabel" name="label_5">
  134. <property name="geometry">
  135. <rect>
  136. <x>10</x>
  137. <y>210</y>
  138. <width>141</width>
  139. <height>21</height>
  140. </rect>
  141. </property>
  142. <property name="text">
  143. <string>Couleur initiale des cases : </string>
  144. </property>
  145. </widget>
  146. <widget class="QLineEdit" name="nomPlateau">
  147. <property name="geometry">
  148. <rect>
  149. <x>62</x>
  150. <y>50</y>
  151. <width>191</width>
  152. <height>20</height>
  153. </rect>
  154. </property>
  155. </widget>
  156. <widget class="QSpinBox" name="hauteurPlateau">
  157. <property name="geometry">
  158. <rect>
  159. <x>200</x>
  160. <y>170</y>
  161. <width>51</width>
  162. <height>22</height>
  163. </rect>
  164. </property>
  165. <property name="minimum">
  166. <number>5</number>
  167. </property>
  168. <property name="maximum">
  169. <number>300</number>
  170. </property>
  171. <property name="singleStep">
  172. <number>1</number>
  173. </property>
  174. <property name="value">
  175. <number>25</number>
  176. </property>
  177. </widget>
  178. <widget class="QGroupBox" name="groupBox">
  179. <property name="geometry">
  180. <rect>
  181. <x>10</x>
  182. <y>110</y>
  183. <width>241</width>
  184. <height>51</height>
  185. </rect>
  186. </property>
  187. <property name="title">
  188. <string>Forme des cases</string>
  189. </property>
  190. <widget class="QRadioButton" name="formeCase_hexagone">
  191. <property name="geometry">
  192. <rect>
  193. <x>10</x>
  194. <y>20</y>
  195. <width>82</width>
  196. <height>17</height>
  197. </rect>
  198. </property>
  199. <property name="text">
  200. <string>Hexagones</string>
  201. </property>
  202. <property name="checked">
  203. <bool>true</bool>
  204. </property>
  205. </widget>
  206. <widget class="QRadioButton" name="formeCase_carres">
  207. <property name="geometry">
  208. <rect>
  209. <x>130</x>
  210. <y>20</y>
  211. <width>82</width>
  212. <height>17</height>
  213. </rect>
  214. </property>
  215. <property name="text">
  216. <string>Carrés</string>
  217. </property>
  218. </widget>
  219. </widget>
  220. <widget class="QSpinBox" name="chapitreChargementPlateau">
  221. <property name="geometry">
  222. <rect>
  223. <x>470</x>
  224. <y>20</y>
  225. <width>41</width>
  226. <height>22</height>
  227. </rect>
  228. </property>
  229. <property name="minimum">
  230. <number>1</number>
  231. </property>
  232. </widget>
  233. <widget class="QPushButton" name="supprimerPlateau">
  234. <property name="enabled">
  235. <bool>false</bool>
  236. </property>
  237. <property name="geometry">
  238. <rect>
  239. <x>280</x>
  240. <y>240</y>
  241. <width>121</width>
  242. <height>31</height>
  243. </rect>
  244. </property>
  245. <property name="text">
  246. <string>Supprimer</string>
  247. </property>
  248. </widget>
  249. <widget class="QLabel" name="label_4">
  250. <property name="geometry">
  251. <rect>
  252. <x>60</x>
  253. <y>20</y>
  254. <width>181</width>
  255. <height>21</height>
  256. </rect>
  257. </property>
  258. <property name="font">
  259. <font>
  260. <weight>75</weight>
  261. <bold>true</bold>
  262. </font>
  263. </property>
  264. <property name="text">
  265. <string>Créer un nouveau plateau</string>
  266. </property>
  267. </widget>
  268. <widget class="QLabel" name="label_3">
  269. <property name="geometry">
  270. <rect>
  271. <x>10</x>
  272. <y>50</y>
  273. <width>46</width>
  274. <height>21</height>
  275. </rect>
  276. </property>
  277. <property name="text">
  278. <string>Nom : </string>
  279. </property>
  280. </widget>
  281. <widget class="QSpinBox" name="largeurPlateau">
  282. <property name="geometry">
  283. <rect>
  284. <x>70</x>
  285. <y>170</y>
  286. <width>51</width>
  287. <height>22</height>
  288. </rect>
  289. </property>
  290. <property name="minimum">
  291. <number>5</number>
  292. </property>
  293. <property name="maximum">
  294. <number>300</number>
  295. </property>
  296. <property name="singleStep">
  297. <number>1</number>
  298. </property>
  299. <property name="value">
  300. <number>50</number>
  301. </property>
  302. </widget>
  303. <widget class="QPushButton" name="selectionCouleur">
  304. <property name="geometry">
  305. <rect>
  306. <x>190</x>
  307. <y>210</y>
  308. <width>61</width>
  309. <height>21</height>
  310. </rect>
  311. </property>
  312. <property name="text">
  313. <string>Modifier</string>
  314. </property>
  315. </widget>
  316. <widget class="QPushButton" name="chargerPlateau">
  317. <property name="enabled">
  318. <bool>false</bool>
  319. </property>
  320. <property name="geometry">
  321. <rect>
  322. <x>450</x>
  323. <y>240</y>
  324. <width>141</width>
  325. <height>31</height>
  326. </rect>
  327. </property>
  328. <property name="text">
  329. <string>Charger ce plateau</string>
  330. </property>
  331. </widget>
  332. <widget class="QPushButton" name="creerPlateau">
  333. <property name="enabled">
  334. <bool>false</bool>
  335. </property>
  336. <property name="geometry">
  337. <rect>
  338. <x>50</x>
  339. <y>240</y>
  340. <width>141</width>
  341. <height>31</height>
  342. </rect>
  343. </property>
  344. <property name="text">
  345. <string>Creer un nouveau plateau</string>
  346. </property>
  347. </widget>
  348. <widget class="QLabel" name="label_2">
  349. <property name="geometry">
  350. <rect>
  351. <x>140</x>
  352. <y>170</y>
  353. <width>46</width>
  354. <height>21</height>
  355. </rect>
  356. </property>
  357. <property name="text">
  358. <string>Hauteur</string>
  359. </property>
  360. </widget>
  361. <widget class="QLabel" name="label">
  362. <property name="geometry">
  363. <rect>
  364. <x>10</x>
  365. <y>170</y>
  366. <width>46</width>
  367. <height>21</height>
  368. </rect>
  369. </property>
  370. <property name="text">
  371. <string>Largeur</string>
  372. </property>
  373. </widget>
  374. <widget class="QSpinBox" name="chapitrePlateau">
  375. <property name="geometry">
  376. <rect>
  377. <x>71</x>
  378. <y>80</y>
  379. <width>41</width>
  380. <height>22</height>
  381. </rect>
  382. </property>
  383. <property name="minimum">
  384. <number>1</number>
  385. </property>
  386. </widget>
  387. <widget class="QLabel" name="couleurCasesPlateau">
  388. <property name="geometry">
  389. <rect>
  390. <x>150</x>
  391. <y>210</y>
  392. <width>31</width>
  393. <height>21</height>
  394. </rect>
  395. </property>
  396. <property name="frameShape">
  397. <enum>QFrame::Box</enum>
  398. </property>
  399. <property name="frameShadow">
  400. <enum>QFrame::Sunken</enum>
  401. </property>
  402. <property name="text">
  403. <string/>
  404. </property>
  405. </widget>
  406. <widget class="QLabel" name="label_8">
  407. <property name="geometry">
  408. <rect>
  409. <x>520</x>
  410. <y>0</y>
  411. <width>71</width>
  412. <height>21</height>
  413. </rect>
  414. </property>
  415. <property name="font">
  416. <font>
  417. <italic>true</italic>
  418. </font>
  419. </property>
  420. <property name="text">
  421. <string>Tout afficher:</string>
  422. </property>
  423. </widget>
  424. <widget class="QPushButton" name="chargerPlateauEC">
  425. <property name="enabled">
  426. <bool>false</bool>
  427. </property>
  428. <property name="geometry">
  429. <rect>
  430. <x>360</x>
  431. <y>280</y>
  432. <width>141</width>
  433. <height>31</height>
  434. </rect>
  435. </property>
  436. <property name="text">
  437. <string>Charger le plus récent</string>
  438. </property>
  439. <property name="default">
  440. <bool>false</bool>
  441. </property>
  442. </widget>
  443. </widget>
  444. <resources/>
  445. <connections/>
  446. </ui>