Skip to content

Repository files navigation

BitBrowser

A simple tabbed browser built with C++ and Qt 6 using Qt WebEngine.

Features

  • Tab support

  • Address bar

  • Back / Forward / Reload

  • Home button

  • Shortcuts:

- Ctrl+T: New tab

- Ctrl+W: Close tab

- Ctrl+L: Focus address bar

Tech

  • C++

  • Qt 6 Widgets

  • Qt WebEngine (Chromium)

Requirements (Windows)

  • Qt 6.10.1

  • Modules:

- Widgets

- WebEngineWidgets

- WebChannel

- Positioning

  • MSVC 2022 x64

  • CMake + Ninja (via Qt Tools)

Build (Windows)

Open x64 Developer Command Prompt (Visual Studio):

cd C:\Users\REPLACE\Documents\BitBrowser
rmdir /s /q build
mkdir build
"C:QtToolsCMake_64bincmake.exe" -S . -B build -G Ninja ^
-DCMAKE_PREFIX_PATH=C:\Qt6.10.1\msvc2022_64
"C:\QtToolsCMake_64\bin\cmake.exe" --build build

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages