diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-25 12:25:06 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-25 12:25:06 +0900 |
commit | a09a6bc05e3f64c27e7c84dd768c7720fdf41136 (patch) | |
tree | fe5a644a42056c012132e5bbc57f3ce1ba40d5c2 /doc/winsystem.doc | |
parent | bba3e1fa3870a23f1cf0b5d1143ffd646ac797a4 (diff) | |
download | tqt-a09a6bc0.tar.gz tqt-a09a6bc0.zip |
Remove documentation for QWS classes and Qt/Embedded
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/winsystem.doc')
-rw-r--r-- | doc/winsystem.doc | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/doc/winsystem.doc b/doc/winsystem.doc index 88f612aae..634584c40 100644 --- a/doc/winsystem.doc +++ b/doc/winsystem.doc @@ -103,21 +103,4 @@ When compiling for this platform, the macro \c{TQ_WS_MACX} is defined. \i \link mac-differences.html Qt/Mac issues\endlink \endlist -\target qws -\section1 Qt/Embedded - -When compiling for this platform, the macro \c{TQ_WS_QWS} is defined -(the window system is literally the TQt Window System). - -\list - \i \link emb-install.html Installation\endlink - \i \link emb-performance.html Qt/Embedded performance tuning\endlink - \i \link emb-running.html Running Qt/Embedded applications\endlink - \i \link emb-porting.html Porting your applications to Qt/Embedded\endlink - \i \link emb-fonts.html Font formats and definitions\endlink - \i \link emb-charinput.html Character input (keyboard, pen, ...)\endlink - \i \link emb-pointer.html Pointer handling (mouse, pen, ...)\endlink - \i \link emb-features.html Reduce memory use with the feature definition file\endlink -\endlist - */ |