QGumboParser:Cumbo-parser库的C ++包装器

时间:2024-05-29 05:50:29
【文件属性】:

文件名称:QGumboParser:Cumbo-parser库的C ++包装器

文件大小:12KB

文件格式:ZIP

更新时间:2024-05-29 05:50:29

C++

介绍 如果您需要在Qt应用程序中解析HTML页面,则可能是一个问题。 Qt没有HTML解析器。 您可以使用由Google开发的gumbo-parser,但它是用纯C语言编写的,并且不提供类似Qt的界面。 因此,工作起来并不那么舒适。 这个小图书馆解决了这个问题。 快速开始 使用QGumboParser的最简单方法是将其作为git子模块添加到您的项目中。 要添加库,请执行以下步骤: 创建子目录项目。 添加应用程序子项目。 例如“ Qt控制台应用程序” 打开项目文件夹并创建libs目录 运行git submodule add git@github.com:lagner/QGumboParser.git libs/QGumboParser在终端中git submodule add git@github.com:lagner/QGumboParser.git libs/QGumboParse


【文件预览】:
QGumboParser-master
----.gitignore(78B)
----QGumboParser.pro(232B)
----QGumboParser()
--------qgumbonode.h(1KB)
--------qgumboattribute.h(355B)
--------qgumbodocument.cpp(1KB)
--------QGumboParser.pro(2KB)
--------qgumbodocument.h(749B)
--------qgumbonode.cpp(8KB)
--------gumbo-parser()
--------HtmlTag.h(2KB)
--------qgumboattribute.cpp(299B)
----LICENSE(1KB)
----.gitmodules(124B)
----README.md(2KB)
----tests()
--------tests.pro(1KB)
--------tst_qgumboparsertest.cpp(8KB)
--------tst_qgumboparsertest.h(628B)

网友评论