dialogfilecompare.ui 7.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>DialogFileCompare</class>
  4. <widget class="QDialog" name="DialogFileCompare">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>726</width>
  10. <height>500</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>文件处理</string>
  15. </property>
  16. <layout class="QVBoxLayout" name="verticalLayout_2">
  17. <item>
  18. <widget class="QGroupBox" name="groupBox">
  19. <property name="title">
  20. <string>两个文件对比</string>
  21. </property>
  22. <layout class="QVBoxLayout" name="verticalLayout">
  23. <item>
  24. <layout class="QHBoxLayout" name="horizontalLayout">
  25. <item>
  26. <widget class="QLabel" name="label">
  27. <property name="text">
  28. <string> 主文件:</string>
  29. </property>
  30. </widget>
  31. </item>
  32. <item>
  33. <widget class="QLineEdit" name="primaryEdit">
  34. <property name="enabled">
  35. <bool>true</bool>
  36. </property>
  37. </widget>
  38. </item>
  39. <item>
  40. <widget class="QPushButton" name="primaryPB">
  41. <property name="text">
  42. <string>浏览...</string>
  43. </property>
  44. </widget>
  45. </item>
  46. </layout>
  47. </item>
  48. <item>
  49. <layout class="QHBoxLayout" name="horizontalLayout_2">
  50. <item>
  51. <widget class="QLabel" name="label_2">
  52. <property name="text">
  53. <string>辅助文件:</string>
  54. </property>
  55. </widget>
  56. </item>
  57. <item>
  58. <widget class="QLineEdit" name="augEdit">
  59. <property name="enabled">
  60. <bool>true</bool>
  61. </property>
  62. </widget>
  63. </item>
  64. <item>
  65. <widget class="QPushButton" name="augPB">
  66. <property name="text">
  67. <string>浏览...</string>
  68. </property>
  69. </widget>
  70. </item>
  71. </layout>
  72. </item>
  73. <item>
  74. <layout class="QHBoxLayout" name="horizontalLayout_3">
  75. <item>
  76. <spacer name="horizontalSpacer">
  77. <property name="orientation">
  78. <enum>Qt::Horizontal</enum>
  79. </property>
  80. <property name="sizeHint" stdset="0">
  81. <size>
  82. <width>40</width>
  83. <height>20</height>
  84. </size>
  85. </property>
  86. </spacer>
  87. </item>
  88. <item>
  89. <widget class="QPushButton" name="export2PB">
  90. <property name="text">
  91. <string> 对比后导出为两个文件 </string>
  92. </property>
  93. </widget>
  94. </item>
  95. <item>
  96. <widget class="QPushButton" name="export3PB">
  97. <property name="text">
  98. <string> 对比后导出为三个文件 </string>
  99. </property>
  100. </widget>
  101. </item>
  102. <item>
  103. <spacer name="horizontalSpacer_2">
  104. <property name="orientation">
  105. <enum>Qt::Horizontal</enum>
  106. </property>
  107. <property name="sizeHint" stdset="0">
  108. <size>
  109. <width>40</width>
  110. <height>20</height>
  111. </size>
  112. </property>
  113. </spacer>
  114. </item>
  115. </layout>
  116. </item>
  117. </layout>
  118. </widget>
  119. </item>
  120. <item>
  121. <widget class="QGroupBox" name="groupBox_2">
  122. <property name="title">
  123. <string>整合多个文件</string>
  124. </property>
  125. <layout class="QHBoxLayout" name="horizontalLayout_7">
  126. <item>
  127. <layout class="QVBoxLayout" name="verticalLayout_3">
  128. <item>
  129. <widget class="QLabel" name="label_5">
  130. <property name="text">
  131. <string>要转化的文件(*.txt)</string>
  132. </property>
  133. </widget>
  134. </item>
  135. <item>
  136. <widget class="QListWidget" name="listWidget1">
  137. <property name="selectionMode">
  138. <enum>QAbstractItemView::ExtendedSelection</enum>
  139. </property>
  140. </widget>
  141. </item>
  142. <item>
  143. <layout class="QHBoxLayout" name="horizontalLayout_5">
  144. <item>
  145. <widget class="QPushButton" name="addFilePB">
  146. <property name="text">
  147. <string>加入文件...</string>
  148. </property>
  149. </widget>
  150. </item>
  151. <item>
  152. <widget class="QPushButton" name="delFilePB">
  153. <property name="text">
  154. <string>删除文件</string>
  155. </property>
  156. </widget>
  157. </item>
  158. </layout>
  159. </item>
  160. </layout>
  161. </item>
  162. <item>
  163. <layout class="QVBoxLayout" name="verticalLayout_5">
  164. <item>
  165. <widget class="QPushButton" name="integrationPB">
  166. <property name="text">
  167. <string>整合文件=&gt;</string>
  168. </property>
  169. </widget>
  170. </item>
  171. </layout>
  172. </item>
  173. <item>
  174. <layout class="QVBoxLayout" name="verticalLayout_4">
  175. <item>
  176. <widget class="QLabel" name="label_6">
  177. <property name="text">
  178. <string>转化后的文件(*.txt)</string>
  179. </property>
  180. </widget>
  181. </item>
  182. <item>
  183. <widget class="QListWidget" name="listWidget2">
  184. <property name="selectionMode">
  185. <enum>QAbstractItemView::ExtendedSelection</enum>
  186. </property>
  187. </widget>
  188. </item>
  189. <item>
  190. <widget class="QPushButton" name="joinButton">
  191. <property name="sizePolicy">
  192. <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
  193. <horstretch>0</horstretch>
  194. <verstretch>0</verstretch>
  195. </sizepolicy>
  196. </property>
  197. <property name="text">
  198. <string>加入到原始数据</string>
  199. </property>
  200. </widget>
  201. </item>
  202. </layout>
  203. </item>
  204. </layout>
  205. </widget>
  206. </item>
  207. <item>
  208. <layout class="QHBoxLayout" name="horizontalLayout_6">
  209. <item>
  210. <widget class="QLineEdit" name="exportDirEdit"/>
  211. </item>
  212. <item>
  213. <widget class="QPushButton" name="setDirPB">
  214. <property name="text">
  215. <string>设定路径</string>
  216. </property>
  217. </widget>
  218. </item>
  219. </layout>
  220. </item>
  221. <item>
  222. <layout class="QHBoxLayout" name="horizontalLayout_8">
  223. <item>
  224. <widget class="QLabel" name="lblProgress">
  225. <property name="minimumSize">
  226. <size>
  227. <width>16</width>
  228. <height>16</height>
  229. </size>
  230. </property>
  231. <property name="maximumSize">
  232. <size>
  233. <width>16</width>
  234. <height>16</height>
  235. </size>
  236. </property>
  237. <property name="text">
  238. <string/>
  239. </property>
  240. <property name="pixmap">
  241. <pixmap>../../QT/NewHMMF-build-desktop-Qt_4_8_0_for_Desktop_-_MinGW__Qt_SDK____/1.gif</pixmap>
  242. </property>
  243. </widget>
  244. </item>
  245. <item>
  246. <widget class="QProgressBar" name="progressBar">
  247. <property name="value">
  248. <number>0</number>
  249. </property>
  250. </widget>
  251. </item>
  252. </layout>
  253. </item>
  254. </layout>
  255. </widget>
  256. <resources/>
  257. <connections/>
  258. </ui>