You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/PythonQtDoc.h
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -146,6 +146,7 @@
146
146
- QObject.emit to emit Qt signals from Python is not yet implemented but PythonQt allows to just emit a signal by calling it
147
147
- PythonQt does not (yet) offer to add new signals to Python/C++ objects
148
148
- 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).
149
150
- Probably there are lots of details that differ, I do not know PyQt that well to list them all.
0 commit comments