You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
Socket
Sign inDemoInstall
Socket

github.com/rinigus/qml-module-clipboard

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/rinigus/qml-module-clipboard

v0.0.0-20200926085051-d415441b5885
Source
Go
Version published
Created
Source

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.

FAQs

Package last updated on 26 Sep 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts