diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-03 22:23:44 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-03 22:23:44 -0600 |
commit | 203ba231d0276943aae36111f9ec1e949f3c6a4c (patch) | |
tree | f039f7a5b5fc2da88a96876971bac580d87f6788 /doc/static.html | |
parent | fd35f4a8382b7d223bc0325b9ca3f88515778aa0 (diff) | |
download | pytde-203ba231d0276943aae36111f9ec1e949f3c6a4c.tar.gz pytde-203ba231d0276943aae36111f9ec1e949f3c6a4c.zip |
Initial TQt conversion
Diffstat (limited to 'doc/static.html')
-rw-r--r-- | doc/static.html | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/static.html b/doc/static.html index e68f13b..a106dee 100644 --- a/doc/static.html +++ b/doc/static.html @@ -25,12 +25,12 @@ <P> Static member functions are implemented as Python class functions. For example the C++ static member function -<TT CLASS="LITERAL" >QObject::connect()</TT> +<TT CLASS="LITERAL" >TQObject::connect()</TT> is called from Python as -<TT CLASS="LITERAL">QObject.connect()</TT> or +<TT CLASS="LITERAL">TQObject.connect()</TT> or <TT CLASS="LITERAL">self.connect()</TT> if called from a sub-class of -<TT CLASS="LITERAL">QObject</TT>. +<TT CLASS="LITERAL">TQObject</TT>. </P> <h2>None and NULL</h2> <P>Throughout the bindings, the @@ -58,9 +58,9 @@ the enumerated type was defined in must be included. For example: <TR> <TD> <PRE CLASS="PROGRAMLISTING"> -Qt.SolidPattern -QWidget.TabFocus -QFrame.TabFocus +TQt.SolidPattern +TQWidget.TabFocus +TQFrame.TabFocus </PRE> </TD> </TR> @@ -160,7 +160,7 @@ to overload each of the pure virtual methods. Following a suggestion on the mail list, the docs attempt to flag all abstract classes and identify the pure virtual methods which must be overloaded in the derived class. Derived classes can be created in Python by writing Python methods to overload the pure virtual methods - no C++ code -is required. +is retquired. </P> <DIV CLASS="NAVFOOTER"> |