diff options
author | Timothy Pearson <[email protected]> | 2011-12-05 15:55:57 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-12-05 15:55:57 -0600 |
commit | 9ba04742771370f59740e32e11c5f3a1e6a1b70a (patch) | |
tree | c81c34dae2b3b1ea73801bf18a960265dc4207f7 /kjsembed/docs/kjsembed-qsa.html | |
parent | 1a96c45b22d01378202d9dc7ed9c47acd30f966e (diff) | |
download | tdebindings-9ba04742771370f59740e32e11c5f3a1e6a1b70a.tar.gz tdebindings-9ba04742771370f59740e32e11c5f3a1e6a1b70a.zip |
Initial TQt conversion
Diffstat (limited to 'kjsembed/docs/kjsembed-qsa.html')
-rw-r--r-- | kjsembed/docs/kjsembed-qsa.html | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/kjsembed/docs/kjsembed-qsa.html b/kjsembed/docs/kjsembed-qsa.html index 2de920d8..9355c268 100644 --- a/kjsembed/docs/kjsembed-qsa.html +++ b/kjsembed/docs/kjsembed-qsa.html @@ -1,32 +1,32 @@ <html> <head> <link href="kjsembed.css" rel="stylesheet" type="text/css"> -<title>KJSEmbed and QSA</title> +<title>KJSEmbed and TQSA</title> </head> <body> -<h1>KJSEmbed and QSA</h1> +<h1>KJSEmbed and TQSA</h1> <hr> <h3>Introduction</h3> -There are a lot of similarities between QSA and KJSEmbed, and this has +There are a lot of similarities between TQSA and KJSEmbed, and this has led to some confusion. This document aims to shed some light on the differences between the two libraries. <h3>The Differences</h3> <ul> - <li>QSA has a nice built in script editor which kjsembed does not, + <li>TQSA has a nice built in script editor which kjsembed does not, but kjsembed can load designers ui files anyway and it would be easy to add.</li> <li>KJSEmbed has facilities for working with KActions and can even load them from XML files.</li> - <li>KJSEmbed makes it easier to operate with Qt types than QSA. Take + <li>KJSEmbed makes it easier to operate with Qt types than TQSA. Take a look at the <a href="types.html">types documentation</a> for more details.</li> - <li>KJSEmbed has support for KDE specific types such as KURL. QSA + <li>KJSEmbed has support for KDE specific types such as KURL. TQSA does not support these types by default, but does provide facilities for adding support yourself.</li> @@ -35,7 +35,7 @@ differences between the two libraries. available if the host application chooses to publish the DOM to the interpreter.</li> - <li>KJSEmbed is LGPL while QAS is GPL.</li> + <li>KJSEmbed is LGPL while TQAS is GPL.</li> </ul> <hr> |