Can I write custom Qt widget in pure C++, compile it and use in PyQt?
I'm trying to use the ctypes-opencv with qt and I have performance problems with python's code for displaying opencv's image in Qt form.
Can I write custom Qt widget in pure C++, compile it and use in PyQt?
I'm trying to use the ctypes-opencv with qt and I have performance problems with python's code for displaying opencv's image in Qt form.
sip
ライブラリ(PyQtで使用される)を使用して、ウィジェットのPythonラッパーを作成する必要があります。ドキュメントには、Qt /C++ウィジェットの簡単な例があります。