From 2b927e6fe51acd2bae219162674731ca89f08b43 2010-03-09 20:18:50 From: florianlink Date: 2010-03-09 20:18:50 Subject: [PATCH] another doc update git-svn-id: svn://svn.code.sf.net/p/pythonqt/code/trunk@160 ea8d5007-eb21-0410-b261-ccb3ea6e24a9 --- diff --git a/src/PythonQtDoc.h b/src/PythonQtDoc.h index bdddcce..ac7eeda 100644 --- a/src/PythonQtDoc.h +++ b/src/PythonQtDoc.h @@ -146,6 +146,7 @@ - QObject.emit to emit Qt signals from Python is not yet implemented but PythonQt allows to just emit a signal by calling it - PythonQt does not (yet) offer to add new signals to Python/C++ objects - Ownership of objects is a bit different in PythonQt, currently Python classes derived from a C++ class need to be manually referenced in Python to not get deleted too early (this will be fixed) + - QString and QBytearray are always converted to unicode and str Python objects (PyQt returns QString and QByteArray instead). - Probably there are lots of details that differ, I do not know PyQt that well to list them all. \section Interface