On 12.12.2012, at 11:23, Jeandet alexis <[email protected]> wrote:
> Hello, > > I would like to write a Qt-creator plugin for flashing some > microcontrollers(such as CortexM family or Leon3) because I also use > Qt-creator as standalone IDE without Qt library. I've read this good > introduction > http://www.vcreatelogic.com/downloads/files/Writing-Qt-Creator-Plugins.pdf That document is severely outdated, and in several ways not correct. Please better read http://doc.qt.digia.com/qtcreator-extending/index.html (especially http://doc.qt.digia.com/qtcreator-extending/creating-plugins.html) and for some of the core classes the description is still placed inside API doc (like for http://doc.qt.digia.com/qtcreator-extending/core-actionmanager.html), and, yes, unfortunately many things are not documented at all. Br, Eike > and I'm able to run a simple plugin. > But in my case I would like to access pro/pri files from my plugin, I've > looked inside Qt-creator source and specially inside Qt4ProjectManager > plugin, I've found some informations in Qt4ProFileNode class and > Qt4Project::update*Model. > As I understand there is no simple way to query any projectFile variable > from my plugin? Did I miss something? > > > Best regards, > Alexis. > _______________________________________________ > Qt-creator mailing list > [email protected] > http://lists.qt-project.org/mailman/listinfo/qt-creator -- Eike Ziller, Senior Software Engineer - Digia, Qt Digia Germany GmbH, Rudower Chaussee 13, D-12489 Berlin Geschäftsführer: Mika Pälsi, Juha Varelius, Anja Wasenius Sitz der Gesellschaft: Berlin, Registergericht: Amtsgericht Charlottenburg, HRB 144331 B _______________________________________________ Qt-creator mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/qt-creator
