frmupload.ui 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>FrmUpload</class>
  4. <widget class="QWidget" name="FrmUpload">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>953</width>
  10. <height>560</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Form</string>
  15. </property>
  16. <layout class="QVBoxLayout" name="verticalLayout_4">
  17. <item>
  18. <widget class="QLabel" name="labTitle">
  19. <property name="text">
  20. <string>LennDFS 快捷助手</string>
  21. </property>
  22. <property name="alignment">
  23. <set>Qt::AlignmentFlag::AlignCenter</set>
  24. </property>
  25. </widget>
  26. </item>
  27. <item>
  28. <layout class="QHBoxLayout" name="horizontalLayout">
  29. <item>
  30. <widget class="QFrame" name="frmUpload">
  31. <property name="sizePolicy">
  32. <sizepolicy hsizetype="Minimum" vsizetype="Minimum">
  33. <horstretch>0</horstretch>
  34. <verstretch>0</verstretch>
  35. </sizepolicy>
  36. </property>
  37. <property name="minimumSize">
  38. <size>
  39. <width>650</width>
  40. <height>350</height>
  41. </size>
  42. </property>
  43. <property name="maximumSize">
  44. <size>
  45. <width>650</width>
  46. <height>350</height>
  47. </size>
  48. </property>
  49. <property name="styleSheet">
  50. <string notr="true"/>
  51. </property>
  52. <property name="frameShape">
  53. <enum>QFrame::Shape::NoFrame</enum>
  54. </property>
  55. <layout class="QVBoxLayout" name="verticalLayout_2">
  56. <item>
  57. <spacer name="verticalSpacer">
  58. <property name="orientation">
  59. <enum>Qt::Orientation::Vertical</enum>
  60. </property>
  61. <property name="sizeHint" stdset="0">
  62. <size>
  63. <width>20</width>
  64. <height>75</height>
  65. </size>
  66. </property>
  67. </spacer>
  68. </item>
  69. <item>
  70. <layout class="QHBoxLayout" name="horizontalLayout_2">
  71. <item>
  72. <spacer name="horizontalSpacer_2">
  73. <property name="orientation">
  74. <enum>Qt::Orientation::Horizontal</enum>
  75. </property>
  76. <property name="sizeHint" stdset="0">
  77. <size>
  78. <width>40</width>
  79. <height>20</height>
  80. </size>
  81. </property>
  82. </spacer>
  83. </item>
  84. <item>
  85. <widget class="QLabel" name="labPixmap">
  86. <property name="maximumSize">
  87. <size>
  88. <width>100</width>
  89. <height>100</height>
  90. </size>
  91. </property>
  92. <property name="text">
  93. <string/>
  94. </property>
  95. <property name="pixmap">
  96. <pixmap resource="../../image.qrc">:/qrc/image/upload_white.png</pixmap>
  97. </property>
  98. <property name="alignment">
  99. <set>Qt::AlignmentFlag::AlignCenter</set>
  100. </property>
  101. </widget>
  102. </item>
  103. <item>
  104. <spacer name="horizontalSpacer_3">
  105. <property name="orientation">
  106. <enum>Qt::Orientation::Horizontal</enum>
  107. </property>
  108. <property name="sizeHint" stdset="0">
  109. <size>
  110. <width>40</width>
  111. <height>20</height>
  112. </size>
  113. </property>
  114. </spacer>
  115. </item>
  116. </layout>
  117. </item>
  118. <item>
  119. <widget class="QLabel" name="labText">
  120. <property name="font">
  121. <font>
  122. <family>Microsoft YaHei UI</family>
  123. <pointsize>16</pointsize>
  124. </font>
  125. </property>
  126. <property name="text">
  127. <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p align=&quot;center&quot;&gt;&lt;span style=&quot; color:white;&quot;&gt;将文件拖拽到此处,或&lt;/span&gt;&lt;span style=&quot; color:#407AB4;&quot;&gt;点击上传&lt;/span&gt;。&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
  128. </property>
  129. </widget>
  130. </item>
  131. <item>
  132. <spacer name="verticalSpacer_2">
  133. <property name="orientation">
  134. <enum>Qt::Orientation::Vertical</enum>
  135. </property>
  136. <property name="sizeHint" stdset="0">
  137. <size>
  138. <width>20</width>
  139. <height>74</height>
  140. </size>
  141. </property>
  142. </spacer>
  143. </item>
  144. </layout>
  145. </widget>
  146. </item>
  147. <item>
  148. <spacer name="horizontalSpacer">
  149. <property name="orientation">
  150. <enum>Qt::Orientation::Horizontal</enum>
  151. </property>
  152. <property name="sizeType">
  153. <enum>QSizePolicy::Policy::Fixed</enum>
  154. </property>
  155. <property name="sizeHint" stdset="0">
  156. <size>
  157. <width>40</width>
  158. <height>20</height>
  159. </size>
  160. </property>
  161. </spacer>
  162. </item>
  163. </layout>
  164. </item>
  165. <item>
  166. <layout class="QHBoxLayout" name="horizontalLayout_4">
  167. <item>
  168. <spacer name="horizontalSpacer_6">
  169. <property name="orientation">
  170. <enum>Qt::Orientation::Horizontal</enum>
  171. </property>
  172. <property name="sizeHint" stdset="0">
  173. <size>
  174. <width>40</width>
  175. <height>20</height>
  176. </size>
  177. </property>
  178. </spacer>
  179. </item>
  180. <item>
  181. <layout class="QVBoxLayout" name="verticalLayout">
  182. <item>
  183. <widget class="QLabel" name="labLinkType">
  184. <property name="styleSheet">
  185. <string notr="true"/>
  186. </property>
  187. <property name="text">
  188. <string>链接格式</string>
  189. </property>
  190. <property name="alignment">
  191. <set>Qt::AlignmentFlag::AlignCenter</set>
  192. </property>
  193. </widget>
  194. </item>
  195. <item>
  196. <layout class="QHBoxLayout" name="horizontalLayout_3">
  197. <property name="spacing">
  198. <number>0</number>
  199. </property>
  200. <item>
  201. <widget class="QPushButton" name="btnMarkdown">
  202. <property name="sizePolicy">
  203. <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
  204. <horstretch>100</horstretch>
  205. <verstretch>0</verstretch>
  206. </sizepolicy>
  207. </property>
  208. <property name="minimumSize">
  209. <size>
  210. <width>100</width>
  211. <height>20</height>
  212. </size>
  213. </property>
  214. <property name="text">
  215. <string>PushButton</string>
  216. </property>
  217. </widget>
  218. </item>
  219. <item>
  220. <widget class="QPushButton" name="btnUrl">
  221. <property name="sizePolicy">
  222. <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
  223. <horstretch>0</horstretch>
  224. <verstretch>0</verstretch>
  225. </sizepolicy>
  226. </property>
  227. <property name="minimumSize">
  228. <size>
  229. <width>75</width>
  230. <height>20</height>
  231. </size>
  232. </property>
  233. <property name="text">
  234. <string>PushButton</string>
  235. </property>
  236. </widget>
  237. </item>
  238. <item>
  239. <widget class="QPushButton" name="btnHTML">
  240. <property name="sizePolicy">
  241. <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
  242. <horstretch>0</horstretch>
  243. <verstretch>0</verstretch>
  244. </sizepolicy>
  245. </property>
  246. <property name="minimumSize">
  247. <size>
  248. <width>75</width>
  249. <height>20</height>
  250. </size>
  251. </property>
  252. <property name="text">
  253. <string>PushButton</string>
  254. </property>
  255. </widget>
  256. </item>
  257. <item>
  258. <widget class="QPushButton" name="btnUBB">
  259. <property name="sizePolicy">
  260. <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
  261. <horstretch>0</horstretch>
  262. <verstretch>0</verstretch>
  263. </sizepolicy>
  264. </property>
  265. <property name="minimumSize">
  266. <size>
  267. <width>100</width>
  268. <height>20</height>
  269. </size>
  270. </property>
  271. <property name="text">
  272. <string>PushButton</string>
  273. </property>
  274. </widget>
  275. </item>
  276. </layout>
  277. </item>
  278. </layout>
  279. </item>
  280. <item>
  281. <spacer name="horizontalSpacer_4">
  282. <property name="orientation">
  283. <enum>Qt::Orientation::Horizontal</enum>
  284. </property>
  285. <property name="sizeHint" stdset="0">
  286. <size>
  287. <width>40</width>
  288. <height>20</height>
  289. </size>
  290. </property>
  291. </spacer>
  292. </item>
  293. <item>
  294. <layout class="QVBoxLayout" name="verticalLayout_3">
  295. <item>
  296. <widget class="QLabel" name="labFastUpload">
  297. <property name="text">
  298. <string>快捷上传</string>
  299. </property>
  300. <property name="alignment">
  301. <set>Qt::AlignmentFlag::AlignCenter</set>
  302. </property>
  303. </widget>
  304. </item>
  305. <item>
  306. <widget class="QPushButton" name="btnFastUpload">
  307. <property name="sizePolicy">
  308. <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
  309. <horstretch>120</horstretch>
  310. <verstretch>30</verstretch>
  311. </sizepolicy>
  312. </property>
  313. <property name="minimumSize">
  314. <size>
  315. <width>100</width>
  316. <height>20</height>
  317. </size>
  318. </property>
  319. <property name="text">
  320. <string>PushButton</string>
  321. </property>
  322. </widget>
  323. </item>
  324. </layout>
  325. </item>
  326. <item>
  327. <spacer name="horizontalSpacer_5">
  328. <property name="orientation">
  329. <enum>Qt::Orientation::Horizontal</enum>
  330. </property>
  331. <property name="sizeHint" stdset="0">
  332. <size>
  333. <width>40</width>
  334. <height>20</height>
  335. </size>
  336. </property>
  337. </spacer>
  338. </item>
  339. </layout>
  340. </item>
  341. </layout>
  342. </widget>
  343. <resources>
  344. <include location="../../image.qrc"/>
  345. </resources>
  346. <connections/>
  347. </ui>