chargerPartie.ui 7.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294
  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="horizontalHeaderShowSortIndicator" stdset="0">
  178. <bool>true</bool>
  179. </attribute>
  180. <attribute name="verticalHeaderVisible">
  181. <bool>false</bool>
  182. </attribute>
  183. <attribute name="verticalHeaderDefaultSectionSize">
  184. <number>24</number>
  185. </attribute>
  186. <attribute name="verticalHeaderHighlightSections">
  187. <bool>false</bool>
  188. </attribute>
  189. <column>
  190. <property name="text">
  191. <string>idSvg</string>
  192. </property>
  193. </column>
  194. <column>
  195. <property name="text">
  196. <string>Nom</string>
  197. </property>
  198. </column>
  199. <column>
  200. <property name="text">
  201. <string>Créé le</string>
  202. </property>
  203. </column>
  204. <column>
  205. <property name="text">
  206. <string>Modifié le</string>
  207. </property>
  208. </column>
  209. <column>
  210. <property name="text">
  211. <string>date_tri</string>
  212. </property>
  213. </column>
  214. </widget>
  215. <widget class="QPushButton" name="chpt_ok">
  216. <property name="enabled">
  217. <bool>false</bool>
  218. </property>
  219. <property name="geometry">
  220. <rect>
  221. <x>389</x>
  222. <y>258</y>
  223. <width>100</width>
  224. <height>30</height>
  225. </rect>
  226. </property>
  227. <property name="font">
  228. <font>
  229. <pointsize>10</pointsize>
  230. </font>
  231. </property>
  232. <property name="text">
  233. <string>Ok</string>
  234. </property>
  235. </widget>
  236. <widget class="QLabel" name="label_11">
  237. <property name="geometry">
  238. <rect>
  239. <x>19</x>
  240. <y>11</y>
  241. <width>311</width>
  242. <height>21</height>
  243. </rect>
  244. </property>
  245. <property name="font">
  246. <font>
  247. <pointsize>11</pointsize>
  248. <weight>75</weight>
  249. <bold>true</bold>
  250. </font>
  251. </property>
  252. <property name="text">
  253. <string>Charger une partie</string>
  254. </property>
  255. </widget>
  256. <widget class="QPushButton" name="chpt_supprimer">
  257. <property name="enabled">
  258. <bool>false</bool>
  259. </property>
  260. <property name="geometry">
  261. <rect>
  262. <x>19</x>
  263. <y>258</y>
  264. <width>31</width>
  265. <height>31</height>
  266. </rect>
  267. </property>
  268. <property name="font">
  269. <font>
  270. <pointsize>10</pointsize>
  271. <italic>true</italic>
  272. </font>
  273. </property>
  274. <property name="text">
  275. <string/>
  276. </property>
  277. <property name="icon">
  278. <iconset resource="ressource.qrc">
  279. <normaloff>:/interface/16/ressource/corbeille_16.png</normaloff>:/interface/16/ressource/corbeille_16.png</iconset>
  280. </property>
  281. </widget>
  282. </widget>
  283. <customwidgets>
  284. <customwidget>
  285. <class>DmTableWidget</class>
  286. <extends>QTableWidget</extends>
  287. <header>dm.h</header>
  288. </customwidget>
  289. </customwidgets>
  290. <resources>
  291. <include location="ressource.qrc"/>
  292. </resources>
  293. <connections/>
  294. </ui>