Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 Python 和 C/C++ 组合的情况下,我想了解库的静态和动态链接。
Python Interpreter、PySide Qt Bindings 和 Qt 本身之间有什么类型的链接?
它是如何工作的?
谢谢你。
首先,从 C++ 到 python 的转换是由SIP完成的。查看示例代码,尤其是这个。
对于每个 Qt 类,都有一个对应的 SIP 规范文件。