aboutsummaryrefslogtreecommitdiff
path: root/doc/version.html
blob: 5428ef78c55866168ae59d49ea06be5f0e89ec8c (plain) (blame)
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
<!DOCTYPE html>
<html>
<head>
<title>QMidiPlayer Help</title>
</head>
<body>
	<table>
	<tr>
	<td style="vertical-align:top;">
		<ul>
			<li><a href="index.html">Overview</a></li>
			<li><a href="mainwindow.html">Main Window</a></li>
			<li>Channels Dialog</li>
			<li>Channel Editor</li>
			<li>Playlist</li>
			<li>Effects</li>
			<li>Settings</li>
			<li>Version Info.</li>
			<li><a href="license.html">License</a></li>
		</ul>
	</td>
	<td>
	<h1>Version information</h1>
	<div style="text-align:center;">
		<img src="../img/qmidiplyr.png"><br>
		QMidiPlayer APP_VERSION<br>
		An MIDI player based on fluidsynth and Qt.<br>
		Written by Chris Xiong.<br>
		libfluidsynth version: RT_FLUIDSYNTH_VERSION (Built against CT_FLUIDSYNTH_VERSION)<br>
		Qt version: RT_QT_VERSION_STR (Built against CT_QT_VERSION_STR)<br>
	</div><br>
	<a href="index.html">Return</a>
	</td>
	</tr>
	</table>
</body>
</html>