-
QWT Widgets
I have tryed to install the QwtWidgets. When I open the stand alone QtDesigner, the QwtWidgets are in the menu list. When I open QtCreator and edit the form with QtDesigner, the QwtWidgets are not in the menu list. Could some one help me out here? I have created a form in the stand alone QtDesigner, but when I open it in the QtCreator the QwtWidgets are not there.
Thanks for any help.
-
Re: QWT Widgets
how to blinking text on lineedit
-
Re: QWT Widgets
A plugin always needs to be compatible with the application loading it. As the the creator is usually built from a different version of Qt, you might need to build and install Qwt twice ( see http://qwt.sourceforge.net/qwtinstall.html#USEPLUGIN ). If one of your Qwt installations is intended to be for the creator only I recommend to use the QwtDesignerSelfContained option to avoid any further dependencies.
If you are on Windows and you are running a creator that has been built from Qt 4 the Qwt designer plugin you find on sourceforge might help.
Uwe