Skip to content

Commit 3b56374

Browse files
committed
another doc update
1 parent a5f0c89 commit 3b56374

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/PythonQtDoc.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,7 @@
146146
- QObject.emit to emit Qt signals from Python is not yet implemented but PythonQt allows to just emit a signal by calling it
147147
- PythonQt does not (yet) offer to add new signals to Python/C++ objects
148148
- 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)
149+
- QString and QBytearray are always converted to unicode and str Python objects (PyQt returns QString and QByteArray instead).
149150
- Probably there are lots of details that differ, I do not know PyQt that well to list them all.
150151
151152
\section Interface

0 commit comments

Comments
 (0)