diff options
author | Chris Xiong <chirs241097@gmail.com> | 2016-04-20 23:29:39 +0800 |
---|---|---|
committer | Chris Xiong <chirs241097@gmail.com> | 2016-04-20 23:29:39 +0800 |
commit | 32568af90e5c521c68432a7e77b6dd8bf524adde (patch) | |
tree | e2bed775bf9953f26ad94531da2a20ec9f967482 /doc/index_internal.html | |
parent | b68f60e023175b144664de092c31416fa5b58880 (diff) | |
download | QMidiPlayer-32568af90e5c521c68432a7e77b6dd8bf524adde.tar.xz |
UI refinements and fix to two memory leaks.
Minor improvement in MIDI reading process.
Diffstat (limited to 'doc/index_internal.html')
-rw-r--r-- | doc/index_internal.html | 34 |
1 files changed, 10 insertions, 24 deletions
diff --git a/doc/index_internal.html b/doc/index_internal.html index c795b90..17f9cc0 100644 --- a/doc/index_internal.html +++ b/doc/index_internal.html @@ -4,29 +4,15 @@ <title>QMidiPlayer Help</title> </head> <body> - <table> - <tr> - <td style="vertical-align:top;"> - <ul> - <li>User manual</li> - <li>Contributing</li> - <li><a href="version_internal.html">Version Info.</a></li> - <li><a href="license_internal.html">License</a></li> - </ul> - </td> - <td> - <h1>User manual</h1> - You can find documentation <a href="https://htmlpreview.github.io/?https://github.com/chirs241097/QMidiPlayer/blob/master/doc/index.html">here</a>.<br> - Alternatively, you can use <a href="https://chrisoft.org/QMidiPlayer/doc/index.html">the version on chrisoft.org</a> or the version installed on your computer. - <h1>Contributing to the project</h1> - Take a look at <a href="https://github.com/chirs241097/QMidiPlayer">the project's git repo</a>. - <h1>About QMidiPlayer</h1> - <ul> - <li><a href="version_internal.html">Version information</a></li> - <li><a href="license_internal.html">License</a></li> - </ul> - </td> - </tr> - </table> + <h1>User manual</h1> + You can find documentation <a href="https://htmlpreview.github.io/?https://github.com/chirs241097/QMidiPlayer/blob/master/doc/index.html">here</a>.<br> + Alternatively, you can use <a href="https://chrisoft.org/QMidiPlayer/doc/index.html">the version on chrisoft.org</a> or the version installed on your computer. + <h1>Contributing to the project</h1> + Take a look at <a href="https://github.com/chirs241097/QMidiPlayer">the project's git repo</a>. + <h1>About QMidiPlayer</h1> + <ul> + <li><a href="version_internal.html">Version information</a></li> + <li><a href="license_internal.html">License</a></li> + </ul> </body> </html>
\ No newline at end of file |