On 05/31/2011 11:18 AM, Miettinen Riitta-Leena (Nokia-MP/Berlin) wrote:
> Hello,
>
> We've had writing a guide for Qt Creator developers on our task list for
> a long time, and are currently working on it. I am happy to hear that
> there is a demand for it. Even though the guide is still very much a
> work in progress, I published it on doc.qt.nokia.com, so that you can
> take a look at what we already have and what we plan to add:
>
> http://doc.qt.nokia.com/qtcreator-extending/index.html

If this question is about reusing the extension framework rather than 
extending Qt Creator itself, you may find the relevant documentation of 
that part of Qt Creator API helpful. See the last link on the above 
linked page, or for example:

Extension system (for example the plugin interface):

http://doc.qt.nokia.com/qtcreator-extending/extensionsystem.html
http://doc.qt.nokia.com/qtcreator-extending/extensionsystem-iplugin.html

Core (for example the action manager used to make extensible menus and 
toolbars possible):

http://doc.qt.nokia.com/qtcreator-extending/core.html
http://doc.qt.nokia.com/qtcreator-extending/core-actionmanager.html

Best regards,
Bjørn

-- 
Thorbjørn Lindeijer
Software Engineer
Nokia, Qt Development Frameworks
_______________________________________________
Qt-creator mailing list
[email protected]
http://lists.qt.nokia.com/mailman/listinfo/qt-creator

Reply via email to