123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116 |
- <?xml version="1.0" encoding="UTF-8"?>
- <ui version="4.0">
- <class>etMobileTest</class>
- <widget class="QWidget" name="etMobileTest">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>574</width>
- <height>467</height>
- </rect>
- </property>
- <property name="windowTitle">
- <string>Form</string>
- </property>
- <widget class="QLabel" name="label_etmv_qrcode">
- <property name="geometry">
- <rect>
- <x>60</x>
- <y>40</y>
- <width>171</width>
- <height>151</height>
- </rect>
- </property>
- <property name="text">
- <string/>
- </property>
- </widget>
- <widget class="QLabel" name="label_etmt_tips">
- <property name="geometry">
- <rect>
- <x>290</x>
- <y>40</y>
- <width>54</width>
- <height>12</height>
- </rect>
- </property>
- <property name="text">
- <string>请使用微信扫描二维码后,在微信小程序上录音,并上传文件</string>
- </property>
- <property name="wordWrap">
- <bool>true</bool>
- </property>
- </widget>
- <widget class="QLabel" name="label_HLine">
- <property name="geometry">
- <rect>
- <x>280</x>
- <y>90</y>
- <width>54</width>
- <height>12</height>
- </rect>
- </property>
- <property name="text">
- <string/>
- </property>
- </widget>
- <widget class="QLabel" name="label_etmt_status">
- <property name="geometry">
- <rect>
- <x>260</x>
- <y>160</y>
- <width>211</width>
- <height>16</height>
- </rect>
- </property>
- <property name="text">
- <string>上传文件:未上传文件</string>
- </property>
- </widget>
- <widget class="QToolButton" name="btn_etmt_canotScan">
- <property name="geometry">
- <rect>
- <x>250</x>
- <y>190</y>
- <width>75</width>
- <height>23</height>
- </rect>
- </property>
- <property name="text">
- <string>不能正确扫描二维码</string>
- </property>
- <property name="toolButtonStyle">
- <enum>Qt::ToolButtonTextBesideIcon</enum>
- </property>
- </widget>
- <widget class="QToolButton" name="btn_etmt_uploadFaild">
- <property name="geometry">
- <rect>
- <x>340</x>
- <y>190</y>
- <width>75</width>
- <height>23</height>
- </rect>
- </property>
- <property name="text">
- <string>上传不成功</string>
- </property>
- <property name="toolButtonStyle">
- <enum>Qt::ToolButtonTextBesideIcon</enum>
- </property>
- </widget>
- <widget class="QTableWidget" name="tablewt_envTest">
- <property name="geometry">
- <rect>
- <x>10</x>
- <y>250</y>
- <width>531</width>
- <height>281</height>
- </rect>
- </property>
- </widget>
- </widget>
- <resources/>
- <connections/>
- </ui>
|