tagreader.doc
来自「qt专门用于嵌入式的图形开发GUI」· DOC 代码 · 共 37 行
DOC
37 行
/*$Id: qt/tagreader.doc 3.3.5 edited May 27 2003 $*/ /*! \page tagreader-example.html \ingroup xml-examples \title A tiny SAX2 parser This example presents a small \link xml.html#sax2 SAX2 \endlink reader that outputs the names of all elements in an XML document on the command line. The element names are indented corresponding to their nesting This example is thoroughly explained in a \link xml-sax-walkthrough.html walkthrough. \endlink <hr> Header file: \include xml/tagreader/structureparser.h <hr> Implementation: \include xml/tagreader/structureparser.cpp <hr> Main: \include xml/tagreader/tagreader.cpp*/
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?