diff options
| author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-05 22:18:57 -0600 | 
|---|---|---|
| committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-05 22:18:57 -0600 | 
| commit | 752274609034af8c68c46d19bed586ea6ae348b8 (patch) | |
| tree | e8e76ca1acfa09d45f399a88cb3ada51992ae574 /doc/PyQt.html | |
| parent | d2b09f66d0c8c8c26ec613b96d7c248e78a5c52f (diff) | |
| download | pytqt-752274609034af8c68c46d19bed586ea6ae348b8.tar.gz pytqt-752274609034af8c68c46d19bed586ea6ae348b8.zip | |
Fix retquire
Diffstat (limited to 'doc/PyQt.html')
| -rw-r--r-- | doc/PyQt.html | 8 | 
1 files changed, 4 insertions, 4 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 | 
