PDA

View Full Version : How to use QWT spectrogram in QML



jg
18th May 2011, 20:50
Hello,
Does anyone have an example of using the QWT spectrogram within QML. I have a C++ class that interacts with QML if that helps.

Thanks

MarekR22
20th May 2011, 10:07
There's no straight way to do it. All visual items in qml have to inherit QDeclarativeItem.
AFAIK there is no such class in Qwt at least not yet.