blob: ad973780bccf44b86092ef3af45f25c31dc2be93 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
<h1 align=center><small>Welcome to the</small><br>Qtopia SDK</h1>
<h3>API Documentation</h3>
<p>
For API documentation, point a web browser at
/opt/Qtopia/doc/html/qtopia/index.html
<h3>Application Documentation</h3>
Put English documentation for applications in:
<p>
$QPEDIR/help/html/<i>appname</i>.html
<p>
Put non-English documentation for applications in:
<p>
$QPEDIR/help/<i>lang</i>/html/<i>appname</i>.html
<p>
Where <i>lang</i> is the language specifier (eg. "de" for German),
and <i>appname</i> is the program name of your application.
|