qt-1.1.6.1: Qt bindings

Safe HaskellNone
LanguageHaskell98

Qtc.Gui.QSound

Description

Documentation

class QqSound x1 where Source

Methods

qSound :: x1 -> IO (QSound ()) Source

Instances

loops :: QSound a -> () -> IO Int Source

play :: QSound a -> () -> IO () Source

setLoops :: QSound a -> Int -> IO () Source