开发者

QtWebkit support for CSS and Javascript

开发者 https://www.devze.com 2023-03-20 05:26 出处:网络
We are p开发者_开发技巧lanning to use Qtwebkit for Help viewer in our application, we need to support HTML 4.0, CSS and Javascript at the least. Just wondering if its a good option to use. Is it like

We are p开发者_开发技巧lanning to use Qtwebkit for Help viewer in our application, we need to support HTML 4.0, CSS and Javascript at the least. Just wondering if its a good option to use. Is it like a browser when we refer to Qt Webtool kit?


From the documentation:

QtWebKit provides facilities for rendering of HyperText Markup Language (HTML), Extensible HyperText Markup Language (XHTML) and Scalable Vector Graphics (SVG) documents, styled using Cascading Style Sheets (CSS) and scripted with JavaScript.


Qt's HTML/CSS support is more than adequate for a Help viewer. I've had some good experience with the Qt Javascript engine too. Go for it.

0

精彩评论

暂无评论...
验证码 换一张
取 消