cloeUploadFile.ui 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>cloeUploadFile</class>
  4. <widget class="QWidget" name="cloeUploadFile">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>619</width>
  10. <height>467</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Form</string>
  15. </property>
  16. <widget class="QWidget" name="widget_mask" native="true">
  17. <property name="geometry">
  18. <rect>
  19. <x>30</x>
  20. <y>20</y>
  21. <width>521</width>
  22. <height>411</height>
  23. </rect>
  24. </property>
  25. <widget class="QWidget" name="widget_cloe_BG" native="true">
  26. <property name="geometry">
  27. <rect>
  28. <x>40</x>
  29. <y>30</y>
  30. <width>411</width>
  31. <height>301</height>
  32. </rect>
  33. </property>
  34. <widget class="QLabel" name="label_fc_title">
  35. <property name="geometry">
  36. <rect>
  37. <x>20</x>
  38. <y>20</y>
  39. <width>54</width>
  40. <height>12</height>
  41. </rect>
  42. </property>
  43. <property name="text">
  44. <string>上传文件</string>
  45. </property>
  46. </widget>
  47. <widget class="QPushButton" name="btn_fc_close">
  48. <property name="geometry">
  49. <rect>
  50. <x>333</x>
  51. <y>10</y>
  52. <width>31</width>
  53. <height>23</height>
  54. </rect>
  55. </property>
  56. <property name="text">
  57. <string/>
  58. </property>
  59. </widget>
  60. <widget class="QLabel" name="label_HLine">
  61. <property name="geometry">
  62. <rect>
  63. <x>20</x>
  64. <y>60</y>
  65. <width>54</width>
  66. <height>12</height>
  67. </rect>
  68. </property>
  69. <property name="text">
  70. <string/>
  71. </property>
  72. </widget>
  73. <widget class="QLabel" name="label_cloe_selFileType">
  74. <property name="geometry">
  75. <rect>
  76. <x>20</x>
  77. <y>100</y>
  78. <width>54</width>
  79. <height>12</height>
  80. </rect>
  81. </property>
  82. <property name="text">
  83. <string>请选择上传文件类型:</string>
  84. </property>
  85. </widget>
  86. <widget class="QRadioButton" name="rdoBtn_zip">
  87. <property name="geometry">
  88. <rect>
  89. <x>90</x>
  90. <y>100</y>
  91. <width>89</width>
  92. <height>16</height>
  93. </rect>
  94. </property>
  95. <property name="text">
  96. <string>ZIP</string>
  97. </property>
  98. </widget>
  99. <widget class="QRadioButton" name="rdoBtn_pdf">
  100. <property name="geometry">
  101. <rect>
  102. <x>190</x>
  103. <y>100</y>
  104. <width>89</width>
  105. <height>16</height>
  106. </rect>
  107. </property>
  108. <property name="text">
  109. <string>PDF</string>
  110. </property>
  111. </widget>
  112. <widget class="QRadioButton" name="rdoBtn_picture">
  113. <property name="geometry">
  114. <rect>
  115. <x>290</x>
  116. <y>100</y>
  117. <width>89</width>
  118. <height>16</height>
  119. </rect>
  120. </property>
  121. <property name="text">
  122. <string>图片</string>
  123. </property>
  124. </widget>
  125. <widget class="QLineEdit" name="edt_cloe_file">
  126. <property name="geometry">
  127. <rect>
  128. <x>80</x>
  129. <y>140</y>
  130. <width>181</width>
  131. <height>20</height>
  132. </rect>
  133. </property>
  134. <property name="placeholderText">
  135. <string>请选择文件</string>
  136. </property>
  137. </widget>
  138. <widget class="QPushButton" name="btn_cloe_selFile">
  139. <property name="geometry">
  140. <rect>
  141. <x>294</x>
  142. <y>140</y>
  143. <width>41</width>
  144. <height>23</height>
  145. </rect>
  146. </property>
  147. <property name="text">
  148. <string>选择</string>
  149. </property>
  150. </widget>
  151. <widget class="QPushButton" name="btn_cancelUpload">
  152. <property name="geometry">
  153. <rect>
  154. <x>80</x>
  155. <y>210</y>
  156. <width>75</width>
  157. <height>23</height>
  158. </rect>
  159. </property>
  160. <property name="text">
  161. <string>取消上传</string>
  162. </property>
  163. </widget>
  164. <widget class="QPushButton" name="btn_comfirmUpload">
  165. <property name="geometry">
  166. <rect>
  167. <x>170</x>
  168. <y>210</y>
  169. <width>75</width>
  170. <height>23</height>
  171. </rect>
  172. </property>
  173. <property name="text">
  174. <string>确认上传</string>
  175. </property>
  176. </widget>
  177. </widget>
  178. </widget>
  179. </widget>
  180. <resources/>
  181. <connections/>
  182. </ui>