Поиск по: -
Поискать по всем серверам
На этой странице приведены все страницы, которые ссылаются на http://rtm-cs.sinp.msu.ru/manual/qt/qclipboard-h.html. Показаны документы 1 - 1 из 1.
1. Qt Toolkit - QClipboard Class
The QClipboard class provides access to the window system clipboard. ... void* data ( const char * format ) const . void setData ( const char * format, void * ) . const char* text () const . ... Example: QClipboard *cb = QApplication::clipboard(); const char *text; // Copy text from the clipboard (paste) text = cb-> text (); if ( text ) debug ( "The clipboard contains: %s", text ); // Copy text into the clipboard cb-> setText ( "This text can be pasted by other programs" ); . ...
[
Сохраненная копия
]
Ссылки http://rtm-cs.sinp.msu.ru/manual/qt/qclipboard.html -- 7.5 Кб -- 11.07.1998
Похожие документы
Похожие документы