Adding Qwt widgets to designer
-
The UI designer that comes with Qt Creator doesn't have all the widgets I need for my application, but I've read that Qwt does have the widgets I need that UI Designer doesn't provide.
- Where do I go to download all the Qwt content?
- Can I get the Qwt widgets to display in the UI Designer or do I have to put them on the form using C++ code?
-
-
"this":http://qwt.sourceforge.net/ is the website you need.
-
both ways are possible. "This topic":http://developer.qt.nokia.com/forums/viewthread/7597/P15 might help you.
By the way other interesting topics on devnet can be found using the qwt tag on the right of this site.
-