60 lines
1.3 KiB
XML
60 lines
1.3 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<ui version="4.0">
|
|
<class>QMiniBlink</class>
|
|
<widget class="QWidget" name="QMiniBlink">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>600</width>
|
|
<height>400</height>
|
|
</rect>
|
|
</property>
|
|
<property name="windowTitle">
|
|
<string>QMiniBlink</string>
|
|
</property>
|
|
<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>
|
|
</widget>
|
|
<layoutdefault spacing="6" margin="11"/>
|
|
<resources/>
|
|
<connections/>
|
|
</ui>
|