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/customization.html | |
download | opie-15318cad33835e4e2dc620d033e43cd930676cdd.zip opie-15318cad33835e4e2dc620d033e43cd930676cdd.tar.gz opie-15318cad33835e4e2dc620d033e43cd930676cdd.tar.bz2 |
Initial revision
-rw-r--r-- | docs/customization.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/customization.html b/docs/customization.html new file mode 100644 index 0000000..ce586a8 --- a/dev/null +++ b/docs/customization.html | |||
@@ -0,0 +1,7 @@ | |||
1 | <html><head><title>Customization</title></head><body><h2>Customization</h2> | ||
2 | Qt's clean object oriented design makes it easy to extend and | ||
3 | enhance the standard widgets. You can create specialized widgets for the | ||
4 | limited space offered by embedded device screens. | ||
5 | Qt's GUI styling support lets you create a unique GUI look to make your | ||
6 | device stand out from the rest. | ||
7 | |||