2023-07-31 19:06:37 +08:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
2023-07-30 18:57:41 +08:00
|
|
|
<class>QMiniBlink</class>
|
2023-07-31 19:06:37 +08:00
|
|
|
<widget class="QWidget" name="QMiniBlink">
|
|
|
|
<property name="geometry">
|
2023-07-30 18:57:41 +08:00
|
|
|
<rect>
|
2023-07-31 19:06:37 +08:00
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
2023-08-18 19:09:55 +08:00
|
|
|
<width>600</width>
|
|
|
|
<height>400</height>
|
2023-07-30 18:57:41 +08:00
|
|
|
</rect>
|
|
|
|
</property>
|
2023-07-31 19:06:37 +08:00
|
|
|
<property name="windowTitle">
|
2023-07-30 18:57:41 +08:00
|
|
|
<string>QMiniBlink</string>
|
|
|
|
</property>
|
2023-08-18 19:09:55 +08:00
|
|
|
<widget class="QCheckBox" name="checkBox">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>110</x>
|
|
|
|
<y>130</y>
|
|
|
|
<width>401</width>
|
|
|
|
<height>61</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>我同意加入用户体验改善计划</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
<widget class="QPushButton" name="detail">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>70</x>
|
|
|
|
<y>280</y>
|
|
|
|
<width>150</width>
|
|
|
|
<height>46</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>查看详情</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
<widget class="QPushButton" name="submit">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>370</x>
|
|
|
|
<y>280</y>
|
|
|
|
<width>150</width>
|
|
|
|
<height>46</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>确定</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
2023-07-30 18:57:41 +08:00
|
|
|
</widget>
|
2023-07-31 19:06:37 +08:00
|
|
|
<layoutdefault spacing="6" margin="11"/>
|
2023-07-30 18:57:41 +08:00
|
|
|
<resources/>
|
|
|
|
<connections/>
|
2023-07-31 19:06:37 +08:00
|
|
|
</ui>
|