Talk:Development/Tutorials/Services/Plugins: Difference between revisions

Page contents not supported in other languages.
From KDE TechBase
(New page: Can someone please complete this tutorial? I dearly need it.)
 
No edit summary
 
(7 intermediate revisions by 3 users not shown)
Line 1: Line 1:
Can someone please complete this tutorial? I dearly need it.
Can someone please complete this tutorial? I dearly need it. - Yogesh
<br />
So do I really badly :( - --[[User:ComaWhite|ComaWhite]]
:I've [http://dhaumann.blogspot.com/2009/02/creating-plugin-system.html blogged] about it, maybe someone will fix it. --[[User:Dhaumann|Dhaumann]]
Thank you :) --[[User:ComaWhite|ComaWhite]]
 
I noticed that applications have a plugin interface and they all look the same. What class is it that you use to get it? -- [[User:ComaWhite|ComaWhite]]
 
It's [http://api.kde.org/4.x-api/kdelibs-apidocs/kutils/html/classKPluginSelector.html KPluginSelector] and friends. --[[User:Dhaumann|Dhaumann]]
 
Any info on the complete example. I tried to do it myself. And all I got was a null editorInterface() and pretty much copied like in the page. --[[User:ComaWhite|ComaWhite]]

Latest revision as of 18:01, 17 April 2009

Can someone please complete this tutorial? I dearly need it. - Yogesh
So do I really badly :( - --ComaWhite

I've blogged about it, maybe someone will fix it. --Dhaumann

Thank you :) --ComaWhite

I noticed that applications have a plugin interface and they all look the same. What class is it that you use to get it? -- ComaWhite

It's KPluginSelector and friends. --Dhaumann

Any info on the complete example. I tried to do it myself. And all I got was a null editorInterface() and pretty much copied like in the page. --ComaWhite