-
Notifications
You must be signed in to change notification settings - Fork 6
/
playerabout.ui
89 lines (89 loc) · 5.49 KB
/
playerabout.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
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>AboutClass</class>
<widget class="QDialog" name="AboutClass">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>483</width>
<height>423</height>
</rect>
</property>
<property name="windowTitle">
<string>About</string>
</property>
<property name="windowIcon">
<iconset resource="guiplayer.qrc">
<normaloff>:/dmidiplayer.png</normaloff>:/dmidiplayer.png</iconset>
</property>
<layout class="QGridLayout" name="gridLayout">
<item row="1" column="0">
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<widget class="QPushButton" name="aboutQt">
<property name="text">
<string>About Qt</string>
</property>
</widget>
</item>
<item>
<widget class="QDialogButtonBox" name="buttonBox">
<property name="standardButtons">
<set>QDialogButtonBox::Close</set>
</property>
</widget>
</item>
</layout>
</item>
<item row="0" column="0">
<widget class="QTextBrowser" name="AboutTextView">
<property name="undoRedoEnabled">
<bool>false</bool>
</property>
<property name="readOnly">
<bool>true</bool>
</property>
<property name="html">
<string><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
</style></head><body style=" font-family:'Noto Sans'; font-size:10pt; font-weight:400; font-style:normal;">
<p style=" margin-top:20px; margin-bottom:20px; margin-left:20px; margin-right:20px; -qt-block-indent:0; text-indent:0px;"><img src=":/dmidiplayer128.png" style="float: left;" /><span style=" font-family:'Sans Serif'; font-size:16pt; font-weight:600;">%PROJECT_DESCRIPTION%</span></p>
<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans Serif'; font-size:16pt; font-weight:600;">Version %VERSION%</span></p>
<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans Serif';">Using </span><a href="https://drumstick.sourceforge.io"><span style=" font-family:'DejaVu Sans'; text-decoration: underline; color:#0057ae;">Drumstick MIDI C++ libraries </span></a><span style=" font-family:'Sans Serif';">v%DRUMSTICK_VERSION%</span></p>
<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans Serif';">Copyright © 2006-2024, Pedro Lopez-Cabanillas &lt;</span><a href="mailto:plcl@users.sf.net?subject=dmidiplayer"><span style=" text-decoration: underline; color:#007af4;">plcl@users.sf.net</span></a><span style=" font-family:'Sans Serif';">&gt;</span></p>
<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans Serif';">This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version.</span></p>
<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans Serif';">This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.</span></p>
<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Sans Serif';">You should have received a copy of the GNU General Public License along with this program; if not, </span><span style=" font-family:'Hack';">see &lt;</span><a href="https://www.gnu.org/licenses/"><span style=" text-decoration: underline; color:#007af4;">https://www.gnu.org/licenses/</span></a><span style=" font-family:'Hack';">&gt;.</span></p></body></html></string>
</property>
<property name="openExternalLinks">
<bool>true</bool>
</property>
</widget>
</item>
</layout>
</widget>
<layoutdefault spacing="6" margin="11"/>
<resources>
<include location="guiplayer.qrc"/>
</resources>
<connections>
<connection>
<sender>buttonBox</sender>
<signal>rejected()</signal>
<receiver>AboutClass</receiver>
<slot>close()</slot>
<hints>
<hint type="sourcelabel">
<x>306</x>
<y>315</y>
</hint>
<hint type="destinationlabel">
<x>325</x>
<y>335</y>
</hint>
</hints>
</connection>
</connections>
</ui>