Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rinigus/qml-module-clipboard

QML Module for interacting with Clipboard
https://github.com/rinigus/qml-module-clipboard

Last synced: 13 days ago
JSON representation

QML Module for interacting with Clipboard

Awesome Lists containing this project

README

        

# QML Clipboard Module

A simple module for interaction with clipboard from QML. Its based on
implementation by Sune Vuorela, as distributed at
https://cgit.kde.org/scratch/sune/aubergine.git/tree/app/clipboard.h

## API

### Include statement

In QML:

```
import Clipboard 1.0
```

### Properties

* `string `**`text`**: Current contents of the clipboard. By writing
into this property, the clipboard contents is changed.

### Methods

* `void `**`clear()`**: Clears the contents of the clipboard.