formupload.ui 9.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>FormUpload</class>
  4. <widget class="QWidget" name="FormUpload">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>430</width>
  10. <height>216</height>
  11. </rect>
  12. </property>
  13. <property name="sizePolicy">
  14. <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
  15. <horstretch>0</horstretch>
  16. <verstretch>0</verstretch>
  17. </sizepolicy>
  18. </property>
  19. <property name="minimumSize">
  20. <size>
  21. <width>0</width>
  22. <height>200</height>
  23. </size>
  24. </property>
  25. <property name="maximumSize">
  26. <size>
  27. <width>16777215</width>
  28. <height>260</height>
  29. </size>
  30. </property>
  31. <property name="windowTitle">
  32. <string>Form</string>
  33. </property>
  34. <layout class="QVBoxLayout" name="verticalLayout_2">
  35. <property name="topMargin">
  36. <number>0</number>
  37. </property>
  38. <item>
  39. <widget class="QWidget" name="widget" native="true">
  40. <property name="sizePolicy">
  41. <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
  42. <horstretch>0</horstretch>
  43. <verstretch>0</verstretch>
  44. </sizepolicy>
  45. </property>
  46. <property name="minimumSize">
  47. <size>
  48. <width>0</width>
  49. <height>150</height>
  50. </size>
  51. </property>
  52. <property name="maximumSize">
  53. <size>
  54. <width>16777215</width>
  55. <height>150</height>
  56. </size>
  57. </property>
  58. <layout class="QVBoxLayout" name="verticalLayout">
  59. <item>
  60. <widget class="QLabel" name="labelTip">
  61. <property name="text">
  62. <string/>
  63. </property>
  64. </widget>
  65. </item>
  66. <item>
  67. <layout class="QHBoxLayout" name="horizontalLayout">
  68. <property name="spacing">
  69. <number>6</number>
  70. </property>
  71. <property name="topMargin">
  72. <number>3</number>
  73. </property>
  74. <property name="bottomMargin">
  75. <number>3</number>
  76. </property>
  77. <item>
  78. <widget class="QLabel" name="label">
  79. <property name="minimumSize">
  80. <size>
  81. <width>0</width>
  82. <height>20</height>
  83. </size>
  84. </property>
  85. <property name="maximumSize">
  86. <size>
  87. <width>16777215</width>
  88. <height>20</height>
  89. </size>
  90. </property>
  91. <property name="text">
  92. <string>文件信息:</string>
  93. </property>
  94. </widget>
  95. </item>
  96. <item>
  97. <widget class="QLineEdit" name="lineEditFilePath">
  98. <property name="minimumSize">
  99. <size>
  100. <width>0</width>
  101. <height>20</height>
  102. </size>
  103. </property>
  104. <property name="maximumSize">
  105. <size>
  106. <width>16777215</width>
  107. <height>20</height>
  108. </size>
  109. </property>
  110. </widget>
  111. </item>
  112. <item>
  113. <widget class="QPushButton" name="pushButtonOpen">
  114. <property name="minimumSize">
  115. <size>
  116. <width>0</width>
  117. <height>22</height>
  118. </size>
  119. </property>
  120. <property name="maximumSize">
  121. <size>
  122. <width>16777215</width>
  123. <height>22</height>
  124. </size>
  125. </property>
  126. <property name="text">
  127. <string>打开...</string>
  128. </property>
  129. </widget>
  130. </item>
  131. </layout>
  132. </item>
  133. <item>
  134. <layout class="QHBoxLayout" name="horizontalLayout_3">
  135. <property name="topMargin">
  136. <number>2</number>
  137. </property>
  138. <property name="bottomMargin">
  139. <number>2</number>
  140. </property>
  141. <item>
  142. <widget class="QLabel" name="label_2">
  143. <property name="minimumSize">
  144. <size>
  145. <width>0</width>
  146. <height>20</height>
  147. </size>
  148. </property>
  149. <property name="maximumSize">
  150. <size>
  151. <width>16777215</width>
  152. <height>20</height>
  153. </size>
  154. </property>
  155. <property name="text">
  156. <string>备注信息:</string>
  157. </property>
  158. </widget>
  159. </item>
  160. <item>
  161. <widget class="QLineEdit" name="lineEditMemo">
  162. <property name="minimumSize">
  163. <size>
  164. <width>0</width>
  165. <height>20</height>
  166. </size>
  167. </property>
  168. <property name="maximumSize">
  169. <size>
  170. <width>16777215</width>
  171. <height>20</height>
  172. </size>
  173. </property>
  174. </widget>
  175. </item>
  176. </layout>
  177. </item>
  178. <item>
  179. <layout class="QHBoxLayout" name="horizontalLayout_6">
  180. <property name="topMargin">
  181. <number>3</number>
  182. </property>
  183. <property name="bottomMargin">
  184. <number>3</number>
  185. </property>
  186. <item>
  187. <widget class="QLabel" name="label_3">
  188. <property name="minimumSize">
  189. <size>
  190. <width>0</width>
  191. <height>20</height>
  192. </size>
  193. </property>
  194. <property name="maximumSize">
  195. <size>
  196. <width>16777215</width>
  197. <height>20</height>
  198. </size>
  199. </property>
  200. <property name="text">
  201. <string>任务类型:</string>
  202. </property>
  203. </widget>
  204. </item>
  205. <item>
  206. <widget class="QRadioButton" name="radioButtonNum">
  207. <property name="minimumSize">
  208. <size>
  209. <width>0</width>
  210. <height>16</height>
  211. </size>
  212. </property>
  213. <property name="maximumSize">
  214. <size>
  215. <width>16777215</width>
  216. <height>16</height>
  217. </size>
  218. </property>
  219. <property name="text">
  220. <string>号码文件</string>
  221. </property>
  222. <property name="checked">
  223. <bool>true</bool>
  224. </property>
  225. </widget>
  226. </item>
  227. <item>
  228. <widget class="QRadioButton" name="radioButtonSeg">
  229. <property name="minimumSize">
  230. <size>
  231. <width>0</width>
  232. <height>16</height>
  233. </size>
  234. </property>
  235. <property name="maximumSize">
  236. <size>
  237. <width>16777215</width>
  238. <height>16</height>
  239. </size>
  240. </property>
  241. <property name="text">
  242. <string>号段文件</string>
  243. </property>
  244. </widget>
  245. </item>
  246. <item>
  247. <spacer name="horizontalSpacer_4">
  248. <property name="orientation">
  249. <enum>Qt::Horizontal</enum>
  250. </property>
  251. <property name="sizeHint" stdset="0">
  252. <size>
  253. <width>40</width>
  254. <height>20</height>
  255. </size>
  256. </property>
  257. </spacer>
  258. </item>
  259. </layout>
  260. </item>
  261. <item>
  262. <widget class="QWidget" name="widget_3" native="true">
  263. <layout class="QHBoxLayout" name="horizontalLayout_8">
  264. <property name="margin">
  265. <number>0</number>
  266. </property>
  267. </layout>
  268. </widget>
  269. </item>
  270. <item>
  271. <spacer name="verticalSpacer_2">
  272. <property name="orientation">
  273. <enum>Qt::Vertical</enum>
  274. </property>
  275. <property name="sizeType">
  276. <enum>QSizePolicy::Expanding</enum>
  277. </property>
  278. <property name="sizeHint" stdset="0">
  279. <size>
  280. <width>0</width>
  281. <height>0</height>
  282. </size>
  283. </property>
  284. </spacer>
  285. </item>
  286. </layout>
  287. </widget>
  288. </item>
  289. <item>
  290. <layout class="QHBoxLayout" name="horizontalLayout_7">
  291. <item>
  292. <spacer name="horizontalSpacer_5">
  293. <property name="orientation">
  294. <enum>Qt::Horizontal</enum>
  295. </property>
  296. <property name="sizeHint" stdset="0">
  297. <size>
  298. <width>40</width>
  299. <height>20</height>
  300. </size>
  301. </property>
  302. </spacer>
  303. </item>
  304. <item>
  305. <widget class="QPushButton" name="pushButtonSubmit">
  306. <property name="text">
  307. <string>确定</string>
  308. </property>
  309. </widget>
  310. </item>
  311. <item>
  312. <widget class="QPushButton" name="pushButtonClose">
  313. <property name="text">
  314. <string>取消</string>
  315. </property>
  316. </widget>
  317. </item>
  318. <item>
  319. <spacer name="horizontalSpacer_6">
  320. <property name="orientation">
  321. <enum>Qt::Horizontal</enum>
  322. </property>
  323. <property name="sizeHint" stdset="0">
  324. <size>
  325. <width>40</width>
  326. <height>20</height>
  327. </size>
  328. </property>
  329. </spacer>
  330. </item>
  331. </layout>
  332. </item>
  333. </layout>
  334. </widget>
  335. <resources/>
  336. <connections/>
  337. </ui>