Page 1 of 1

plugin

Posted: Fri May 03, 2013 8:58 pm
by svfilhol
Well now I am getting my hand used to this great software!

Do you have some guidelines or tutorial on how to create a plugin for CC?
I am not a Cprogramer, but have experience in R and Matlab and willing to have a try to process some of my work.
Thanks
Simon

Re: plugin

Posted: Sun May 05, 2013 7:17 pm
by daniel
Well, the best solution is to look at the other plugins. Either start with the qDummyPlugin (you'll find it in the qCC/plugins folder) which you just have duplicate and then replace a few strings by your plugin name then add your code in the appropriate methods. Otherwise, and you should look at other plugins (especially one that has a close workflow as what you intend to do). Anyway, you'll need a good knowledge of Qt as the whole plugin mechanism is based on it.

And don't hesitate to send me questions by email.