Qt Components Hildon  0.20
QML components for Maemo5 with Hildon styling.
 All Classes Functions Properties Groups Pages
Signals | Properties | List of all members
clipboard Class Reference

A global context property providing access to the system clipboard. More...

Signals

void dataChanged ()
 This signal is emitted when the data of the clipboard changes.

Properties

bool hasPixmap
 Whether a pixmap is available.
bool hasText
 Whether text is available.
variant pixmap
 The pixmap copied to the clipboard, if any.
string text
 The text copied to the clipboard, if any.

Detailed Description

A global context property providing access to the system clipboard.

Note
clipboard is a context property and cannot be created in QML.

Property Documentation

bool clipboard::hasPixmap
read

Whether a pixmap is available.

See Also
dataChanged()
bool clipboard::hasText
read

Whether text is available.

See Also
dataChanged()
variant clipboard::pixmap
readwrite

The pixmap copied to the clipboard, if any.

See Also
dataChanged()
string clipboard::text
readwrite

The text copied to the clipboard, if any.

See Also
dataChanged()