A complete Qt 5 qt.index file can be found at http://doc.qt.nokia.com/5.0-snapshot/qt.index
It's an XML file, so your browser will open is as such, but it is 15M, so use something like CURL/wget Casper On 3/4/12 8:19 AM, "ext Denis Shienkov" <[email protected]> wrote: >Hi Debao. > >Thank you. > >Best regards, >Denis > >04.03.2012, 01:31, "1+1=2" <[email protected]>: >> Hi Denis, >> >> you need to specify the qt.index file in your .qdocconf file. Such as >> >> indexes = $QTDIR/doc/html/qt.index >> >> More infofmation can be found here: >> http://doc.qt.nokia.com/qdoc/25-qdoc-configuration-derivedprojects.html >> >> Debao >> >> On Sat, Mar 3, 2012 at 10:59 AM, Denis Shienkov <[email protected]> >>wrote: >> >>> Hi all. >>> >>> I prepared the first to review QtSerialPort addon, which relates to >>>the configuration documentation, and spelling in English. >>> >>> The project itself is here: >>> >>> $ git clone >>>ssh://codereview.qt-project.org:29418/playground/qtserialport.git >>> >>> The review itself is here: >>> >>> http://codereview.qt-project.org/#change,18687 >>> >>> The structure of the documentation is not complete and not yet >>>stabilized. >>> I still just need to prepare a sample form and pattern of this >>>documentation. >>> >>> I am also interested in the question: How to correct make qdocconf, >>>that a QDoc correctly picks up the description of a virtual (or >>>overloaded) methods of Qt? >>> >>> For example, the SerialPort class inherits from QIODevice. I'm doing >>>for the SerialPort re-implement some virtual methods from QIODevice. >>> And I need to make, that these methods from QIODevice (as well as >>>himself QIODevice, it signals, etc.), linked to the documentation for >>>the QtSerialPort. >>> >>> Help me please someone if you have free time in this matter. >>> >>> Best regards, >>> Denis >>> _______________________________________________ >>> Development mailing list >>> [email protected] >>> http://lists.qt-project.org/mailman/listinfo/development >_______________________________________________ >Development mailing list >[email protected] >http://lists.qt-project.org/mailman/listinfo/development _______________________________________________ Development mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/development
