dlg_main.ui 5.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>dlg_main</class>
  4. <widget class="QDialog" name="dlg_main">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>532</width>
  10. <height>537</height>
  11. </rect>
  12. </property>
  13. <property name="font">
  14. <font>
  15. <family>Verdana</family>
  16. <pointsize>9</pointsize>
  17. </font>
  18. </property>
  19. <property name="windowTitle">
  20. <string>MnCheck</string>
  21. </property>
  22. <property name="windowIcon">
  23. <iconset>
  24. <normaloff>rsc/network.png</normaloff>rsc/network.png</iconset>
  25. </property>
  26. <layout class="QVBoxLayout" name="verticalLayout">
  27. <item>
  28. <layout class="QHBoxLayout" name="horizontalLayout">
  29. <property name="topMargin">
  30. <number>0</number>
  31. </property>
  32. <item>
  33. <widget class="QLabel" name="label">
  34. <property name="text">
  35. <string>Sélectionnez le schéma à appliquer:</string>
  36. </property>
  37. </widget>
  38. </item>
  39. <item>
  40. <spacer name="horizontalSpacer">
  41. <property name="orientation">
  42. <enum>Qt::Horizontal</enum>
  43. </property>
  44. <property name="sizeHint" stdset="0">
  45. <size>
  46. <width>40</width>
  47. <height>20</height>
  48. </size>
  49. </property>
  50. </spacer>
  51. </item>
  52. <item>
  53. <widget class="QPushButton" name="btn_help">
  54. <property name="enabled">
  55. <bool>false</bool>
  56. </property>
  57. <property name="minimumSize">
  58. <size>
  59. <width>28</width>
  60. <height>28</height>
  61. </size>
  62. </property>
  63. <property name="font">
  64. <font>
  65. <pointsize>9</pointsize>
  66. </font>
  67. </property>
  68. <property name="text">
  69. <string/>
  70. </property>
  71. <property name="icon">
  72. <iconset>
  73. <normaloff>rsc/question.png</normaloff>rsc/question.png</iconset>
  74. </property>
  75. </widget>
  76. </item>
  77. <item>
  78. <widget class="QPushButton" name="btn_settings">
  79. <property name="enabled">
  80. <bool>false</bool>
  81. </property>
  82. <property name="minimumSize">
  83. <size>
  84. <width>28</width>
  85. <height>28</height>
  86. </size>
  87. </property>
  88. <property name="font">
  89. <font>
  90. <pointsize>9</pointsize>
  91. </font>
  92. </property>
  93. <property name="text">
  94. <string/>
  95. </property>
  96. <property name="icon">
  97. <iconset>
  98. <normaloff>rsc/settings.png</normaloff>rsc/settings.png</iconset>
  99. </property>
  100. </widget>
  101. </item>
  102. </layout>
  103. </item>
  104. <item>
  105. <layout class="QHBoxLayout" name="horizontalLayout_2">
  106. <property name="leftMargin">
  107. <number>0</number>
  108. </property>
  109. <property name="rightMargin">
  110. <number>0</number>
  111. </property>
  112. <item>
  113. <widget class="QComboBox" name="cbb_schemas">
  114. <property name="minimumSize">
  115. <size>
  116. <width>0</width>
  117. <height>30</height>
  118. </size>
  119. </property>
  120. </widget>
  121. </item>
  122. <item>
  123. <widget class="QToolButton" name="btn_run">
  124. <property name="minimumSize">
  125. <size>
  126. <width>32</width>
  127. <height>32</height>
  128. </size>
  129. </property>
  130. <property name="text">
  131. <string/>
  132. </property>
  133. <property name="icon">
  134. <iconset>
  135. <normaloff>rsc/play.png</normaloff>rsc/play.png</iconset>
  136. </property>
  137. </widget>
  138. </item>
  139. </layout>
  140. </item>
  141. <item>
  142. <widget class="QTreeWidget" name="tree_report">
  143. <property name="indentation">
  144. <number>15</number>
  145. </property>
  146. <attribute name="headerVisible">
  147. <bool>false</bool>
  148. </attribute>
  149. <column>
  150. <property name="text">
  151. <string>icon</string>
  152. </property>
  153. </column>
  154. <column>
  155. <property name="text">
  156. <string>text</string>
  157. </property>
  158. </column>
  159. </widget>
  160. </item>
  161. <item>
  162. <widget class="QLabel" name="label_2">
  163. <property name="palette">
  164. <palette>
  165. <active>
  166. <colorrole role="WindowText">
  167. <brush brushstyle="SolidPattern">
  168. <color alpha="255">
  169. <red>0</red>
  170. <green>0</green>
  171. <blue>255</blue>
  172. </color>
  173. </brush>
  174. </colorrole>
  175. </active>
  176. <inactive>
  177. <colorrole role="WindowText">
  178. <brush brushstyle="SolidPattern">
  179. <color alpha="255">
  180. <red>0</red>
  181. <green>0</green>
  182. <blue>255</blue>
  183. </color>
  184. </brush>
  185. </colorrole>
  186. </inactive>
  187. <disabled>
  188. <colorrole role="WindowText">
  189. <brush brushstyle="SolidPattern">
  190. <color alpha="255">
  191. <red>120</red>
  192. <green>120</green>
  193. <blue>120</blue>
  194. </color>
  195. </brush>
  196. </colorrole>
  197. </disabled>
  198. </palette>
  199. </property>
  200. <property name="font">
  201. <font>
  202. <family>Verdana</family>
  203. <pointsize>8</pointsize>
  204. <italic>true</italic>
  205. <underline>true</underline>
  206. </font>
  207. </property>
  208. <property name="text">
  209. <string>Signaler un problème ou suggérer une amélioration</string>
  210. </property>
  211. <property name="alignment">
  212. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  213. </property>
  214. <property name="openExternalLinks">
  215. <bool>true</bool>
  216. </property>
  217. </widget>
  218. </item>
  219. </layout>
  220. </widget>
  221. <resources/>
  222. <connections/>
  223. </ui>