Re: QActions in QML

2012-11-24 Thread Dmitry A. Ashkadov
Hello, friend! Thank you for your explanations! But I don't really need trigger actions, I need create KAction and get notifications when it's triggered. So, if I undrstand right, I can create KAction only from C++ and then use onTriggered: {} - Исходное сообщение - От: "Sebastian K

Property id of Plasma::Applet

2012-11-08 Thread Dmitry A. Ashkadov
Hello! I'm trying to use property id of Plasma::Applet in QML, but it isn't notifyable. Do you know can id of applet be changed in run-time? Maybe is it possible to add CONSTANT to declaration of property before KDE 4.10 is released? Thank you.