dlg_main.ui 5.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199
  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>490</width>
  10. <height>448</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="QTableWidget" name="tbl_layers">
  143. <property name="editTriggers">
  144. <set>QAbstractItemView::NoEditTriggers</set>
  145. </property>
  146. <property name="dragDropOverwriteMode">
  147. <bool>false</bool>
  148. </property>
  149. <property name="selectionMode">
  150. <enum>QAbstractItemView::NoSelection</enum>
  151. </property>
  152. <property name="cornerButtonEnabled">
  153. <bool>false</bool>
  154. </property>
  155. <attribute name="horizontalHeaderVisible">
  156. <bool>false</bool>
  157. </attribute>
  158. <attribute name="horizontalHeaderDefaultSectionSize">
  159. <number>30</number>
  160. </attribute>
  161. <attribute name="horizontalHeaderMinimumSectionSize">
  162. <number>30</number>
  163. </attribute>
  164. <attribute name="horizontalHeaderStretchLastSection">
  165. <bool>true</bool>
  166. </attribute>
  167. <attribute name="verticalHeaderVisible">
  168. <bool>false</bool>
  169. </attribute>
  170. <column>
  171. <property name="text">
  172. <string>icon</string>
  173. </property>
  174. <property name="textAlignment">
  175. <set>AlignHCenter|AlignVCenter|AlignCenter</set>
  176. </property>
  177. </column>
  178. <column>
  179. <property name="text">
  180. <string>layer</string>
  181. </property>
  182. <property name="font">
  183. <font>
  184. <family>Verdana</family>
  185. </font>
  186. </property>
  187. </column>
  188. <column>
  189. <property name="text">
  190. <string>message</string>
  191. </property>
  192. </column>
  193. </widget>
  194. </item>
  195. </layout>
  196. </widget>
  197. <resources/>
  198. <connections/>
  199. </ui>