Ola-jed / QWebBrowser

A simple web browser written in C++ with Qt

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A simple web browser written in C++ with Qt

License:GNU General Public License v3.0


Languages

Language:C++ 95.1%Language:CMake 4.9%