-
Notifications
You must be signed in to change notification settings - Fork 129
/
Copy pathdlgAbout.ui
100 lines (100 loc) · 3.76 KB
/
dlgAbout.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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>Dialog</class>
<widget class="QDialog" name="Dialog">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>501</width>
<height>353</height>
</rect>
</property>
<property name="windowTitle">
<string>关于</string>
</property>
<layout class="QGridLayout" name="gridLayout">
<item row="0" column="0" colspan="2">
<widget class="QGroupBox" name="groupBox_repo">
<property name="title">
<string>代码仓库</string>
</property>
<layout class="QGridLayout" name="gridLayout_2">
<item row="0" column="1">
<widget class="QCommandLinkButton" name="githubLink">
<property name="text">
<string>GitHub 项目地址</string>
</property>
<property name="description">
<string>https://github.com/GoodCoder666/GoogleTranslate_IPFinder</string>
</property>
</widget>
</item>
<item row="0" column="2">
<widget class="QCommandLinkButton" name="gtdbLink">
<property name="text">
<string>官方 IP 库</string>
</property>
<property name="description">
<string>https://github.com/GoodCoder666/gtdb</string>
</property>
</widget>
</item>
<item row="1" column="1">
<widget class="QCommandLinkButton" name="licenseLink">
<property name="text">
<string>版权条款(GPLv3)</string>
</property>
<property name="description">
<string>https://github.com/GoodCoder666/GoogleTranslate_IPFinder/blob/main/LICENSE</string>
</property>
</widget>
</item>
<item row="1" column="2">
<widget class="QCommandLinkButton" name="readmeLink">
<property name="text">
<string>README 帮助文件</string>
</property>
<property name="description">
<string>https://github.com/GoodCoder666/GoogleTranslate_IPFinder/blob/main/README.md</string>
</property>
</widget>
</item>
</layout>
</widget>
</item>
<item row="3" column="1">
<widget class="QPushButton" name="btnUpdate">
<property name="text">
<string>检查更新</string>
</property>
</widget>
</item>
<item row="3" column="0">
<widget class="QLabel" name="labCopyright">
<property name="text">
<string>Copyright © GoodCoder666 2025</string>
</property>
</widget>
</item>
<item row="1" column="0" colspan="2">
<widget class="QLabel" name="label">
<property name="text">
<string><html><head/><body><p>感谢使用<span style=" font-weight:700;"> GoogleTranslate_IPFinder</span>!欢迎在 <a href="https://github.com/GoodCoder666/GoogleTranslate_IPFinder/issues"><span style=" text-decoration: underline; color:#0000ff;">issues</span></a> 指出 bug 或提出修改意见。 </p><p>在 <a href="https://github.com/GoodCoder666/GoogleTranslate_IPFinder"><span style=" text-decoration: underline; color:#0000ff;">GitHub</span></a> 上 Star 此项目:<a href="https://github.com/GoodCoder666/GoogleTranslate_IPFinder"><span style=" text-decoration: underline; color:#0000ff;">GoodCoder666/GoogleTranslate_IPFinder</span></a></p></body></html></string>
</property>
<property name="textFormat">
<enum>Qt::RichText</enum>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
<property name="openExternalLinks">
<bool>true</bool>
</property>
</widget>
</item>
</layout>
</widget>
<resources/>
<connections/>
</ui>