An open API service indexing awesome lists of open source software.

https://github.com/ola-jed/qwebbrowser

A simple web browser written in C++ with Qt
https://github.com/ola-jed/qwebbrowser

cmake qt-framework webbrowser

Last synced: 3 months ago
JSON representation

A simple web browser written in C++ with Qt

Awesome Lists containing this project

README

          

# QWebBrowser [![CodeFactor](https://www.codefactor.io/repository/github/ola-jed/qwebbrowser/badge)](https://www.codefactor.io/repository/github/ola-jed/qwebbrowser)

QWebBrowser is a simple web browser written in c++ with qt
## How to build ?

You need to have [qt](https://www.qt.io/download-qt-installer) installed to build the app. (Don't forget to add qmake to the path)

```bash
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](https://user-images.githubusercontent.com/66482155/124889598-295b3680-dfcf-11eb-90e5-8919f590bcd9.png)