YES! I now have qwt widgets available in designer, but not in creator for some reason... I'm guessing I can still edit UIs in designer, but I'd really like to get them in creator...
EDIT:Ok, I seem to be doing fine with designer, so I guess I'll just design my UIs there for now until I can get it added to creator. I think I just need to work out where to place the .dll files.
For future reference I've included all my steps to get it installed:
Unzip Qwt to "C:\Qt\qwt-6.0.0"
Edit qwtconfig.pri: uncomment QwtExamples, set win32 install prefix to C:/Qt/qwt-$$QWT_VERSION
Open Qt command line and use the commands:
qmake qwt.pro
mingw32-make
mingw32-make install
qmake -set QMAKEFEATURES "C:/Qt/qwt-6.0.0"
Include plugin in Designer:
copy [QWT DIRECTORY]\lib\qwt.dll to "C:\Qt\2010.05\qt\bin"
copy [QWT DIRECTORY]\plugins\designer\qwt_designer_plugin.dll to "C:\Qt\2010.05\qt\plugins\plugins\designer"
For each project add "CONFIG += qwt" in the project .pro file
Unzip Qwt to "C:\Qt\qwt-6.0.0"
Edit qwtconfig.pri: uncomment QwtExamples, set win32 install prefix to C:/Qt/qwt-$$QWT_VERSION
Open Qt command line and use the commands:
qmake qwt.pro
mingw32-make
mingw32-make install
qmake -set QMAKEFEATURES "C:/Qt/qwt-6.0.0"
Include plugin in Designer:
copy [QWT DIRECTORY]\lib\qwt.dll to "C:\Qt\2010.05\qt\bin"
copy [QWT DIRECTORY]\plugins\designer\qwt_designer_plugin.dll to "C:\Qt\2010.05\qt\plugins\plugins\designer"
For each project add "CONFIG += qwt" in the project .pro file
To copy to clipboard, switch view to plain text mode
Though the paths will be different depending on the locations of Qt and qwt.
Many thanks for all your help Uwe and Troudhyl!
Bookmarks