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.
我可以用纯 C++ 编写自定义 Qt 小部件,编译它并在 PyQt 中使用吗?
我正在尝试将 ctypes-opencv 与 qt 一起使用,但我在使用 python 的代码以 Qt 形式显示 opencv 的图像时遇到了性能问题。
您将不得不使用sip库(由 PyQt 使用)为小部件编写 Python 包装器。文档中有一个简单的 Qt/C++ 小部件示例。
sip