diff options
Diffstat (limited to 'doc/html/introduction.html')
-rw-r--r-- | doc/html/introduction.html | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/html/introduction.html b/doc/html/introduction.html index c952bf7..70fce7f 100644 --- a/doc/html/introduction.html +++ b/doc/html/introduction.html @@ -53,8 +53,8 @@ <p>This is the reference guide for SIP 4.10.5. SIP is a tool for automatically generating <a class="reference external" href="http://www.python.org">Python</a> bindings for C and C++ libraries. SIP was originally developed in 1998 for -<a class="reference external" href="http://www.riverbankcomputing.com/software/pyqt">PyQt</a> - the Python -bindings for the Qt GUI toolkit - but is suitable for generating bindings for +<a class="reference external" href="http://www.riverbankcomputing.com/software/pyqt">PyTQt</a> - the Python +bindings for the TQt GUI toolkit - but is suitable for generating bindings for any C or C++ library.</p> <p>This version of SIP generates bindings for Python v2.3 or later, including Python v3.</p> @@ -163,13 +163,13 @@ needed to build the extension module. It is covered in detail in </ul> </div> <div class="section" id="qt-support"> -<h2>Qt Support<a class="headerlink" href="#qt-support" title="Permalink to this headline">¶</a></h2> -<p>SIP has specific support for the creation of bindings based on Nokia’s Qt +<h2>TQt Support<a class="headerlink" href="#qt-support" title="Permalink to this headline">¶</a></h2> +<p>SIP has specific support for the creation of bindings based on Nokia’s TQt toolkit.</p> <p>The SIP code generator understands the signal/slot type safe callback mechanism -that Qt uses to connect objects together. This allows applications to define +that TQt uses to connect objects together. This allows applications to define new Python signals, and allows any Python callable object to be used as a slot.</p> -<p>SIP itself does not require Qt to be installed.</p> +<p>SIP itself does not require TQt to be installed.</p> </div> </div> @@ -185,7 +185,7 @@ new Python signals, and allows any Python callable object to be used as a slot.< <li><a class="reference external" href="#license">License</a></li> <li><a class="reference external" href="#features">Features</a></li> <li><a class="reference external" href="#sip-components">SIP Components</a></li> -<li><a class="reference external" href="#qt-support">Qt Support</a></li> +<li><a class="reference external" href="#qt-support">TQt Support</a></li> </ul> </li> </ul> |