Marco Martin b14c23bed0 new way for sending data
plasmoid has an externalData signal, and will be used like
Connections {
        target: plasmoid
        onExternalData: {
            if (mimetype === "text/plain") {
                noteText.text = data
            }
        }
    }

a notes example applet describes its use
2013-09-20 12:59:35 +02:00
2013-09-20 12:59:35 +02:00
2013-09-20 12:59:35 +02:00
2013-09-18 18:09:33 +02:00
2013-08-16 21:58:50 +01:00
2013-09-11 11:15:29 +02:00
2013-06-13 16:01:06 +02:00

See also: http://community.kde.org/Plasma#Plasma_Workspaces_2
Description
No description provided
Readme 40 MiB
Languages
C++ 63.9%
QML 29.4%
CMake 3.3%
Shell 1.3%
Python 1%
Other 1%