Replies: 11 comments 30 replies
|
QDesignerCustomWidgetInterface is the designer plugin. are you written desinger custom plugin? |
1 reply
|
4 replies
|
abc = QPluginLoader(“This is a dll file path test.dll”) |
9 replies
|
这种方式我还没试过。估计支持不太好。 |
0 replies
|
QPluginLoader 这种方式等我有空试一下 |
4 replies
|
是用py sip封装的吗 |
2 replies
|
我这里有一点例子你可以了解下 https://github.com/PyQt5/PyQt/tree/master/QLabel/Lib/QtNinePatch (sip用法过时了。需要去看新的官网文档) |
1 reply
|
这个应该是自动生成的。注意排查下每一步的执行结果。看看日志错误等 |
2 replies
|
pyqt qobject_cast 有用过吗 |
2 replies
|
我最终用库解决了加载的问题 我想问下上传文件和文件夹可以用什么实现 |
4 replies
|
pyqt 批量创建按钮并连接另一个按钮的信号槽 |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


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
All reactions