rename_pic.ui 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>Form</class>
  4. <widget class="QWidget" name="Form">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>416</width>
  10. <height>326</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>基于二维码命名图片</string>
  15. </property>
  16. <property name="styleSheet">
  17. <string notr="true">background-color: rgb(255, 255, 255);</string>
  18. </property>
  19. <widget class="QPushButton" name="pushButton">
  20. <property name="geometry">
  21. <rect>
  22. <x>120</x>
  23. <y>280</y>
  24. <width>161</width>
  25. <height>31</height>
  26. </rect>
  27. </property>
  28. <property name="styleSheet">
  29. <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));
  30. color: rgb(255, 255, 255);
  31. border-radius: 5px; border: 2px groove gray;
  32. border:0px;</string>
  33. </property>
  34. <property name="text">
  35. <string>执行处理</string>
  36. </property>
  37. </widget>
  38. <widget class="QTextBrowser" name="textBrowser_2">
  39. <property name="geometry">
  40. <rect>
  41. <x>10</x>
  42. <y>110</y>
  43. <width>391</width>
  44. <height>161</height>
  45. </rect>
  46. </property>
  47. <property name="styleSheet">
  48. <string notr="true">background-color: rgb(242, 242, 242);
  49. border-radius: 5px; border: 2px groove gray;
  50. border:0px;</string>
  51. </property>
  52. <property name="html">
  53. <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;
  54. &lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;meta charset=&quot;utf-8&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
  55. p, li { white-space: pre-wrap; }
  56. &lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'Microsoft YaHei UI'; font-size:9pt; font-weight:400; font-style:normal;&quot;&gt;
  57. &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;1、拍照时,先拍二维码,再拍鞋子&lt;/p&gt;
  58. &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;2、务必确保先拍二维码,再拍鞋。&lt;/p&gt;
  59. &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;3、务必确保每个货号两张图&lt;/p&gt;
  60. &lt;p style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
  61. </property>
  62. </widget>
  63. <widget class="QLabel" name="label_3">
  64. <property name="geometry">
  65. <rect>
  66. <x>90</x>
  67. <y>10</y>
  68. <width>101</width>
  69. <height>21</height>
  70. </rect>
  71. </property>
  72. <property name="styleSheet">
  73. <string notr="true">color: rgb(0, 0, 255);</string>
  74. </property>
  75. <property name="text">
  76. <string>点击选择文件夹</string>
  77. </property>
  78. </widget>
  79. <widget class="QLabel" name="label_4">
  80. <property name="geometry">
  81. <rect>
  82. <x>10</x>
  83. <y>40</y>
  84. <width>391</width>
  85. <height>31</height>
  86. </rect>
  87. </property>
  88. <property name="styleSheet">
  89. <string notr="true">background-color: rgb(233, 231, 231);
  90. border-radius: 5px; border: 2px groove gray;
  91. border:0px;
  92. </string>
  93. </property>
  94. <property name="text">
  95. <string>文件展示路径</string>
  96. </property>
  97. <property name="wordWrap">
  98. <bool>true</bool>
  99. </property>
  100. </widget>
  101. <widget class="QLabel" name="label_2">
  102. <property name="geometry">
  103. <rect>
  104. <x>10</x>
  105. <y>10</y>
  106. <width>61</width>
  107. <height>21</height>
  108. </rect>
  109. </property>
  110. <property name="text">
  111. <string>待处理文件夹</string>
  112. </property>
  113. </widget>
  114. <widget class="QComboBox" name="comboBox">
  115. <property name="geometry">
  116. <rect>
  117. <x>330</x>
  118. <y>10</y>
  119. <width>71</width>
  120. <height>22</height>
  121. </rect>
  122. </property>
  123. <item>
  124. <property name="text">
  125. <string>请选择</string>
  126. </property>
  127. </item>
  128. <item>
  129. <property name="text">
  130. <string>添加</string>
  131. </property>
  132. </item>
  133. <item>
  134. <property name="text">
  135. <string>不添加</string>
  136. </property>
  137. </item>
  138. </widget>
  139. <widget class="QLabel" name="label_5">
  140. <property name="geometry">
  141. <rect>
  142. <x>200</x>
  143. <y>10</y>
  144. <width>121</width>
  145. <height>21</height>
  146. </rect>
  147. </property>
  148. <property name="text">
  149. <string>货号是否添加到图片中:</string>
  150. </property>
  151. </widget>
  152. <widget class="QProgressBar" name="progressBar">
  153. <property name="geometry">
  154. <rect>
  155. <x>10</x>
  156. <y>80</y>
  157. <width>391</width>
  158. <height>23</height>
  159. </rect>
  160. </property>
  161. <property name="value">
  162. <number>24</number>
  163. </property>
  164. </widget>
  165. </widget>
  166. <resources/>
  167. <connections/>
  168. </ui>