2023-08-18 19:09:55 +08:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
|
|
|
<class>UserImproveClass</class>
|
|
|
|
<widget class="QDialog" name="UserImproveClass">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
|
|
|
<width>600</width>
|
|
|
|
<height>400</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="windowTitle">
|
2023-08-26 22:13:39 +08:00
|
|
|
<string>用户体验改善计划</string>
|
2023-08-18 19:09:55 +08:00
|
|
|
</property>
|
|
|
|
<widget class="QPushButton" name="detail">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>80</x>
|
|
|
|
<y>310</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>330</x>
|
|
|
|
<y>310</y>
|
|
|
|
<width>150</width>
|
|
|
|
<height>46</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>确定</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
<widget class="QCheckBox" name="checkBox">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>110</x>
|
|
|
|
<y>170</y>
|
|
|
|
<width>371</width>
|
|
|
|
<height>28</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>我同意加入用户体验改善计划</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</widget>
|
|
|
|
<layoutdefault spacing="6" margin="11"/>
|
|
|
|
<resources/>
|
|
|
|
<connections/>
|
|
|
|
</ui>
|