PDA

View Full Version : Phonon's aboutTofinish() signal



andrem82
17th September 2012, 22:46
Hi,

Using PyQT and Phonon for audio playback. Having problems with Phonon media object's aboutTofinish() signal when using a slider (seekslider for example) to scroll forward or backward in the audio file. Seems that when the aboutTofinish() signal is triggered the slider completely freezes and it's very hard to move either forward or backward.
I have not connected aboutTofinish() to any slot but it seems there is some default notification built in Phonon when this signal is emitted. Have anyone experienced this before, and is there a way to maybe turn off the aboutTofinish() signal?