Qt beep - Linux

Table of Contents



Qt(for embedded linux)如何使裝置(Openmoko)發出"嗶"的聲音

是QApplication::beep();嗎?

如果是的話 應該要怎麼用?


--

All Comments

Robert avatarRobert2010-06-14
(我猜的) 在你想要的地方 include <QApplication> 然後
Isabella avatarIsabella2010-06-14
qApp->beep();
Lydia avatarLydia2010-06-16
(qApp 是個全域變數)