Hi

> I want to write a plugin. I lookup everywhere. Didn't find any clue.
>

What kind of plugin would you like to write for kopete?


> So still I dont know how to write it.
> Do I have to write it in C or C++?


You need to write it in Qt. To write a plugin for kopete, you need a class
that derives from Kopete::Plugin. In order to understand how to write a
plugin I suggest you take a look at code of some existing plugins of kopete.
There are many. Simplest code I can think of is the code of contactnotes
plugin. Also take a look at others to understand better. You will see that
you need to derive a class from kopete::plugin and then it depends on what
kind of plugin you would like to have.


> Is it possible to use perl/python for plugin?
> Where can I find the manual?
>

I am not sure about perl or python. Lets wait for somebody else to answer
for that.
 And i dont think there is as such manual. If you have problems you can
always mail us.


-- 
Greetings,
KDE Developer
irc nick - roide
roideuniverse.blogspot.com
_______________________________________________
kopete-devel mailing list
kopete-devel@kde.org
https://mail.kde.org/mailman/listinfo/kopete-devel

Reply via email to