Re: QML global plasmoid callback problem

2012-02-05 Thread uomonero
2012/2/5 uomonero : > 2012/2/5 Marco Martin : >> On Sun, Feb 5, 2012 at 3:39 PM, uomonero wrote: >>> Hi, >>> I'm new to plasmoid development. I'm trying to learn how to write a >>> QML plasmoid, but I encountered a little difficulty with the use of >>> global plasmoid object. >>> >>> This is my si

Re: QML global plasmoid callback problem

2012-02-05 Thread uomonero
2012/2/5 Marco Martin : > On Sun, Feb 5, 2012 at 3:39 PM, uomonero wrote: >> Hi, >> I'm new to plasmoid development. I'm trying to learn how to write a >> QML plasmoid, but I encountered a little difficulty with the use of >> global plasmoid object. >> >> This is my simple test code: >> >> import

Re: QML global plasmoid callback problem

2012-02-05 Thread Marco Martin
On Sun, Feb 5, 2012 at 3:39 PM, uomonero wrote: > Hi, > I'm new to plasmoid development. I'm trying to learn how to write a > QML plasmoid, but I encountered a little difficulty with the use of > global plasmoid object. > > This is my simple test code: > > import QtQuick 1.0 > import org.kde.plasm

QML global plasmoid callback problem

2012-02-05 Thread uomonero
Hi, I'm new to plasmoid development. I'm trying to learn how to write a QML plasmoid, but I encountered a little difficulty with the use of global plasmoid object. This is my simple test code: import QtQuick 1.0 import org.kde.plasma.core 0.1 as PlasmaCore import org.kde.plasma.components 0.1 as