PDA

View Full Version : How to write plugins for Qt Creator



Wong
14th December 2010, 05:17
My english is poor, soory.
Although Qt creator is very powerful, it still put some inconvenience.
So I want write a plugins like Visual Assist X or SlickEdit, can automatically add class statement and show some message.

Now, have datums and suggestion recommend ?

tbscope
14th December 2010, 05:24
The source code on git contains documentation on how to write plugins for Qt Creator.
However, some of the code in that documentation is outdated and already changed in the latest Qt Creator, but it is a good starting point.

Also, check out existing plugins to see how they are made.
http://developer.qt.nokia.com/wiki/Qt_Creator_Plug-in_Gallery

Wong
15th December 2010, 03:37
Thank you very much.
:DThat is I want to know

tbscope
15th December 2010, 05:45
If you have specific questions, you can always ask them here.