How to load my compiled CTK into the QT designer and make it a drag and drop control?

I have compiled a ctk library myself and added CTKWidgetsPlugins.dll to qt D: QT 5.15.2 msvc2019_ 64 plugins designer directory, but it prompts me that I cannot load the library and cannot find the specified module

If you start Slicer (can be one you downloaded from download.slicer.org), you can run slicer.util.startQtDesigner() which will start Qt Designer and CTK related widgets will be available to drag and drop into a UI.

https://slicer.readthedocs.io/en/latest/developer_guide/slicer.html?highlight=Designer#slicer.util.startQtDesigner

1 Like

Can I load these additional plugins into my own qt creator environment