pythonqt icon indicating copy to clipboard operation
pythonqt copied to clipboard

Dynamic Python binding for Qt Applications

Results 55 pythonqt issues
Sort by recently updated
recently updated
newest added

As PythonQt is updated to provide more consistent support for Qt6, several key discussion points should be considered to optimize development efforts. I am proposing a draft set of recommendations...

housekeeping

I'm not quite sure which aspects are the key points for developers, so I apologize for any excessive or incomplete information I've provided. (qwq) ## environment: window11 x64 python 3.12...

bug

在Linux下编译报错: /data/zhy/python39/lib/python3.9/config-3.9/libpython3.9.a(object.o)(.text.hot+0xc94): error: R_LARCH_SOP_PUSH_PCREL against `PyObject_GenericGetAttr': PLT shouldn't be with r_addend. /usr/bin/ld: 最后的链结失败: nonrepresentable section on output collect2: error: ld returned 1 exit status make[1]: *** [Makefile:270:../lib/libPythonQt-Qt5-Python3.9.so.3.2.0] 错误 1 make[1]:...

platform

Starting from Qt6.0, classes QOpenGLXXXX (such as QOpenGLBuffer) have been migrated to the QtOpenGL module. Therefore, the `` in typesystem_gui.xml should be changed to ``, and then `` should be...