QWT Widgets not showing Qt Designer
-
@horizonQt If you want to build a plug-in for QtCreator you have to use same Qt version which was used to build QtCreator. So, build it using Qt 6.3.1
-
@jsulm said in QWT Widgets not showing Qt Designer:
@horizonQt If you want to build a plug-in for QtCreator you have to use same Qt version which was used to build QtCreator. So, build it using Qt 6.3.1
im using qt creator 8.0.0 based on Qt 6.3.1. ı want to add qwt6.1.6 widgets on designer. Can you explain step by step what not to do?
-
@horizonQt See "Qwt and the Qt tool chain" -> "Designer plugin" in https://qwt.sourceforge.io/qwtinstall.html"
-
@horizonQt Was the designer plug-in build and installed?
If so you can debug plug-in issues by setting QT_DEBUG_PLUGINS to 1 before starting QtCreator (in a terminal) - that should give you more information about plug-in loading issues. -
@horizonQt said in QWT Widgets not showing Qt Designer:
Where should I look, what should I look for?
As I wrote in the terminal where you set QT_DEBUG_PLUGINS and start QtCreator
-
-