taobao.ui 6.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251
  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>661</width>
  10. <height>423</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>淘宝自动发货工具</string>
  15. </property>
  16. <widget class="QWidget" name="centralwidget">
  17. <widget class="QPushButton" name="pushButton">
  18. <property name="geometry">
  19. <rect>
  20. <x>240</x>
  21. <y>290</y>
  22. <width>131</width>
  23. <height>51</height>
  24. </rect>
  25. </property>
  26. <property name="text">
  27. <string>启动</string>
  28. </property>
  29. </widget>
  30. <widget class="QWidget" name="layoutWidget_2">
  31. <property name="geometry">
  32. <rect>
  33. <x>390</x>
  34. <y>30</y>
  35. <width>191</width>
  36. <height>79</height>
  37. </rect>
  38. </property>
  39. <layout class="QVBoxLayout" name="verticalLayout_2">
  40. <item>
  41. <widget class="QLabel" name="label_4">
  42. <property name="text">
  43. <string>CSDN设置</string>
  44. </property>
  45. </widget>
  46. </item>
  47. <item>
  48. <widget class="Line" name="line_2">
  49. <property name="orientation">
  50. <enum>Qt::Horizontal</enum>
  51. </property>
  52. </widget>
  53. </item>
  54. <item>
  55. <layout class="QHBoxLayout" name="horizontalLayout_3">
  56. <item>
  57. <widget class="QLabel" name="label_5">
  58. <property name="text">
  59. <string>用户名:</string>
  60. </property>
  61. </widget>
  62. </item>
  63. <item>
  64. <widget class="QLineEdit" name="lineEdit_3"/>
  65. </item>
  66. </layout>
  67. </item>
  68. <item>
  69. <layout class="QHBoxLayout" name="horizontalLayout_4">
  70. <item>
  71. <widget class="QLabel" name="label_6">
  72. <property name="text">
  73. <string>密 码:</string>
  74. </property>
  75. </widget>
  76. </item>
  77. <item>
  78. <widget class="QLineEdit" name="lineEdit_4"/>
  79. </item>
  80. </layout>
  81. </item>
  82. </layout>
  83. </widget>
  84. <widget class="QWidget" name="layoutWidget_3">
  85. <property name="geometry">
  86. <rect>
  87. <x>400</x>
  88. <y>120</y>
  89. <width>191</width>
  90. <height>79</height>
  91. </rect>
  92. </property>
  93. <layout class="QVBoxLayout" name="verticalLayout_3">
  94. <item>
  95. <widget class="QLabel" name="label_7">
  96. <property name="text">
  97. <string>七牛设置</string>
  98. </property>
  99. </widget>
  100. </item>
  101. <item>
  102. <widget class="Line" name="line_3">
  103. <property name="orientation">
  104. <enum>Qt::Horizontal</enum>
  105. </property>
  106. </widget>
  107. </item>
  108. <item>
  109. <layout class="QHBoxLayout" name="horizontalLayout_5">
  110. <item>
  111. <widget class="QLabel" name="label_8">
  112. <property name="text">
  113. <string>用户名:</string>
  114. </property>
  115. </widget>
  116. </item>
  117. <item>
  118. <widget class="QLineEdit" name="lineEdit_5"/>
  119. </item>
  120. </layout>
  121. </item>
  122. <item>
  123. <layout class="QHBoxLayout" name="horizontalLayout_6">
  124. <item>
  125. <widget class="QLabel" name="label_9">
  126. <property name="text">
  127. <string>密 码:</string>
  128. </property>
  129. </widget>
  130. </item>
  131. <item>
  132. <widget class="QLineEdit" name="lineEdit_6"/>
  133. </item>
  134. </layout>
  135. </item>
  136. </layout>
  137. </widget>
  138. <widget class="QWidget" name="layoutWidget_4">
  139. <property name="geometry">
  140. <rect>
  141. <x>30</x>
  142. <y>110</y>
  143. <width>191</width>
  144. <height>79</height>
  145. </rect>
  146. </property>
  147. <layout class="QVBoxLayout" name="verticalLayout_4">
  148. <item>
  149. <widget class="QLabel" name="label_10">
  150. <property name="text">
  151. <string>Mail设置</string>
  152. </property>
  153. </widget>
  154. </item>
  155. <item>
  156. <widget class="Line" name="line_4">
  157. <property name="orientation">
  158. <enum>Qt::Horizontal</enum>
  159. </property>
  160. </widget>
  161. </item>
  162. <item>
  163. <layout class="QHBoxLayout" name="horizontalLayout_7">
  164. <item>
  165. <widget class="QLabel" name="label_11">
  166. <property name="text">
  167. <string>用户名:</string>
  168. </property>
  169. </widget>
  170. </item>
  171. <item>
  172. <widget class="QLineEdit" name="lineEdit_7"/>
  173. </item>
  174. </layout>
  175. </item>
  176. <item>
  177. <layout class="QHBoxLayout" name="horizontalLayout_8">
  178. <item>
  179. <widget class="QLabel" name="label_12">
  180. <property name="text">
  181. <string>密 码:</string>
  182. </property>
  183. </widget>
  184. </item>
  185. <item>
  186. <widget class="QLineEdit" name="lineEdit_8"/>
  187. </item>
  188. </layout>
  189. </item>
  190. </layout>
  191. </widget>
  192. <widget class="QWidget" name="">
  193. <property name="geometry">
  194. <rect>
  195. <x>30</x>
  196. <y>20</y>
  197. <width>191</width>
  198. <height>79</height>
  199. </rect>
  200. </property>
  201. <layout class="QVBoxLayout" name="verticalLayout">
  202. <item>
  203. <widget class="QLabel" name="label_3">
  204. <property name="text">
  205. <string>淘宝设置</string>
  206. </property>
  207. </widget>
  208. </item>
  209. <item>
  210. <widget class="Line" name="line">
  211. <property name="orientation">
  212. <enum>Qt::Horizontal</enum>
  213. </property>
  214. </widget>
  215. </item>
  216. <item>
  217. <layout class="QHBoxLayout" name="horizontalLayout">
  218. <item>
  219. <widget class="QLabel" name="label">
  220. <property name="text">
  221. <string>用户名:</string>
  222. </property>
  223. </widget>
  224. </item>
  225. <item>
  226. <widget class="QLineEdit" name="lineEdit"/>
  227. </item>
  228. </layout>
  229. </item>
  230. <item>
  231. <layout class="QHBoxLayout" name="horizontalLayout_2">
  232. <item>
  233. <widget class="QLabel" name="label_2">
  234. <property name="text">
  235. <string>密 码:</string>
  236. </property>
  237. </widget>
  238. </item>
  239. <item>
  240. <widget class="QLineEdit" name="lineEdit_2"/>
  241. </item>
  242. </layout>
  243. </item>
  244. </layout>
  245. </widget>
  246. </widget>
  247. <widget class="QStatusBar" name="statusbar"/>
  248. </widget>
  249. <resources/>
  250. <connections/>
  251. </ui>