plugin

Feel free to ask any question here
Post Reply
svfilhol
Posts: 10
Joined: Mon Apr 29, 2013 5:29 pm

plugin

Post 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
daniel
Site Admin
Posts: 7382
Joined: Wed Oct 13, 2010 7:34 am
Location: Grenoble, France
Contact:

Re: plugin

Post 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.
Daniel, CloudCompare admin
Post Reply