Hello, There have been some changes in documentation format and build process between Qt and Qt Creator versions. You are using the correct command, so you might be using the wrong Qt version. To build documentation for Qt Creator 2.1, you have to use qdoc3.exe from Qt 4.6.x. For the online formatting, execute the following command from <QtCreator extracted folder>/doc/api:
qdoc3 -online qtcreator-api.qdocconf If the styles still don't look right, try copying the contents of doc\templates folder to the documentation output folder. Sometimes qdoc3 does not do that automatically. To build documentation for Qt Creator 2.2, use qdoc3.exe from Qt 4.7.1. For the help formatting, use the following command from <QtCreator extracted folder>/doc/api: qdoc3 qtcreator-api.qdocconf There is no configuration file available for using the online formatting for the Qt Creator 2.2 API docs. To build documentation for the sources from qtcreator master branch, you can now use the new build commands (pushed today). To build all Qt Creator docs in the online format, enter the following build commands with options from <QtCreator extracted folder>/doc/: · nmake on Windows · make on Linux You have the following options: · docs_online - build Qt Creator Manual and Extending Qt Creator Manual in online format. Do not generate a help file · docs - build Qt Creator Manual and Extending Qt Creator Manual in help format and generate help files (.qch) · html_docs - build Qt Creator Manual in help format, but do not generate a help file · dev_html_docs - build Extending Qt Creator Manual in help format, but do not generate a help file · html_docs_online - build Qt Creator Manual in online format. Do not generate a help file · dev_html_docs_online - build Extending Qt Creator Manual in online format. Do not generate a help file · qch_docs - build Qt Creator Manual in help format and generate help file (.qch) · dev_qch_docs - build Extending Qt Creator Manual in help format and generate help file (.qch) Hope this helps, Leena From: [email protected] [mailto:[email protected]] On Behalf Of ext éraj Sent: Wednesday, June 01, 2011 12:17 PM To: [email protected] Subject: Re: [Qt-creator] QtCreator´s Plugin Architecture Thanx ritta-leena, Well I tried extracting the documentation from the QtCreator 2.1.0 source package but it failed to extract properly. I ran qdoc3 qtcreator-api.qdocconf inside <QtCreator extracted folder>/doc/api. It generated a set of html pages but the pages were not complete and the formatting was bad. Instead of getting the properly formatted version that I see online, I get plain html text which is hard to read and missing alignment. Can someone please direct me as to how I could generate the documentation that I see online ? thanx, eraj. On Wed, Jun 1, 2011 at 1:23 PM, <[email protected]<mailto:[email protected]>> wrote: Hello, Yes, the API reference (http://doc.qt.nokia.com/qtcreator-extending/qtcreator-api.html) part of the Manual is generated from the code comments. Leena From: qt-creator-bounces+riitta-leena.miettinen=nokia.com<http://nokia.com>@qt.nokia.com<http://qt.nokia.com> [mailto:qt-creator-bounces+riitta-leena.miettinen<mailto:qt-creator-bounces%2Briitta-leena.miettinen>=nokia.com<http://nokia.com>@qt.nokia.com<http://qt.nokia.com>] On Behalf Of ext éraj Sent: Wednesday, June 01, 2011 5:47 AM To: [email protected]<mailto:[email protected]> Subject: Re: [Qt-creator] QtCreator´s Plugin Architecture Thanks. Isn't this the code comments from the source package ? I've been looking for this. On Tue, May 31, 2011 at 2:48 PM, <[email protected]<mailto:[email protected]>> 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<http://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 We do plan to add sections on creating plugins and text editors. We welcome all ideas on what kind of information would be useful to you. Leena From: qt-creator-bounces+riitta-leena.miettinen=nokia.com<http://nokia.com>@qt.nokia.com<http://qt.nokia.com> [mailto:qt-creator-bounces+riitta-leena.miettinen<mailto:qt-creator-bounces%2Briitta-leena.miettinen>=nokia.com<http://nokia.com>@qt.nokia.com<http://qt.nokia.com>] On Behalf Of ext éraj Sent: Tuesday, May 31, 2011 6:21 AM To: [email protected]<mailto:[email protected]> Subject: Re: [Qt-creator] QtCreator´s Plugin Architecture Hey Marcos, A few months back I had the same urge to understand the way Qt Creator was coded. I asked here for the same but sadly got to know that there's no such official document to help a newcomer understand the architecture of Qt Creator. But however I did stumble upon the Architecture document that was given to u before which was somewhat helpful. But apart from that, from what I got to know, its all trial and error in trying to understnad this. I guess you could after reading through that document and toiling with the code for awhile. I wanted to extract the way the editor was written here in Qt Creator, but I haven't yet completely understood it. It is much appreciated if this group would prepare a doc as such, but that said it aint too diffcuilt if you take the other alternative, which is to understand it yourself. On Tue, May 31, 2011 at 9:12 AM, Marcos Ortiz <[email protected]<mailto:[email protected]>> wrote: El 5/30/2011 9:24 PM, Etienne Savard escribió: Hi, I never developed Qt Creator plugins myself but I'm interested to do so in a near future. I found is this tutorial a while ago : Writing Qt Creator Plugins<http://www.vcreatelogic.com/downloads/?file=Writing-Qt-Creator-Plugins&type=pdf> You can also have a look at the source code of the various Qt Creator Plugins at Gitorius : https://gitorious.org/search?q=qt+creator+plugins Good luck. Etienne. On Mon, May 30, 2011 at 5:03 PM, Marcos Ortiz <[email protected]<mailto:[email protected]>> wrote: Regards to all QtCreator´s users and developers. I´m a big fan ot Qt and we are planning to design and develop a completed application for management and development of PostgreSQL databases using C++ and Qt, and we think that the Plugin Architecture of QtCreator is the right solution for us. Can you provide some advices, suggestions about this? Where I can find more information about the Plugin Architecture of QtCreator? Thanks a lot for your time -- Marcos Luis Ortiz Valmaseda Software Engineer (Distributed Systems) http://uncubanitolinuxero.blogspot.com _______________________________________________ Qt-creator mailing list [email protected]<mailto:[email protected]> http://lists.qt.nokia.com/mailman/listinfo/qt-creator _______________________________________________ Qt-creator mailing list [email protected]<mailto:[email protected]> http://lists.qt.nokia.com/mailman/listinfo/qt-creator Thanks a lot, I will review this information. Regards One last question Can anyone help to the QtCreator's development? -- Marcos Luís Ortíz Valmaseda Software Engineer (Large-Scaled Distributed Systems) University of Information Sciences, La Habana, Cuba Linux User # 418229 http://about.me/marcosortiz _______________________________________________ Qt-creator mailing list [email protected]<mailto:[email protected]> http://lists.qt.nokia.com/mailman/listinfo/qt-creator -- e's Mail - another one bites da dust !! _______________________________________________ Qt-creator mailing list [email protected]<mailto:[email protected]> http://lists.qt.nokia.com/mailman/listinfo/qt-creator -- e's Mail - another one bites da dust !! _______________________________________________ Qt-creator mailing list [email protected]<mailto:[email protected]> http://lists.qt.nokia.com/mailman/listinfo/qt-creator -- e's Mail - another one bites da dust !!
_______________________________________________ Qt-creator mailing list [email protected] http://lists.qt.nokia.com/mailman/listinfo/qt-creator
