aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGravatar Chris Xiong <chirs241097@gmail.com> 2016-01-06 21:28:44 +0800
committerGravatar Chris Xiong <chirs241097@gmail.com> 2016-01-06 21:28:44 +0800
commit7fccb61519fe84b2ced274f1cc4859d5000e86c6 (patch)
treef66696e67d56e9e6015d613af84562364baaa9ed /doc
parent8099672c3fd0bfc7804b0a92d05c57dcd4307268 (diff)
downloadQMidiPlayer-7fccb61519fe84b2ced274f1cc4859d5000e86c6.tar.xz
Maple Dream. (WTF)
Diffstat (limited to 'doc')
-rw-r--r--doc/index.html2
-rw-r--r--doc/mainwindow.html26
2 files changed, 27 insertions, 1 deletions
diff --git a/doc/index.html b/doc/index.html
index 3fffe62..2e9157b 100644
--- a/doc/index.html
+++ b/doc/index.html
@@ -17,7 +17,7 @@
</ul>
<h1>Using QMidiPlayer</h1>
<ul>
- <li>The main window</li>
+ <li><a href="mainwindow.html">The main window</a></li>
<li>The channels dialog</li>
<li>The channels parameters editor</li>
<li>The playlist dialog</li>
diff --git a/doc/mainwindow.html b/doc/mainwindow.html
new file mode 100644
index 0000000..80bf2aa
--- /dev/null
+++ b/doc/mainwindow.html
@@ -0,0 +1,26 @@
+<!DOCTYPE html>
+<html>
+<head>
+<title>QMidiPlayer Help</title>
+</head>
+<body>
+ <h1>Main Window</h1>
+ <img src="../img/mainw.png"><br>
+ <ul>
+ <li>1. Now playing. Right clicking here will bring up the <a href="#fileop"> file operation menu</a>.</li>
+ <li>2. Playing control slider. The total playing time is estimated and isn't 100% accurate.</li>
+ <li>3. Playing control buttons.</li>
+ <li>4. Settings button.</li>
+ <li>5. Dialog toggle buttons.</li>
+ <li>6. Master gain slier.</li>
+ <li>7. Polyphone indicator.</li>
+ <li>8. <s>It's me!</s></li>
+ </ul>
+ <h3><a name="fileop">File operation menu</a></h3>
+ <ul>
+ <li>File Information.</li>
+ <li>Render to Wave.</li>
+ </ul>
+ <br><a href="index.html">Return</a>
+</body>
+</html>