panneauPj.ui 9.5 KB

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