12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697 |
- <?xml version="1.0" encoding="UTF-8"?>
- <ui version="4.0">
- <class>popMsgBox</class>
- <widget class="QWidget" name="popMsgBox">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>465</width>
- <height>341</height>
- </rect>
- </property>
- <property name="windowTitle">
- <string>Form</string>
- </property>
- <widget class="QWidget" name="widget_pmb_bg" native="true">
- <property name="geometry">
- <rect>
- <x>10</x>
- <y>20</y>
- <width>371</width>
- <height>261</height>
- </rect>
- </property>
- <widget class="QLabel" name="label_pmb_icon">
- <property name="geometry">
- <rect>
- <x>30</x>
- <y>40</y>
- <width>54</width>
- <height>12</height>
- </rect>
- </property>
- <property name="text">
- <string/>
- </property>
- </widget>
- <widget class="QLabel" name="label_pmb_title">
- <property name="geometry">
- <rect>
- <x>130</x>
- <y>40</y>
- <width>54</width>
- <height>12</height>
- </rect>
- </property>
- <property name="text">
- <string>升级通知</string>
- </property>
- </widget>
- <widget class="QLabel" name="label_pmb_content">
- <property name="geometry">
- <rect>
- <x>110</x>
- <y>80</y>
- <width>54</width>
- <height>12</height>
- </rect>
- </property>
- <property name="text">
- <string>TextLabel</string>
- </property>
- <property name="alignment">
- <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
- </property>
- </widget>
- <widget class="QPushButton" name="btn_no">
- <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 class="QPushButton" name="btn_yes">
- <property name="geometry">
- <rect>
- <x>270</x>
- <y>210</y>
- <width>75</width>
- <height>23</height>
- </rect>
- </property>
- <property name="text">
- <string>确定</string>
- </property>
- </widget>
- </widget>
- </widget>
- <resources/>
- <connections/>
- </ui>
|