我可以在 PyQt5 应用程序中嵌入处理 window 吗?
Can I embed a processing window in a PyQt5 app?
问题很简单:是否可以在 PyQt5 应用程序中嵌入处理 (https://py.processing.org/)?
没有简单的内置方法可以做到这一点,但 Qt 确实支持嵌入外部应用程序。我建议你看看 this answer and the reference here.
问题很简单:是否可以在 PyQt5 应用程序中嵌入处理 (https://py.processing.org/)?
没有简单的内置方法可以做到这一点,但 Qt 确实支持嵌入外部应用程序。我建议你看看 this answer and the reference here.