?? structureparser.h
字號:
/*$Id: qt/examples/xml/tagreader/structureparser.h 2.3.8 edited 2004-08-05 $*/ #include <qxml.h>class QString;class StructureParser : public QXmlDefaultHandler{public: bool startDocument(); bool startElement( const QString&, const QString&, const QString& , const QXmlAttributes& ); bool endElement( const QString&, const QString&, const QString& );private: QString indent;};
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -