StupidBeauty
Read times:1124Posted at:Wed Nov 16 22:35:43 2011

转载:Qt学习之路(55): 剪贴板操作

向剪贴板中写入字符串:QClipBoard::setText(QString)。

http://doc.chinaunix.net/CPP/201005/578548.shtml

亮点:

 QClipboard *board = QApplication::clipboard();  
    board->setText("Text from Qt Application");  

转载:Qt学习之路(55): 剪贴板操作

向剪贴板中写入字符串:QClipBoard::setText(QString)。

http://doc.chinaunix.net/CPP/201005/578548.shtml

亮点:

 QClipboard *board = QApplication::clipboard();  
    board->setText("Text from Qt Application");  

Your opinions
Your name:Email:Website url:Opinion content:
- no title specified

HxLauncher: Launch Android applications by voice commands