PyQt 使用系统响铃

有的时候,我们希望自己的操作带上系统的响铃。
可以这样操作:
            QtGui.qApp.beep()


以下是beep的说明

void QApplication::beep () [static]

Sounds the bell, using the default volume and sound. The function is not available in Qt for Embedded Linux.

你可能感兴趣的:(PyQt 使用系统响铃)