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
- Host: GitHub
- URL: https://github.com/ola-jed/qwebbrowser
- Owner: Ola-jed
- License: gpl-3.0
- Created: 2021-01-04T08:24:00.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-08-19T16:06:22.000Z (almost 5 years ago)
- Last Synced: 2025-04-09T08:11:59.766Z (about 1 year ago)
- Topics: cmake, qt-framework, webbrowser
- Language: C++
- Homepage:
- Size: 598 KB
- Stars: 12
- Watchers: 1
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# QWebBrowser [](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
