Hi there,
Yes, this is a thread from 2010. Still, I cannot find any info on
using the clipboard directly from QML/JS.
I found two interesting things. First of all, a C++ solution:
http://ruedigergad.com/2011/08/06/qml-and-clipboard-interaction/
However, I do not know C++, so this is not a solut
On Sat, Feb 27, 2010 at 5:56 PM, Aaron J. Seigo wrote:
> On February 27, 2010, Nikola Milenković wrote:
> > Or it's a job for data engine?
>
> either a DataEngine or just a Service.
>
> a DataEngine would largely imply keeping the data that's on the clipboard
> in
> memory all the time; a Service
On Saturday 27 February 2010, 13:56 Aaron J. Seigo wrote:
> sounds like something that the pastebin plasmoid could also use :)
Exactly! I definitely need to find some time to work on the sharebin stuff...
Cheers,
--
Artur Duque de Souza
On February 27, 2010, Nikola Milenković wrote:
> Or it's a job for data engine?
either a DataEngine or just a Service.
a DataEngine would largely imply keeping the data that's on the clipboard in
memory all the time; a Service would allow getting the data only when needed
and discarding it imme