-
Notifications
You must be signed in to change notification settings - Fork 12
/
pe_Donate.ui
84 lines (84 loc) · 2.49 KB
/
pe_Donate.ui
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>DialogDonate</class>
<widget class="QDialog" name="DialogDonate">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>643</width>
<height>726</height>
</rect>
</property>
<property name="windowTitle">
<string>Thanks</string>
</property>
<property name="windowIcon">
<iconset>
<normaloff>:/PSnip/Resources/Mini.png</normaloff>:/PSnip/Resources/Mini.png</iconset>
</property>
<property name="styleSheet">
<string notr="true">background-color: rgb(255, 255, 255);</string>
</property>
<widget class="QLabel" name="label">
<property name="geometry">
<rect>
<x>30</x>
<y>340</y>
<width>611</width>
<height>321</height>
</rect>
</property>
<property name="text">
<string><html><head/><body><p>PSnip是一款免费,开源的参考图软件:</p><p>为提升绘画制图效率及更好的操作体验而不懈努力。</p><p>您的捐赠能帮助并鼓励我们将PSnip做的更好。</p><p>你可以将你的建议发送至[email protected]</p><p>帮助我们改善PSnip。</p><p>作者信息:</p><p>[email protected] 微博:@这里是羽大人</p><p>DBinary All rights reserved</p><p><br/></p></body></html></string>
</property>
</widget>
<widget class="QWidget" name="widget" native="true">
<property name="geometry">
<rect>
<x>150</x>
<y>0</y>
<width>331</width>
<height>311</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">QWidget{background-image: url(:/PSnip/Resources/Donate.png);}</string>
</property>
</widget>
<widget class="QPushButton" name="pushButton">
<property name="geometry">
<rect>
<x>220</x>
<y>670</y>
<width>191</width>
<height>40</height>
</rect>
</property>
<property name="text">
<string>继续努力</string>
</property>
</widget>
</widget>
<resources>
<include location="psnip.qrc"/>
</resources>
<connections>
<connection>
<sender>pushButton</sender>
<signal>clicked()</signal>
<receiver>DialogDonate</receiver>
<slot>hide()</slot>
<hints>
<hint type="sourcelabel">
<x>279</x>
<y>822</y>
</hint>
<hint type="destinationlabel">
<x>554</x>
<y>804</y>
</hint>
</hints>
</connection>
</connections>
</ui>