123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168 |
- <?xml version="1.0" encoding="UTF-8"?>
- <ui version="4.0">
- <class>Form</class>
- <widget class="QWidget" name="Form">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>416</width>
- <height>326</height>
- </rect>
- </property>
- <property name="windowTitle">
- <string>基于二维码命名图片</string>
- </property>
- <property name="styleSheet">
- <string notr="true">background-color: rgb(255, 255, 255);</string>
- </property>
- <widget class="QPushButton" name="pushButton">
- <property name="geometry">
- <rect>
- <x>120</x>
- <y>280</y>
- <width>161</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="QTextBrowser" name="textBrowser_2">
- <property name="geometry">
- <rect>
- <x>10</x>
- <y>110</y>
- <width>391</width>
- <height>161</height>
- </rect>
- </property>
- <property name="styleSheet">
- <string notr="true">background-color: rgb(242, 242, 242);
- border-radius: 5px; border: 2px groove gray;
- border:0px;</string>
- </property>
- <property name="html">
- <string><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
- <html><head><meta name="qrichtext" content="1" /><meta charset="utf-8" /><style type="text/css">
- p, li { white-space: pre-wrap; }
- </style></head><body style=" font-family:'Microsoft YaHei UI'; font-size:9pt; font-weight:400; font-style:normal;">
- <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">1、拍照时,先拍二维码,再拍鞋子</p>
- <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">2、务必确保先拍二维码,再拍鞋。</p>
- <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">3、务必确保每个货号两张图</p>
- <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p></body></html></string>
- </property>
- </widget>
- <widget class="QLabel" name="label_3">
- <property name="geometry">
- <rect>
- <x>90</x>
- <y>10</y>
- <width>101</width>
- <height>21</height>
- </rect>
- </property>
- <property name="styleSheet">
- <string notr="true">color: rgb(0, 0, 255);</string>
- </property>
- <property name="text">
- <string>点击选择文件夹</string>
- </property>
- </widget>
- <widget class="QLabel" name="label_4">
- <property name="geometry">
- <rect>
- <x>10</x>
- <y>40</y>
- <width>391</width>
- <height>31</height>
- </rect>
- </property>
- <property name="styleSheet">
- <string notr="true">background-color: rgb(233, 231, 231);
- border-radius: 5px; border: 2px groove gray;
- border:0px;
- </string>
- </property>
- <property name="text">
- <string>文件展示路径</string>
- </property>
- <property name="wordWrap">
- <bool>true</bool>
- </property>
- </widget>
- <widget class="QLabel" name="label_2">
- <property name="geometry">
- <rect>
- <x>10</x>
- <y>10</y>
- <width>61</width>
- <height>21</height>
- </rect>
- </property>
- <property name="text">
- <string>待处理文件夹</string>
- </property>
- </widget>
- <widget class="QComboBox" name="comboBox">
- <property name="geometry">
- <rect>
- <x>330</x>
- <y>10</y>
- <width>71</width>
- <height>22</height>
- </rect>
- </property>
- <item>
- <property name="text">
- <string>请选择</string>
- </property>
- </item>
- <item>
- <property name="text">
- <string>添加</string>
- </property>
- </item>
- <item>
- <property name="text">
- <string>不添加</string>
- </property>
- </item>
- </widget>
- <widget class="QLabel" name="label_5">
- <property name="geometry">
- <rect>
- <x>200</x>
- <y>10</y>
- <width>121</width>
- <height>21</height>
- </rect>
- </property>
- <property name="text">
- <string>货号是否添加到图片中:</string>
- </property>
- </widget>
- <widget class="QProgressBar" name="progressBar">
- <property name="geometry">
- <rect>
- <x>10</x>
- <y>80</y>
- <width>391</width>
- <height>23</height>
- </rect>
- </property>
- <property name="value">
- <number>24</number>
- </property>
- </widget>
- </widget>
- <resources/>
- <connections/>
- </ui>
|