Custom Widget cannot be added to Qt Designer
Unsolved
Qt 6
-
Hello,
I'm creating a custom widget on Qt6 (MacOS) using Qt Custom Designer Widget wizard. After the build, I copy the .dylib file to Qt Creator plugins/designer folder. When I open Tools -> Form Editor -> About Qt Designer Plugins, I can see my plugin under Failed Plugins with error: Failed to extract plugin meta data from ''.How to solve this issue?
-
Hi,
Start the application from the command line with the QT_DEBUG_PLUGINS environment variable set to 1 to see what is happening with the plugins.
One thing that you can also check: are you using the same Qt version that was used to build Qt Creator ?