hello,
I am currently researching what language is best suited to develop graphic intensive user interfaces with Qt, particularly between C++ and python(PyQt, PySide). The applications will be for Audio/Image processing GUIs, so for example I need to be able to display waveforms and spectrograms at the least. IN a waveform display I would like to be able to zoom-in and zoom-out in width, height, etc. .In a spectrogram for example be able to change resolutions and everything to the finest detail possible, and of course having a responsive fluid interface.

Does anyone have a suggestion to what language I should pursue for this kind of development? What are the advantages of one or the other.. Also if anyone can point me in the right direction to where I can know about this would be really appreciated.

Thanks.