QWT Widgets not showing Qt Designer
-
Hi everyone. I am developing gui with qt. I need a linechart to show flight data and I will use qwt. I downloaded and added the library, but it does not appear in the qtdesigner section. ı use windows. my qt version is 6.3.1 and qwt verison 6.1.6. please help
-
Hi and welocome to devnet,
Which version of Qt Creator are you using ?
Did you build QWT with the same version of Qt as Qt Creator ?
Did you deploy the plugin for Qt Creator to be able to found ? -
@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
-
-