chargerPartie.ui 6.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>chpt_fenetre</class>
  4. <widget class="QDialog" name="chpt_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="chpt_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>Nom</string>
  194. </property>
  195. </column>
  196. <column>
  197. <property name="text">
  198. <string>Date</string>
  199. </property>
  200. </column>
  201. <column>
  202. <property name="text">
  203. <string>date_tri</string>
  204. </property>
  205. </column>
  206. </widget>
  207. <widget class="QPushButton" name="chpt_ok">
  208. <property name="enabled">
  209. <bool>false</bool>
  210. </property>
  211. <property name="geometry">
  212. <rect>
  213. <x>389</x>
  214. <y>258</y>
  215. <width>100</width>
  216. <height>30</height>
  217. </rect>
  218. </property>
  219. <property name="font">
  220. <font>
  221. <pointsize>10</pointsize>
  222. </font>
  223. </property>
  224. <property name="text">
  225. <string>Ok</string>
  226. </property>
  227. </widget>
  228. <widget class="QLabel" name="label_11">
  229. <property name="geometry">
  230. <rect>
  231. <x>19</x>
  232. <y>11</y>
  233. <width>311</width>
  234. <height>21</height>
  235. </rect>
  236. </property>
  237. <property name="font">
  238. <font>
  239. <pointsize>11</pointsize>
  240. <weight>75</weight>
  241. <bold>true</bold>
  242. </font>
  243. </property>
  244. <property name="text">
  245. <string>Charger une partie</string>
  246. </property>
  247. </widget>
  248. <widget class="QPushButton" name="chpt_supprimer">
  249. <property name="enabled">
  250. <bool>false</bool>
  251. </property>
  252. <property name="geometry">
  253. <rect>
  254. <x>19</x>
  255. <y>258</y>
  256. <width>31</width>
  257. <height>31</height>
  258. </rect>
  259. </property>
  260. <property name="font">
  261. <font>
  262. <pointsize>10</pointsize>
  263. <italic>true</italic>
  264. </font>
  265. </property>
  266. <property name="text">
  267. <string/>
  268. </property>
  269. <property name="icon">
  270. <iconset resource="ressource.qrc">
  271. <normaloff>:/interface/16/ressource/corbeille_16.png</normaloff>:/interface/16/ressource/corbeille_16.png</iconset>
  272. </property>
  273. </widget>
  274. </widget>
  275. <customwidgets>
  276. <customwidget>
  277. <class>DmTableWidget</class>
  278. <extends>QTableWidget</extends>
  279. <header>dm.h</header>
  280. </customwidget>
  281. </customwidgets>
  282. <resources>
  283. <include location="ressource.qrc"/>
  284. </resources>
  285. <connections/>
  286. </ui>