Talk:Development/Tutorials/Services/Plugins: Difference between revisions
No edit summary |
No edit summary |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 4: | Line 4: | ||
:I've [http://dhaumann.blogspot.com/2009/02/creating-plugin-system.html blogged] about it, maybe someone will fix it. --[[User:Dhaumann|Dhaumann]] | :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]] | 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
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