move_files.ui 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165
  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>409</width>
  10. <height>338</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(232, 232, 232);</string>
  18. </property>
  19. <widget class="QLabel" name="label_2">
  20. <property name="geometry">
  21. <rect>
  22. <x>10</x>
  23. <y>10</y>
  24. <width>81</width>
  25. <height>16</height>
  26. </rect>
  27. </property>
  28. <property name="text">
  29. <string>选择图片文件夹</string>
  30. </property>
  31. </widget>
  32. <widget class="QLabel" name="label_3">
  33. <property name="geometry">
  34. <rect>
  35. <x>100</x>
  36. <y>10</y>
  37. <width>81</width>
  38. <height>16</height>
  39. </rect>
  40. </property>
  41. <property name="styleSheet">
  42. <string notr="true">color: rgb(40, 12, 255);</string>
  43. </property>
  44. <property name="text">
  45. <string>点击选择文件夹</string>
  46. </property>
  47. </widget>
  48. <widget class="QPushButton" name="pushButton">
  49. <property name="geometry">
  50. <rect>
  51. <x>90</x>
  52. <y>280</y>
  53. <width>161</width>
  54. <height>41</height>
  55. </rect>
  56. </property>
  57. <property name="styleSheet">
  58. <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));
  59. color: rgb(255, 255, 255);
  60. border-radius: 5px;
  61. border: 2px groove gray;
  62. border:0px;</string>
  63. </property>
  64. <property name="text">
  65. <string>执行</string>
  66. </property>
  67. </widget>
  68. <widget class="QTextEdit" name="textEdit">
  69. <property name="geometry">
  70. <rect>
  71. <x>10</x>
  72. <y>120</y>
  73. <width>121</width>
  74. <height>141</height>
  75. </rect>
  76. </property>
  77. <property name="styleSheet">
  78. <string notr="true">background-color: rgb(255, 255, 255);</string>
  79. </property>
  80. <property name="verticalScrollBarPolicy">
  81. <enum>Qt::ScrollBarAlwaysOff</enum>
  82. </property>
  83. <property name="horizontalScrollBarPolicy">
  84. <enum>Qt::ScrollBarAlwaysOff</enum>
  85. </property>
  86. </widget>
  87. <widget class="QTextBrowser" name="textBrowser">
  88. <property name="geometry">
  89. <rect>
  90. <x>10</x>
  91. <y>40</y>
  92. <width>381</width>
  93. <height>51</height>
  94. </rect>
  95. </property>
  96. </widget>
  97. <widget class="QTextEdit" name="textEdit_2">
  98. <property name="geometry">
  99. <rect>
  100. <x>140</x>
  101. <y>120</y>
  102. <width>121</width>
  103. <height>141</height>
  104. </rect>
  105. </property>
  106. <property name="styleSheet">
  107. <string notr="true">background-color: rgb(255, 255, 255);</string>
  108. </property>
  109. </widget>
  110. <widget class="QTextEdit" name="textEdit_3">
  111. <property name="geometry">
  112. <rect>
  113. <x>270</x>
  114. <y>120</y>
  115. <width>121</width>
  116. <height>141</height>
  117. </rect>
  118. </property>
  119. <property name="styleSheet">
  120. <string notr="true">background-color: rgb(255, 255, 255);</string>
  121. </property>
  122. </widget>
  123. <widget class="QLabel" name="label">
  124. <property name="geometry">
  125. <rect>
  126. <x>10</x>
  127. <y>100</y>
  128. <width>121</width>
  129. <height>20</height>
  130. </rect>
  131. </property>
  132. <property name="text">
  133. <string>待转移图片名称(不需要后缀)</string>
  134. </property>
  135. </widget>
  136. <widget class="QLabel" name="label_4">
  137. <property name="geometry">
  138. <rect>
  139. <x>140</x>
  140. <y>100</y>
  141. <width>121</width>
  142. <height>20</height>
  143. </rect>
  144. </property>
  145. <property name="text">
  146. <string>处理成功图</string>
  147. </property>
  148. </widget>
  149. <widget class="QLabel" name="label_5">
  150. <property name="geometry">
  151. <rect>
  152. <x>270</x>
  153. <y>100</y>
  154. <width>121</width>
  155. <height>20</height>
  156. </rect>
  157. </property>
  158. <property name="text">
  159. <string>无法对应图</string>
  160. </property>
  161. </widget>
  162. </widget>
  163. <resources/>
  164. <connections/>
  165. </ui>