Qt Documentation in more general format like pdf, chm, or epub.
-
Today we have html, DITA and .qch output of the documentation - http://developer.qt.nokia.com/doc/qt-4.8/qthelp-framework.html. Had a quick chat with the doc guys and there is no new doc format coming from them. However DITA should be useful for conversion between formats - http://en.wikipedia.org/wiki/Darwin_Information_Typing_Architecture
The OpenDITA toolkit outputs to several formats - http://en.wikipedia.org/wiki/DITA_Open_Toolkit
bq. PDF, through XSL-FO
XHTML
Microsoft Compiled HTML Help
Eclipse Help
JavaHelp
Oracle Help
Rich Text FormatNote: Doc guys did say that the Qt 5 DITA will be much better for this kind of use than 4.8 is currently.
peppe mentioned on IRC that "docbook-xsl contain some XSLT stuff for converting DITA's XML to html/chm?"
-
Good to see several reaponses. I thought Qt document itself is not only reference but also guide/tutorial/learning material. In other words it could be treated like book as well as ditionary. Actually there is no nice book on QML except Qt document. Thats what I meant in my original post. A few weeks ago, I saw nice troll team provide good QML introduction in several formats that i mentioned(epub, pdf ...). I downloaded it in epub format, and I can read it iBooks app while commutation between home and office. Qt document itself can be used like this way.
Until nice and feasible conversion method is found, I only can have chm format of Qt document built by myself( not indexed well though ). with tha, at least i can read it on the way whenever i have time to do this.