Tagged Questions

5
votes
5answers
887 views

What is the smallest embedded browser I can use in C++?

I need to build my application GUI using HTML/CSS/JavaScript with a C++ backend all cross platform. I made simple tests with QtWebKit, XULRunner and Mozilla. Well from the simple testes I notice ...