main_ui.ui 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539
  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>571</width>
  10. <height>365</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>MainWindow</string>
  15. </property>
  16. <property name="styleSheet">
  17. <string notr="true">background-color: #ebf1f7;</string>
  18. </property>
  19. <widget class="QWidget" name="centralwidget">
  20. <widget class="QWidget" name="widget" native="true">
  21. <property name="geometry">
  22. <rect>
  23. <x>10</x>
  24. <y>10</y>
  25. <width>391</width>
  26. <height>41</height>
  27. </rect>
  28. </property>
  29. <property name="styleSheet">
  30. <string notr="true">background-color: #f7fcfd;
  31. border-radius: 5px;
  32. border: 2px groove gray;
  33. border:0px;</string>
  34. </property>
  35. <widget class="QProgressBar" name="progressBar">
  36. <property name="geometry">
  37. <rect>
  38. <x>10</x>
  39. <y>20</y>
  40. <width>371</width>
  41. <height>16</height>
  42. </rect>
  43. </property>
  44. <property name="styleSheet">
  45. <string notr="true">QProgressBar {
  46. border: 0px solid grey;
  47. color:rgb(255,255,255);
  48. border-radius: 10px;
  49. text-align: center;
  50. border: 2px groove gray;
  51. border:0px;
  52. background-color: #6272a4;
  53. }
  54. QProgressBar::chunk {
  55. border-radius: 10px;
  56. background-color: qlineargradient(x1: 0, y1: 0, x2: 1, y2: 0, stop: 0 #fa78c9, stop: 1 #b058fb);
  57. }</string>
  58. </property>
  59. <property name="value">
  60. <number>24</number>
  61. </property>
  62. </widget>
  63. <widget class="QLabel" name="label">
  64. <property name="geometry">
  65. <rect>
  66. <x>10</x>
  67. <y>0</y>
  68. <width>371</width>
  69. <height>16</height>
  70. </rect>
  71. </property>
  72. <property name="styleSheet">
  73. <string notr="true">font: 10pt &quot;Adobe 黑体 Std R&quot;;</string>
  74. </property>
  75. <property name="text">
  76. <string>总条数:100 处理中10条 已完成10条 失败10条</string>
  77. </property>
  78. </widget>
  79. </widget>
  80. <widget class="QLabel" name="label_2">
  81. <property name="geometry">
  82. <rect>
  83. <x>420</x>
  84. <y>10</y>
  85. <width>91</width>
  86. <height>31</height>
  87. </rect>
  88. </property>
  89. <property name="styleSheet">
  90. <string notr="true">background-color: #f7fcfd;
  91. border-radius: 5px;
  92. border: 2px groove gray;
  93. border:0px;</string>
  94. </property>
  95. <property name="text">
  96. <string>操作人 张三</string>
  97. </property>
  98. <property name="alignment">
  99. <set>Qt::AlignCenter</set>
  100. </property>
  101. </widget>
  102. <widget class="QLabel" name="label_3">
  103. <property name="geometry">
  104. <rect>
  105. <x>520</x>
  106. <y>10</y>
  107. <width>31</width>
  108. <height>31</height>
  109. </rect>
  110. </property>
  111. <property name="styleSheet">
  112. <string notr="true">background-color: #f7fcfd;
  113. border-radius: 5px;
  114. border: 2px groove gray;
  115. border:0px;</string>
  116. </property>
  117. <property name="text">
  118. <string>退出</string>
  119. </property>
  120. <property name="alignment">
  121. <set>Qt::AlignCenter</set>
  122. </property>
  123. </widget>
  124. <widget class="QPushButton" name="pushButton_6">
  125. <property name="geometry">
  126. <rect>
  127. <x>420</x>
  128. <y>270</y>
  129. <width>131</width>
  130. <height>31</height>
  131. </rect>
  132. </property>
  133. <property name="styleSheet">
  134. <string notr="true">background-color: qlineargradient(spread:pad, x1:0, y1:0, x2:1, y2:0, stop:0 rgba(255, 137, 27, 255), stop:1 rgba(255, 93, 1, 255));
  135. color: rgb(255, 255, 255);
  136. border-radius: 5px; border: 2px groove gray;
  137. border:0px;</string>
  138. </property>
  139. <property name="text">
  140. <string>终止程序</string>
  141. </property>
  142. </widget>
  143. <widget class="QPushButton" name="pushButton">
  144. <property name="geometry">
  145. <rect>
  146. <x>420</x>
  147. <y>250</y>
  148. <width>131</width>
  149. <height>31</height>
  150. </rect>
  151. </property>
  152. <property name="styleSheet">
  153. <string notr="true">background-color: qlineargradient(spread:pad, x1:0, y1:0, x2:1, y2:0, stop:0 rgba(255, 137, 27, 255), stop:1 rgba(255, 93, 1, 255));
  154. color: rgb(255, 255, 255);
  155. border-radius: 5px; border: 2px groove gray;
  156. border:0px;</string>
  157. </property>
  158. <property name="text">
  159. <string>开始抠图</string>
  160. </property>
  161. </widget>
  162. <widget class="QLabel" name="label_7">
  163. <property name="geometry">
  164. <rect>
  165. <x>420</x>
  166. <y>45</y>
  167. <width>131</width>
  168. <height>21</height>
  169. </rect>
  170. </property>
  171. <property name="styleSheet">
  172. <string notr="true">background-color: #f7fcfd;
  173. border-radius: 5px;
  174. border: 2px groove gray;
  175. border:0px;</string>
  176. </property>
  177. <property name="text">
  178. <string>浙江红蜻蜓股份有限公司</string>
  179. </property>
  180. <property name="alignment">
  181. <set>Qt::AlignCenter</set>
  182. </property>
  183. </widget>
  184. <widget class="QLabel" name="label_10">
  185. <property name="geometry">
  186. <rect>
  187. <x>420</x>
  188. <y>70</y>
  189. <width>131</width>
  190. <height>71</height>
  191. </rect>
  192. </property>
  193. <property name="styleSheet">
  194. <string notr="true">background-color: #f7fcfd;
  195. border-radius: 5px;
  196. border: 2px groove gray;
  197. border:0px;</string>
  198. </property>
  199. <property name="text">
  200. <string/>
  201. </property>
  202. <property name="alignment">
  203. <set>Qt::AlignCenter</set>
  204. </property>
  205. </widget>
  206. <widget class="QLabel" name="label_9">
  207. <property name="geometry">
  208. <rect>
  209. <x>430</x>
  210. <y>80</y>
  211. <width>41</width>
  212. <height>16</height>
  213. </rect>
  214. </property>
  215. <property name="styleSheet">
  216. <string notr="true">background-color: rgb(255, 255, 255,0);
  217. font: 7pt &quot;Adobe Arabic&quot;;</string>
  218. </property>
  219. <property name="text">
  220. <string>剩余点数</string>
  221. </property>
  222. <property name="alignment">
  223. <set>Qt::AlignCenter</set>
  224. </property>
  225. </widget>
  226. <widget class="QLabel" name="label_11">
  227. <property name="geometry">
  228. <rect>
  229. <x>430</x>
  230. <y>100</y>
  231. <width>41</width>
  232. <height>20</height>
  233. </rect>
  234. </property>
  235. <property name="styleSheet">
  236. <string notr="true">background-color: rgb(255, 255, 255,0);
  237. font: 15pt &quot;Adobe 黑体 Std R&quot;;</string>
  238. </property>
  239. <property name="text">
  240. <string>80000</string>
  241. </property>
  242. <property name="alignment">
  243. <set>Qt::AlignCenter</set>
  244. </property>
  245. </widget>
  246. <widget class="QLabel" name="label_12">
  247. <property name="geometry">
  248. <rect>
  249. <x>500</x>
  250. <y>80</y>
  251. <width>41</width>
  252. <height>16</height>
  253. </rect>
  254. </property>
  255. <property name="styleSheet">
  256. <string notr="true">background-color: rgb(255, 255, 255,0);
  257. font: 7pt &quot;Adobe Arabic&quot;;</string>
  258. </property>
  259. <property name="text">
  260. <string>本次使用</string>
  261. </property>
  262. <property name="alignment">
  263. <set>Qt::AlignCenter</set>
  264. </property>
  265. </widget>
  266. <widget class="QLabel" name="label_13">
  267. <property name="geometry">
  268. <rect>
  269. <x>500</x>
  270. <y>100</y>
  271. <width>41</width>
  272. <height>20</height>
  273. </rect>
  274. </property>
  275. <property name="styleSheet">
  276. <string notr="true">background-color: rgb(255, 255, 255,0);
  277. font: 15pt &quot;Adobe 黑体 Std R&quot;;</string>
  278. </property>
  279. <property name="text">
  280. <string>80000</string>
  281. </property>
  282. <property name="alignment">
  283. <set>Qt::AlignCenter</set>
  284. </property>
  285. </widget>
  286. <widget class="QScrollArea" name="scrollArea">
  287. <property name="geometry">
  288. <rect>
  289. <x>10</x>
  290. <y>60</y>
  291. <width>391</width>
  292. <height>261</height>
  293. </rect>
  294. </property>
  295. <property name="styleSheet">
  296. <string notr="true">background-color: #f7fcfd;
  297. border-radius: 5px;
  298. border: 2px groove gray;
  299. border:0px;</string>
  300. </property>
  301. <property name="widgetResizable">
  302. <bool>true</bool>
  303. </property>
  304. <widget class="QWidget" name="scrollAreaWidgetContents">
  305. <property name="geometry">
  306. <rect>
  307. <x>0</x>
  308. <y>0</y>
  309. <width>378</width>
  310. <height>8000</height>
  311. </rect>
  312. </property>
  313. <property name="minimumSize">
  314. <size>
  315. <width>0</width>
  316. <height>8000</height>
  317. </size>
  318. </property>
  319. <widget class="QWidget" name="widget_2" native="true">
  320. <property name="geometry">
  321. <rect>
  322. <x>10</x>
  323. <y>10</y>
  324. <width>351</width>
  325. <height>200</height>
  326. </rect>
  327. </property>
  328. <property name="sizePolicy">
  329. <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
  330. <horstretch>0</horstretch>
  331. <verstretch>0</verstretch>
  332. </sizepolicy>
  333. </property>
  334. <widget class="QLabel" name="label_5">
  335. <property name="geometry">
  336. <rect>
  337. <x>50</x>
  338. <y>90</y>
  339. <width>271</width>
  340. <height>21</height>
  341. </rect>
  342. </property>
  343. <property name="styleSheet">
  344. <string notr="true">font: 10pt &quot;Adobe 黑体 Std R&quot;;</string>
  345. </property>
  346. <property name="text">
  347. <string>点击选择文件夹/选择图片</string>
  348. </property>
  349. <property name="alignment">
  350. <set>Qt::AlignCenter</set>
  351. </property>
  352. </widget>
  353. </widget>
  354. </widget>
  355. </widget>
  356. <widget class="QLabel" name="label_14">
  357. <property name="geometry">
  358. <rect>
  359. <x>430</x>
  360. <y>120</y>
  361. <width>41</width>
  362. <height>16</height>
  363. </rect>
  364. </property>
  365. <property name="styleSheet">
  366. <string notr="true">background-color: rgb(255, 255, 255,0);
  367. font: 7pt &quot;Adobe Arabic&quot;;
  368. color: rgb(0, 85, 255);</string>
  369. </property>
  370. <property name="text">
  371. <string>刷新</string>
  372. </property>
  373. <property name="alignment">
  374. <set>Qt::AlignCenter</set>
  375. </property>
  376. </widget>
  377. <widget class="QWidget" name="widget_3" native="true">
  378. <property name="geometry">
  379. <rect>
  380. <x>10</x>
  381. <y>330</y>
  382. <width>391</width>
  383. <height>41</height>
  384. </rect>
  385. </property>
  386. <property name="styleSheet">
  387. <string notr="true">background-color: #f7fcfd;
  388. border-radius: 5px;
  389. border: 2px groove gray;
  390. border:0px;</string>
  391. </property>
  392. <widget class="QLabel" name="label_4">
  393. <property name="geometry">
  394. <rect>
  395. <x>10</x>
  396. <y>10</y>
  397. <width>241</width>
  398. <height>21</height>
  399. </rect>
  400. </property>
  401. <property name="styleSheet">
  402. <string notr="true">font: 10pt &quot;Adobe 黑体 Std R&quot;;</string>
  403. </property>
  404. <property name="text">
  405. <string>已选:</string>
  406. </property>
  407. </widget>
  408. <widget class="QLabel" name="label_8">
  409. <property name="geometry">
  410. <rect>
  411. <x>270</x>
  412. <y>10</y>
  413. <width>51</width>
  414. <height>21</height>
  415. </rect>
  416. </property>
  417. <property name="styleSheet">
  418. <string notr="true">font: 10pt &quot;Adobe 黑体 Std R&quot;;</string>
  419. </property>
  420. <property name="text">
  421. <string>重新选择</string>
  422. </property>
  423. </widget>
  424. <widget class="QLabel" name="label_15">
  425. <property name="geometry">
  426. <rect>
  427. <x>330</x>
  428. <y>10</y>
  429. <width>51</width>
  430. <height>21</height>
  431. </rect>
  432. </property>
  433. <property name="styleSheet">
  434. <string notr="true">font: 10pt &quot;Adobe 黑体 Std R&quot;;</string>
  435. </property>
  436. <property name="text">
  437. <string>打开文件夹</string>
  438. </property>
  439. </widget>
  440. </widget>
  441. </widget>
  442. <widget class="QMenuBar" name="menubar">
  443. <property name="geometry">
  444. <rect>
  445. <x>0</x>
  446. <y>0</y>
  447. <width>571</width>
  448. <height>18</height>
  449. </rect>
  450. </property>
  451. <property name="styleSheet">
  452. <string notr="true">background-color: #ebf1f7;
  453. color: rgb(102, 102, 102);
  454. border-radius: 0px;
  455. border: none;</string>
  456. </property>
  457. <widget class="QMenu" name="menu">
  458. <property name="title">
  459. <string>菜单</string>
  460. </property>
  461. <addaction name="action_2"/>
  462. </widget>
  463. <widget class="QMenu" name="menu_2">
  464. <property name="title">
  465. <string>其他</string>
  466. </property>
  467. <addaction name="action_5"/>
  468. </widget>
  469. <widget class="QMenu" name="menu_3">
  470. <property name="title">
  471. <string>设置</string>
  472. </property>
  473. <addaction name="action_10"/>
  474. <addaction name="action_11"/>
  475. </widget>
  476. <addaction name="menu"/>
  477. <addaction name="menu_2"/>
  478. <addaction name="menu_3"/>
  479. </widget>
  480. <widget class="QStatusBar" name="statusbar"/>
  481. <action name="action">
  482. <property name="text">
  483. <string>合并表格</string>
  484. </property>
  485. </action>
  486. <action name="action_2">
  487. <property name="text">
  488. <string>图片压缩</string>
  489. </property>
  490. </action>
  491. <action name="action_3">
  492. <property name="text">
  493. <string>下载表格图片</string>
  494. </property>
  495. </action>
  496. <action name="action_4">
  497. <property name="text">
  498. <string>拍照命名</string>
  499. </property>
  500. </action>
  501. <action name="action_5">
  502. <property name="text">
  503. <string>图片移动</string>
  504. </property>
  505. </action>
  506. <action name="action_6">
  507. <property name="text">
  508. <string>下载货号图到文件夹</string>
  509. </property>
  510. </action>
  511. <action name="action_7">
  512. <property name="text">
  513. <string>表格图片缩放设置</string>
  514. </property>
  515. </action>
  516. <action name="action_8">
  517. <property name="text">
  518. <string>设置</string>
  519. </property>
  520. </action>
  521. <action name="action_9">
  522. <property name="text">
  523. <string>表格获取商品创建人</string>
  524. </property>
  525. </action>
  526. <action name="action_10">
  527. <property name="text">
  528. <string>设置</string>
  529. </property>
  530. </action>
  531. <action name="action_11">
  532. <property name="text">
  533. <string>联系我们</string>
  534. </property>
  535. </action>
  536. </widget>
  537. <resources/>
  538. <connections/>
  539. </ui>