PDA

View Full Version : QSound class features problem



MarkoSan
20th December 2007, 05:47
Hi to all!

In my application I "burn" a path to a QImage into image itself using text and text keys abilities. Is this feature also planned in future versions of Qt in QSound? That would be great ...

wysota
20th December 2007, 10:34
Would you care to explain what you mean? I don't think QSound will ever change because it's a primitive class that will be superceeded by Phonon in Qt 4.4.

MarkoSan
20th December 2007, 13:06
I am asking, for instansce, if QSound will be appended with setText() method ...

jpn
20th December 2007, 13:08
I am asking, for instansce, if QSound will be appended with setText() method ...
It surely won't :)

MarkoSan
20th December 2007, 13:26
Ok, I was just wondering ...

wysota
20th December 2007, 13:38
I am asking, for instansce, if QSound will be appended with setText() method ...

Hmm... where would you want to show that text? If you mean it as a hint for deaf people, you have to use the accessibility infrastructure.

MarkoSan
20th December 2007, 13:50
I wanted to embedded the path to the sound file in sound file, just like I did it with QImage and therefore I was wondering if is that possible with QSound. Obviously, it is not.

wysota
20th December 2007, 15:05
QSound is for playback, it has nor will have no write capabilities.

MarkoSan
20th December 2007, 15:21
Yes, I know that, but that is why I asked for possible future extensions of QSound.