explorateurRessources.ui 9.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>exr_fenetre</class>
  4. <widget class="QDialog" name="exr_fenetre">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>510</width>
  10. <height>259</height>
  11. </rect>
  12. </property>
  13. <property name="minimumSize">
  14. <size>
  15. <width>470</width>
  16. <height>200</height>
  17. </size>
  18. </property>
  19. <property name="maximumSize">
  20. <size>
  21. <width>713</width>
  22. <height>578</height>
  23. </size>
  24. </property>
  25. <property name="font">
  26. <font>
  27. <family>Verdana</family>
  28. </font>
  29. </property>
  30. <property name="windowTitle">
  31. <string>Explorateur de ressources</string>
  32. </property>
  33. <layout class="QVBoxLayout" name="verticalLayout" stretch="0,0,0">
  34. <property name="leftMargin">
  35. <number>5</number>
  36. </property>
  37. <property name="topMargin">
  38. <number>5</number>
  39. </property>
  40. <property name="rightMargin">
  41. <number>5</number>
  42. </property>
  43. <property name="bottomMargin">
  44. <number>5</number>
  45. </property>
  46. <item>
  47. <widget class="QFrame" name="frame">
  48. <property name="frameShape">
  49. <enum>QFrame::StyledPanel</enum>
  50. </property>
  51. <property name="frameShadow">
  52. <enum>QFrame::Raised</enum>
  53. </property>
  54. <layout class="QHBoxLayout" name="exr_panneauHaut">
  55. <property name="leftMargin">
  56. <number>3</number>
  57. </property>
  58. <property name="topMargin">
  59. <number>3</number>
  60. </property>
  61. <property name="rightMargin">
  62. <number>3</number>
  63. </property>
  64. <property name="bottomMargin">
  65. <number>3</number>
  66. </property>
  67. <item>
  68. <widget class="QComboBox" name="exr_filtreRep">
  69. <property name="minimumSize">
  70. <size>
  71. <width>170</width>
  72. <height>22</height>
  73. </size>
  74. </property>
  75. <property name="maximumSize">
  76. <size>
  77. <width>170</width>
  78. <height>22</height>
  79. </size>
  80. </property>
  81. <item>
  82. <property name="text">
  83. <string>Tout</string>
  84. </property>
  85. </item>
  86. <item>
  87. <property name="text">
  88. <string>Commun</string>
  89. </property>
  90. </item>
  91. <item>
  92. <property name="text">
  93. <string>Règles</string>
  94. </property>
  95. </item>
  96. <item>
  97. <property name="text">
  98. <string>Profil</string>
  99. </property>
  100. </item>
  101. </widget>
  102. </item>
  103. <item>
  104. <spacer name="horizontalSpacer_2">
  105. <property name="orientation">
  106. <enum>Qt::Horizontal</enum>
  107. </property>
  108. <property name="sizeHint" stdset="0">
  109. <size>
  110. <width>40</width>
  111. <height>20</height>
  112. </size>
  113. </property>
  114. </spacer>
  115. </item>
  116. <item>
  117. <widget class="QLabel" name="label">
  118. <property name="minimumSize">
  119. <size>
  120. <width>61</width>
  121. <height>16</height>
  122. </size>
  123. </property>
  124. <property name="maximumSize">
  125. <size>
  126. <width>61</width>
  127. <height>16</height>
  128. </size>
  129. </property>
  130. <property name="text">
  131. <string>Chercher : </string>
  132. </property>
  133. </widget>
  134. </item>
  135. <item>
  136. <widget class="DmLineEdit" name="exr_filtreNom">
  137. <property name="minimumSize">
  138. <size>
  139. <width>100</width>
  140. <height>20</height>
  141. </size>
  142. </property>
  143. <property name="maximumSize">
  144. <size>
  145. <width>16777215</width>
  146. <height>20</height>
  147. </size>
  148. </property>
  149. <property name="palette">
  150. <palette>
  151. <active>
  152. <colorrole role="Base">
  153. <brush brushstyle="SolidPattern">
  154. <color alpha="255">
  155. <red>248</red>
  156. <green>248</green>
  157. <blue>248</blue>
  158. </color>
  159. </brush>
  160. </colorrole>
  161. </active>
  162. <inactive>
  163. <colorrole role="Base">
  164. <brush brushstyle="SolidPattern">
  165. <color alpha="255">
  166. <red>248</red>
  167. <green>248</green>
  168. <blue>248</blue>
  169. </color>
  170. </brush>
  171. </colorrole>
  172. </inactive>
  173. <disabled>
  174. <colorrole role="Base">
  175. <brush brushstyle="SolidPattern">
  176. <color alpha="255">
  177. <red>240</red>
  178. <green>240</green>
  179. <blue>240</blue>
  180. </color>
  181. </brush>
  182. </colorrole>
  183. </disabled>
  184. </palette>
  185. </property>
  186. </widget>
  187. </item>
  188. <item>
  189. <widget class="QToolButton" name="exr_rafraichir">
  190. <property name="minimumSize">
  191. <size>
  192. <width>23</width>
  193. <height>22</height>
  194. </size>
  195. </property>
  196. <property name="maximumSize">
  197. <size>
  198. <width>23</width>
  199. <height>22</height>
  200. </size>
  201. </property>
  202. <property name="icon">
  203. <iconset resource="ressource.qrc">
  204. <normaloff>:/interface/16/ressource/rafraichir_16.png</normaloff>:/interface/16/ressource/rafraichir_16.png</iconset>
  205. </property>
  206. <property name="iconSize">
  207. <size>
  208. <width>14</width>
  209. <height>14</height>
  210. </size>
  211. </property>
  212. </widget>
  213. </item>
  214. </layout>
  215. </widget>
  216. </item>
  217. <item>
  218. <widget class="QScrollArea" name="exr_deroulement">
  219. <property name="minimumSize">
  220. <size>
  221. <width>460</width>
  222. <height>0</height>
  223. </size>
  224. </property>
  225. <property name="horizontalScrollBarPolicy">
  226. <enum>Qt::ScrollBarAlwaysOff</enum>
  227. </property>
  228. <property name="widgetResizable">
  229. <bool>true</bool>
  230. </property>
  231. <property name="alignment">
  232. <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
  233. </property>
  234. <widget class="QWidget" name="scrollAreaWidgetContents">
  235. <property name="geometry">
  236. <rect>
  237. <x>0</x>
  238. <y>0</y>
  239. <width>498</width>
  240. <height>166</height>
  241. </rect>
  242. </property>
  243. <layout class="QHBoxLayout" name="horizontalLayout_2">
  244. <property name="leftMargin">
  245. <number>3</number>
  246. </property>
  247. <property name="topMargin">
  248. <number>3</number>
  249. </property>
  250. <property name="rightMargin">
  251. <number>3</number>
  252. </property>
  253. <property name="bottomMargin">
  254. <number>3</number>
  255. </property>
  256. <item>
  257. <layout class="QGridLayout" name="exr_layout"/>
  258. </item>
  259. </layout>
  260. </widget>
  261. </widget>
  262. </item>
  263. <item>
  264. <widget class="QFrame" name="exr_panneauBas">
  265. <property name="minimumSize">
  266. <size>
  267. <width>0</width>
  268. <height>0</height>
  269. </size>
  270. </property>
  271. <property name="frameShape">
  272. <enum>QFrame::StyledPanel</enum>
  273. </property>
  274. <property name="frameShadow">
  275. <enum>QFrame::Raised</enum>
  276. </property>
  277. <layout class="QHBoxLayout" name="horizontalLayout">
  278. <property name="leftMargin">
  279. <number>3</number>
  280. </property>
  281. <property name="topMargin">
  282. <number>3</number>
  283. </property>
  284. <property name="rightMargin">
  285. <number>3</number>
  286. </property>
  287. <property name="bottomMargin">
  288. <number>3</number>
  289. </property>
  290. <item>
  291. <widget class="QPushButton" name="exr_annuler">
  292. <property name="minimumSize">
  293. <size>
  294. <width>111</width>
  295. <height>31</height>
  296. </size>
  297. </property>
  298. <property name="maximumSize">
  299. <size>
  300. <width>111</width>
  301. <height>31</height>
  302. </size>
  303. </property>
  304. <property name="text">
  305. <string>Annuler</string>
  306. </property>
  307. </widget>
  308. </item>
  309. <item>
  310. <spacer name="horizontalSpacer">
  311. <property name="orientation">
  312. <enum>Qt::Horizontal</enum>
  313. </property>
  314. <property name="sizeHint" stdset="0">
  315. <size>
  316. <width>40</width>
  317. <height>20</height>
  318. </size>
  319. </property>
  320. </spacer>
  321. </item>
  322. <item>
  323. <widget class="QPushButton" name="exr_ok">
  324. <property name="enabled">
  325. <bool>false</bool>
  326. </property>
  327. <property name="minimumSize">
  328. <size>
  329. <width>131</width>
  330. <height>31</height>
  331. </size>
  332. </property>
  333. <property name="maximumSize">
  334. <size>
  335. <width>131</width>
  336. <height>31</height>
  337. </size>
  338. </property>
  339. <property name="text">
  340. <string>Utiliser</string>
  341. </property>
  342. <property name="default">
  343. <bool>true</bool>
  344. </property>
  345. </widget>
  346. </item>
  347. </layout>
  348. </widget>
  349. </item>
  350. </layout>
  351. </widget>
  352. <customwidgets>
  353. <customwidget>
  354. <class>DmLineEdit</class>
  355. <extends>QLineEdit</extends>
  356. <header location="global">dm.h</header>
  357. </customwidget>
  358. </customwidgets>
  359. <resources>
  360. <include location="ressource.qrc"/>
  361. </resources>
  362. <connections/>
  363. </ui>