summaryrefslogtreecommitdiffstats
path: root/languages/cpp/app_templates/qtopia4app/example.html
blob: 279a610669caa6f40213bbb25baab3049d905e2e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<html>
<h1>%{APPNAME}</h1>

<p>This is the help for the %{APPNAME} program.

<p>To user this application:

<ol>
 <li>Press the <img width=12 height=12 src=%{APPNAME}.png> icon in the Qtopia launcher.
 <li>Read the label.
 <li>Press the button.
 <li>Read the source code provided.
</ol>

Now you know how to make a Qtopia application!