/QWebBrowser

A simple web browser written in C++ with Qt

Primary LanguageC++GNU General Public License v3.0GPL-3.0

QWebBrowser CodeFactor

QWebBrowser is a simple web browser written in c++ with qt

How to build ?

You need to have qt installed to build the app. (Don't forget to add qmake to the path)

git clone https://github.com/Ola-jed/QWebBrowser.git
cd QWebBrowser
cmake .
make
./QWebBrowser # You can pass the urls you want to open

Just import the project if you use an ide.

Screenshot

Screenshot_20210708_092947