dumpdoc 工具(ActiveQt)
dumpdoc
工具可为任何 COM 对象生成 Qt 风格的文档,并将其写入指定的文件。
使用以下命令行参数调用dumpdoc
:
选项 | 结果 |
---|---|
-o 文件 | 将输出写入文件 |
对象 | 为对象生成文档 |
-v | 打印版本信息 |
-h | 打印帮助 |
对象必须是安装在本地机器上的对象(即不支持远程对象),并且可以包括通过属性访问的子对象,即......。Outlook.Application/Session/CurrentUser
生成的文件将是采用 Qt 文档风格的 HTML 文件。
要构建该工具,必须首先构建QAxContainer 库。然后运行tools/dumpdoc
中的 make 工具。
© 2025 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.