123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081 |
- <?xml version="1.0" encoding="UTF-8"?>
- <ui version="4.0">
- <class>awTimeLeftTips</class>
- <widget class="QWidget" name="awTimeLeftTips">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>400</width>
- <height>300</height>
- </rect>
- </property>
- <property name="windowTitle">
- <string>Form</string>
- </property>
- <widget class="QWidget" name="widget_mask" native="true">
- <property name="geometry">
- <rect>
- <x>10</x>
- <y>10</y>
- <width>381</width>
- <height>281</height>
- </rect>
- </property>
- <widget class="QWidget" name="widget_awtlt_bg" native="true">
- <property name="geometry">
- <rect>
- <x>30</x>
- <y>40</y>
- <width>321</width>
- <height>121</height>
- </rect>
- </property>
- <widget class="QLabel" name="label_awtlt_title">
- <property name="geometry">
- <rect>
- <x>10</x>
- <y>20</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_awtlt_content">
- <property name="geometry">
- <rect>
- <x>50</x>
- <y>50</y>
- <width>54</width>
- <height>12</height>
- </rect>
- </property>
- <property name="text">
- <string/>
- </property>
- </widget>
- <widget class="QPushButton" name="btn_awtlt_confirm">
- <property name="geometry">
- <rect>
- <x>220</x>
- <y>90</y>
- <width>75</width>
- <height>23</height>
- </rect>
- </property>
- <property name="text">
- <string>确定</string>
- </property>
- </widget>
- </widget>
- </widget>
- </widget>
- <resources/>
- <connections/>
- </ui>
|