githubuser0xFFFF

Results 14 issues of githubuser0xFFFF

Hi, I just found your advanced docking system and I have to admit I'm excited. It is really great and I searched for an improved Qt docking system for a...

Using `QxSerialize_QByteArray` for serializing and deserializing QByteArray fails, if the QByteArray contains data generated via `qCompress(data)`. Deserialization produces input stream error. To solve this issue, the QByteArray should be BASE64...

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....

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`

The following change adds support for building PythonQt with Qt5.15 using the latest generated headers in `generated_cpp_511`

The following fix removes the spaces from the environment variable setting because it only works without spaces and people copy pasting the code will have some trouble without this fix.

Hi, I compiled PythonQt with MinGW 7.3.0 64-bit and MinGW 7.3.0 32-bit for debug and release. Before I did this, I installed the additional Python debug binaries (python38_d.dll) via the...

This patch fixes build issue #56