123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182 |
- <?xml version="1.0" encoding="UTF-8"?>
- <ui version="4.0">
- <class>cloeUploadFile</class>
- <widget class="QWidget" name="cloeUploadFile">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>619</width>
- <height>467</height>
- </rect>
- </property>
- <property name="windowTitle">
- <string>Form</string>
- </property>
- <widget class="QWidget" name="widget_mask" native="true">
- <property name="geometry">
- <rect>
- <x>30</x>
- <y>20</y>
- <width>521</width>
- <height>411</height>
- </rect>
- </property>
- <widget class="QWidget" name="widget_cloe_BG" native="true">
- <property name="geometry">
- <rect>
- <x>40</x>
- <y>30</y>
- <width>411</width>
- <height>301</height>
- </rect>
- </property>
- <widget class="QLabel" name="label_fc_title">
- <property name="geometry">
- <rect>
- <x>20</x>
- <y>20</y>
- <width>54</width>
- <height>12</height>
- </rect>
- </property>
- <property name="text">
- <string>上传文件</string>
- </property>
- </widget>
- <widget class="QPushButton" name="btn_fc_close">
- <property name="geometry">
- <rect>
- <x>333</x>
- <y>10</y>
- <width>31</width>
- <height>23</height>
- </rect>
- </property>
- <property name="text">
- <string/>
- </property>
- </widget>
- <widget class="QLabel" name="label_HLine">
- <property name="geometry">
- <rect>
- <x>20</x>
- <y>60</y>
- <width>54</width>
- <height>12</height>
- </rect>
- </property>
- <property name="text">
- <string/>
- </property>
- </widget>
- <widget class="QLabel" name="label_cloe_selFileType">
- <property name="geometry">
- <rect>
- <x>20</x>
- <y>100</y>
- <width>54</width>
- <height>12</height>
- </rect>
- </property>
- <property name="text">
- <string>请选择上传文件类型:</string>
- </property>
- </widget>
- <widget class="QRadioButton" name="rdoBtn_zip">
- <property name="geometry">
- <rect>
- <x>90</x>
- <y>100</y>
- <width>89</width>
- <height>16</height>
- </rect>
- </property>
- <property name="text">
- <string>ZIP</string>
- </property>
- </widget>
- <widget class="QRadioButton" name="rdoBtn_pdf">
- <property name="geometry">
- <rect>
- <x>190</x>
- <y>100</y>
- <width>89</width>
- <height>16</height>
- </rect>
- </property>
- <property name="text">
- <string>PDF</string>
- </property>
- </widget>
- <widget class="QRadioButton" name="rdoBtn_picture">
- <property name="geometry">
- <rect>
- <x>290</x>
- <y>100</y>
- <width>89</width>
- <height>16</height>
- </rect>
- </property>
- <property name="text">
- <string>图片</string>
- </property>
- </widget>
- <widget class="QLineEdit" name="edt_cloe_file">
- <property name="geometry">
- <rect>
- <x>80</x>
- <y>140</y>
- <width>181</width>
- <height>20</height>
- </rect>
- </property>
- <property name="placeholderText">
- <string>请选择文件</string>
- </property>
- </widget>
- <widget class="QPushButton" name="btn_cloe_selFile">
- <property name="geometry">
- <rect>
- <x>294</x>
- <y>140</y>
- <width>41</width>
- <height>23</height>
- </rect>
- </property>
- <property name="text">
- <string>选择</string>
- </property>
- </widget>
- <widget class="QPushButton" name="btn_cancelUpload">
- <property name="geometry">
- <rect>
- <x>80</x>
- <y>210</y>
- <width>75</width>
- <height>23</height>
- </rect>
- </property>
- <property name="text">
- <string>取消上传</string>
- </property>
- </widget>
- <widget class="QPushButton" name="btn_comfirmUpload">
- <property name="geometry">
- <rect>
- <x>170</x>
- <y>210</y>
- <width>75</width>
- <height>23</height>
- </rect>
- </property>
- <property name="text">
- <string>确认上传</string>
- </property>
- </widget>
- </widget>
- </widget>
- </widget>
- <resources/>
- <connections/>
- </ui>
|