Re: Help: Creating a plasma 5 widget/plasmoid using QML and C++

2016-07-03 Thread Kevin Krammer
On Sunday, 2016-07-03, 15:01:22, Aditya Mehra wrote: > Iv looked into this and was using the same minimal template, The issue > still is I cant find a way to initialize the DBus adaptor without having a > main, I did follow the KDE4 DBus tutorials initially on getting the DBus to > work as KDE 5 ha

Re: Help: Creating a plasma 5 widget/plasmoid using QML and C++

2016-07-02 Thread Aditya Mehra
Iv looked into this and was using the same minimal template, The issue still is I cant find a way to initialize the DBus adaptor without having a main, I did follow the KDE4 DBus tutorials initially on getting the DBus to work as KDE 5 has no DBus documentation yet for plasmoids. Seems like a no g

Re: Help: Creating a plasma 5 widget/plasmoid using QML and C++

2016-07-02 Thread Marco Martin
On Friday 01 July 2016, Aditya Mehra wrote: > Request you to please guide me on why the main function doesn't work > in plasma5 and how can i fix it. > There is no documentation available on C++/QML plasmoid/widgets for > plasma 5 so asking for help here. > > Thanks, > Aditya look at https://quic

Re: Help: Creating a plasma 5 widget/plasmoid using QML and C++

2016-07-02 Thread Kevin Krammer
Hi Aditya, On Friday, 2016-07-01, 23:00:27, Aditya Mehra wrote: > Hi, I am currently trying to create a plasma 5 widget/plasmoid for > interaction with a python application using Dbus. I am using Qml/C++ for > building the plasmoid. I am trying to use K Develop 5 to build the widget > but am facin

Help: Creating a plasma 5 widget/plasmoid using QML and C++

2016-07-01 Thread Aditya Mehra
Hi, I am currently trying to create a plasma 5 widget/plasmoid for interaction with a python application using Dbus. I am using Qml/C++ for building the plasmoid. I am trying to use K Develop 5 to build the widget but am facing many errors in the process. The plasmoid sends and receives string val