📄 xmlexport.h
字号:
#ifndef XMLEXPORT_H#define XMLEXPORT_H#include <QString>class QObject;#include "xmlsupport.h"using namespace XmlSupport;/** This version does not perform any file i/o - just converts a QObject with properties into an XML string representation. @Deprecated - known Issues: This class is not meant to be used in conjunction with the DataObjects library.*///startclass XMLExport { public: virtual ~XMLExport() {} virtual QString objectToXml(const QObject* ptr, int indentlevel=0);};//end#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -