QSound class from Qt 5.0.0 is not in QtGui but in QtMultimedia
Dynamic Python binding for Qt Applications
Brought to you by:
florianlink,
marcusbarann
File "generated_cpp_54\com_trolltech_qt_gui\com_trolltech_qt_gui7.h" (and related com_trolltech_qt_gui_init.cpp and com_trolltech_qt_gui7.cpp) contains QSound class. From Qt 5.0.0 that class has been moved from module (and library) QtGui to QtMultimedia. So, I think "generated" files should be modified accordingly.
Regards,
Gianni
I wanted to keep the wrappers compatible to qt4, since we have a lot of scripts that are based on Qt4.
That's why I did not add a QtWidgets and QtWebKitWidgets module as well.
But maybe it is time to stop thinking about Qt4...