Talk:Development/Tutorials/Services/Plugins: Difference between revisions
No edit summary |
No edit summary |
||
(One intermediate revision by one other user not shown) | |||
Line 6: | Line 6: | ||
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]] | 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