-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.ui
90 lines (90 loc) · 4.51 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
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
<?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>508</width>
<height>345</height>
</rect>
</property>
<property name="windowTitle">
<string>Dialog</string>
</property>
<property name="windowIcon">
<iconset resource="resources.qrc">
<normaloff>:/icons/thot.ico</normaloff>:/icons/thot.ico</iconset>
</property>
<property name="autoFillBackground">
<bool>false</bool>
</property>
<property name="styleSheet">
<string notr="true">background-color: rgb(255, 255, 255);</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<widget class="QLabel" name="label">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Expanding">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string><html><head/><body><p align="center"><span style=" font-size:16pt; font-weight:600;">Pythot v1.0.6</span></p><p align="center"><span style=" font-size:12pt;">26/09/2017</span></p><p align="center"><span style=" font-size:12pt;">Based on </span><a href="http://www.emmanuelmorand.net/thot/presentation.php"><span style=" font-size:12pt; text-decoration: underline; color:#2980b9;">software Thot</span></a><span style=" font-size:12pt;"> by Emmanuel Morand,<br/>whom we thank for his authorization.</span></p><p align="center"><span style=" font-size:12pt;">Source code at : </span><a href="https://github.com/christophe-riolo/pythot"><span style=" font-size:12pt; text-decoration: underline; color:#2980b9;">https://github.com/christophe-riolo/pythot</span></a></p><p align="center">Icons made by <a href="https://www.flaticon.com/authors/madebyoliver"><span style=" text-decoration: underline; color:#2980b9;">Madebyoliver</span></a>, <a href="https://www.flaticon.com/authors/vignesh-oviyan"><span style=" text-decoration: underline; color:#2980b9;">Vignesh Oviyan</span></a>, <a href="http://www.freepik.com"><span style=" text-decoration: underline; color:#2980b9;">Freepik</span></a>, <a href="https://www.flaticon.com/authors/vaadin"><span style=" text-decoration: underline; color:#2980b9;">Vaadin</span></a>, <a href="https://www.flaticon.com/authors/those-icons"><span style=" text-decoration: underline; color:#2980b9;">Those Icons</span></a><br/>from <a href="https://www.flaticon.com/"><span style=" text-decoration: underline; color:#2980b9;">www.flaticon.com</span></a> are licensed by <a href="http://creativecommons.org/licenses/by/3.0/"><span style=" text-decoration: underline; color:#2980b9;">CC 3.0 BY</span></a></p></body></html></string>
</property>
</widget>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout">
<property name="sizeConstraint">
<enum>QLayout::SetDefaultConstraint</enum>
</property>
<item>
<spacer name="horizontalSpacer">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="QPushButton" name="pushButton">
<property name="text">
<string>Ok</string>
</property>
</widget>
</item>
</layout>
</item>
</layout>
</widget>
<resources>
<include location="resources.qrc"/>
</resources>
<connections>
<connection>
<sender>pushButton</sender>
<signal>clicked()</signal>
<receiver>about</receiver>
<slot>accept()</slot>
<hints>
<hint type="sourcelabel">
<x>432</x>
<y>319</y>
</hint>
<hint type="destinationlabel">
<x>481</x>
<y>2</y>
</hint>
</hints>
</connection>
</connections>
</ui>