Replies: 11 comments 30 replies
-
QDesignerCustomWidgetInterface is the designer plugin. are you written desinger custom plugin? |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
abc = QPluginLoader(“This is a dll file path test.dll”) |
Beta Was this translation helpful? Give feedback.
-
这种方式我还没试过。估计支持不太好。 |
Beta Was this translation helpful? Give feedback.
-
QPluginLoader 这种方式等我有空试一下 |
Beta Was this translation helpful? Give feedback.
-
是用py sip封装的吗 |
Beta Was this translation helpful? Give feedback.
-
我这里有一点例子你可以了解下 https://github.com/PyQt5/PyQt/tree/master/QLabel/Lib/QtNinePatch (sip用法过时了。需要去看新的官网文档) |
Beta Was this translation helpful? Give feedback.
-
这个应该是自动生成的。注意排查下每一步的执行结果。看看日志错误等 |
Beta Was this translation helpful? Give feedback.
-
pyqt qobject_cast 有用过吗 |
Beta Was this translation helpful? Give feedback.
-
我最终用库解决了加载的问题 我想问下上传文件和文件夹可以用什么实现 |
Beta Was this translation helpful? Give feedback.
-
pyqt 批量创建按钮并连接另一个按钮的信号槽 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
So far it looks like the plug-in has loaded successfully
But how do I generate a plug-in as a widget and add it to my container
Beta Was this translation helpful? Give feedback.
All reactions