Posted on 2011-04-29 22:53
RTY 阅读(442)
评论(0) 编辑 收藏 引用 所属分类:
Qt 、
Python
有的时候,我们希望自己的操作带上系统的响铃。
可以这样操作:
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.