On Thu, 5 Sep 2002 12:24 am, Peter Osborne wrote:
> I used pygame instead
>
> pygame.mixer.init()
> sound = pygame.mixer.Sound("gotmail1.wav")
> sound.play()
Oooh. qt and pygame play nicely together. excellent :)
I wonder if there's any way to get a pygame screen into a Qt widget...
    Richard