panneauPj.ui 9.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377
  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>695</width>
  10. <height>87</height>
  11. </rect>
  12. </property>
  13. <property name="minimumSize">
  14. <size>
  15. <width>0</width>
  16. <height>87</height>
  17. </size>
  18. </property>
  19. <property name="maximumSize">
  20. <size>
  21. <width>16777215</width>
  22. <height>87</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>255</red>
  32. <green>255</green>
  33. <blue>255</blue>
  34. </color>
  35. </brush>
  36. </colorrole>
  37. <colorrole role="Window">
  38. <brush brushstyle="SolidPattern">
  39. <color alpha="100">
  40. <red>255</red>
  41. <green>255</green>
  42. <blue>127</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>255</red>
  52. <green>255</green>
  53. <blue>255</blue>
  54. </color>
  55. </brush>
  56. </colorrole>
  57. <colorrole role="Window">
  58. <brush brushstyle="SolidPattern">
  59. <color alpha="100">
  60. <red>255</red>
  61. <green>255</green>
  62. <blue>127</blue>
  63. </color>
  64. </brush>
  65. </colorrole>
  66. </inactive>
  67. <disabled>
  68. <colorrole role="Base">
  69. <brush brushstyle="SolidPattern">
  70. <color alpha="100">
  71. <red>255</red>
  72. <green>255</green>
  73. <blue>127</blue>
  74. </color>
  75. </brush>
  76. </colorrole>
  77. <colorrole role="Window">
  78. <brush brushstyle="SolidPattern">
  79. <color alpha="100">
  80. <red>255</red>
  81. <green>255</green>
  82. <blue>127</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="autoFillBackground">
  98. <bool>true</bool>
  99. </property>
  100. <property name="frameShape">
  101. <enum>QFrame::StyledPanel</enum>
  102. </property>
  103. <property name="frameShadow">
  104. <enum>QFrame::Sunken</enum>
  105. </property>
  106. <layout class="QHBoxLayout" name="horizontalLayout_2">
  107. <property name="spacing">
  108. <number>12</number>
  109. </property>
  110. <property name="leftMargin">
  111. <number>2</number>
  112. </property>
  113. <property name="topMargin">
  114. <number>2</number>
  115. </property>
  116. <property name="rightMargin">
  117. <number>2</number>
  118. </property>
  119. <property name="bottomMargin">
  120. <number>2</number>
  121. </property>
  122. <item>
  123. <layout class="QHBoxLayout" name="horizontalLayout">
  124. <property name="spacing">
  125. <number>12</number>
  126. </property>
  127. <property name="leftMargin">
  128. <number>10</number>
  129. </property>
  130. <property name="rightMargin">
  131. <number>10</number>
  132. </property>
  133. <item>
  134. <widget class="DmLabel" name="pj_image">
  135. <property name="maximumSize">
  136. <size>
  137. <width>60</width>
  138. <height>60</height>
  139. </size>
  140. </property>
  141. <property name="frameShape">
  142. <enum>QFrame::StyledPanel</enum>
  143. </property>
  144. <property name="frameShadow">
  145. <enum>QFrame::Raised</enum>
  146. </property>
  147. <property name="text">
  148. <string/>
  149. </property>
  150. </widget>
  151. </item>
  152. <item>
  153. <widget class="DmLabel" name="pj_nom">
  154. <property name="font">
  155. <font>
  156. <pointsize>11</pointsize>
  157. <weight>75</weight>
  158. <italic>false</italic>
  159. <bold>true</bold>
  160. </font>
  161. </property>
  162. <property name="text">
  163. <string>Nom PJ</string>
  164. </property>
  165. <property name="margin">
  166. <number>3</number>
  167. </property>
  168. </widget>
  169. </item>
  170. <item>
  171. <widget class="QPushButton" name="pj_afficher_0">
  172. <property name="enabled">
  173. <bool>false</bool>
  174. </property>
  175. <property name="minimumSize">
  176. <size>
  177. <width>40</width>
  178. <height>40</height>
  179. </size>
  180. </property>
  181. <property name="maximumSize">
  182. <size>
  183. <width>40</width>
  184. <height>40</height>
  185. </size>
  186. </property>
  187. <property name="text">
  188. <string/>
  189. </property>
  190. <property name="icon">
  191. <iconset resource="ressource.qrc">
  192. <normaloff>:/interface/32/ressource/oeil_32.png</normaloff>:/interface/32/ressource/oeil_32.png</iconset>
  193. </property>
  194. <property name="iconSize">
  195. <size>
  196. <width>20</width>
  197. <height>20</height>
  198. </size>
  199. </property>
  200. </widget>
  201. </item>
  202. <item>
  203. <widget class="QPushButton" name="pj_afficher_1">
  204. <property name="enabled">
  205. <bool>false</bool>
  206. </property>
  207. <property name="minimumSize">
  208. <size>
  209. <width>40</width>
  210. <height>40</height>
  211. </size>
  212. </property>
  213. <property name="maximumSize">
  214. <size>
  215. <width>40</width>
  216. <height>40</height>
  217. </size>
  218. </property>
  219. <property name="text">
  220. <string/>
  221. </property>
  222. <property name="icon">
  223. <iconset resource="ressource.qrc">
  224. <normaloff>:/interface/32/ressource/deplacement2_32.png</normaloff>:/interface/32/ressource/deplacement2_32.png</iconset>
  225. </property>
  226. <property name="iconSize">
  227. <size>
  228. <width>20</width>
  229. <height>20</height>
  230. </size>
  231. </property>
  232. </widget>
  233. </item>
  234. <item>
  235. <widget class="QPushButton" name="pj_afficher_2">
  236. <property name="enabled">
  237. <bool>false</bool>
  238. </property>
  239. <property name="minimumSize">
  240. <size>
  241. <width>40</width>
  242. <height>40</height>
  243. </size>
  244. </property>
  245. <property name="maximumSize">
  246. <size>
  247. <width>40</width>
  248. <height>40</height>
  249. </size>
  250. </property>
  251. <property name="text">
  252. <string/>
  253. </property>
  254. <property name="icon">
  255. <iconset resource="ressource.qrc">
  256. <normaloff>:/interface/32/ressource/profil_32.png</normaloff>:/interface/32/ressource/profil_32.png</iconset>
  257. </property>
  258. <property name="iconSize">
  259. <size>
  260. <width>20</width>
  261. <height>20</height>
  262. </size>
  263. </property>
  264. </widget>
  265. </item>
  266. <item>
  267. <widget class="QPushButton" name="pj_afficher_3">
  268. <property name="enabled">
  269. <bool>false</bool>
  270. </property>
  271. <property name="minimumSize">
  272. <size>
  273. <width>40</width>
  274. <height>40</height>
  275. </size>
  276. </property>
  277. <property name="maximumSize">
  278. <size>
  279. <width>40</width>
  280. <height>40</height>
  281. </size>
  282. </property>
  283. <property name="text">
  284. <string/>
  285. </property>
  286. <property name="icon">
  287. <iconset resource="ressource.qrc">
  288. <normaloff>:/interface/32/ressource/attaque_32.png</normaloff>:/interface/32/ressource/attaque_32.png</iconset>
  289. </property>
  290. <property name="iconSize">
  291. <size>
  292. <width>20</width>
  293. <height>20</height>
  294. </size>
  295. </property>
  296. </widget>
  297. </item>
  298. <item>
  299. <widget class="QPushButton" name="pj_afficher_4">
  300. <property name="enabled">
  301. <bool>false</bool>
  302. </property>
  303. <property name="minimumSize">
  304. <size>
  305. <width>40</width>
  306. <height>40</height>
  307. </size>
  308. </property>
  309. <property name="maximumSize">
  310. <size>
  311. <width>40</width>
  312. <height>40</height>
  313. </size>
  314. </property>
  315. <property name="text">
  316. <string/>
  317. </property>
  318. <property name="icon">
  319. <iconset resource="ressource.qrc">
  320. <normaloff>:/interface/16/ressource/sac_16.png</normaloff>:/interface/16/ressource/sac_16.png</iconset>
  321. </property>
  322. <property name="iconSize">
  323. <size>
  324. <width>20</width>
  325. <height>20</height>
  326. </size>
  327. </property>
  328. </widget>
  329. </item>
  330. <item>
  331. <widget class="QPushButton" name="pj_afficher_5">
  332. <property name="enabled">
  333. <bool>false</bool>
  334. </property>
  335. <property name="minimumSize">
  336. <size>
  337. <width>40</width>
  338. <height>40</height>
  339. </size>
  340. </property>
  341. <property name="maximumSize">
  342. <size>
  343. <width>40</width>
  344. <height>40</height>
  345. </size>
  346. </property>
  347. <property name="text">
  348. <string/>
  349. </property>
  350. <property name="icon">
  351. <iconset resource="ressource.qrc">
  352. <normaloff>:/interface/32/ressource/note_32.png</normaloff>:/interface/32/ressource/note_32.png</iconset>
  353. </property>
  354. <property name="iconSize">
  355. <size>
  356. <width>20</width>
  357. <height>20</height>
  358. </size>
  359. </property>
  360. </widget>
  361. </item>
  362. </layout>
  363. </item>
  364. </layout>
  365. </widget>
  366. <customwidgets>
  367. <customwidget>
  368. <class>DmLabel</class>
  369. <extends>QLabel</extends>
  370. <header location="global">dm.h</header>
  371. </customwidget>
  372. </customwidgets>
  373. <resources>
  374. <include location="ressource.qrc"/>
  375. </resources>
  376. <connections/>
  377. </ui>