aboutsummaryrefslogtreecommitdiffstats
path: root/doc/extras/PySide.QtScript.rst
diff options
context:
space:
mode:
authorHugo Parente Lima <hugo.pl@gmail.com>2011-03-01 20:30:30 -0300
committerHugo Parente Lima <hugo.pl@gmail.com>2012-03-08 16:54:01 -0300
commit11a7187cf8c511ab5ddb7b9bbc36243834bf5a58 (patch)
tree8edf06216a68842c88512363bf831a2ddcea64d1 /doc/extras/PySide.QtScript.rst
parent3c58feee51cb2946f47d6f8c1e224ae72e3e2358 (diff)
Added module documentation for all modules.
Diffstat (limited to 'doc/extras/PySide.QtScript.rst')
-rw-r--r--doc/extras/PySide.QtScript.rst21
1 files changed, 21 insertions, 0 deletions
diff --git a/doc/extras/PySide.QtScript.rst b/doc/extras/PySide.QtScript.rst
new file mode 100644
index 000000000..00488cbeb
--- /dev/null
+++ b/doc/extras/PySide.QtScript.rst
@@ -0,0 +1,21 @@
+The QtScript module only provides core scripting facilities; the QtScriptTools module provides additional Qt Script-related components that application developers may find useful.
+
+To include the definitions of the module's classes, use the following directive:
+
+::
+
+ import PySide.QtScript
+
+License Information
+-------------------
+
+Qt Commercial Edition licensees that wish to distribute applications that use the QtScript module need to be aware of their obligations under the GNU Library General Public License (LGPL).
+
+Developers using the Open Source Edition can choose to redistribute the module under the appropriate version of the GNU LGPL.
+QtScript is licensed under the GNU Library General Public License. Individual contributor names and copyright dates can be found inline in the code.
+
+This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
+
+This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library General Public License for more details.
+
+You should have received a copy of the GNU Library General Public License along with this library; see the file COPYING.LIB. If not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.