• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

src/H03-May-2022-60,10453,914

tests/manual/browser/H03-Nov-2021-172124

.clang-formatH A D03-Nov-20213.5 KiB118117

.gitmodulesH A D03-Nov-2021114 43

.tagH A D03-Nov-202141 21

LICENSE.GPL3-EXCEPTH A D03-Nov-202135.5 KiB705574

README.mdH A D03-Nov-2021405 1510

README.md

1qlitehtml
2=========
3
4A lightweight HTML viewer for Qt.
5
6This project provides
7
8* A QPainter based rendering backend for the lightweight HTML/CSS rendering
9  engine [litehtml].
10* A QWidget that uses the QPainter based backend and provides API for simply
11  setting the HTML text and a base URL plus hook that are used for requesting
12  referenced resources.
13
14[litehtml]: https://github.com/litehtml/litehtml
15