diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-07-31 19:44:01 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-07-31 19:44:01 +0000 |
commit | 479f5f799523bffbcc83dff581a2299c047c6fff (patch) | |
tree | 186aae707ed02aac6c7cab2fb14e97f72aca5e36 /kjsembed/docs/features.html | |
parent | f1dbff6145c98324ff82e34448b7483727e8ace4 (diff) | |
download | tdebindings-479f5f799523bffbcc83dff581a2299c047c6fff.tar.gz tdebindings-479f5f799523bffbcc83dff581a2299c047c6fff.zip |
Trinity Qt initial conversion
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebindings@1157645 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kjsembed/docs/features.html')
-rw-r--r-- | kjsembed/docs/features.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/kjsembed/docs/features.html b/kjsembed/docs/features.html index 676b4a51..5da39771 100644 --- a/kjsembed/docs/features.html +++ b/kjsembed/docs/features.html @@ -12,14 +12,14 @@ This document is a high-level summary of the feature set of KJSEmbed. <h2>Qt Integration</h2> <ul> -<li>Generic proxy class providing access to any QObject. +<li>Generic proxy class providing access to any TQObject. <li>Call slots from scripts as if they are JS methods. <li>Connect signals to JS methods as if they are slots. -<li>Navigate the QObject tree using a DOM compatible API. +<li>Navigate the TQObject tree using a DOM compatible API. <li>Load designer's UI files to dynamically load dialogs and widgets. -<li>Create any QWidget supported by QWidgetFactory. -<li>Custom factory for creating QObjects (such as QTimer). -<li>An opaque wrapper handling any QVariant value and any pointer. +<li>Create any TQWidget supported by TQWidgetFactory. +<li>Custom factory for creating QObjects (such as TQTimer). +<li>An opaque wrapper handling any TQVariant value and any pointer. </ul> <h2>KDE Integration</h2> |