-
Notifications
You must be signed in to change notification settings - Fork 1
/
about.ui
38 lines (38 loc) · 1.22 KB
/
about.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
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>About</class>
<widget class="QDialog" name="About">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>477</width>
<height>305</height>
</rect>
</property>
<property name="windowTitle">
<string>About</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<widget class="QLabel" name="label">
<property name="text">
<string><html><head/><body><p align="center"><img src=":/icons/icon.png"/></p><p align="center">It's a Telegram Backuper application from Aseman Team, you can Download and backup your messages using it.<br/>It's free and open-source and released under the GPLv3 license.<br/>You can download the source code from Github.</p></body></html></string>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="githubBtn">
<property name="text">
<string>Github</string>
</property>
</widget>
</item>
</layout>
</widget>
<resources/>
<connections/>
</ui>