diff options
author | Timothy Pearson <[email protected]> | 2011-12-05 22:18:57 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-12-05 22:18:57 -0600 |
commit | 752274609034af8c68c46d19bed586ea6ae348b8 (patch) | |
tree | e8e76ca1acfa09d45f399a88cb3ada51992ae574 /doc | |
parent | d2b09f66d0c8c8c26ec613b96d7c248e78a5c52f (diff) | |
download | pytqt-752274609034af8c68c46d19bed586ea6ae348b8.tar.gz pytqt-752274609034af8c68c46d19bed586ea6ae348b8.zip |
Fix retquire
Diffstat (limited to 'doc')
-rw-r--r-- | doc/PyQt.html | 8 | ||||
-rw-r--r-- | doc/PyQt.sgml | 10 | ||||
-rw-r--r-- | doc/qtdocs.sip | 8 |
3 files changed, 13 insertions, 13 deletions
diff --git a/doc/PyQt.html b/doc/PyQt.html index 71e167d..8cd432c 100644 --- a/doc/PyQt.html +++ b/doc/PyQt.html @@ -72,7 +72,7 @@ educational license for use with the educational version of TQt.</P C++ class libraries). SIP v4.6 or later must be installed in order to build and run this version of PyTQt.</P ><P ->PyTQt for MacOS/X retquires TQt v3.1.0 or later and Python v2.3 or later.</P +>PyTQt for MacOS/X requires TQt v3.1.0 or later and Python v2.3 or later.</P ><P >The bindings are implemented as a number of Python modules</P ><P @@ -236,7 +236,7 @@ custom widgets, <TT CLASS="LITERAL" >pyuic</TT > has no way of knowing the name of the -Python module containing the widget and so cannot generate the retquired +Python module containing the widget and so cannot generate the required <TT CLASS="LITERAL" >import</TT @@ -1870,7 +1870,7 @@ means that using lambda expressions as slots will not work unless you keep a separate reference to the expression to prevent it from being immediately garbage collected.</P ><P ->TQt allows a signal to be connected to a slot that retquires fewer arguments than +>TQt allows a signal to be connected to a slot that requires fewer arguments than the signal passes. The extra arguments are tquietly discarded. Python slots can be used in the same way. </P ></DIV @@ -7354,7 +7354,7 @@ CLASS="LITERAL" and <TT CLASS="LITERAL" >-=</TT -> operators have also been implemented, but retquire +> operators have also been implemented, but require Python v2.0 or later.</P ></DIV ><DIV diff --git a/doc/PyQt.sgml b/doc/PyQt.sgml index 5f0d911..aa53ee4 100644 --- a/doc/PyQt.sgml +++ b/doc/PyQt.sgml @@ -44,7 +44,7 @@ and run this version of PyTQt. </Para> <Para> -PyTQt for MacOS/X retquires TQt v3.1.0 or later and Python v2.3 or later. +PyTQt for MacOS/X requires TQt v3.1.0 or later and Python v2.3 or later. </Para> <Para> @@ -147,7 +147,7 @@ The changes visible to the Python programmer in this release are as follows. <ListItem> <Para> -This version retquires SIP v4.4 (or later). +This version requires SIP v4.4 (or later). </Para> </ListItem> @@ -231,7 +231,7 @@ same XML. The Python code is self contained and can be executed immediately. 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 -Python module containing the widget and so cannot generate the retquired +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>Comment</Literal> field of TQt Designer's @@ -1176,7 +1176,7 @@ garbage collected. </Para> <Para> -TQt allows a signal to be connected to a slot that retquires fewer arguments than +TQt allows a signal to be connected to a slot that requires fewer arguments than the signal passes. The extra arguments are tquietly discarded. Python slots can be used in the same way. </Para> @@ -3549,7 +3549,7 @@ values. (TQt v2+) <Sect2><Title>TQSemaphore (TQt v2.2+)</Title> <Para> <Literal>TQSemaphore</Literal> is fully implemented. The <Literal>+=</Literal> -and <Literal>-=</Literal> operators have also been implemented, but retquire +and <Literal>-=</Literal> operators have also been implemented, but require Python v2.0 or later. </Para> </Sect2> diff --git a/doc/qtdocs.sip b/doc/qtdocs.sip index 52ed1ed..644f1cd 100644 --- a/doc/qtdocs.sip +++ b/doc/qtdocs.sip @@ -73,7 +73,7 @@ and run this version of PyTQt. </Para> <Para> -PyTQt for MacOS/X retquires TQt v3.1.0 or later and Python v2.3 or later. +PyTQt for MacOS/X requires TQt v3.1.0 or later and Python v2.3 or later. </Para> <Para> @@ -176,7 +176,7 @@ The changes visible to the Python programmer in this release are as follows. <ListItem> <Para> -This version retquires SIP v4.4 (or later). +This version requires SIP v4.4 (or later). </Para> </ListItem> @@ -260,7 +260,7 @@ same XML. The Python code is self contained and can be executed immediately. 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 -Python module containing the widget and so cannot generate the retquired +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>Comment</Literal> field of TQt Designer's @@ -1209,7 +1209,7 @@ garbage collected. </Para> <Para> -TQt allows a signal to be connected to a slot that retquires fewer arguments than +TQt allows a signal to be connected to a slot that requires fewer arguments than the signal passes. The extra arguments are tquietly discarded. Python slots can be used in the same way. </Para> |