See also setImage(), pixmap(), mimeData(), and QImage::isNull(). If mode is QClipboard::Selection, the image is retrieved from the global mouse selection. If mode is QClipboard::Clipboard, the image is retrieved from the global clipboard.
The mode argument is used to control which part of the system clipboard is used. Returns the clipboard image, or returns a null image if the clipboard does not contain an image or if it contains an image in an unsupported image format. QImage QClipboard:: image( Mode mode = Clipboard) const See also dataChanged(), selectionChanged(), and changed(). With Qt version 4.3 or higher, clipboard changes made by other applications will only be detected when the application is activated.
This signal is emitted when the find buffer is changed. See also findBufferChanged(), selectionChanged(), and changed().
HOW TO VIEW CLIPBOARD MAC OS X MAC OS X
On Mac OS X and with Qt version 4.3 or higher, clipboard changes made by other applications will only be detected when the application is activated. This signal is emitted when the clipboard data is changed. See also QClipboard::Mode and supportsSelection(). If mode is QClipboard::FindBuffer, this function clears the search string buffer. If mode is QClipboard::Selection, this function clears the global mouse selection contents. If mode is QClipboard::Clipboard, this function clears the global clipboard contents. void QClipboard:: clear( Mode mode = Clipboard) See also dataChanged(), selectionChanged(), and findBufferChanged(). This signal is emitted when the data for the given clipboard mode is changed. Member Function Documentation void QClipboard:: changed( QClipboard::Mode mode)
HOW TO VIEW CLIPBOARD MAC OS X WINDOWS
This find clipboard can be accessed by specifying the FindBuffer mode. Mac OS X supports a separate find buffer that holds the current search string in Find operations. For instance, Nautilus expects files to be supplied with a x-special/gnome-copied-files MIME type with data beginning with the cut/copy action, a newline character, and the URL of the file.