chargerPlateau.ui 8.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>chp_fenetre</class>
  4. <widget class="QDialog" name="chp_fenetre">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>509</width>
  10. <height>300</height>
  11. </rect>
  12. </property>
  13. <property name="minimumSize">
  14. <size>
  15. <width>509</width>
  16. <height>300</height>
  17. </size>
  18. </property>
  19. <property name="maximumSize">
  20. <size>
  21. <width>509</width>
  22. <height>300</height>
  23. </size>
  24. </property>
  25. <property name="font">
  26. <font>
  27. <family>Verdana</family>
  28. </font>
  29. </property>
  30. <property name="windowTitle">
  31. <string>Charger un plateau</string>
  32. </property>
  33. <widget class="DmTableWidget" name="chp_liste">
  34. <property name="geometry">
  35. <rect>
  36. <x>19</x>
  37. <y>41</y>
  38. <width>471</width>
  39. <height>211</height>
  40. </rect>
  41. </property>
  42. <property name="palette">
  43. <palette>
  44. <active>
  45. <colorrole role="Base">
  46. <brush brushstyle="SolidPattern">
  47. <color alpha="255">
  48. <red>247</red>
  49. <green>247</green>
  50. <blue>247</blue>
  51. </color>
  52. </brush>
  53. </colorrole>
  54. <colorrole role="Highlight">
  55. <brush brushstyle="SolidPattern">
  56. <color alpha="100">
  57. <red>208</red>
  58. <green>69</green>
  59. <blue>0</blue>
  60. </color>
  61. </brush>
  62. </colorrole>
  63. <colorrole role="AlternateBase">
  64. <brush brushstyle="SolidPattern">
  65. <color alpha="255">
  66. <red>229</red>
  67. <green>229</green>
  68. <blue>229</blue>
  69. </color>
  70. </brush>
  71. </colorrole>
  72. </active>
  73. <inactive>
  74. <colorrole role="Base">
  75. <brush brushstyle="SolidPattern">
  76. <color alpha="255">
  77. <red>247</red>
  78. <green>247</green>
  79. <blue>247</blue>
  80. </color>
  81. </brush>
  82. </colorrole>
  83. <colorrole role="Highlight">
  84. <brush brushstyle="SolidPattern">
  85. <color alpha="100">
  86. <red>208</red>
  87. <green>69</green>
  88. <blue>0</blue>
  89. </color>
  90. </brush>
  91. </colorrole>
  92. <colorrole role="AlternateBase">
  93. <brush brushstyle="SolidPattern">
  94. <color alpha="255">
  95. <red>229</red>
  96. <green>229</green>
  97. <blue>229</blue>
  98. </color>
  99. </brush>
  100. </colorrole>
  101. </inactive>
  102. <disabled>
  103. <colorrole role="Base">
  104. <brush brushstyle="SolidPattern">
  105. <color alpha="255">
  106. <red>240</red>
  107. <green>240</green>
  108. <blue>240</blue>
  109. </color>
  110. </brush>
  111. </colorrole>
  112. <colorrole role="Highlight">
  113. <brush brushstyle="SolidPattern">
  114. <color alpha="255">
  115. <red>51</red>
  116. <green>153</green>
  117. <blue>255</blue>
  118. </color>
  119. </brush>
  120. </colorrole>
  121. <colorrole role="AlternateBase">
  122. <brush brushstyle="SolidPattern">
  123. <color alpha="255">
  124. <red>229</red>
  125. <green>229</green>
  126. <blue>229</blue>
  127. </color>
  128. </brush>
  129. </colorrole>
  130. </disabled>
  131. </palette>
  132. </property>
  133. <property name="font">
  134. <font>
  135. <pointsize>8</pointsize>
  136. </font>
  137. </property>
  138. <property name="frameShape">
  139. <enum>QFrame::StyledPanel</enum>
  140. </property>
  141. <property name="editTriggers">
  142. <set>QAbstractItemView::NoEditTriggers</set>
  143. </property>
  144. <property name="showDropIndicator" stdset="0">
  145. <bool>false</bool>
  146. </property>
  147. <property name="dragDropOverwriteMode">
  148. <bool>false</bool>
  149. </property>
  150. <property name="selectionMode">
  151. <enum>QAbstractItemView::SingleSelection</enum>
  152. </property>
  153. <property name="selectionBehavior">
  154. <enum>QAbstractItemView::SelectRows</enum>
  155. </property>
  156. <property name="showGrid">
  157. <bool>true</bool>
  158. </property>
  159. <property name="gridStyle">
  160. <enum>Qt::DotLine</enum>
  161. </property>
  162. <property name="cornerButtonEnabled">
  163. <bool>true</bool>
  164. </property>
  165. <attribute name="horizontalHeaderVisible">
  166. <bool>true</bool>
  167. </attribute>
  168. <attribute name="horizontalHeaderDefaultSectionSize">
  169. <number>80</number>
  170. </attribute>
  171. <attribute name="horizontalHeaderHighlightSections">
  172. <bool>false</bool>
  173. </attribute>
  174. <attribute name="verticalHeaderVisible">
  175. <bool>false</bool>
  176. </attribute>
  177. <attribute name="verticalHeaderDefaultSectionSize">
  178. <number>24</number>
  179. </attribute>
  180. <attribute name="verticalHeaderHighlightSections">
  181. <bool>false</bool>
  182. </attribute>
  183. <column>
  184. <property name="text">
  185. <string>idSvg</string>
  186. </property>
  187. </column>
  188. <column>
  189. <property name="text">
  190. <string/>
  191. </property>
  192. </column>
  193. <column>
  194. <property name="text">
  195. <string>Ch.</string>
  196. </property>
  197. </column>
  198. <column>
  199. <property name="text">
  200. <string>Nom</string>
  201. </property>
  202. </column>
  203. <column>
  204. <property name="text">
  205. <string>Date</string>
  206. </property>
  207. </column>
  208. <column>
  209. <property name="text">
  210. <string>date_tri</string>
  211. </property>
  212. </column>
  213. </widget>
  214. <widget class="QCheckBox" name="chp_toutAfficher">
  215. <property name="geometry">
  216. <rect>
  217. <x>469</x>
  218. <y>11</y>
  219. <width>16</width>
  220. <height>20</height>
  221. </rect>
  222. </property>
  223. <property name="text">
  224. <string/>
  225. </property>
  226. </widget>
  227. <widget class="QPushButton" name="chp_ok">
  228. <property name="enabled">
  229. <bool>false</bool>
  230. </property>
  231. <property name="geometry">
  232. <rect>
  233. <x>389</x>
  234. <y>258</y>
  235. <width>100</width>
  236. <height>30</height>
  237. </rect>
  238. </property>
  239. <property name="font">
  240. <font>
  241. <pointsize>10</pointsize>
  242. </font>
  243. </property>
  244. <property name="text">
  245. <string>Ok</string>
  246. </property>
  247. </widget>
  248. <widget class="QLabel" name="label_11">
  249. <property name="geometry">
  250. <rect>
  251. <x>19</x>
  252. <y>11</y>
  253. <width>311</width>
  254. <height>21</height>
  255. </rect>
  256. </property>
  257. <property name="font">
  258. <font>
  259. <pointsize>11</pointsize>
  260. <weight>75</weight>
  261. <bold>true</bold>
  262. </font>
  263. </property>
  264. <property name="text">
  265. <string>Reprendre un plateau du chapitre:</string>
  266. </property>
  267. </widget>
  268. <widget class="QPushButton" name="chp_supprimer">
  269. <property name="enabled">
  270. <bool>false</bool>
  271. </property>
  272. <property name="geometry">
  273. <rect>
  274. <x>19</x>
  275. <y>258</y>
  276. <width>31</width>
  277. <height>31</height>
  278. </rect>
  279. </property>
  280. <property name="font">
  281. <font>
  282. <pointsize>10</pointsize>
  283. <italic>true</italic>
  284. </font>
  285. </property>
  286. <property name="text">
  287. <string/>
  288. </property>
  289. <property name="icon">
  290. <iconset resource="ressource.qrc">
  291. <normaloff>:/interface/16/ressource/corbeille_16.png</normaloff>:/interface/16/ressource/corbeille_16.png</iconset>
  292. </property>
  293. </widget>
  294. <widget class="QSpinBox" name="chp_chapitre">
  295. <property name="geometry">
  296. <rect>
  297. <x>309</x>
  298. <y>5</y>
  299. <width>61</width>
  300. <height>31</height>
  301. </rect>
  302. </property>
  303. <property name="palette">
  304. <palette>
  305. <active>
  306. <colorrole role="Base">
  307. <brush brushstyle="SolidPattern">
  308. <color alpha="255">
  309. <red>248</red>
  310. <green>248</green>
  311. <blue>248</blue>
  312. </color>
  313. </brush>
  314. </colorrole>
  315. </active>
  316. <inactive>
  317. <colorrole role="Base">
  318. <brush brushstyle="SolidPattern">
  319. <color alpha="255">
  320. <red>248</red>
  321. <green>248</green>
  322. <blue>248</blue>
  323. </color>
  324. </brush>
  325. </colorrole>
  326. </inactive>
  327. <disabled>
  328. <colorrole role="Base">
  329. <brush brushstyle="SolidPattern">
  330. <color alpha="255">
  331. <red>240</red>
  332. <green>240</green>
  333. <blue>240</blue>
  334. </color>
  335. </brush>
  336. </colorrole>
  337. </disabled>
  338. </palette>
  339. </property>
  340. <property name="font">
  341. <font>
  342. <pointsize>10</pointsize>
  343. </font>
  344. </property>
  345. <property name="minimum">
  346. <number>1</number>
  347. </property>
  348. </widget>
  349. <widget class="QLabel" name="label_12">
  350. <property name="geometry">
  351. <rect>
  352. <x>390</x>
  353. <y>10</y>
  354. <width>81</width>
  355. <height>21</height>
  356. </rect>
  357. </property>
  358. <property name="font">
  359. <font>
  360. <italic>true</italic>
  361. </font>
  362. </property>
  363. <property name="text">
  364. <string>Tout afficher:</string>
  365. </property>
  366. </widget>
  367. </widget>
  368. <customwidgets>
  369. <customwidget>
  370. <class>DmTableWidget</class>
  371. <extends>QTableWidget</extends>
  372. <header>dm.h</header>
  373. </customwidget>
  374. </customwidgets>
  375. <resources>
  376. <include location="ressource.qrc"/>
  377. </resources>
  378. <connections/>
  379. </ui>