A simple tabbed browser built with C++ and Qt 6 using Qt WebEngine.
Tab support
Address bar
Back / Forward / Reload
Home button
Shortcuts:
- Ctrl+T: New tab
- Ctrl+W: Close tab
- Ctrl+L: Focus address bar
C++
Qt 6 Widgets
Qt WebEngine (Chromium)
Qt 6.10.1
Modules:
- Widgets
- WebEngineWidgets
- WebChannel
- Positioning
MSVC 2022 x64
CMake + Ninja (via Qt Tools)
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