Analyze.ui 5.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>AnalyzeWindow</class>
  4. <widget class="QDialog" name="AnalyzeWindow">
  5. <property name="windowModality">
  6. <enum>Qt::ApplicationModal</enum>
  7. </property>
  8. <property name="geometry">
  9. <rect>
  10. <x>0</x>
  11. <y>0</y>
  12. <width>727</width>
  13. <height>513</height>
  14. </rect>
  15. </property>
  16. <property name="windowTitle">
  17. <string>Analyze</string>
  18. </property>
  19. <layout class="QGridLayout" name="gridLayout">
  20. <item row="0" column="0">
  21. <layout class="QVBoxLayout" name="verticalLayout">
  22. <item>
  23. <layout class="QHBoxLayout" name="horizontalLayout">
  24. <item>
  25. <widget class="QTableWidget" name="tableWidget">
  26. <property name="editTriggers">
  27. <set>QAbstractItemView::NoEditTriggers</set>
  28. </property>
  29. <property name="dragDropOverwriteMode">
  30. <bool>false</bool>
  31. </property>
  32. <property name="selectionMode">
  33. <enum>QAbstractItemView::SingleSelection</enum>
  34. </property>
  35. <property name="selectionBehavior">
  36. <enum>QAbstractItemView::SelectRows</enum>
  37. </property>
  38. <attribute name="horizontalHeaderVisible">
  39. <bool>false</bool>
  40. </attribute>
  41. <attribute name="horizontalHeaderCascadingSectionResizes">
  42. <bool>false</bool>
  43. </attribute>
  44. <attribute name="horizontalHeaderDefaultSectionSize">
  45. <number>111</number>
  46. </attribute>
  47. <attribute name="horizontalHeaderHighlightSections">
  48. <bool>true</bool>
  49. </attribute>
  50. <attribute name="verticalHeaderVisible">
  51. <bool>false</bool>
  52. </attribute>
  53. <attribute name="verticalHeaderCascadingSectionResizes">
  54. <bool>false</bool>
  55. </attribute>
  56. <column>
  57. <property name="text">
  58. <string>新建列</string>
  59. </property>
  60. </column>
  61. <column>
  62. <property name="text">
  63. <string>新建列</string>
  64. </property>
  65. </column>
  66. </widget>
  67. </item>
  68. <item>
  69. <layout class="QVBoxLayout" name="verticalLayout_2">
  70. <item>
  71. <widget class="QPushButton" name="bnt_AddFile">
  72. <property name="text">
  73. <string>Add File</string>
  74. </property>
  75. </widget>
  76. </item>
  77. <item>
  78. <widget class="QPushButton" name="bnt_AddPath">
  79. <property name="text">
  80. <string>Add Path</string>
  81. </property>
  82. </widget>
  83. </item>
  84. <item>
  85. <widget class="QPushButton" name="bnt_Remove">
  86. <property name="enabled">
  87. <bool>false</bool>
  88. </property>
  89. <property name="text">
  90. <string>Remove</string>
  91. </property>
  92. </widget>
  93. </item>
  94. <item>
  95. <spacer name="verticalSpacer">
  96. <property name="orientation">
  97. <enum>Qt::Vertical</enum>
  98. </property>
  99. <property name="sizeHint" stdset="0">
  100. <size>
  101. <width>20</width>
  102. <height>40</height>
  103. </size>
  104. </property>
  105. </spacer>
  106. </item>
  107. <item>
  108. <widget class="QPushButton" name="bnt_RemoveAll">
  109. <property name="text">
  110. <string>Remove All</string>
  111. </property>
  112. <property name="autoDefault">
  113. <bool>true</bool>
  114. </property>
  115. </widget>
  116. </item>
  117. <item>
  118. <spacer name="verticalSpacer_2">
  119. <property name="orientation">
  120. <enum>Qt::Vertical</enum>
  121. </property>
  122. <property name="sizeHint" stdset="0">
  123. <size>
  124. <width>20</width>
  125. <height>40</height>
  126. </size>
  127. </property>
  128. </spacer>
  129. </item>
  130. </layout>
  131. </item>
  132. </layout>
  133. </item>
  134. <item>
  135. <layout class="QHBoxLayout" name="horizontalLayout_2">
  136. <item>
  137. <spacer name="horizontalSpacer">
  138. <property name="orientation">
  139. <enum>Qt::Horizontal</enum>
  140. </property>
  141. <property name="sizeHint" stdset="0">
  142. <size>
  143. <width>40</width>
  144. <height>20</height>
  145. </size>
  146. </property>
  147. </spacer>
  148. </item>
  149. <item>
  150. <widget class="QPushButton" name="btn_OK">
  151. <property name="text">
  152. <string>OK</string>
  153. </property>
  154. </widget>
  155. </item>
  156. <item>
  157. <widget class="QPushButton" name="btn_Cancel">
  158. <property name="text">
  159. <string>Cancel</string>
  160. </property>
  161. </widget>
  162. </item>
  163. <item>
  164. <widget class="QPushButton" name="btn_Apply">
  165. <property name="text">
  166. <string>Apply</string>
  167. </property>
  168. </widget>
  169. </item>
  170. <item>
  171. <spacer name="horizontalSpacer_2">
  172. <property name="orientation">
  173. <enum>Qt::Horizontal</enum>
  174. </property>
  175. <property name="sizeHint" stdset="0">
  176. <size>
  177. <width>40</width>
  178. <height>20</height>
  179. </size>
  180. </property>
  181. </spacer>
  182. </item>
  183. </layout>
  184. </item>
  185. </layout>
  186. </item>
  187. </layout>
  188. </widget>
  189. <resources/>
  190. <connections>
  191. <connection>
  192. <sender>btn_Cancel</sender>
  193. <signal>clicked()</signal>
  194. <receiver>AnalyzeWindow</receiver>
  195. <slot>close()</slot>
  196. <hints>
  197. <hint type="sourcelabel">
  198. <x>363</x>
  199. <y>490</y>
  200. </hint>
  201. <hint type="destinationlabel">
  202. <x>363</x>
  203. <y>256</y>
  204. </hint>
  205. </hints>
  206. </connection>
  207. </connections>
  208. </ui>