Re: [Qt-qml] Audio - Qt.multimedia

2010-06-20 Thread warwick.allison
QDeclarativeEngine::importPlugin Qt.multimedia from C:/Qt/qtcreator-1.3.83/bin/Qt/multimedia/multimedia.dll This is the real problem: multimedia.dll is being found in you Qt Creator bin directory. Sorry, no idea why. So really, neither should work, and the Qt Creator guys should fix this

Re: [Qt-qml] painting

2010-06-20 Thread warwick.allison
drawing functions can be very handy for prototyping. At the moment, you'd be required to dip back to C++ to do these things. Or PhotoShop. Could something like this eventually become part of Qt's standard Qml plugins? No, it's evil, and must be stopped at all costs. But seriously, why