author | kergoth <kergoth> | 2002-01-25 22:14:26 (UTC) |
---|---|---|
committer | kergoth <kergoth> | 2002-01-25 22:14:26 (UTC) |
commit | 15318cad33835e4e2dc620d033e43cd930676cdd (patch) (side-by-side diff) | |
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 @@ +<html><head><title>Developing</title></head><body><h2> Developing</h2> +To add functionality to the Qtopia Environment, download the +sourcecode to both Qt/Embedded and the Qtopia Environment +from Trolltech's website (http://www.trolltech.com). The API used +is the same as normal Qt for X11 and Windows, so you can choose to +develop your applications there first, but keep in mind the much +smaller screen size that the Qtopia Environment is intended +to be used on. +</body> +</html> |