author | kergoth <kergoth> | 2002-01-25 22:14:26 (UTC) |
---|---|---|
committer | kergoth <kergoth> | 2002-01-25 22:14:26 (UTC) |
commit | 15318cad33835e4e2dc620d033e43cd930676cdd (patch) (unidiff) | |
tree | c2fa0399a2c47fda8e2cd0092c73a809d17f68eb /docs/developing.html | |
download | opie-15318cad33835e4e2dc620d033e43cd930676cdd.zip opie-15318cad33835e4e2dc620d033e43cd930676cdd.tar.gz opie-15318cad33835e4e2dc620d033e43cd930676cdd.tar.bz2 |
Initial revision
-rw-r--r-- | docs/developing.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/developing.html b/docs/developing.html new file mode 100644 index 0000000..f6f3eed --- a/dev/null +++ b/docs/developing.html | |||
@@ -0,0 +1,10 @@ | |||
1 | <html><head><title>Developing</title></head><body><h2> Developing</h2> | ||
2 | To add functionality to the Qtopia Environment, download the | ||
3 | sourcecode to both Qt/Embedded and the Qtopia Environment | ||
4 | from Trolltech's website (http://www.trolltech.com). The API used | ||
5 | is the same as normal Qt for X11 and Windows, so you can choose to | ||
6 | develop your applications there first, but keep in mind the much | ||
7 | smaller screen size that the Qtopia Environment is intended | ||
8 | to be used on. | ||
9 | </body> | ||
10 | </html> | ||