diff options
author | Chris Xiong <chirs241097@gmail.com> | 2016-04-16 21:03:44 +0800 |
---|---|---|
committer | Chris Xiong <chirs241097@gmail.com> | 2016-04-16 21:03:44 +0800 |
commit | f3694385610a66215b65fafc1e05680baddeb090 (patch) | |
tree | a183da31372ce97c3e02d34d50647e565062e1f1 /doc/plistdialog.html | |
parent | 56374529448b63cc5d94b344da14e8d90ee6e17d (diff) | |
download | QMidiPlayer-f3694385610a66215b65fafc1e05680baddeb090.tar.xz |
Fixed two bugs in initialization process.
Documentation...
Diffstat (limited to 'doc/plistdialog.html')
-rw-r--r-- | doc/plistdialog.html | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/doc/plistdialog.html b/doc/plistdialog.html new file mode 100644 index 0000000..ae14678 --- /dev/null +++ b/doc/plistdialog.html @@ -0,0 +1,34 @@ +<!DOCTYPE html> +<html> +<head> +<title>QMidiPlayer Help</title> +<link rel=stylesheet href='styles.css' type='text/css'> +</head> +<body> + <div id="panel"> + <ul> + <li><a href="index.html">Overview</a></li> + <li><a href="mainwindow.html">Main Window</a></li> + <li><a href="channeldialog.html">Channels Dialog</a></li> + <li><a href="channeleditor.html">Channel Editor</a></li> + <li><a class="active" href="plistdialog.html">Playlist</a></li> + <li><a href="efxdialog.html">Effects</a></li> + <li><a href="optionsdialog.html">Settings</a></li> + <li><a href="cmdargs.html">Commandline arguments</a></li> + <li><a href="troubleshooting.html">Troubleshooting</a></li> + <li><a href="version.html">Version Info.</a></li> + <li><a href="license.html">License</a></li> + </ul> + </div> + <div id="content"> + <h1>Playlist Dialog</h1> + <img src="../img/playlistw.png"><br> + <h2>Notes</h2> + <ul> + <li>Drag & drop to sort.</li> + <li>This dialog (together with the main window) also accepts file drops.</li> + </ul> + <br><a href="index.html">Return</a> + </div> +</body> +</html> |