summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2023-01-03 00:52:18 +0100
committerSlávek Banko <slavek.banko@axis.cz>2023-01-20 02:10:39 +0100
commit16434e5519f6224e231bc5f7202f0e495eda7bb7 (patch)
treed0a3bc5f18eb65f89c1e6238dcf579e6c9cb80ad /doc
parent1c362264d328c8886d33061ab992750741f7933a (diff)
downloadpytqt-16434e5519f6224e231bc5f7202f0e495eda7bb7.tar.gz
pytqt-16434e5519f6224e231bc5f7202f0e495eda7bb7.zip
Do rename qt=>tqt on source files, directories and libraries.
Rename pyuic=>pytquic, pylupdate=>pytqlupdate. Do rename qt=>tqt on constants and variables. Do rename QT=>TQT on constants. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'doc')
-rw-r--r--doc/PyTQt.html (renamed from doc/PyQt.html)180
-rw-r--r--doc/PyTQt.sgml (renamed from doc/PyQt.sgml)184
-rw-r--r--doc/tqtdocs.sip (renamed from doc/qtdocs.sip)596
3 files changed, 480 insertions, 480 deletions
diff --git a/doc/PyQt.html b/doc/PyTQt.html
index 05c0b69..afde2d4 100644
--- a/doc/PyQt.html
+++ b/doc/PyTQt.html
@@ -82,7 +82,7 @@ and run this version of PyTQt.</P
><P
><TT
CLASS="LITERAL"
->qt</TT
+>tqt</TT
> is the main module and contains the core classes and most
user interface widgets.</P
></LI
@@ -90,7 +90,7 @@ user interface widgets.</P
><P
><TT
CLASS="LITERAL"
->qtaxcontainer</TT
+>tqtaxcontainer</TT
> contains a sub-set of the classes implemented
in TQt's TQAxContainer module, part of TQt's ActiveTQt framework.</P
></LI
@@ -98,7 +98,7 @@ in TQt's TQAxContainer module, part of TQt's ActiveTQt framework.</P
><P
><TT
CLASS="LITERAL"
->qtcanvas</TT
+>tqtcanvas</TT
> contains the classes implemented in TQt's Canvas
module.</P
></LI
@@ -106,14 +106,14 @@ module.</P
><P
><TT
CLASS="LITERAL"
->qtgl</TT
+>tqtgl</TT
> contains the classes implemented in TQt's OpenGL module.</P
></LI
><LI
><P
><TT
CLASS="LITERAL"
->qtnetwork</TT
+>tqtnetwork</TT
> contains the classes implemented in TQt's Network
module.</P
></LI
@@ -121,7 +121,7 @@ module.</P
><P
><TT
CLASS="LITERAL"
->qtpe</TT
+>tqtpe</TT
> contains the classes implemented in TQtopia (originally
called the TQt Palmtop Environment). It is only supported with TQt/Embedded.</P
></LI
@@ -129,14 +129,14 @@ called the TQt Palmtop Environment). It is only supported with TQt/Embedded.</P
><P
><TT
CLASS="LITERAL"
->qtsql</TT
+>tqtsql</TT
> contains the classes implemented in TQt's SQL module.</P
></LI
><LI
><P
><TT
CLASS="LITERAL"
->qttable</TT
+>tqttable</TT
> contains the classes implemented in TQt's Table
module.</P
></LI
@@ -144,7 +144,7 @@ module.</P
><P
><TT
CLASS="LITERAL"
->qtui</TT
+>tqtui</TT
> contains the classes implemented in TQt's tqui library.
These allow GUIs to be created directly from TQt Designer's
<TT
@@ -156,14 +156,14 @@ CLASS="LITERAL"
><P
><TT
CLASS="LITERAL"
->qtxml</TT
+>tqtxml</TT
> contains the classes implemented in TQt's XML module.</P
></LI
><LI
><P
><TT
CLASS="LITERAL"
->qtext</TT
+>tqtext</TT
> contains useful third-party classes that are not part
of TQt. At the moment it contains bindings for TQScintilla, the port to TQt of
the Scintilla programmer's editor class.</P
@@ -172,11 +172,11 @@ the Scintilla programmer's editor class.</P
><P
>PyTQt also includes the <TT
CLASS="LITERAL"
->pyuic</TT
+>pytquic</TT
> and
<TT
CLASS="LITERAL"
->pylupdate</TT
+>pytqlupdate</TT
> utilities which correspond to the TQt
<TT
CLASS="LITERAL"
@@ -187,11 +187,11 @@ CLASS="LITERAL"
> utilities.
<TT
CLASS="LITERAL"
->pyuic</TT
+>pytquic</TT
> converts the GUI designs created with TQt Designer to
executable Python code. <TT
CLASS="LITERAL"
->pylupdate</TT
+>pytqlupdate</TT
> scans Python code,
extracts all strings that are candidates for internationalisation, and creates
an XML file for use by TQt Linguist.</P
@@ -223,18 +223,18 @@ CLASS="LITERAL"
><P
>PyTQt includes <TT
CLASS="LITERAL"
->pyuic</TT
+>pytquic</TT
> which generates Python code from the
same XML. The Python code is self contained and can be executed immediately.</P
><P
>It is sometimes useful to be able to include some specific Python code in the
output generated by <TT
CLASS="LITERAL"
->pyuic</TT
+>pytquic</TT
>. For example, if you are using
custom widgets, <TT
CLASS="LITERAL"
->pyuic</TT
+>pytquic</TT
> has no way of knowing the name of the
Python module containing the widget and so cannot generate the required
<TT
@@ -243,7 +243,7 @@ CLASS="LITERAL"
> statement. To help get around this,
<TT
CLASS="LITERAL"
->pyuic</TT
+>pytquic</TT
> will extract any lines entered in the
<TT
CLASS="LITERAL"
@@ -271,7 +271,7 @@ WIDTH="100%"
><TD
><PRE
CLASS="PROGRAMLISTING"
->This comment will be ignored by pyuic.
+>This comment will be ignored by pytquic.
Python:
Python:# Import our custom widget.
Python:from foo import bar</PRE
@@ -281,7 +281,7 @@ Python:from foo import bar</PRE
><P
>Here's the corresponding output from <TT
CLASS="LITERAL"
->pyuic</TT
+>pytquic</TT
>.</P
><TABLE
BORDER="0"
@@ -291,7 +291,7 @@ WIDTH="100%"
><TD
><PRE
CLASS="PROGRAMLISTING"
->from PyTQt.qt import *
+>from PyTQt.tqt import *
# Import our custom widget.
from foo import bar</PRE
@@ -301,7 +301,7 @@ from foo import bar</PRE
><P
>Thanks to Christian Bird, <TT
CLASS="LITERAL"
->pyuic</TT
+>pytquic</TT
> will extract Python code
entered using TQt Designer to implement slots. In TQt Designer, when you need to
edit a slot and the source editor appears, enter Python code between the curly
@@ -317,7 +317,7 @@ CLASS="LITERAL"
>.ui</TT
> file when using <TT
CLASS="LITERAL"
->pyuic</TT
+>pytquic</TT
>. The
<TT
CLASS="LITERAL"
@@ -348,7 +348,7 @@ if self.debugging:
><P
>Here is the resulting code when <TT
CLASS="LITERAL"
->pyuic</TT
+>pytquic</TT
> is run.</P
><TABLE
BORDER="0"
@@ -413,7 +413,7 @@ your application.</P
><P
>Thanks to Detlev Offenbach, PyTQt includes the <TT
CLASS="LITERAL"
->pylupdate</TT
+>pytqlupdate</TT
>
program. This generates the same <TT
CLASS="LITERAL"
@@ -467,7 +467,7 @@ CLASS="SECT1"
NAME="AEN153"
><TT
CLASS="LITERAL"
->pyqtconfig</TT
+>pytqtconfig</TT
> and Build System Support</A
></H2
><P
@@ -477,14 +477,14 @@ CLASS="LITERAL"
> module) is described
in the SIP documentation. PyTQt includes the <TT
CLASS="LITERAL"
->pyqtconfig</TT
+>pytqtconfig</TT
>
module that can be used by configuration scripts of other bindings that are
built on top of PyTQt.</P
><P
>The <TT
CLASS="LITERAL"
->pyqtconfig</TT
+>pytqtconfig</TT
> module contains the following classes:</P
><P
></P
@@ -514,17 +514,17 @@ CLASS="VARIABLELIST"
><DT
><TT
CLASS="LITERAL"
->pyqt_bin_dir</TT
+>pytqt_bin_dir</TT
></DT
><DD
><P
>The name of the directory containing the <TT
CLASS="LITERAL"
->pyuic</TT
+>pytquic</TT
> and
<TT
CLASS="LITERAL"
->pylupdate</TT
+>pytqlupdate</TT
> executables.</P
><P
></P
@@ -534,7 +534,7 @@ CLASS="LITERAL"
><DT
><TT
CLASS="LITERAL"
->pyqt_mod_dir</TT
+>pytqt_mod_dir</TT
></DT
><DD
><P
@@ -547,7 +547,7 @@ CLASS="LITERAL"
><DT
><TT
CLASS="LITERAL"
->pyqt_modules</TT
+>pytqt_modules</TT
></DT
><DD
><P
@@ -560,18 +560,18 @@ CLASS="LITERAL"
><DT
><TT
CLASS="LITERAL"
->pyqt_qt_sip_flags</TT
+>pytqt_tqt_sip_flags</TT
></DT
><DD
><P
>A string of the SIP flags used to generate the code for the
<TT
CLASS="LITERAL"
->qt</TT
+>tqt</TT
> module and which should be added to those needed by any
module that imports the <TT
CLASS="LITERAL"
->qt</TT
+>tqt</TT
> module.</P
><P
></P
@@ -581,18 +581,18 @@ CLASS="LITERAL"
><DT
><TT
CLASS="LITERAL"
->pyqt_qtaxcontainer_sip_flags</TT
+>pytqt_tqtaxcontainer_sip_flags</TT
></DT
><DD
><P
>A string of the SIP flags used to generate the code for the
<TT
CLASS="LITERAL"
->qtaxcontainer</TT
+>tqtaxcontainer</TT
> module and which should be added to those
needed by any module that imports the <TT
CLASS="LITERAL"
->qtaxcontainer</TT
+>tqtaxcontainer</TT
> module.</P
><P
></P
@@ -602,18 +602,18 @@ CLASS="LITERAL"
><DT
><TT
CLASS="LITERAL"
->pyqt_qtcanvas_sip_flags</TT
+>pytqt_tqtcanvas_sip_flags</TT
></DT
><DD
><P
>A string of the SIP flags used to generate the code for the
<TT
CLASS="LITERAL"
->qtcanvas</TT
+>tqtcanvas</TT
> module and which should be added to those needed by
any module that imports the <TT
CLASS="LITERAL"
->qtcanvas</TT
+>tqtcanvas</TT
> module.</P
><P
></P
@@ -623,18 +623,18 @@ CLASS="LITERAL"
><DT
><TT
CLASS="LITERAL"
->pyqt_qtext_sip_flags</TT
+>pytqt_tqtext_sip_flags</TT
></DT
><DD
><P
>A string of the SIP flags used to generate the code for the
<TT
CLASS="LITERAL"
->qtext</TT
+>tqtext</TT
> module and which should be added to those needed by
any module that imports the <TT
CLASS="LITERAL"
->qtext</TT
+>tqtext</TT
> module.</P
><P
></P
@@ -644,18 +644,18 @@ CLASS="LITERAL"
><DT
><TT
CLASS="LITERAL"
->pyqt_qtgl_sip_flags</TT
+>pytqt_tqtgl_sip_flags</TT
></DT
><DD
><P
>A string of the SIP flags used to generate the code for the
<TT
CLASS="LITERAL"
->qtgl</TT
+>tqtgl</TT
> module and which should be added to those needed by any
module that imports the <TT
CLASS="LITERAL"
->qtgl</TT
+>tqtgl</TT
> module.</P
><P
></P
@@ -665,18 +665,18 @@ CLASS="LITERAL"
><DT
><TT
CLASS="LITERAL"
->pyqt_qtnetwork_sip_flags</TT
+>pytqt_tqtnetwork_sip_flags</TT
></DT
><DD
><P
>A string of the SIP flags used to generate the code for the
<TT
CLASS="LITERAL"
->qtnetwork</TT
+>tqtnetwork</TT
> module and which should be added to those needed
by any module that imports the <TT
CLASS="LITERAL"
->qtnetwork</TT
+>tqtnetwork</TT
> module.</P
><P
></P
@@ -686,18 +686,18 @@ CLASS="LITERAL"
><DT
><TT
CLASS="LITERAL"
->pyqt_qtsql_sip_flags</TT
+>pytqt_tqtsql_sip_flags</TT
></DT
><DD
><P
>A string of the SIP flags used to generate the code for the
<TT
CLASS="LITERAL"
->qtsql</TT
+>tqtsql</TT
> module and which should be added to those needed by
any module that imports the <TT
CLASS="LITERAL"
->qtsql</TT
+>tqtsql</TT
> module.</P
><P
></P
@@ -707,18 +707,18 @@ CLASS="LITERAL"
><DT
><TT
CLASS="LITERAL"
->pyqt_qttable_sip_flags</TT
+>pytqt_tqttable_sip_flags</TT
></DT
><DD
><P
>A string of the SIP flags used to generate the code for the
<TT
CLASS="LITERAL"
->qttable</TT
+>tqttable</TT
> module and which should be added to those needed by
any module that imports the <TT
CLASS="LITERAL"
->qttable</TT
+>tqttable</TT
> module.</P
><P
></P
@@ -728,18 +728,18 @@ CLASS="LITERAL"
><DT
><TT
CLASS="LITERAL"
->pyqt_qtui_sip_flags</TT
+>pytqt_tqtui_sip_flags</TT
></DT
><DD
><P
>A string of the SIP flags used to generate the code for the
<TT
CLASS="LITERAL"
->qtui</TT
+>tqtui</TT
> module and which should be added to those needed by any
module that imports the <TT
CLASS="LITERAL"
->qtui</TT
+>tqtui</TT
> module.</P
><P
></P
@@ -749,18 +749,18 @@ CLASS="LITERAL"
><DT
><TT
CLASS="LITERAL"
->pyqt_qtxml_sip_flags</TT
+>pytqt_tqtxml_sip_flags</TT
></DT
><DD
><P
>A string of the SIP flags used to generate the code for the
<TT
CLASS="LITERAL"
->qtxml</TT
+>tqtxml</TT
> module and which should be added to those needed by
any module that imports the <TT
CLASS="LITERAL"
->qtxml</TT
+>tqtxml</TT
> module.</P
><P
></P
@@ -770,7 +770,7 @@ CLASS="LITERAL"
><DT
><TT
CLASS="LITERAL"
->pyqt_sip_dir</TT
+>pytqt_sip_dir</TT
></DT
><DD
><P
@@ -788,7 +788,7 @@ the module.</P
><DT
><TT
CLASS="LITERAL"
->pyqt_version</TT
+>pytqt_version</TT
></DT
><DD
><P
@@ -805,7 +805,7 @@ CLASS="LITERAL"
><DT
><TT
CLASS="LITERAL"
->pyqt_version_str</TT
+>pytqt_version_str</TT
></DT
><DD
><P
@@ -831,7 +831,7 @@ CLASS="LITERAL"
><P
>The Makefile class for modules that import the <TT
CLASS="LITERAL"
->qt</TT
+>tqt</TT
> module.</P
><P
></P
@@ -866,7 +866,7 @@ CLASS="LITERAL"
><P
>The Makefile class for modules that import the <TT
CLASS="LITERAL"
->qtaxcontainer</TT
+>tqtaxcontainer</TT
>
module.</P
><P
@@ -902,7 +902,7 @@ CLASS="LITERAL"
><P
>The Makefile class for modules that import the <TT
CLASS="LITERAL"
->qtcanvas</TT
+>tqtcanvas</TT
>
module.</P
><P
@@ -938,7 +938,7 @@ CLASS="LITERAL"
><P
>The Makefile class for modules that import the <TT
CLASS="LITERAL"
->qtext</TT
+>tqtext</TT
> module.</P
><P
></P
@@ -973,7 +973,7 @@ CLASS="LITERAL"
><P
>The Makefile class for modules that import the <TT
CLASS="LITERAL"
->qtgl</TT
+>tqtgl</TT
> module.</P
><P
></P
@@ -1008,7 +1008,7 @@ CLASS="LITERAL"
><P
>The Makefile class for modules that import the <TT
CLASS="LITERAL"
->qtnetwork</TT
+>tqtnetwork</TT
>
module.</P
><P
@@ -1044,7 +1044,7 @@ CLASS="LITERAL"
><P
>The Makefile class for modules that import the <TT
CLASS="LITERAL"
->qttable</TT
+>tqttable</TT
>
module.</P
><P
@@ -1080,7 +1080,7 @@ CLASS="LITERAL"
><P
>The Makefile class for modules that import the <TT
CLASS="LITERAL"
->qtsql</TT
+>tqtsql</TT
> module.</P
><P
></P
@@ -1115,7 +1115,7 @@ CLASS="LITERAL"
><P
>The Makefile class for modules that import the <TT
CLASS="LITERAL"
->qtui</TT
+>tqtui</TT
> module.</P
><P
></P
@@ -1150,7 +1150,7 @@ CLASS="LITERAL"
><P
>The Makefile class for modules that import the <TT
CLASS="LITERAL"
->qtxml</TT
+>tqtxml</TT
> module.</P
><P
></P
@@ -1751,7 +1751,7 @@ CLASS="PROGRAMLISTING"
><P
>Note that the code generated by <TT
CLASS="LITERAL"
->pyuic</TT
+>pytquic</TT
> uses
<TT
CLASS="LITERAL"
@@ -1982,7 +1982,7 @@ CLASS="SECT1"
NAME="AEN632"
><TT
CLASS="LITERAL"
->qt</TT
+>tqt</TT
> Module Reference</A
></H2
><DIV
@@ -10048,7 +10048,7 @@ CLASS="SECT1"
NAME="AEN3784"
><TT
CLASS="LITERAL"
->qtaxcontainer</TT
+>tqtaxcontainer</TT
> Module Reference</A
></H2
><DIV
@@ -10140,7 +10140,7 @@ CLASS="LITERAL"
> module to manipulate objects
created by the <TT
CLASS="LITERAL"
->qtaxcontainer</TT
+>tqtaxcontainer</TT
> module.</P
><P
>The <TT
@@ -10243,7 +10243,7 @@ CLASS="SECT1"
NAME="AEN3860"
><TT
CLASS="LITERAL"
->qtcanvas</TT
+>tqtcanvas</TT
> Module Reference</A
></H2
><DIV
@@ -10493,7 +10493,7 @@ CLASS="SECT1"
NAME="AEN3937"
><TT
CLASS="LITERAL"
->qtext</TT
+>tqtext</TT
> Module Reference</A
></H2
><DIV
@@ -10943,7 +10943,7 @@ CLASS="SECT1"
NAME="AEN4076"
><TT
CLASS="LITERAL"
->qtgl</TT
+>tqtgl</TT
> Module Reference</A
></H2
><DIV
@@ -11035,7 +11035,7 @@ CLASS="SECT1"
NAME="AEN4107"
><TT
CLASS="LITERAL"
->qtnetwork</TT
+>tqtnetwork</TT
> Module Reference</A
></H2
><DIV
@@ -11410,7 +11410,7 @@ CLASS="SECT1"
NAME="AEN4243"
><TT
CLASS="LITERAL"
->qtpe</TT
+>tqtpe</TT
> Module Reference</A
></H2
><DIV
@@ -11739,7 +11739,7 @@ CLASS="SECT1"
NAME="AEN4343"
><TT
CLASS="LITERAL"
->qtsql</TT
+>tqtsql</TT
> Module Reference</A
></H2
><DIV
@@ -12192,7 +12192,7 @@ CLASS="SECT1"
NAME="AEN4486"
><TT
CLASS="LITERAL"
->qttable</TT
+>tqttable</TT
> Module Reference</A
></H2
><DIV
@@ -12274,7 +12274,7 @@ CLASS="SECT1"
NAME="AEN4509"
><TT
CLASS="LITERAL"
->qtui</TT
+>tqtui</TT
> Module Reference</A
></H2
><DIV
@@ -12300,7 +12300,7 @@ CLASS="SECT1"
NAME="AEN4516"
><TT
CLASS="LITERAL"
->qtxml</TT
+>tqtxml</TT
> Module Reference</A
></H2
><DIV
diff --git a/doc/PyQt.sgml b/doc/PyTQt.sgml
index 3eece7e..2e26209 100644
--- a/doc/PyQt.sgml
+++ b/doc/PyTQt.sgml
@@ -54,61 +54,61 @@ The bindings are implemented as a number of Python modules
<ItemizedList>
<ListItem>
<Para>
-<Literal>qt</Literal> is the main module and contains the core classes and most
+<Literal>tqt</Literal> is the main module and contains the core classes and most
user interface widgets.
</Para>
</ListItem>
<ListItem>
<Para>
-<Literal>qtaxcontainer</Literal> contains a sub-set of the classes implemented
+<Literal>tqtaxcontainer</Literal> contains a sub-set of the classes implemented
in TQt's TQAxContainer module, part of TQt's ActiveTQt framework.
</Para>
</ListItem>
<ListItem>
<Para>
-<Literal>qtcanvas</Literal> contains the classes implemented in TQt's Canvas
+<Literal>tqtcanvas</Literal> contains the classes implemented in TQt's Canvas
module.
</Para>
</ListItem>
<ListItem>
<Para>
-<Literal>qtgl</Literal> contains the classes implemented in TQt's OpenGL module.
+<Literal>tqtgl</Literal> contains the classes implemented in TQt's OpenGL module.
</Para>
</ListItem>
<ListItem>
<Para>
-<Literal>qtnetwork</Literal> contains the classes implemented in TQt's Network
+<Literal>tqtnetwork</Literal> contains the classes implemented in TQt's Network
module.
</Para>
</ListItem>
<ListItem>
<Para>
-<Literal>qtpe</Literal> contains the classes implemented in TQtopia (originally
+<Literal>tqtpe</Literal> contains the classes implemented in TQtopia (originally
called the TQt Palmtop Environment). It is only supported with TQt/Embedded.
</Para>
</ListItem>
<ListItem>
<Para>
-<Literal>qtsql</Literal> contains the classes implemented in TQt's SQL module.
+<Literal>tqtsql</Literal> contains the classes implemented in TQt's SQL module.
</Para>
</ListItem>
<ListItem>
<Para>
-<Literal>qttable</Literal> contains the classes implemented in TQt's Table
+<Literal>tqttable</Literal> contains the classes implemented in TQt's Table
module.
</Para>
</ListItem>
<ListItem>
<Para>
-<Literal>qtui</Literal> contains the classes implemented in TQt's tqui library.
+<Literal>tqtui</Literal> contains the classes implemented in TQt's tqui library.
These allow GUIs to be created directly from TQt Designer's
<Literal>.ui</Literal> files.
</Para>
@@ -116,13 +116,13 @@ These allow GUIs to be created directly from TQt Designer's
<ListItem>
<Para>
-<Literal>qtxml</Literal> contains the classes implemented in TQt's XML module.
+<Literal>tqtxml</Literal> contains the classes implemented in TQt's XML module.
</Para>
</ListItem>
<ListItem>
<Para>
-<Literal>qtext</Literal> contains useful third-party classes that are not part
+<Literal>tqtext</Literal> contains useful third-party classes that are not part
of TQt. At the moment it contains bindings for TQScintilla, the port to TQt of
the Scintilla programmer's editor class.
</Para>
@@ -130,11 +130,11 @@ the Scintilla programmer's editor class.
</ItemizedList>
<Para>
-PyTQt also includes the <Literal>pyuic</Literal> and
-<Literal>pylupdate</Literal> utilities which correspond to the TQt
+PyTQt also includes the <Literal>pytquic</Literal> and
+<Literal>pytqlupdate</Literal> utilities which correspond to the TQt
<Literal>uic</Literal> and <Literal>lupdate</Literal> utilities.
-<Literal>pyuic</Literal> converts the GUI designs created with TQt Designer to
-executable Python code. <Literal>pylupdate</Literal> scans Python code,
+<Literal>pytquic</Literal> converts the GUI designs created with TQt Designer to
+executable Python code. <Literal>pytqlupdate</Literal> scans Python code,
extracts all strings that are candidates for internationalisation, and creates
an XML file for use by TQt Linguist.
</Para>
@@ -196,7 +196,7 @@ The missing <Literal>MacintoshVersion</Literal> enum has been added.
<ListItem>
<Para>
-<Literal>PYQT_BUILD</Literal> has been removed.
+<Literal>PYTQT_BUILD</Literal> has been removed.
</Para>
</ListItem>
@@ -223,17 +223,17 @@ It generates an XML description of a GUI design. TQt includes
</Para>
<Para>
-PyTQt includes <Literal>pyuic</Literal> which generates Python code from the
+PyTQt includes <Literal>pytquic</Literal> which generates Python code from the
same XML. The Python code is self contained and can be executed immediately.
</Para>
<Para>
It is sometimes useful to be able to include some specific Python code in the
-output generated by <Literal>pyuic</Literal>. For example, if you are using
-custom widgets, <Literal>pyuic</Literal> has no way of knowing the name of the
+output generated by <Literal>pytquic</Literal>. For example, if you are using
+custom widgets, <Literal>pytquic</Literal> has no way of knowing the name of the
Python module containing the widget and so cannot generate the required
<Literal>import</Literal> statement. To help get around this,
-<Literal>pyuic</Literal> will extract any lines entered in the
+<Literal>pytquic</Literal> will extract any lines entered in the
<Literal>Comment</Literal> field of TQt Designer's
<Literal>Form Settings</Literal> dialog that begin with
<Literal>Python:</Literal> and copies them to the generated output.
@@ -245,25 +245,25 @@ field.
</Para>
<ProgramListing>
-This comment will be ignored by pyuic.
+This comment will be ignored by pytquic.
Python:
Python:# Import our custom widget.
Python:from foo import bar
</ProgramListing>
<Para>
-Here's the corresponding output from <Literal>pyuic</Literal>.
+Here's the corresponding output from <Literal>pytquic</Literal>.
</Para>
<ProgramListing>
-from PyTQt.qt import *
+from PyTQt.tqt import *
# Import our custom widget.
from foo import bar
</ProgramListing>
<Para>
-Thanks to Christian Bird, <Literal>pyuic</Literal> will extract Python code
+Thanks to Christian Bird, <Literal>pytquic</Literal> will extract Python code
entered using TQt Designer to implement slots. In TQt Designer, when you need to
edit a slot and the source editor appears, enter Python code between the curly
braces. Don't worry about the correct starting indent level, each line is
@@ -272,7 +272,7 @@ prepended with a correct indentation.
<Para>
Make sure that the <Literal>ui.h</Literal> file is in the same directory as the
-<Literal>.ui</Literal> file when using <Literal>pyuic</Literal>. The
+<Literal>.ui</Literal> file when using <Literal>pytquic</Literal>. The
<Literal>.ui</Literal> file implies the name of the <Literal>.ui.h</Literal>
file so there is no need to specify it on the command line.
</Para>
@@ -290,7 +290,7 @@ if self.debugging:
</ProgramListing>
<Para>
-Here is the resulting code when <Literal>pyuic</Literal> is run.
+Here is the resulting code when <Literal>pytquic</Literal> is run.
</Para>
<ProgramListing>
@@ -324,7 +324,7 @@ your application.
</Para>
<Para>
-Thanks to Detlev Offenbach, PyTQt includes the <Literal>pylupdate</Literal>
+Thanks to Detlev Offenbach, PyTQt includes the <Literal>pytqlupdate</Literal>
program. This generates the same <Literal>.ts</Literal> language source files
from your PyTQt source files.
</Para>
@@ -358,16 +358,16 @@ In order to build PyTQt with support for the VendorID package, pass the
</Para>
</Sect1>
-<Sect1><Title><Literal>pyqtconfig</Literal> and Build System Support</Title>
+<Sect1><Title><Literal>pytqtconfig</Literal> and Build System Support</Title>
<Para>
The SIP build system (ie. the <Literal>sipconfig</Literal> module) is described
-in the SIP documentation. PyTQt includes the <Literal>pyqtconfig</Literal>
+in the SIP documentation. PyTQt includes the <Literal>pytqtconfig</Literal>
module that can be used by configuration scripts of other bindings that are
built on top of PyTQt.
</Para>
<Para>
-The <Literal>pyqtconfig</Literal> module contains the following classes:
+The <Literal>pytqtconfig</Literal> module contains the following classes:
</Para>
<VariableList>
@@ -386,18 +386,18 @@ by the <Literal>sipconfig.Configuration</Literal> class):
<VariableList>
<VarListEntry>
-<Term><Literal>pyqt_bin_dir</Literal></Term>
+<Term><Literal>pytqt_bin_dir</Literal></Term>
<ListItem>
<Para>
-The name of the directory containing the <Literal>pyuic</Literal> and
-<Literal>pylupdate</Literal> executables.
+The name of the directory containing the <Literal>pytquic</Literal> and
+<Literal>pytqlupdate</Literal> executables.
</Para>
<Para></Para><Para></Para>
</ListItem>
</VarListEntry>
<VarListEntry>
-<Term><Literal>pyqt_config_args</Literal></Term>
+<Term><Literal>pytqt_config_args</Literal></Term>
<ListItem>
<Para>
The command line passed to <Literal>configure.py</Literal> when PyTQt was
@@ -408,7 +408,7 @@ configured.
</VarListEntry>
<VarListEntry>
-<Term><Literal>pyqt_mod_dir</Literal></Term>
+<Term><Literal>pytqt_mod_dir</Literal></Term>
<ListItem>
<Para>
The name of the directory containing the PyTQt modules.
@@ -418,7 +418,7 @@ The name of the directory containing the PyTQt modules.
</VarListEntry>
<VarListEntry>
-<Term><Literal>pyqt_modules</Literal></Term>
+<Term><Literal>pytqt_modules</Literal></Term>
<ListItem>
<Para>
A string containing the names of the PyTQt modules that were installed.
@@ -428,127 +428,127 @@ A string containing the names of the PyTQt modules that were installed.
</VarListEntry>
<VarListEntry>
-<Term><Literal>pyqt_qt_sip_flags</Literal></Term>
+<Term><Literal>pytqt_tqt_sip_flags</Literal></Term>
<ListItem>
<Para>
A string of the SIP flags used to generate the code for the
-<Literal>qt</Literal> module and which should be added to those needed by any
-module that imports the <Literal>qt</Literal> module.
+<Literal>tqt</Literal> module and which should be added to those needed by any
+module that imports the <Literal>tqt</Literal> module.
</Para>
<Para></Para><Para></Para>
</ListItem>
</VarListEntry>
<VarListEntry>
-<Term><Literal>pyqt_qtaxcontainer_sip_flags</Literal></Term>
+<Term><Literal>pytqt_tqtaxcontainer_sip_flags</Literal></Term>
<ListItem>
<Para>
A string of the SIP flags used to generate the code for the
-<Literal>qtaxcontainer</Literal> module and which should be added to those
-needed by any module that imports the <Literal>qtaxcontainer</Literal> module.
+<Literal>tqtaxcontainer</Literal> module and which should be added to those
+needed by any module that imports the <Literal>tqtaxcontainer</Literal> module.
</Para>
<Para></Para><Para></Para>
</ListItem>
</VarListEntry>
<VarListEntry>
-<Term><Literal>pyqt_qtcanvas_sip_flags</Literal></Term>
+<Term><Literal>pytqt_tqtcanvas_sip_flags</Literal></Term>
<ListItem>
<Para>
A string of the SIP flags used to generate the code for the
-<Literal>qtcanvas</Literal> module and which should be added to those needed by
-any module that imports the <Literal>qtcanvas</Literal> module.
+<Literal>tqtcanvas</Literal> module and which should be added to those needed by
+any module that imports the <Literal>tqtcanvas</Literal> module.
</Para>
<Para></Para><Para></Para>
</ListItem>
</VarListEntry>
<VarListEntry>
-<Term><Literal>pyqt_qtext_sip_flags</Literal></Term>
+<Term><Literal>pytqt_tqtext_sip_flags</Literal></Term>
<ListItem>
<Para>
A string of the SIP flags used to generate the code for the
-<Literal>qtext</Literal> module and which should be added to those needed by
-any module that imports the <Literal>qtext</Literal> module.
+<Literal>tqtext</Literal> module and which should be added to those needed by
+any module that imports the <Literal>tqtext</Literal> module.
</Para>
<Para></Para><Para></Para>
</ListItem>
</VarListEntry>
<VarListEntry>
-<Term><Literal>pyqt_qtgl_sip_flags</Literal></Term>
+<Term><Literal>pytqt_tqtgl_sip_flags</Literal></Term>
<ListItem>
<Para>
A string of the SIP flags used to generate the code for the
-<Literal>qtgl</Literal> module and which should be added to those needed by any
-module that imports the <Literal>qtgl</Literal> module.
+<Literal>tqtgl</Literal> module and which should be added to those needed by any
+module that imports the <Literal>tqtgl</Literal> module.
</Para>
<Para></Para><Para></Para>
</ListItem>
</VarListEntry>
<VarListEntry>
-<Term><Literal>pyqt_qtnetwork_sip_flags</Literal></Term>
+<Term><Literal>pytqt_tqtnetwork_sip_flags</Literal></Term>
<ListItem>
<Para>
A string of the SIP flags used to generate the code for the
-<Literal>qtnetwork</Literal> module and which should be added to those needed
-by any module that imports the <Literal>qtnetwork</Literal> module.
+<Literal>tqtnetwork</Literal> module and which should be added to those needed
+by any module that imports the <Literal>tqtnetwork</Literal> module.
</Para>
<Para></Para><Para></Para>
</ListItem>
</VarListEntry>
<VarListEntry>
-<Term><Literal>pyqt_qtsql_sip_flags</Literal></Term>
+<Term><Literal>pytqt_tqtsql_sip_flags</Literal></Term>
<ListItem>
<Para>
A string of the SIP flags used to generate the code for the
-<Literal>qtsql</Literal> module and which should be added to those needed by
-any module that imports the <Literal>qtsql</Literal> module.
+<Literal>tqtsql</Literal> module and which should be added to those needed by
+any module that imports the <Literal>tqtsql</Literal> module.
</Para>
<Para></Para><Para></Para>
</ListItem>
</VarListEntry>
<VarListEntry>
-<Term><Literal>pyqt_qttable_sip_flags</Literal></Term>
+<Term><Literal>pytqt_tqttable_sip_flags</Literal></Term>
<ListItem>
<Para>
A string of the SIP flags used to generate the code for the
-<Literal>qttable</Literal> module and which should be added to those needed by
-any module that imports the <Literal>qttable</Literal> module.
+<Literal>tqttable</Literal> module and which should be added to those needed by
+any module that imports the <Literal>tqttable</Literal> module.
</Para>
<Para></Para><Para></Para>
</ListItem>
</VarListEntry>
<VarListEntry>
-<Term><Literal>pyqt_qtui_sip_flags</Literal></Term>
+<Term><Literal>pytqt_tqtui_sip_flags</Literal></Term>
<ListItem>
<Para>
A string of the SIP flags used to generate the code for the
-<Literal>qtui</Literal> module and which should be added to those needed by any
-module that imports the <Literal>qtui</Literal> module.
+<Literal>tqtui</Literal> module and which should be added to those needed by any
+module that imports the <Literal>tqtui</Literal> module.
</Para>
<Para></Para><Para></Para>
</ListItem>
</VarListEntry>
<VarListEntry>
-<Term><Literal>pyqt_qtxml_sip_flags</Literal></Term>
+<Term><Literal>pytqt_tqtxml_sip_flags</Literal></Term>
<ListItem>
<Para>
A string of the SIP flags used to generate the code for the
-<Literal>qtxml</Literal> module and which should be added to those needed by
-any module that imports the <Literal>qtxml</Literal> module.
+<Literal>tqtxml</Literal> module and which should be added to those needed by
+any module that imports the <Literal>tqtxml</Literal> module.
</Para>
<Para></Para><Para></Para>
</ListItem>
</VarListEntry>
<VarListEntry>
-<Term><Literal>pyqt_sip_dir</Literal></Term>
+<Term><Literal>pytqt_sip_dir</Literal></Term>
<ListItem>
<Para>
The name of the base directory where the <Literal>.sip</Literal> files for each
@@ -560,7 +560,7 @@ the module.
</VarListEntry>
<VarListEntry>
-<Term><Literal>pyqt_version</Literal></Term>
+<Term><Literal>pytqt_version</Literal></Term>
<ListItem>
<Para>
The PyTQt version as a 3 part hexadecimal number (eg. v3.10 is represented as
@@ -571,7 +571,7 @@ The PyTQt version as a 3 part hexadecimal number (eg. v3.10 is represented as
</VarListEntry>
<VarListEntry>
-<Term><Literal>pyqt_version_str</Literal></Term>
+<Term><Literal>pytqt_version_str</Literal></Term>
<ListItem>
<Para>
The PyTQt version as a string. For development snapshots it will start with
@@ -589,7 +589,7 @@ The PyTQt version as a string. For development snapshots it will start with
<Term><Literal>TQtModuleMakefile(sipconfig.SIPModuleMakefile)</Literal></Term>
<ListItem>
<Para>
-The Makefile class for modules that import the <Literal>qt</Literal> module.
+The Makefile class for modules that import the <Literal>tqt</Literal> module.
</Para>
<VariableList>
<VarListEntry>
@@ -609,7 +609,7 @@ This is a reimplementation of <Literal>sipconfig.Makefile.finalise()</Literal>.
<Term><Literal>TQtAxContainerModuleMakefile(TQtModuleMakefile)</Literal></Term>
<ListItem>
<Para>
-The Makefile class for modules that import the <Literal>qtaxcontainer</Literal>
+The Makefile class for modules that import the <Literal>tqtaxcontainer</Literal>
module.
</Para>
<VariableList>
@@ -630,7 +630,7 @@ This is a reimplementation of <Literal>sipconfig.Makefile.finalise()</Literal>.
<Term><Literal>TQtCanvasModuleMakefile(TQtModuleMakefile)</Literal></Term>
<ListItem>
<Para>
-The Makefile class for modules that import the <Literal>qtcanvas</Literal>
+The Makefile class for modules that import the <Literal>tqtcanvas</Literal>
module.
</Para>
<VariableList>
@@ -651,7 +651,7 @@ This is a reimplementation of <Literal>sipconfig.Makefile.finalise()</Literal>.
<Term><Literal>TQtExtModuleMakefile(TQtModuleMakefile)</Literal></Term>
<ListItem>
<Para>
-The Makefile class for modules that import the <Literal>qtext</Literal> module.
+The Makefile class for modules that import the <Literal>tqtext</Literal> module.
</Para>
<VariableList>
<VarListEntry>
@@ -671,7 +671,7 @@ This is a reimplementation of <Literal>sipconfig.Makefile.finalise()</Literal>.
<Term><Literal>TQtGLModuleMakefile(TQtModuleMakefile)</Literal></Term>
<ListItem>
<Para>
-The Makefile class for modules that import the <Literal>qtgl</Literal> module.
+The Makefile class for modules that import the <Literal>tqtgl</Literal> module.
</Para>
<VariableList>
<VarListEntry>
@@ -691,7 +691,7 @@ This is a reimplementation of <Literal>sipconfig.Makefile.finalise()</Literal>.
<Term><Literal>TQtNetworkModuleMakefile(TQtModuleMakefile)</Literal></Term>
<ListItem>
<Para>
-The Makefile class for modules that import the <Literal>qtnetwork</Literal>
+The Makefile class for modules that import the <Literal>tqtnetwork</Literal>
module.
</Para>
<VariableList>
@@ -712,7 +712,7 @@ This is a reimplementation of <Literal>sipconfig.Makefile.finalise()</Literal>.
<Term><Literal>TQtTableModuleMakefile(TQtModuleMakefile)</Literal></Term>
<ListItem>
<Para>
-The Makefile class for modules that import the <Literal>qttable</Literal>
+The Makefile class for modules that import the <Literal>tqttable</Literal>
module.
</Para>
<VariableList>
@@ -733,7 +733,7 @@ This is a reimplementation of <Literal>sipconfig.Makefile.finalise()</Literal>.
<Term><Literal>TQtSQLModuleMakefile(TQtTableModuleMakefile)</Literal></Term>
<ListItem>
<Para>
-The Makefile class for modules that import the <Literal>qtsql</Literal> module.
+The Makefile class for modules that import the <Literal>tqtsql</Literal> module.
</Para>
<VariableList>
<VarListEntry>
@@ -753,7 +753,7 @@ This is a reimplementation of <Literal>sipconfig.Makefile.finalise()</Literal>.
<Term><Literal>TQtUIModuleMakefile(TQtModuleMakefile)</Literal></Term>
<ListItem>
<Para>
-The Makefile class for modules that import the <Literal>qtui</Literal> module.
+The Makefile class for modules that import the <Literal>tqtui</Literal> module.
</Para>
<VariableList>
<VarListEntry>
@@ -773,7 +773,7 @@ This is a reimplementation of <Literal>sipconfig.Makefile.finalise()</Literal>.
<Term><Literal>TQtXMLModuleMakefile(TQtModuleMakefile)</Literal></Term>
<ListItem>
<Para>
-The Makefile class for modules that import the <Literal>qtxml</Literal> module.
+The Makefile class for modules that import the <Literal>tqtxml</Literal> module.
</Para>
<VariableList>
<VarListEntry>
@@ -1094,7 +1094,7 @@ class A(TQObject):
</ProgramListing>
<Para>
-Note that the code generated by <Literal>pyuic</Literal> uses
+Note that the code generated by <Literal>pytquic</Literal> uses
<Literal>TQApplication.translate()</Literal>.
</Para>
</Sect2>
@@ -1243,7 +1243,7 @@ Classes that are not mentioned have not yet been implemented.
</Sect1>
-<Sect1><Title><Literal>qt</Literal> Module Reference</Title>
+<Sect1><Title><Literal>tqt</Literal> Module Reference</Title>
<Sect2><Title>TQt Constants</Title>
<Para>
All constant values defined by TQt have equivalent constants defined to Python.
@@ -4663,7 +4663,7 @@ values. (TQt v2+)
</Para>
</Sect2>
</Sect1>
-<Sect1><Title><Literal>qtaxcontainer</Literal> Module Reference</Title>
+<Sect1><Title><Literal>tqtaxcontainer</Literal> Module Reference</Title>
<Sect2><Title>TQAxBase (Windows, TQt v3+)</Title>
<FuncSynopsis>
<FuncDef><Function>TQAxObject</Function></FuncDef>
@@ -4705,7 +4705,7 @@ Not implemented.
<Para>
This is a utility method provided by PyTQt to make it easier to use
Mark Hammond's <Literal>win32com</Literal> module to manipulate objects
-created by the <Literal>qtaxcontainer</Literal> module.
+created by the <Literal>tqtaxcontainer</Literal> module.
</Para>
<Para>
The <Literal>RegisterActiveObject()</Literal> COM function is called to
@@ -4747,7 +4747,7 @@ Not implemented.
</Para>
</Sect2>
</Sect1>
-<Sect1><Title><Literal>qtcanvas</Literal> Module Reference</Title>
+<Sect1><Title><Literal>tqtcanvas</Literal> Module Reference</Title>
<Sect2><Title>TQCanvas (TQt v2.2+)</Title>
<Para>
<Literal>TQCanvas</Literal> is fully implemented.
@@ -4851,7 +4851,7 @@ The <Literal>pixmaps</Literal> argument is a Python list of TQPixmap instances.
</Para>
</Sect2>
</Sect1>
-<Sect1><Title><Literal>qtext</Literal> Module Reference</Title>
+<Sect1><Title><Literal>tqtext</Literal> Module Reference</Title>
<Sect2><Title>TQextScintilla</Title>
<FuncSynopsis>
@@ -5040,7 +5040,7 @@ This takes no parameters and returns a tuple of the values returned by the
</Para>
</Sect2>
</Sect1>
-<Sect1><Title><Literal>qtgl</Literal> Module Reference</Title>
+<Sect1><Title><Literal>tqtgl</Literal> Module Reference</Title>
<Sect2><Title>TQGL</Title>
<Para>
<Literal>TQGL</Literal> is fully implemented.
@@ -5076,7 +5076,7 @@ Not yet implemented.
</Para>
</Sect2>
</Sect1>
-<Sect1><Title><Literal>qtnetwork</Literal> Module Reference</Title>
+<Sect1><Title><Literal>tqtnetwork</Literal> Module Reference</Title>
<Sect2><Title>TQDns (TQt v2.2+)</Title>
<Para>
<Literal>TQDns</Literal> is fully implemented.
@@ -5223,7 +5223,7 @@ as a parameter.
</Para>
</Sect2>
</Sect1>
-<Sect1><Title><Literal>qtpe</Literal> Module Reference</Title>
+<Sect1><Title><Literal>tqtpe</Literal> Module Reference</Title>
<Sect2><Title>TQPEApplication</Title>
<FuncSynopsis>
@@ -5361,7 +5361,7 @@ Not implemented.
</Sect2>
</Sect1>
-<Sect1><Title><Literal>qtsql</Literal> Module Reference</Title>
+<Sect1><Title><Literal>tqtsql</Literal> Module Reference</Title>
<Sect2><Title>TQDataBrowser (TQt v3+)</Title>
<FuncSynopsis>
<FuncDef>virtual void <Function>del</Function></FuncDef>
@@ -5534,7 +5534,7 @@ This has been renamed <Literal>execQuery</Literal> in Python.
</Para>
</Sect2>
</Sect1>
-<Sect1><Title><Literal>qttable</Literal> Module Reference</Title>
+<Sect1><Title><Literal>tqttable</Literal> Module Reference</Title>
<Sect2><Title>TQTable (TQt v2.2+)</Title>
<Para>
<Literal>TQTable</Literal> is fully implemented.
@@ -5565,14 +5565,14 @@ This has been renamed <Literal>execQuery</Literal> in Python.
</Para>
</Sect2>
</Sect1>
-<Sect1><Title><Literal>qtui</Literal> Module Reference</Title>
+<Sect1><Title><Literal>tqtui</Literal> Module Reference</Title>
<Sect2><Title>TQWidgetFactory (TQt v3+)</Title>
<Para>
<Literal>TQWidgetFactory</Literal> is fully implemented.
</Para>
</Sect2>
</Sect1>
-<Sect1><Title><Literal>qtxml</Literal> Module Reference</Title>
+<Sect1><Title><Literal>tqtxml</Literal> Module Reference</Title>
<Sect2><Title>TQDomImplementation (TQt v2.2+)</Title>
<Para>
<Literal>TQDomImplementation</Literal> is fully implemented.
diff --git a/doc/qtdocs.sip b/doc/tqtdocs.sip
index 171bacd..5c8c295 100644
--- a/doc/qtdocs.sip
+++ b/doc/tqtdocs.sip
@@ -23,7 +23,7 @@
%Module Dummy
-%Include qt/versions.sip
+%Include tqt/versions.sip
%Doc
@@ -83,61 +83,61 @@ The bindings are implemented as a number of Python modules
<ItemizedList>
<ListItem>
<Para>
-<Literal>qt</Literal> is the main module and contains the core classes and most
+<Literal>tqt</Literal> is the main module and contains the core classes and most
user interface widgets.
</Para>
</ListItem>
<ListItem>
<Para>
-<Literal>qtaxcontainer</Literal> contains a sub-set of the classes implemented
+<Literal>tqtaxcontainer</Literal> contains a sub-set of the classes implemented
in TQt's TQAxContainer module, part of TQt's ActiveTQt framework.
</Para>
</ListItem>
<ListItem>
<Para>
-<Literal>qtcanvas</Literal> contains the classes implemented in TQt's Canvas
+<Literal>tqtcanvas</Literal> contains the classes implemented in TQt's Canvas
module.
</Para>
</ListItem>
<ListItem>
<Para>
-<Literal>qtgl</Literal> contains the classes implemented in TQt's OpenGL module.
+<Literal>tqtgl</Literal> contains the classes implemented in TQt's OpenGL module.
</Para>
</ListItem>
<ListItem>
<Para>
-<Literal>qtnetwork</Literal> contains the classes implemented in TQt's Network
+<Literal>tqtnetwork</Literal> contains the classes implemented in TQt's Network
module.
</Para>
</ListItem>
<ListItem>
<Para>
-<Literal>qtpe</Literal> contains the classes implemented in TQtopia (originally
+<Literal>tqtpe</Literal> contains the classes implemented in TQtopia (originally
called the TQt Palmtop Environment). It is only supported with TQt/Embedded.
</Para>
</ListItem>
<ListItem>
<Para>
-<Literal>qtsql</Literal> contains the classes implemented in TQt's SQL module.
+<Literal>tqtsql</Literal> contains the classes implemented in TQt's SQL module.
</Para>
</ListItem>
<ListItem>
<Para>
-<Literal>qttable</Literal> contains the classes implemented in TQt's Table
+<Literal>tqttable</Literal> contains the classes implemented in TQt's Table
module.
</Para>
</ListItem>
<ListItem>
<Para>
-<Literal>qtui</Literal> contains the classes implemented in TQt's tqui library.
+<Literal>tqtui</Literal> contains the classes implemented in TQt's tqui library.
These allow GUIs to be created directly from TQt Designer's
<Literal>.ui</Literal> files.
</Para>
@@ -145,13 +145,13 @@ These allow GUIs to be created directly from TQt Designer's
<ListItem>
<Para>
-<Literal>qtxml</Literal> contains the classes implemented in TQt's XML module.
+<Literal>tqtxml</Literal> contains the classes implemented in TQt's XML module.
</Para>
</ListItem>
<ListItem>
<Para>
-<Literal>qtext</Literal> contains useful third-party classes that are not part
+<Literal>tqtext</Literal> contains useful third-party classes that are not part
of TQt. At the moment it contains bindings for TQScintilla, the port to TQt of
the Scintilla programmer's editor class.
</Para>
@@ -159,11 +159,11 @@ the Scintilla programmer's editor class.
</ItemizedList>
<Para>
-PyTQt also includes the <Literal>pyuic</Literal> and
-<Literal>pylupdate</Literal> utilities which correspond to the TQt
+PyTQt also includes the <Literal>pytquic</Literal> and
+<Literal>pytqlupdate</Literal> utilities which correspond to the TQt
<Literal>uic</Literal> and <Literal>lupdate</Literal> utilities.
-<Literal>pyuic</Literal> converts the GUI designs created with TQt Designer to
-executable Python code. <Literal>pylupdate</Literal> scans Python code,
+<Literal>pytquic</Literal> converts the GUI designs created with TQt Designer to
+executable Python code. <Literal>pytqlupdate</Literal> scans Python code,
extracts all strings that are candidates for internationalisation, and creates
an XML file for use by TQt Linguist.
</Para>
@@ -225,7 +225,7 @@ The missing <Literal>MacintoshVersion</Literal> enum has been added.
<ListItem>
<Para>
-<Literal>PYQT_BUILD</Literal> has been removed.
+<Literal>PYTQT_BUILD</Literal> has been removed.
</Para>
</ListItem>
@@ -252,17 +252,17 @@ It generates an XML description of a GUI design. TQt includes
</Para>
<Para>
-PyTQt includes <Literal>pyuic</Literal> which generates Python code from the
+PyTQt includes <Literal>pytquic</Literal> which generates Python code from the
same XML. The Python code is self contained and can be executed immediately.
</Para>
<Para>
It is sometimes useful to be able to include some specific Python code in the
-output generated by <Literal>pyuic</Literal>. For example, if you are using
-custom widgets, <Literal>pyuic</Literal> has no way of knowing the name of the
+output generated by <Literal>pytquic</Literal>. For example, if you are using
+custom widgets, <Literal>pytquic</Literal> has no way of knowing the name of the
Python module containing the widget and so cannot generate the required
<Literal>import</Literal> statement. To help get around this,
-<Literal>pyuic</Literal> will extract any lines entered in the
+<Literal>pytquic</Literal> will extract any lines entered in the
<Literal>Comment</Literal> field of TQt Designer's
<Literal>Form Settings</Literal> dialog that begin with
<Literal>Python:</Literal> and copies them to the generated output.
@@ -274,25 +274,25 @@ field.
</Para>
<ProgramListing>
-This comment will be ignored by pyuic.
+This comment will be ignored by pytquic.
Python:
Python:# Import our custom widget.
Python:from foo import bar
</ProgramListing>
<Para>
-Here's the corresponding output from <Literal>pyuic</Literal>.
+Here's the corresponding output from <Literal>pytquic</Literal>.
</Para>
<ProgramListing>
-from PyTQt.qt import *
+from PyTQt.tqt import *
# Import our custom widget.
from foo import bar
</ProgramListing>
<Para>
-Thanks to Christian Bird, <Literal>pyuic</Literal> will extract Python code
+Thanks to Christian Bird, <Literal>pytquic</Literal> will extract Python code
entered using TQt Designer to implement slots. In TQt Designer, when you need to
edit a slot and the source editor appears, enter Python code between the curly
braces. Don't worry about the correct starting indent level, each line is
@@ -301,7 +301,7 @@ prepended with a correct indentation.
<Para>
Make sure that the <Literal>ui.h</Literal> file is in the same directory as the
-<Literal>.ui</Literal> file when using <Literal>pyuic</Literal>. The
+<Literal>.ui</Literal> file when using <Literal>pytquic</Literal>. The
<Literal>.ui</Literal> file implies the name of the <Literal>.ui.h</Literal>
file so there is no need to specify it on the command line.
</Para>
@@ -319,7 +319,7 @@ if self.debugging:
</ProgramListing>
<Para>
-Here is the resulting code when <Literal>pyuic</Literal> is run.
+Here is the resulting code when <Literal>pytquic</Literal> is run.
</Para>
<ProgramListing>
@@ -353,7 +353,7 @@ your application.
</Para>
<Para>
-Thanks to Detlev Offenbach, PyTQt includes the <Literal>pylupdate</Literal>
+Thanks to Detlev Offenbach, PyTQt includes the <Literal>pytqlupdate</Literal>
program. This generates the same <Literal>.ts</Literal> language source files
from your PyTQt source files.
</Para>
@@ -387,16 +387,16 @@ In order to build PyTQt with support for the VendorID package, pass the
</Para>
</Sect1>
-<Sect1><Title><Literal>pyqtconfig</Literal> and Build System Support</Title>
+<Sect1><Title><Literal>pytqtconfig</Literal> and Build System Support</Title>
<Para>
The SIP build system (ie. the <Literal>sipconfig</Literal> module) is described
-in the SIP documentation. PyTQt includes the <Literal>pyqtconfig</Literal>
+in the SIP documentation. PyTQt includes the <Literal>pytqtconfig</Literal>
module that can be used by configuration scripts of other bindings that are
built on top of PyTQt.
</Para>
<Para>
-The <Literal>pyqtconfig</Literal> module contains the following classes:
+The <Literal>pytqtconfig</Literal> module contains the following classes:
</Para>
<VariableList>
@@ -415,18 +415,18 @@ by the <Literal>sipconfig.Configuration</Literal> class):
<VariableList>
<VarListEntry>
-<Term><Literal>pyqt_bin_dir</Literal></Term>
+<Term><Literal>pytqt_bin_dir</Literal></Term>
<ListItem>
<Para>
-The name of the directory containing the <Literal>pyuic</Literal> and
-<Literal>pylupdate</Literal> executables.
+The name of the directory containing the <Literal>pytquic</Literal> and
+<Literal>pytqlupdate</Literal> executables.
</Para>
<Para></Para><Para></Para>
</ListItem>
</VarListEntry>
<VarListEntry>
-<Term><Literal>pyqt_config_args</Literal></Term>
+<Term><Literal>pytqt_config_args</Literal></Term>
<ListItem>
<Para>
The command line passed to <Literal>configure.py</Literal> when PyTQt was
@@ -437,7 +437,7 @@ configured.
</VarListEntry>
<VarListEntry>
-<Term><Literal>pyqt_mod_dir</Literal></Term>
+<Term><Literal>pytqt_mod_dir</Literal></Term>
<ListItem>
<Para>
The name of the directory containing the PyTQt modules.
@@ -447,7 +447,7 @@ The name of the directory containing the PyTQt modules.
</VarListEntry>
<VarListEntry>
-<Term><Literal>pyqt_modules</Literal></Term>
+<Term><Literal>pytqt_modules</Literal></Term>
<ListItem>
<Para>
A string containing the names of the PyTQt modules that were installed.
@@ -457,127 +457,127 @@ A string containing the names of the PyTQt modules that were installed.
</VarListEntry>
<VarListEntry>
-<Term><Literal>pyqt_qt_sip_flags</Literal></Term>
+<Term><Literal>pytqt_tqt_sip_flags</Literal></Term>
<ListItem>
<Para>
A string of the SIP flags used to generate the code for the
-<Literal>qt</Literal> module and which should be added to those needed by any
-module that imports the <Literal>qt</Literal> module.
+<Literal>tqt</Literal> module and which should be added to those needed by any
+module that imports the <Literal>tqt</Literal> module.
</Para>
<Para></Para><Para></Para>
</ListItem>
</VarListEntry>
<VarListEntry>
-<Term><Literal>pyqt_qtaxcontainer_sip_flags</Literal></Term>
+<Term><Literal>pytqt_tqtaxcontainer_sip_flags</Literal></Term>
<ListItem>
<Para>
A string of the SIP flags used to generate the code for the
-<Literal>qtaxcontainer</Literal> module and which should be added to those
-needed by any module that imports the <Literal>qtaxcontainer</Literal> module.
+<Literal>tqtaxcontainer</Literal> module and which should be added to those
+needed by any module that imports the <Literal>tqtaxcontainer</Literal> module.
</Para>
<Para></Para><Para></Para>
</ListItem>
</VarListEntry>
<VarListEntry>
-<Term><Literal>pyqt_qtcanvas_sip_flags</Literal></Term>
+<Term><Literal>pytqt_tqtcanvas_sip_flags</Literal></Term>
<ListItem>
<Para>
A string of the SIP flags used to generate the code for the
-<Literal>qtcanvas</Literal> module and which should be added to those needed by
-any module that imports the <Literal>qtcanvas</Literal> module.
+<Literal>tqtcanvas</Literal> module and which should be added to those needed by
+any module that imports the <Literal>tqtcanvas</Literal> module.
</Para>
<Para></Para><Para></Para>
</ListItem>
</VarListEntry>
<VarListEntry>
-<Term><Literal>pyqt_qtext_sip_flags</Literal></Term>
+<Term><Literal>pytqt_tqtext_sip_flags</Literal></Term>
<ListItem>
<Para>
A string of the SIP flags used to generate the code for the
-<Literal>qtext</Literal> module and which should be added to those needed by
-any module that imports the <Literal>qtext</Literal> module.
+<Literal>tqtext</Literal> module and which should be added to those needed by
+any module that imports the <Literal>tqtext</Literal> module.
</Para>
<Para></Para><Para></Para>
</ListItem>
</VarListEntry>
<VarListEntry>
-<Term><Literal>pyqt_qtgl_sip_flags</Literal></Term>
+<Term><Literal>pytqt_tqtgl_sip_flags</Literal></Term>
<ListItem>
<Para>
A string of the SIP flags used to generate the code for the
-<Literal>qtgl</Literal> module and which should be added to those needed by any
-module that imports the <Literal>qtgl</Literal> module.
+<Literal>tqtgl</Literal> module and which should be added to those needed by any
+module that imports the <Literal>tqtgl</Literal> module.
</Para>
<Para></Para><Para></Para>
</ListItem>
</VarListEntry>
<VarListEntry>
-<Term><Literal>pyqt_qtnetwork_sip_flags</Literal></Term>
+<Term><Literal>pytqt_tqtnetwork_sip_flags</Literal></Term>
<ListItem>
<Para>
A string of the SIP flags used to generate the code for the
-<Literal>qtnetwork</Literal> module and which should be added to those needed
-by any module that imports the <Literal>qtnetwork</Literal> module.
+<Literal>tqtnetwork</Literal> module and which should be added to those needed
+by any module that imports the <Literal>tqtnetwork</Literal> module.
</Para>
<Para></Para><Para></Para>
</ListItem>
</VarListEntry>
<VarListEntry>
-<Term><Literal>pyqt_qtsql_sip_flags</Literal></Term>
+<Term><Literal>pytqt_tqtsql_sip_flags</Literal></Term>
<ListItem>
<Para>
A string of the SIP flags used to generate the code for the
-<Literal>qtsql</Literal> module and which should be added to those needed by
-any module that imports the <Literal>qtsql</Literal> module.
+<Literal>tqtsql</Literal> module and which should be added to those needed by
+any module that imports the <Literal>tqtsql</Literal> module.
</Para>
<Para></Para><Para></Para>
</ListItem>
</VarListEntry>
<VarListEntry>
-<Term><Literal>pyqt_qttable_sip_flags</Literal></Term>
+<Term><Literal>pytqt_tqttable_sip_flags</Literal></Term>
<ListItem>
<Para>
A string of the SIP flags used to generate the code for the
-<Literal>qttable</Literal> module and which should be added to those needed by
-any module that imports the <Literal>qttable</Literal> module.
+<Literal>tqttable</Literal> module and which should be added to those needed by
+any module that imports the <Literal>tqttable</Literal> module.
</Para>
<Para></Para><Para></Para>
</ListItem>
</VarListEntry>
<VarListEntry>
-<Term><Literal>pyqt_qtui_sip_flags</Literal></Term>
+<Term><Literal>pytqt_tqtui_sip_flags</Literal></Term>
<ListItem>
<Para>
A string of the SIP flags used to generate the code for the
-<Literal>qtui</Literal> module and which should be added to those needed by any
-module that imports the <Literal>qtui</Literal> module.
+<Literal>tqtui</Literal> module and which should be added to those needed by any
+module that imports the <Literal>tqtui</Literal> module.
</Para>
<Para></Para><Para></Para>
</ListItem>
</VarListEntry>
<VarListEntry>
-<Term><Literal>pyqt_qtxml_sip_flags</Literal></Term>
+<Term><Literal>pytqt_tqtxml_sip_flags</Literal></Term>
<ListItem>
<Para>
A string of the SIP flags used to generate the code for the
-<Literal>qtxml</Literal> module and which should be added to those needed by
-any module that imports the <Literal>qtxml</Literal> module.
+<Literal>tqtxml</Literal> module and which should be added to those needed by
+any module that imports the <Literal>tqtxml</Literal> module.
</Para>
<Para></Para><Para></Para>
</ListItem>
</VarListEntry>
<VarListEntry>
-<Term><Literal>pyqt_sip_dir</Literal></Term>
+<Term><Literal>pytqt_sip_dir</Literal></Term>
<ListItem>
<Para>
The name of the base directory where the <Literal>.sip</Literal> files for each
@@ -589,7 +589,7 @@ the module.
</VarListEntry>
<VarListEntry>
-<Term><Literal>pyqt_version</Literal></Term>
+<Term><Literal>pytqt_version</Literal></Term>
<ListItem>
<Para>
The PyTQt version as a 3 part hexadecimal number (eg. v3.10 is represented as
@@ -600,7 +600,7 @@ The PyTQt version as a 3 part hexadecimal number (eg. v3.10 is represented as
</VarListEntry>
<VarListEntry>
-<Term><Literal>pyqt_version_str</Literal></Term>
+<Term><Literal>pytqt_version_str</Literal></Term>
<ListItem>
<Para>
The PyTQt version as a string. For development snapshots it will start with
@@ -618,7 +618,7 @@ The PyTQt version as a string. For development snapshots it will start with
<Term><Literal>TQtModuleMakefile(sipconfig.SIPModuleMakefile)</Literal></Term>
<ListItem>
<Para>
-The Makefile class for modules that import the <Literal>qt</Literal> module.
+The Makefile class for modules that import the <Literal>tqt</Literal> module.
</Para>
<VariableList>
<VarListEntry>
@@ -638,7 +638,7 @@ This is a reimplementation of <Literal>sipconfig.Makefile.finalise()</Literal>.
<Term><Literal>TQtAxContainerModuleMakefile(TQtModuleMakefile)</Literal></Term>
<ListItem>
<Para>
-The Makefile class for modules that import the <Literal>qtaxcontainer</Literal>
+The Makefile class for modules that import the <Literal>tqtaxcontainer</Literal>
module.
</Para>
<VariableList>
@@ -659,7 +659,7 @@ This is a reimplementation of <Literal>sipconfig.Makefile.finalise()</Literal>.
<Term><Literal>TQtCanvasModuleMakefile(TQtModuleMakefile)</Literal></Term>
<ListItem>
<Para>
-The Makefile class for modules that import the <Literal>qtcanvas</Literal>
+The Makefile class for modules that import the <Literal>tqtcanvas</Literal>
module.
</Para>
<VariableList>
@@ -680,7 +680,7 @@ This is a reimplementation of <Literal>sipconfig.Makefile.finalise()</Literal>.
<Term><Literal>TQtExtModuleMakefile(TQtModuleMakefile)</Literal></Term>
<ListItem>
<Para>
-The Makefile class for modules that import the <Literal>qtext</Literal> module.
+The Makefile class for modules that import the <Literal>tqtext</Literal> module.
</Para>
<VariableList>
<VarListEntry>
@@ -700,7 +700,7 @@ This is a reimplementation of <Literal>sipconfig.Makefile.finalise()</Literal>.
<Term><Literal>TQtGLModuleMakefile(TQtModuleMakefile)</Literal></Term>
<ListItem>
<Para>
-The Makefile class for modules that import the <Literal>qtgl</Literal> module.
+The Makefile class for modules that import the <Literal>tqtgl</Literal> module.
</Para>
<VariableList>
<VarListEntry>
@@ -720,7 +720,7 @@ This is a reimplementation of <Literal>sipconfig.Makefile.finalise()</Literal>.
<Term><Literal>TQtNetworkModuleMakefile(TQtModuleMakefile)</Literal></Term>
<ListItem>
<Para>
-The Makefile class for modules that import the <Literal>qtnetwork</Literal>
+The Makefile class for modules that import the <Literal>tqtnetwork</Literal>
module.
</Para>
<VariableList>
@@ -741,7 +741,7 @@ This is a reimplementation of <Literal>sipconfig.Makefile.finalise()</Literal>.
<Term><Literal>TQtTableModuleMakefile(TQtModuleMakefile)</Literal></Term>
<ListItem>
<Para>
-The Makefile class for modules that import the <Literal>qttable</Literal>
+The Makefile class for modules that import the <Literal>tqttable</Literal>
module.
</Para>
<VariableList>
@@ -762,7 +762,7 @@ This is a reimplementation of <Literal>sipconfig.Makefile.finalise()</Literal>.
<Term><Literal>TQtSQLModuleMakefile(TQtTableModuleMakefile)</Literal></Term>
<ListItem>
<Para>
-The Makefile class for modules that import the <Literal>qtsql</Literal> module.
+The Makefile class for modules that import the <Literal>tqtsql</Literal> module.
</Para>
<VariableList>
<VarListEntry>
@@ -782,7 +782,7 @@ This is a reimplementation of <Literal>sipconfig.Makefile.finalise()</Literal>.
<Term><Literal>TQtUIModuleMakefile(TQtModuleMakefile)</Literal></Term>
<ListItem>
<Para>
-The Makefile class for modules that import the <Literal>qtui</Literal> module.
+The Makefile class for modules that import the <Literal>tqtui</Literal> module.
</Para>
<VariableList>
<VarListEntry>
@@ -802,7 +802,7 @@ This is a reimplementation of <Literal>sipconfig.Makefile.finalise()</Literal>.
<Term><Literal>TQtXMLModuleMakefile(TQtModuleMakefile)</Literal></Term>
<ListItem>
<Para>
-The Makefile class for modules that import the <Literal>qtxml</Literal> module.
+The Makefile class for modules that import the <Literal>tqtxml</Literal> module.
</Para>
<VariableList>
<VarListEntry>
@@ -1127,7 +1127,7 @@ class A(TQObject):
</ProgramListing>
<Para>
-Note that the code generated by <Literal>pyuic</Literal> uses
+Note that the code generated by <Literal>pytquic</Literal> uses
<Literal>TQApplication.translate()</Literal>.
</Para>
</Sect2>
@@ -1276,179 +1276,179 @@ Classes that are not mentioned have not yet been implemented.
</Sect1>
-<Sect1><Title><Literal>qt</Literal> Module Reference</Title>
+<Sect1><Title><Literal>tqt</Literal> Module Reference</Title>
%End
-%Include qt/qglobal.sip
-%Include qt/qwindowdefs.sip
-%Include qt/qnamespace.sip
-
-%Include qt/qaccel.sip
-%Include qt/qaction.sip
-%Include qt/qapplication.sip
-%Include qt/qassistantclient.sip
-%Include qt/qbitmap.sip
-%Include qt/qbrush.sip
-%Include qt/qbutton.sip
-%Include qt/qbuttongroup.sip
-%Include qt/qbytearray.sip
-%Include qt/qcdestyle.sip
-%Include qt/qcheckbox.sip
-%Include qt/qclipboard.sip
-%Include qt/qcolor.sip
-%Include qt/qcolordialog.sip
-%Include qt/qcolorgroup.sip
-%Include qt/qcombobox.sip
-%Include qt/qcommonstyle.sip
-%Include qt/qcstring.sip
-%Include qt/qcursor.sip
-%Include qt/qdatastream.sip
-%Include qt/qdatetime.sip
-%Include qt/qdatetimeedit.sip
-%Include qt/qdesktopwidget.sip
-%Include qt/qdial.sip
-%Include qt/qdialog.sip
-%Include qt/qdir.sip
-%Include qt/qdockarea.sip
-%Include qt/qdockwindow.sip
-%Include qt/qdragobject.sip
-%Include qt/qdrawutil.sip
-%Include qt/qdropsite.sip
-%Include qt/qerrormessage.sip
-%Include qt/qevent.sip
-%Include qt/qeventloop.sip
-%Include qt/qfile.sip
-%Include qt/qfiledialog.sip
-%Include qt/qfileinfo.sip
-%Include qt/qfont.sip
-%Include qt/qfontdatabase.sip
-%Include qt/qfontdialog.sip
-%Include qt/qfontinfo.sip
-%Include qt/qfontmetrics.sip
-%Include qt/qframe.sip
-%Include qt/qgrid.sip
-%Include qt/qgridview.sip
-%Include qt/qgroupbox.sip
-%Include qt/qhbox.sip
-%Include qt/qhbuttongroup.sip
-%Include qt/qheader.sip
-%Include qt/qhgroupbox.sip
-%Include qt/qiconset.sip
-%Include qt/qiconview.sip
-%Include qt/qimage.sip
-%Include qt/qinputdialog.sip
-%Include qt/qinterlacestyle.sip
-%Include qt/qiodevice.sip
-%Include qt/qkeysequence.sip
-%Include qt/qlabel.sip
-%Include qt/qlayout.sip
-%Include qt/qlcdnumber.sip
-%Include qt/qlibrary.sip
-%Include qt/qlineedit.sip
-%Include qt/qlistbox.sip
-%Include qt/qlistview.sip
-%Include qt/qlocale.sip
-%Include qt/qmainwindow.sip
-%Include qt/qmemarray.sip
-%Include qt/qmenubar.sip
-%Include qt/qmenudata.sip
-%Include qt/qmessagebox.sip
-%Include qt/qmetaobject.sip
-%Include qt/qmime.sip
-%Include qt/qmotifplusstyle.sip
-%Include qt/qmotifstyle.sip
-%Include qt/qmovie.sip
-%Include qt/qmultilinedit.sip
-%Include qt/qmutex.sip
-%Include qt/qnetworkprotocol.sip
-%Include qt/qobject.sip
-%Include qt/qobjectcleanuphandler.sip
-%Include qt/qobjectlist.sip
-%Include qt/qpaintdevicemetrics.sip
-%Include qt/qpaintdevice.sip
-%Include qt/qpainter.sip
-%Include qt/qpalette.sip
-%Include qt/qpixmap.sip
-%Include qt/qpixmapcache.sip
-%Include qt/qpair.sip
-%Include qt/qpen.sip
-%Include qt/qpicture.sip
-%Include qt/qplatinumstyle.sip
-%Include qt/qpoint.sip
-%Include qt/qpointarray.sip
-%Include qt/qpopupmenu.sip
-%Include qt/qprintdialog.sip
-%Include qt/qprinter.sip
-%Include qt/qprocess.sip
-%Include qt/qprogressbar.sip
-%Include qt/qprogressdialog.sip
-%Include qt/qptrlist.sip
-%Include qt/qpushbutton.sip
-%Include qt/qradiobutton.sip
-%Include qt/qrangecontrol.sip
-%Include qt/qrect.sip
-%Include qt/qregexp.sip
-%Include qt/qregion.sip
-%Include qt/qscrollbar.sip
-%Include qt/qscrollview.sip
-%Include qt/qsemaphore.sip
-%Include qt/qsemimodal.sip
-%Include qt/qsessionmanager.sip
-%Include qt/qsettings.sip
-%Include qt/qsgistyle.sip
-%Include qt/qsignalmapper.sip
-%Include qt/qsimplerichtext.sip
-%Include qt/qsize.sip
-%Include qt/qsizegrip.sip
-%Include qt/qsizepolicy.sip
-%Include qt/qslider.sip
-%Include qt/qsocketnotifier.sip
-%Include qt/qsound.sip
-%Include qt/qspinbox.sip
-%Include qt/qsplashscreen.sip
-%Include qt/qsplitter.sip
-%Include qt/qstatusbar.sip
-%Include qt/qstring.sip
-%Include qt/qstringlist.sip
-%Include qt/qstrlist.sip
-%Include qt/qstyle.sip
-%Include qt/qstylesheet.sip
-%Include qt/qsyntaxhighlighter.sip
-%Include qt/qtabbar.sip
-%Include qt/qtabdialog.sip
-%Include qt/qtabwidget.sip
-%Include qt/qtextbrowser.sip
-%Include qt/qtextcodec.sip
-%Include qt/qtextedit.sip
-%Include qt/qtextstream.sip
-%Include qt/qtextview.sip
-%Include qt/qthread.sip
-%Include qt/qtimer.sip
-%Include qt/qtoolbar.sip
-%Include qt/qtoolbox.sip
-%Include qt/qtoolbutton.sip
-%Include qt/qtooltip.sip
-%Include qt/qtranslator.sip
-%Include qt/qurl.sip
-%Include qt/qurlinfo.sip
-%Include qt/qurloperator.sip
-%Include qt/quuid.sip
-%Include qt/qvalidator.sip
-%Include qt/qvaluelist.sip
-%Include qt/qvariant.sip
-%Include qt/qvbox.sip
-%Include qt/qvbuttongroup.sip
-%Include qt/qvgroupbox.sip
-%Include qt/qwaitcondition.sip
-%Include qt/qwhatsthis.sip
-%Include qt/qwidget.sip
-%Include qt/qwidgetlist.sip
-%Include qt/qwidgetstack.sip
-%Include qt/qwindowsstyle.sip
-%Include qt/qwindowsxpstyle.sip
-%Include qt/qwizard.sip
-%Include qt/qwmatrix.sip
-%Include qt/qworkspace.sip
+%Include tqt/tqglobal.sip
+%Include tqt/tqwindowdefs.sip
+%Include tqt/tqnamespace.sip
+
+%Include tqt/tqaccel.sip
+%Include tqt/tqaction.sip
+%Include tqt/tqapplication.sip
+%Include tqt/tqassistantclient.sip
+%Include tqt/tqbitmap.sip
+%Include tqt/tqbrush.sip
+%Include tqt/tqbutton.sip
+%Include tqt/tqbuttongroup.sip
+%Include tqt/tqbytearray.sip
+%Include tqt/tqcdestyle.sip
+%Include tqt/tqcheckbox.sip
+%Include tqt/tqclipboard.sip
+%Include tqt/tqcolor.sip
+%Include tqt/tqcolordialog.sip
+%Include tqt/tqcolorgroup.sip
+%Include tqt/tqcombobox.sip
+%Include tqt/tqcommonstyle.sip
+%Include tqt/tqcstring.sip
+%Include tqt/tqcursor.sip
+%Include tqt/tqdatastream.sip
+%Include tqt/tqdatetime.sip
+%Include tqt/tqdatetimeedit.sip
+%Include tqt/tqdesktopwidget.sip
+%Include tqt/tqdial.sip
+%Include tqt/tqdialog.sip
+%Include tqt/tqdir.sip
+%Include tqt/tqdockarea.sip
+%Include tqt/tqdockwindow.sip
+%Include tqt/tqdragobject.sip
+%Include tqt/tqdrawutil.sip
+%Include tqt/tqdropsite.sip
+%Include tqt/tqerrormessage.sip
+%Include tqt/tqevent.sip
+%Include tqt/tqeventloop.sip
+%Include tqt/tqfile.sip
+%Include tqt/tqfiledialog.sip
+%Include tqt/tqfileinfo.sip
+%Include tqt/tqfont.sip
+%Include tqt/tqfontdatabase.sip
+%Include tqt/tqfontdialog.sip
+%Include tqt/tqfontinfo.sip
+%Include tqt/tqfontmetrics.sip
+%Include tqt/tqframe.sip
+%Include tqt/tqgrid.sip
+%Include tqt/tqgridview.sip
+%Include tqt/tqgroupbox.sip
+%Include tqt/tqhbox.sip
+%Include tqt/tqhbuttongroup.sip
+%Include tqt/tqheader.sip
+%Include tqt/tqhgroupbox.sip
+%Include tqt/tqiconset.sip
+%Include tqt/tqiconview.sip
+%Include tqt/tqimage.sip
+%Include tqt/tqinputdialog.sip
+%Include tqt/tqinterlacestyle.sip
+%Include tqt/tqiodevice.sip
+%Include tqt/tqkeysequence.sip
+%Include tqt/tqlabel.sip
+%Include tqt/tqlayout.sip
+%Include tqt/tqlcdnumber.sip
+%Include tqt/tqlibrary.sip
+%Include tqt/tqlineedit.sip
+%Include tqt/tqlistbox.sip
+%Include tqt/tqlistview.sip
+%Include tqt/tqlocale.sip
+%Include tqt/tqmainwindow.sip
+%Include tqt/tqmemarray.sip
+%Include tqt/tqmenubar.sip
+%Include tqt/tqmenudata.sip
+%Include tqt/tqmessagebox.sip
+%Include tqt/tqmetaobject.sip
+%Include tqt/tqmime.sip
+%Include tqt/tqmotifplusstyle.sip
+%Include tqt/tqmotifstyle.sip
+%Include tqt/tqmovie.sip
+%Include tqt/tqmultilinedit.sip
+%Include tqt/tqmutex.sip
+%Include tqt/tqnetworkprotocol.sip
+%Include tqt/tqobject.sip
+%Include tqt/tqobjectcleanuphandler.sip
+%Include tqt/tqobjectlist.sip
+%Include tqt/tqpaintdevicemetrics.sip
+%Include tqt/tqpaintdevice.sip
+%Include tqt/tqpainter.sip
+%Include tqt/tqpalette.sip
+%Include tqt/tqpixmap.sip
+%Include tqt/tqpixmapcache.sip
+%Include tqt/tqpair.sip
+%Include tqt/tqpen.sip
+%Include tqt/tqpicture.sip
+%Include tqt/tqplatinumstyle.sip
+%Include tqt/tqpoint.sip
+%Include tqt/tqpointarray.sip
+%Include tqt/tqpopupmenu.sip
+%Include tqt/tqprintdialog.sip
+%Include tqt/tqprinter.sip
+%Include tqt/tqprocess.sip
+%Include tqt/tqprogressbar.sip
+%Include tqt/tqprogressdialog.sip
+%Include tqt/tqptrlist.sip
+%Include tqt/tqpushbutton.sip
+%Include tqt/tqradiobutton.sip
+%Include tqt/tqrangecontrol.sip
+%Include tqt/tqrect.sip
+%Include tqt/tqregexp.sip
+%Include tqt/tqregion.sip
+%Include tqt/tqscrollbar.sip
+%Include tqt/tqscrollview.sip
+%Include tqt/tqsemaphore.sip
+%Include tqt/tqsemimodal.sip
+%Include tqt/tqsessionmanager.sip
+%Include tqt/tqsettings.sip
+%Include tqt/tqsgistyle.sip
+%Include tqt/tqsignalmapper.sip
+%Include tqt/tqsimplerichtext.sip
+%Include tqt/tqsize.sip
+%Include tqt/tqsizegrip.sip
+%Include tqt/tqsizepolicy.sip
+%Include tqt/tqslider.sip
+%Include tqt/tqsocketnotifier.sip
+%Include tqt/tqsound.sip
+%Include tqt/tqspinbox.sip
+%Include tqt/tqsplashscreen.sip
+%Include tqt/tqsplitter.sip
+%Include tqt/tqstatusbar.sip
+%Include tqt/tqstring.sip
+%Include tqt/tqstringlist.sip
+%Include tqt/tqstrlist.sip
+%Include tqt/tqstyle.sip
+%Include tqt/tqstylesheet.sip
+%Include tqt/tqsyntaxhighlighter.sip
+%Include tqt/tqtabbar.sip
+%Include tqt/tqtabdialog.sip
+%Include tqt/tqtabwidget.sip
+%Include tqt/tqtextbrowser.sip
+%Include tqt/tqtextcodec.sip
+%Include tqt/tqtextedit.sip
+%Include tqt/tqtextstream.sip
+%Include tqt/tqtextview.sip
+%Include tqt/tqthread.sip
+%Include tqt/tqtimer.sip
+%Include tqt/tqtoolbar.sip
+%Include tqt/tqtoolbox.sip
+%Include tqt/tqtoolbutton.sip
+%Include tqt/tqtooltip.sip
+%Include tqt/tqtranslator.sip
+%Include tqt/tqurl.sip
+%Include tqt/tqurlinfo.sip
+%Include tqt/tqurloperator.sip
+%Include tqt/tquuid.sip
+%Include tqt/tqvalidator.sip
+%Include tqt/tqvaluelist.sip
+%Include tqt/tqvariant.sip
+%Include tqt/tqvbox.sip
+%Include tqt/tqvbuttongroup.sip
+%Include tqt/tqvgroupbox.sip
+%Include tqt/tqwaitcondition.sip
+%Include tqt/tqwhatsthis.sip
+%Include tqt/tqwidget.sip
+%Include tqt/tqwidgetlist.sip
+%Include tqt/tqwidgetstack.sip
+%Include tqt/tqwindowsstyle.sip
+%Include tqt/tqwindowsxpstyle.sip
+%Include tqt/tqwizard.sip
+%Include tqt/tqwmatrix.sip
+%Include tqt/tqworkspace.sip
%ExportedDoc
</Sect1>
@@ -1456,12 +1456,12 @@ Classes that are not mentioned have not yet been implemented.
%ExportedDoc
-<Sect1><Title><Literal>qtaxcontainer</Literal> Module Reference</Title>
+<Sect1><Title><Literal>tqtaxcontainer</Literal> Module Reference</Title>
%End
-%Include qtaxcontainer/qaxbase.sip
-%Include qtaxcontainer/qaxobject.sip
-%Include qtaxcontainer/qaxwidget.sip
+%Include tqtaxcontainer/tqaxbase.sip
+%Include tqtaxcontainer/tqaxobject.sip
+%Include tqtaxcontainer/tqaxwidget.sip
%ExportedDoc
</Sect1>
@@ -1469,10 +1469,10 @@ Classes that are not mentioned have not yet been implemented.
%ExportedDoc
-<Sect1><Title><Literal>qtcanvas</Literal> Module Reference</Title>
+<Sect1><Title><Literal>tqtcanvas</Literal> Module Reference</Title>
%End
-%Include qtcanvas/qcanvas.sip
+%Include tqtcanvas/tqcanvas.sip
%ExportedDoc
</Sect1>
@@ -1480,7 +1480,7 @@ Classes that are not mentioned have not yet been implemented.
%ExportedDoc
-<Sect1><Title><Literal>qtext</Literal> Module Reference</Title>
+<Sect1><Title><Literal>tqtext</Literal> Module Reference</Title>
<Sect2><Title>TQextScintilla</Title>
<FuncSynopsis>
@@ -1677,11 +1677,11 @@ This takes no parameters and returns a tuple of the values returned by the
%ExportedDoc
-<Sect1><Title><Literal>qtgl</Literal> Module Reference</Title>
+<Sect1><Title><Literal>tqtgl</Literal> Module Reference</Title>
%End
-%Include qtgl/qgl.sip
-%Include qtgl/qglcolormap.sip
+%Include tqtgl/tqgl.sip
+%Include tqtgl/tqglcolormap.sip
%ExportedDoc
</Sect1>
@@ -1689,18 +1689,18 @@ This takes no parameters and returns a tuple of the values returned by the
%ExportedDoc
-<Sect1><Title><Literal>qtnetwork</Literal> Module Reference</Title>
+<Sect1><Title><Literal>tqtnetwork</Literal> Module Reference</Title>
%End
-%Include qtnetwork/qdns.sip
-%Include qtnetwork/qftp.sip
-%Include qtnetwork/qhostaddress.sip
-%Include qtnetwork/qhttp.sip
-%Include qtnetwork/qlocalfs.sip
-%Include qtnetwork/qnetwork.sip
-%Include qtnetwork/qserversocket.sip
-%Include qtnetwork/qsocket.sip
-%Include qtnetwork/qsocketdevice.sip
+%Include tqtnetwork/tqdns.sip
+%Include tqtnetwork/tqftp.sip
+%Include tqtnetwork/tqhostaddress.sip
+%Include tqtnetwork/tqhttp.sip
+%Include tqtnetwork/tqlocalfs.sip
+%Include tqtnetwork/tqnetwork.sip
+%Include tqtnetwork/tqserversocket.sip
+%Include tqtnetwork/tqsocket.sip
+%Include tqtnetwork/tqsocketdevice.sip
%ExportedDoc
</Sect1>
@@ -1708,7 +1708,7 @@ This takes no parameters and returns a tuple of the values returned by the
%ExportedDoc
-<Sect1><Title><Literal>qtpe</Literal> Module Reference</Title>
+<Sect1><Title><Literal>tqtpe</Literal> Module Reference</Title>
<Sect2><Title>TQPEApplication</Title>
<FuncSynopsis>
@@ -1850,27 +1850,27 @@ Not implemented.
%ExportedDoc
-<Sect1><Title><Literal>qtsql</Literal> Module Reference</Title>
+<Sect1><Title><Literal>tqtsql</Literal> Module Reference</Title>
%End
-%Include qtsql/qdatabrowser.sip
-%Include qtsql/qdatatable.sip
-%Include qtsql/qdataview.sip
-%Include qtsql/qeditorfactory.sip
-%Include qtsql/qsql.sip
-%Include qtsql/qsqlcursor.sip
-%Include qtsql/qsqldatabase.sip
-%Include qtsql/qsqldriver.sip
-%Include qtsql/qsqleditorfactory.sip
-%Include qtsql/qsqlerror.sip
-%Include qtsql/qsqlfield.sip
-%Include qtsql/qsqlform.sip
-%Include qtsql/qsqlindex.sip
-%Include qtsql/qsqlpropertymap.sip
-%Include qtsql/qsqlquery.sip
-%Include qtsql/qsqlrecord.sip
-%Include qtsql/qsqlresult.sip
-%Include qtsql/qsqlselectcursor.sip
+%Include tqtsql/tqdatabrowser.sip
+%Include tqtsql/tqdatatable.sip
+%Include tqtsql/tqdataview.sip
+%Include tqtsql/tqeditorfactory.sip
+%Include tqtsql/tqsql.sip
+%Include tqtsql/tqsqlcursor.sip
+%Include tqtsql/tqsqldatabase.sip
+%Include tqtsql/tqsqldriver.sip
+%Include tqtsql/tqsqleditorfactory.sip
+%Include tqtsql/tqsqlerror.sip
+%Include tqtsql/tqsqlfield.sip
+%Include tqtsql/tqsqlform.sip
+%Include tqtsql/tqsqlindex.sip
+%Include tqtsql/tqsqlpropertymap.sip
+%Include tqtsql/tqsqlquery.sip
+%Include tqtsql/tqsqlrecord.sip
+%Include tqtsql/tqsqlresult.sip
+%Include tqtsql/tqsqlselectcursor.sip
%ExportedDoc
</Sect1>
@@ -1878,10 +1878,10 @@ Not implemented.
%ExportedDoc
-<Sect1><Title><Literal>qttable</Literal> Module Reference</Title>
+<Sect1><Title><Literal>tqttable</Literal> Module Reference</Title>
%End
-%Include qttable/qtable.sip
+%Include tqttable/tqtable.sip
%ExportedDoc
</Sect1>
@@ -1889,10 +1889,10 @@ Not implemented.
%ExportedDoc
-<Sect1><Title><Literal>qtui</Literal> Module Reference</Title>
+<Sect1><Title><Literal>tqtui</Literal> Module Reference</Title>
%End
-%Include qtui/qwidgetfactory.sip
+%Include tqtui/tqwidgetfactory.sip
%ExportedDoc
</Sect1>
@@ -1900,10 +1900,10 @@ Not implemented.
%ExportedDoc
-<Sect1><Title><Literal>qtxml</Literal> Module Reference</Title>
+<Sect1><Title><Literal>tqtxml</Literal> Module Reference</Title>
%End
-%Include qtxml/qdom.sip
+%Include tqtxml/tqdom.sip
%ExportedDoc
</Sect1>