Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/rinigus/qml-module-clipboard
- Owner: rinigus
- License: mit
- Created: 2019-09-11T16:53:45.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-09-26T08:51:57.000Z (over 4 years ago)
- Last Synced: 2024-10-30T01:43:06.918Z (2 months ago)
- Language: C++
- Size: 3.91 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.