qt_details.ui 6.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>Dialog</class>
  4. <widget class="QDialog" name="Dialog">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>665</width>
  10. <height>699</height>
  11. </rect>
  12. </property>
  13. <property name="font">
  14. <font>
  15. <family>Verdana</family>
  16. </font>
  17. </property>
  18. <property name="windowTitle">
  19. <string>Dialog</string>
  20. </property>
  21. <layout class="QVBoxLayout" name="verticalLayout">
  22. <item>
  23. <widget class="QLabel" name="lbl_title">
  24. <property name="minimumSize">
  25. <size>
  26. <width>571</width>
  27. <height>21</height>
  28. </size>
  29. </property>
  30. <property name="maximumSize">
  31. <size>
  32. <width>16777215</width>
  33. <height>21</height>
  34. </size>
  35. </property>
  36. <property name="font">
  37. <font>
  38. <pointsize>12</pointsize>
  39. </font>
  40. </property>
  41. <property name="text">
  42. <string>ObjectType: ObjectName</string>
  43. </property>
  44. </widget>
  45. </item>
  46. <item>
  47. <layout class="QHBoxLayout" name="horizontalLayout">
  48. <property name="topMargin">
  49. <number>0</number>
  50. </property>
  51. <property name="bottomMargin">
  52. <number>5</number>
  53. </property>
  54. <item>
  55. <widget class="QLabel" name="label_2">
  56. <property name="minimumSize">
  57. <size>
  58. <width>311</width>
  59. <height>21</height>
  60. </size>
  61. </property>
  62. <property name="maximumSize">
  63. <size>
  64. <width>16777215</width>
  65. <height>21</height>
  66. </size>
  67. </property>
  68. <property name="text">
  69. <string>Mentionne les objets suivants dans son code-source:</string>
  70. </property>
  71. </widget>
  72. </item>
  73. <item>
  74. <spacer name="horizontalSpacer">
  75. <property name="orientation">
  76. <enum>Qt::Horizontal</enum>
  77. </property>
  78. <property name="sizeHint" stdset="0">
  79. <size>
  80. <width>40</width>
  81. <height>20</height>
  82. </size>
  83. </property>
  84. </spacer>
  85. </item>
  86. <item>
  87. <widget class="QToolButton" name="btn_add_dep">
  88. <property name="text">
  89. <string>+</string>
  90. </property>
  91. </widget>
  92. </item>
  93. </layout>
  94. </item>
  95. <item>
  96. <widget class="QTableWidget" name="tbl_deps">
  97. <property name="minimumSize">
  98. <size>
  99. <width>600</width>
  100. <height>231</height>
  101. </size>
  102. </property>
  103. <attribute name="horizontalHeaderCascadingSectionResizes">
  104. <bool>false</bool>
  105. </attribute>
  106. <attribute name="horizontalHeaderStretchLastSection">
  107. <bool>true</bool>
  108. </attribute>
  109. <column>
  110. <property name="text">
  111. <string>Ligne</string>
  112. </property>
  113. </column>
  114. <column>
  115. <property name="text">
  116. <string>Nom</string>
  117. </property>
  118. </column>
  119. <column>
  120. <property name="text">
  121. <string>Type</string>
  122. </property>
  123. </column>
  124. <column>
  125. <property name="text">
  126. <string>Extrait</string>
  127. </property>
  128. </column>
  129. </widget>
  130. </item>
  131. <item>
  132. <layout class="QHBoxLayout" name="horizontalLayout_2">
  133. <property name="topMargin">
  134. <number>0</number>
  135. </property>
  136. <property name="bottomMargin">
  137. <number>5</number>
  138. </property>
  139. <item>
  140. <widget class="QLabel" name="label_3">
  141. <property name="minimumSize">
  142. <size>
  143. <width>311</width>
  144. <height>21</height>
  145. </size>
  146. </property>
  147. <property name="maximumSize">
  148. <size>
  149. <width>16777215</width>
  150. <height>21</height>
  151. </size>
  152. </property>
  153. <property name="text">
  154. <string>Est mentionné par les objets suivants dans leur code-source:</string>
  155. </property>
  156. </widget>
  157. </item>
  158. <item>
  159. <spacer name="horizontalSpacer_2">
  160. <property name="orientation">
  161. <enum>Qt::Horizontal</enum>
  162. </property>
  163. <property name="sizeHint" stdset="0">
  164. <size>
  165. <width>40</width>
  166. <height>20</height>
  167. </size>
  168. </property>
  169. </spacer>
  170. </item>
  171. </layout>
  172. </item>
  173. <item>
  174. <widget class="QTableWidget" name="tbl_refs">
  175. <property name="minimumSize">
  176. <size>
  177. <width>600</width>
  178. <height>231</height>
  179. </size>
  180. </property>
  181. <attribute name="horizontalHeaderStretchLastSection">
  182. <bool>true</bool>
  183. </attribute>
  184. <column>
  185. <property name="text">
  186. <string>Fichier</string>
  187. </property>
  188. </column>
  189. <column>
  190. <property name="text">
  191. <string>Ligne</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>Type</string>
  202. </property>
  203. </column>
  204. <column>
  205. <property name="text">
  206. <string>Extrait</string>
  207. </property>
  208. </column>
  209. </widget>
  210. </item>
  211. <item>
  212. <layout class="QHBoxLayout" name="horizontalLayout_3">
  213. <property name="bottomMargin">
  214. <number>0</number>
  215. </property>
  216. <item>
  217. <spacer name="horizontalSpacer_3">
  218. <property name="orientation">
  219. <enum>Qt::Horizontal</enum>
  220. </property>
  221. <property name="sizeHint" stdset="0">
  222. <size>
  223. <width>40</width>
  224. <height>20</height>
  225. </size>
  226. </property>
  227. </spacer>
  228. </item>
  229. <item>
  230. <widget class="QPushButton" name="btn_cancel">
  231. <property name="minimumSize">
  232. <size>
  233. <width>150</width>
  234. <height>30</height>
  235. </size>
  236. </property>
  237. <property name="text">
  238. <string>Annuler</string>
  239. </property>
  240. <property name="autoDefault">
  241. <bool>false</bool>
  242. </property>
  243. </widget>
  244. </item>
  245. <item>
  246. <widget class="QPushButton" name="btn_ok">
  247. <property name="minimumSize">
  248. <size>
  249. <width>150</width>
  250. <height>30</height>
  251. </size>
  252. </property>
  253. <property name="text">
  254. <string>Valider</string>
  255. </property>
  256. <property name="default">
  257. <bool>true</bool>
  258. </property>
  259. </widget>
  260. </item>
  261. </layout>
  262. </item>
  263. </layout>
  264. </widget>
  265. <resources/>
  266. <connections/>
  267. </ui>