MainWindow.ui 8.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>MainWindow</class>
  4. <widget class="QMainWindow" name="MainWindow">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>1045</width>
  10. <height>316</height>
  11. </rect>
  12. </property>
  13. <property name="font">
  14. <font>
  15. <family>微软雅黑</family>
  16. <weight>75</weight>
  17. <bold>true</bold>
  18. </font>
  19. </property>
  20. <property name="windowTitle">
  21. <string>MainWindow</string>
  22. </property>
  23. <widget class="QWidget" name="centralwidget">
  24. <widget class="QPushButton" name="downloadDirButton">
  25. <property name="geometry">
  26. <rect>
  27. <x>630</x>
  28. <y>40</y>
  29. <width>31</width>
  30. <height>28</height>
  31. </rect>
  32. </property>
  33. <property name="font">
  34. <font>
  35. <family>微软雅黑</family>
  36. <weight>75</weight>
  37. <bold>true</bold>
  38. </font>
  39. </property>
  40. <property name="text">
  41. <string>...</string>
  42. </property>
  43. <property name="autoRepeat">
  44. <bool>false</bool>
  45. </property>
  46. </widget>
  47. <widget class="QLabel" name="downloadDirLabel">
  48. <property name="geometry">
  49. <rect>
  50. <x>50</x>
  51. <y>41</y>
  52. <width>111</width>
  53. <height>32</height>
  54. </rect>
  55. </property>
  56. <property name="text">
  57. <string>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
  58. &lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
  59. p, li { white-space: pre-wrap; }
  60. &lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'微软雅黑'; font-size:9pt; font-weight:400; font-style:normal;&quot;&gt;
  61. &lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;UWP下载目录:&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
  62. </property>
  63. </widget>
  64. <widget class="QLabel" name="outputDirLable">
  65. <property name="geometry">
  66. <rect>
  67. <x>50</x>
  68. <y>80</y>
  69. <width>91</width>
  70. <height>32</height>
  71. </rect>
  72. </property>
  73. <property name="text">
  74. <string>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
  75. &lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
  76. p, li { white-space: pre-wrap; }
  77. &lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'微软雅黑'; font-size:9pt; font-weight:400; font-style:normal;&quot;&gt;
  78. &lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;输出文件夹:&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
  79. </property>
  80. </widget>
  81. <widget class="QTextEdit" name="outputDirEdit">
  82. <property name="geometry">
  83. <rect>
  84. <x>167</x>
  85. <y>78</y>
  86. <width>451</width>
  87. <height>32</height>
  88. </rect>
  89. </property>
  90. <property name="styleSheet">
  91. <string notr="true">rgb(255, 0, 0)</string>
  92. </property>
  93. <property name="documentTitle">
  94. <string/>
  95. </property>
  96. </widget>
  97. <widget class="QTextEdit" name="downloadDirEdit">
  98. <property name="geometry">
  99. <rect>
  100. <x>167</x>
  101. <y>39</y>
  102. <width>451</width>
  103. <height>32</height>
  104. </rect>
  105. </property>
  106. <property name="documentTitle">
  107. <string/>
  108. </property>
  109. </widget>
  110. <widget class="QPushButton" name="outputDirButton">
  111. <property name="geometry">
  112. <rect>
  113. <x>630</x>
  114. <y>79</y>
  115. <width>31</width>
  116. <height>28</height>
  117. </rect>
  118. </property>
  119. <property name="font">
  120. <font>
  121. <family>微软雅黑</family>
  122. </font>
  123. </property>
  124. <property name="text">
  125. <string>...</string>
  126. </property>
  127. <property name="autoRepeat">
  128. <bool>false</bool>
  129. </property>
  130. </widget>
  131. <widget class="QPushButton" name="renameButton">
  132. <property name="geometry">
  133. <rect>
  134. <x>50</x>
  135. <y>121</y>
  136. <width>681</width>
  137. <height>41</height>
  138. </rect>
  139. </property>
  140. <property name="font">
  141. <font>
  142. <family>微软雅黑</family>
  143. </font>
  144. </property>
  145. <property name="text">
  146. <string>一键解密+整理+重命名</string>
  147. </property>
  148. </widget>
  149. <widget class="QCheckBox" name="copyToOutput">
  150. <property name="geometry">
  151. <rect>
  152. <x>510</x>
  153. <y>170</y>
  154. <width>181</width>
  155. <height>25</height>
  156. </rect>
  157. </property>
  158. <property name="font">
  159. <font>
  160. <family>阿里巴巴普惠体 R</family>
  161. </font>
  162. </property>
  163. <property name="text">
  164. <string>以复制文件的方式输出</string>
  165. </property>
  166. </widget>
  167. <widget class="QCheckBox" name="txtFileCheckBox">
  168. <property name="geometry">
  169. <rect>
  170. <x>160</x>
  171. <y>180</y>
  172. <width>110</width>
  173. <height>25</height>
  174. </rect>
  175. </property>
  176. <property name="font">
  177. <font>
  178. <family>阿里巴巴普惠体 R</family>
  179. </font>
  180. </property>
  181. <property name="text">
  182. <string>保存.txt文件</string>
  183. </property>
  184. </widget>
  185. <widget class="QProgressBar" name="progressBar">
  186. <property name="geometry">
  187. <rect>
  188. <x>50</x>
  189. <y>220</y>
  190. <width>731</width>
  191. <height>27</height>
  192. </rect>
  193. </property>
  194. <property name="value">
  195. <number>99</number>
  196. </property>
  197. </widget>
  198. <widget class="QPlainTextEdit" name="activityLogEdit">
  199. <property name="geometry">
  200. <rect>
  201. <x>780</x>
  202. <y>30</y>
  203. <width>251</width>
  204. <height>231</height>
  205. </rect>
  206. </property>
  207. <property name="font">
  208. <font>
  209. <family>阿里巴巴普惠体 R</family>
  210. <pointsize>10</pointsize>
  211. <weight>50</weight>
  212. <bold>false</bold>
  213. </font>
  214. </property>
  215. <property name="tabChangesFocus">
  216. <bool>false</bool>
  217. </property>
  218. <property name="readOnly">
  219. <bool>false</bool>
  220. </property>
  221. <property name="plainText">
  222. <string/>
  223. </property>
  224. </widget>
  225. <widget class="QLabel" name="activityLabel">
  226. <property name="geometry">
  227. <rect>
  228. <x>870</x>
  229. <y>10</y>
  230. <width>72</width>
  231. <height>15</height>
  232. </rect>
  233. </property>
  234. <property name="text">
  235. <string>活动日志</string>
  236. </property>
  237. </widget>
  238. <widget class="QCheckBox" name="moveToOutput">
  239. <property name="geometry">
  240. <rect>
  241. <x>510</x>
  242. <y>190</y>
  243. <width>181</width>
  244. <height>25</height>
  245. </rect>
  246. </property>
  247. <property name="font">
  248. <font>
  249. <family>阿里巴巴普惠体 R</family>
  250. </font>
  251. </property>
  252. <property name="text">
  253. <string>以移动文件的方式输出</string>
  254. </property>
  255. </widget>
  256. <widget class="QCheckBox" name="deleteFileCheckBox">
  257. <property name="geometry">
  258. <rect>
  259. <x>290</x>
  260. <y>180</y>
  261. <width>211</width>
  262. <height>25</height>
  263. </rect>
  264. </property>
  265. <property name="font">
  266. <font>
  267. <family>阿里巴巴普惠体 R</family>
  268. </font>
  269. </property>
  270. <property name="text">
  271. <string>重命名完成后删除源文件夹</string>
  272. </property>
  273. </widget>
  274. <widget class="QLabel" name="label">
  275. <property name="geometry">
  276. <rect>
  277. <x>190</x>
  278. <y>10</y>
  279. <width>431</width>
  280. <height>21</height>
  281. </rect>
  282. </property>
  283. <property name="font">
  284. <font>
  285. <family>微软雅黑</family>
  286. <pointsize>12</pointsize>
  287. <weight>75</weight>
  288. <italic>false</italic>
  289. <bold>true</bold>
  290. </font>
  291. </property>
  292. <property name="styleSheet">
  293. <string notr="true">color:rgb(255, 0, 0)</string>
  294. </property>
  295. <property name="text">
  296. <string/>
  297. </property>
  298. <property name="alignment">
  299. <set>Qt::AlignCenter</set>
  300. </property>
  301. </widget>
  302. <widget class="QCheckBox" name="spiderMode">
  303. <property name="geometry">
  304. <rect>
  305. <x>50</x>
  306. <y>190</y>
  307. <width>91</width>
  308. <height>25</height>
  309. </rect>
  310. </property>
  311. <property name="font">
  312. <font>
  313. <family>阿里巴巴普惠体 R</family>
  314. </font>
  315. </property>
  316. <property name="text">
  317. <string>爬虫模式</string>
  318. </property>
  319. </widget>
  320. <widget class="QCheckBox" name="localMode">
  321. <property name="geometry">
  322. <rect>
  323. <x>50</x>
  324. <y>170</y>
  325. <width>91</width>
  326. <height>25</height>
  327. </rect>
  328. </property>
  329. <property name="font">
  330. <font>
  331. <family>阿里巴巴普惠体 R</family>
  332. </font>
  333. </property>
  334. <property name="text">
  335. <string>本地模式</string>
  336. </property>
  337. </widget>
  338. </widget>
  339. <widget class="QStatusBar" name="statusbar"/>
  340. <widget class="QMenuBar" name="menubar">
  341. <property name="geometry">
  342. <rect>
  343. <x>0</x>
  344. <y>0</y>
  345. <width>1045</width>
  346. <height>23</height>
  347. </rect>
  348. </property>
  349. </widget>
  350. </widget>
  351. <resources/>
  352. <connections/>
  353. </ui>