plasma-framework/examples/applets/config/contents/config
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
..
config.qml test applet for config uis 2013-09-11 17:39:09 +02:00
main.xml very crude support for a string default in choices 2013-09-11 18:52:05 +02:00