diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-10-17 23:25:46 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-10-17 23:25:46 +0900 |
| commit | cdb2c767da66815beaddd0cbceda777ddcbe9b6a (patch) | |
| tree | bc07eb30a833a9bbcb2ecbfe8632f9d82c53309b /doc/PyQt.html | |
| parent | 79113dda15348e659bdf729f2c6119b2ba49d397 (diff) | |
| download | pytqt-cdb2c767.tar.gz pytqt-cdb2c767.zip | |
Removed obsolete Qt2's TQList/TQListIterator classes and replaced
with TQt3's TQPtrList/TQPtrListIterator ones.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/PyQt.html')
| -rw-r--r-- | doc/PyQt.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/PyQt.html b/doc/PyQt.html index c004474..5c3cf29 100644 --- a/doc/PyQt.html +++ b/doc/PyQt.html @@ -5145,12 +5145,12 @@ CLASS="SECT2" CLASS="SECT2" ><A NAME="AEN1860" ->TQList<type> (TQt v2)</A +>TQPtrList<type> (TQt v2)</A ></H3 ><P >Types based on the <TT CLASS="LITERAL" ->TQList</TT +>TQPtrList</TT > template are automatically converted to and from Python lists of the type.</P ></DIV @@ -5575,7 +5575,7 @@ NAME="AEN2016" ></A ><CODE CLASS="FUNCDEF" ->TQList<TQToolBar> toolBars</CODE +>TQPtrList<TQToolBar> toolBars</CODE >(ToolBarDock dock);<P ></P ></DIV @@ -8476,7 +8476,7 @@ NAME="AEN3195" ></A ><CODE CLASS="FUNCDEF" ->TQList<TQTab> tabList</CODE +>TQPtrList<TQTab> tabList</CODE >();<P ></P ></DIV @@ -10353,7 +10353,7 @@ NAME="AEN3890" ><CODE CLASS="FUNCDEF" >TQPixmapArray</CODE ->(TQList<TQPixmap> pixmaps, TQList<TQPoint> hotspots);<P +>(TQPtrList<TQPixmap> pixmaps, TQPtrList<TQPoint> hotspots);<P ></P ></DIV ><P |
