There is QApplication::beep(). There is also an implementation of beep() in the curses library but linking against curses only so that you can make a beep seems not the best idea. You may use Phonon or QSound but you have to have your sound sample prepared beforehand. In Windows you can use the native call.
Bookmarks