Commit Graph

3 Commits

Author SHA1 Message Date
Sebastian Kügler
462407eba7 Fix notes example, svg loading was wrong 2014-02-07 03:32:20 +01:00
Marco Martin
308f59bc68 port to new api 2014-02-04 17:29:28 +01:00
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