1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768 |
- <?xml version="1.0" encoding="UTF-8"?>
- <ui version="4.0">
- <class>awMsgBox</class>
- <widget class="QWidget" name="awMsgBox">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>333</width>
- <height>70</height>
- </rect>
- </property>
- <property name="windowTitle">
- <string>Form</string>
- </property>
- <widget class="QWidget" name="widget_awmb_BG" native="true">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>331</width>
- <height>71</height>
- </rect>
- </property>
- <widget class="QLabel" name="label_awmb_icon">
- <property name="geometry">
- <rect>
- <x>30</x>
- <y>30</y>
- <width>54</width>
- <height>12</height>
- </rect>
- </property>
- <property name="text">
- <string/>
- </property>
- </widget>
- <widget class="QLabel" name="label_awmb_content">
- <property name="geometry">
- <rect>
- <x>110</x>
- <y>30</y>
- <width>54</width>
- <height>12</height>
- </rect>
- </property>
- <property name="text">
- <string>请调整坐姿,诚信考试</string>
- </property>
- </widget>
- <widget class="QPushButton" name="btn_awmb_close">
- <property name="geometry">
- <rect>
- <x>294</x>
- <y>10</y>
- <width>31</width>
- <height>23</height>
- </rect>
- </property>
- <property name="text">
- <string/>
- </property>
- </widget>
- </widget>
- </widget>
- <resources/>
- <connections/>
- </ui>
|