chargerPlateau.ui 9.0 KB

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