pythonqt
pythonqt copied to clipboard
Dynamic Python binding for Qt Applications
Hi, I have simple class: ```cpp #ifndef __qColadaTreeTEST_h #define __qColadaTreeTEST_h // Qt includes #include // Colada includes #include "qColadaAppExport.h" // h5gt includes #include // has python bindings using pybind11 class...
Hi @florianlink , Is there a special reason why `QList` is not supported or is it just missing? I could not find it in [PythonQt.cpp](https://github.com/MeVisLab/pythonqt/blob/58ccd5393922d88fd320628aa2db787df1f1233b/src/PythonQt.cpp) I got following error today...
Hello! Whenever a Python error occurs its description is sent to the stderr. I would like to emit a signal with error message instead. For instance, Qt’s own ECMAScript implementation,...
It’d be great if we had a simple recipe that would build a CPython interpreter (for 2.7.x or 3.x) which would include PythonQt. This way, one could point an IDE...
Hi all, I am new to the concept of pythonqt and find it fascinating. Great work! I am working from the python side, so please keep that in mind. I...
I'm trying to implement a custom signal and slot but there seem to be a few errors. I can't inherit from QObject(which seems to be the recommended way) as it...
Hi! During development we added the -B (DontWriteByteCode) and the environment variables for that to our execution. PythonQt seems to ignore those flags in PythonQtImporter and writes/loads the pyc files...
I just want to share some insights into this issue, I currently have no intention to fix the issue, as that would be somewhat complicated. This is an example of...
The generation process fails to properly parse and find all of the necessary classes. See here for more details: https://github.com/MeVisLab/pythonqt/issues/13#issuecomment-752737191 @florianlink just opening this as a standalone issue so it...
Fix a few typos