123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539 |
- <?xml version="1.0" encoding="UTF-8"?>
- <ui version="4.0">
- <class>MainWindow</class>
- <widget class="QMainWindow" name="MainWindow">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>571</width>
- <height>365</height>
- </rect>
- </property>
- <property name="windowTitle">
- <string>MainWindow</string>
- </property>
- <property name="styleSheet">
- <string notr="true">background-color: #ebf1f7;</string>
- </property>
- <widget class="QWidget" name="centralwidget">
- <widget class="QWidget" name="widget" native="true">
- <property name="geometry">
- <rect>
- <x>10</x>
- <y>10</y>
- <width>391</width>
- <height>41</height>
- </rect>
- </property>
- <property name="styleSheet">
- <string notr="true">background-color: #f7fcfd;
- border-radius: 5px;
- border: 2px groove gray;
- border:0px;</string>
- </property>
- <widget class="QProgressBar" name="progressBar">
- <property name="geometry">
- <rect>
- <x>10</x>
- <y>20</y>
- <width>371</width>
- <height>16</height>
- </rect>
- </property>
- <property name="styleSheet">
- <string notr="true">QProgressBar {
- border: 0px solid grey;
- color:rgb(255,255,255);
- border-radius: 10px;
- text-align: center;
- border: 2px groove gray;
- border:0px;
- background-color: #6272a4;
- }
- QProgressBar::chunk {
- border-radius: 10px;
- background-color: qlineargradient(x1: 0, y1: 0, x2: 1, y2: 0, stop: 0 #fa78c9, stop: 1 #b058fb);
- }</string>
- </property>
- <property name="value">
- <number>24</number>
- </property>
- </widget>
- <widget class="QLabel" name="label">
- <property name="geometry">
- <rect>
- <x>10</x>
- <y>0</y>
- <width>371</width>
- <height>16</height>
- </rect>
- </property>
- <property name="styleSheet">
- <string notr="true">font: 10pt "Adobe 黑体 Std R";</string>
- </property>
- <property name="text">
- <string>总条数:100 处理中10条 已完成10条 失败10条</string>
- </property>
- </widget>
- </widget>
- <widget class="QLabel" name="label_2">
- <property name="geometry">
- <rect>
- <x>420</x>
- <y>10</y>
- <width>91</width>
- <height>31</height>
- </rect>
- </property>
- <property name="styleSheet">
- <string notr="true">background-color: #f7fcfd;
- border-radius: 5px;
- border: 2px groove gray;
- border:0px;</string>
- </property>
- <property name="text">
- <string>操作人 张三</string>
- </property>
- <property name="alignment">
- <set>Qt::AlignCenter</set>
- </property>
- </widget>
- <widget class="QLabel" name="label_3">
- <property name="geometry">
- <rect>
- <x>520</x>
- <y>10</y>
- <width>31</width>
- <height>31</height>
- </rect>
- </property>
- <property name="styleSheet">
- <string notr="true">background-color: #f7fcfd;
- border-radius: 5px;
- border: 2px groove gray;
- border:0px;</string>
- </property>
- <property name="text">
- <string>退出</string>
- </property>
- <property name="alignment">
- <set>Qt::AlignCenter</set>
- </property>
- </widget>
- <widget class="QPushButton" name="pushButton_6">
- <property name="geometry">
- <rect>
- <x>420</x>
- <y>270</y>
- <width>131</width>
- <height>31</height>
- </rect>
- </property>
- <property name="styleSheet">
- <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));
- color: rgb(255, 255, 255);
- border-radius: 5px; border: 2px groove gray;
- border:0px;</string>
- </property>
- <property name="text">
- <string>终止程序</string>
- </property>
- </widget>
- <widget class="QPushButton" name="pushButton">
- <property name="geometry">
- <rect>
- <x>420</x>
- <y>250</y>
- <width>131</width>
- <height>31</height>
- </rect>
- </property>
- <property name="styleSheet">
- <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));
- color: rgb(255, 255, 255);
- border-radius: 5px; border: 2px groove gray;
- border:0px;</string>
- </property>
- <property name="text">
- <string>开始抠图</string>
- </property>
- </widget>
- <widget class="QLabel" name="label_7">
- <property name="geometry">
- <rect>
- <x>420</x>
- <y>45</y>
- <width>131</width>
- <height>21</height>
- </rect>
- </property>
- <property name="styleSheet">
- <string notr="true">background-color: #f7fcfd;
- border-radius: 5px;
- border: 2px groove gray;
- border:0px;</string>
- </property>
- <property name="text">
- <string>浙江红蜻蜓股份有限公司</string>
- </property>
- <property name="alignment">
- <set>Qt::AlignCenter</set>
- </property>
- </widget>
- <widget class="QLabel" name="label_10">
- <property name="geometry">
- <rect>
- <x>420</x>
- <y>70</y>
- <width>131</width>
- <height>71</height>
- </rect>
- </property>
- <property name="styleSheet">
- <string notr="true">background-color: #f7fcfd;
- border-radius: 5px;
- border: 2px groove gray;
- border:0px;</string>
- </property>
- <property name="text">
- <string/>
- </property>
- <property name="alignment">
- <set>Qt::AlignCenter</set>
- </property>
- </widget>
- <widget class="QLabel" name="label_9">
- <property name="geometry">
- <rect>
- <x>430</x>
- <y>80</y>
- <width>41</width>
- <height>16</height>
- </rect>
- </property>
- <property name="styleSheet">
- <string notr="true">background-color: rgb(255, 255, 255,0);
- font: 7pt "Adobe Arabic";</string>
- </property>
- <property name="text">
- <string>剩余点数</string>
- </property>
- <property name="alignment">
- <set>Qt::AlignCenter</set>
- </property>
- </widget>
- <widget class="QLabel" name="label_11">
- <property name="geometry">
- <rect>
- <x>430</x>
- <y>100</y>
- <width>41</width>
- <height>20</height>
- </rect>
- </property>
- <property name="styleSheet">
- <string notr="true">background-color: rgb(255, 255, 255,0);
- font: 15pt "Adobe 黑体 Std R";</string>
- </property>
- <property name="text">
- <string>80000</string>
- </property>
- <property name="alignment">
- <set>Qt::AlignCenter</set>
- </property>
- </widget>
- <widget class="QLabel" name="label_12">
- <property name="geometry">
- <rect>
- <x>500</x>
- <y>80</y>
- <width>41</width>
- <height>16</height>
- </rect>
- </property>
- <property name="styleSheet">
- <string notr="true">background-color: rgb(255, 255, 255,0);
- font: 7pt "Adobe Arabic";</string>
- </property>
- <property name="text">
- <string>本次使用</string>
- </property>
- <property name="alignment">
- <set>Qt::AlignCenter</set>
- </property>
- </widget>
- <widget class="QLabel" name="label_13">
- <property name="geometry">
- <rect>
- <x>500</x>
- <y>100</y>
- <width>41</width>
- <height>20</height>
- </rect>
- </property>
- <property name="styleSheet">
- <string notr="true">background-color: rgb(255, 255, 255,0);
- font: 15pt "Adobe 黑体 Std R";</string>
- </property>
- <property name="text">
- <string>80000</string>
- </property>
- <property name="alignment">
- <set>Qt::AlignCenter</set>
- </property>
- </widget>
- <widget class="QScrollArea" name="scrollArea">
- <property name="geometry">
- <rect>
- <x>10</x>
- <y>60</y>
- <width>391</width>
- <height>261</height>
- </rect>
- </property>
- <property name="styleSheet">
- <string notr="true">background-color: #f7fcfd;
- border-radius: 5px;
- border: 2px groove gray;
- border:0px;</string>
- </property>
- <property name="widgetResizable">
- <bool>true</bool>
- </property>
- <widget class="QWidget" name="scrollAreaWidgetContents">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>378</width>
- <height>8000</height>
- </rect>
- </property>
- <property name="minimumSize">
- <size>
- <width>0</width>
- <height>8000</height>
- </size>
- </property>
- <widget class="QWidget" name="widget_2" native="true">
- <property name="geometry">
- <rect>
- <x>10</x>
- <y>10</y>
- <width>351</width>
- <height>200</height>
- </rect>
- </property>
- <property name="sizePolicy">
- <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <widget class="QLabel" name="label_5">
- <property name="geometry">
- <rect>
- <x>50</x>
- <y>90</y>
- <width>271</width>
- <height>21</height>
- </rect>
- </property>
- <property name="styleSheet">
- <string notr="true">font: 10pt "Adobe 黑体 Std R";</string>
- </property>
- <property name="text">
- <string>点击选择文件夹/选择图片</string>
- </property>
- <property name="alignment">
- <set>Qt::AlignCenter</set>
- </property>
- </widget>
- </widget>
- </widget>
- </widget>
- <widget class="QLabel" name="label_14">
- <property name="geometry">
- <rect>
- <x>430</x>
- <y>120</y>
- <width>41</width>
- <height>16</height>
- </rect>
- </property>
- <property name="styleSheet">
- <string notr="true">background-color: rgb(255, 255, 255,0);
- font: 7pt "Adobe Arabic";
- color: rgb(0, 85, 255);</string>
- </property>
- <property name="text">
- <string>刷新</string>
- </property>
- <property name="alignment">
- <set>Qt::AlignCenter</set>
- </property>
- </widget>
- <widget class="QWidget" name="widget_3" native="true">
- <property name="geometry">
- <rect>
- <x>10</x>
- <y>330</y>
- <width>391</width>
- <height>41</height>
- </rect>
- </property>
- <property name="styleSheet">
- <string notr="true">background-color: #f7fcfd;
- border-radius: 5px;
- border: 2px groove gray;
- border:0px;</string>
- </property>
- <widget class="QLabel" name="label_4">
- <property name="geometry">
- <rect>
- <x>10</x>
- <y>10</y>
- <width>241</width>
- <height>21</height>
- </rect>
- </property>
- <property name="styleSheet">
- <string notr="true">font: 10pt "Adobe 黑体 Std R";</string>
- </property>
- <property name="text">
- <string>已选:</string>
- </property>
- </widget>
- <widget class="QLabel" name="label_8">
- <property name="geometry">
- <rect>
- <x>270</x>
- <y>10</y>
- <width>51</width>
- <height>21</height>
- </rect>
- </property>
- <property name="styleSheet">
- <string notr="true">font: 10pt "Adobe 黑体 Std R";</string>
- </property>
- <property name="text">
- <string>重新选择</string>
- </property>
- </widget>
- <widget class="QLabel" name="label_15">
- <property name="geometry">
- <rect>
- <x>330</x>
- <y>10</y>
- <width>51</width>
- <height>21</height>
- </rect>
- </property>
- <property name="styleSheet">
- <string notr="true">font: 10pt "Adobe 黑体 Std R";</string>
- </property>
- <property name="text">
- <string>打开文件夹</string>
- </property>
- </widget>
- </widget>
- </widget>
- <widget class="QMenuBar" name="menubar">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>571</width>
- <height>18</height>
- </rect>
- </property>
- <property name="styleSheet">
- <string notr="true">background-color: #ebf1f7;
- color: rgb(102, 102, 102);
- border-radius: 0px;
- border: none;</string>
- </property>
- <widget class="QMenu" name="menu">
- <property name="title">
- <string>菜单</string>
- </property>
- <addaction name="action_2"/>
- </widget>
- <widget class="QMenu" name="menu_2">
- <property name="title">
- <string>其他</string>
- </property>
- <addaction name="action_5"/>
- </widget>
- <widget class="QMenu" name="menu_3">
- <property name="title">
- <string>设置</string>
- </property>
- <addaction name="action_10"/>
- <addaction name="action_11"/>
- </widget>
- <addaction name="menu"/>
- <addaction name="menu_2"/>
- <addaction name="menu_3"/>
- </widget>
- <widget class="QStatusBar" name="statusbar"/>
- <action name="action">
- <property name="text">
- <string>合并表格</string>
- </property>
- </action>
- <action name="action_2">
- <property name="text">
- <string>图片压缩</string>
- </property>
- </action>
- <action name="action_3">
- <property name="text">
- <string>下载表格图片</string>
- </property>
- </action>
- <action name="action_4">
- <property name="text">
- <string>拍照命名</string>
- </property>
- </action>
- <action name="action_5">
- <property name="text">
- <string>图片移动</string>
- </property>
- </action>
- <action name="action_6">
- <property name="text">
- <string>下载货号图到文件夹</string>
- </property>
- </action>
- <action name="action_7">
- <property name="text">
- <string>表格图片缩放设置</string>
- </property>
- </action>
- <action name="action_8">
- <property name="text">
- <string>设置</string>
- </property>
- </action>
- <action name="action_9">
- <property name="text">
- <string>表格获取商品创建人</string>
- </property>
- </action>
- <action name="action_10">
- <property name="text">
- <string>设置</string>
- </property>
- </action>
- <action name="action_11">
- <property name="text">
- <string>联系我们</string>
- </property>
- </action>
- </widget>
- <resources/>
- <connections/>
- </ui>
|