pythonqt
pythonqt copied to clipboard
Dynamic Python binding for Qt Applications
I was discussing this issue on a fork, please check: https://github.com/commontk/PythonQt/pull/81 Basically I've integrated pyside2 with PythonQt by preventing a stack overflow that was happening because of an infinite recursion....
### Short In Python not found enum elements from C++ class derived from QObject added to PythonQt via addDecorators() and registerClass(QMetaObject*). ### Versions Qt 5.12.8 Python 3.8.10 g++ (Ubuntu 9.4.0-1ubuntu1~20.04.1)...
Hello, I have been using PythonQT and i had to read the code to understand what's happening. I think I may have found a memory leack in PythonQTPrivate. PythonQtPrivate::PythonQtPrivate() {...
Hi, I'm just trying to implement PythonQt in our application and I try to understand the multi threading support in the library but I'm afraid I didn't understand it completely....
I am trying to build pythonqt on windows Qt mingw 5.15.2 but I am getting this error. `:-1: error: error: \python27.lib: No such file or directory` `:-1: error: [Makefile.Release:179: ../lib/PythonQt-Qt5-Python27.dll]...
How to generate code for Qt 5.15.2 and 6? My generator is not working properly: ``` Please wait while source files are being generated... Parsing typesystem file [:/trolltech/generator/build_all.txt] Fatal error:...
What is the recommended way, to allow only scriptable methods (annotated with `Q_SCRIPTABLE`) and scriptable properties (`SCRIPTABLE` attribute of a `Q_PROPERTY`)? Should I filter the data when doing introspection (`PythonQt::introspection`)...
The merge request is a proposal for the implementation of queued slot calls. In our application we run the Python interpreter in a worker thread and not in the UI...
The static function `PythonQtSlotInfo::getGlobalShouldAllowThreads()` is declared in `PythonQtMethodInfo.h` but the implementation is missing. This commit adds the implemention of this function to `PythonQtMethodInfo.cpp`