Full-featured Chromium based open-source web browser with QML pages support.
-
wrote on 6 Apr 2023, 18:32 last edited by
I am pleased to present the first version of the Chromium based internet web browser with QML page support.
It provides all QML features on the web, including QtQuick, QtQuick3D and Qt3D.https://github.com/Toorion/qml-browser
Browser is open-source under GPL 3.0 license.Not all QML features have been tested yet, but basically browser works as intended.
The project is planned to actively develop further.
Any contributions, any participation is welcome. -
wrote on 25 May 2023, 15:44 last edited by
Version 0.1.2 was released.
There is Feature Demo (Based on QT demo gallery)
https://github.com/Toorion/qml-browser-demo -
Version 0.1.2 was released.
There is Feature Demo (Based on QT demo gallery)
https://github.com/Toorion/qml-browser-demo -
-
-
wrote on 3 Sept 2023, 13:33 last edited by
Documentation of QMLBrowser released!
https://github.com/Toorion/qml-browser/wikiThere you can found:
- How to QuickStart making QML page for browser
- JS API references
- QML Styling Guide
-
Documentation of QMLBrowser released!
https://github.com/Toorion/qml-browser/wikiThere you can found:
- How to QuickStart making QML page for browser
- JS API references
- QML Styling Guide
wrote on 20 Sept 2023, 17:52 last edited byVersion 0.1.3 was released.
Changes:
LocalStorage separate per host
Cache separated per host
Quick Control styles choice in settings
Upgrade to Qt 6.2 -
wrote on 28 Jan 2024, 15:42 last edited by
Version 0.1.5 was released.
Changes:
- New major feature: SDAPPS Support
- QML page autoresizing
- Loading progressbar
- Bug fixes & improvements
This release provide quite new feature - SDAPPS (Serverless DAPP), which allow users communicate with Web 3.0 without centralized server! You can install Serverless Decentralized Application (SDAPPS) directly from git source and ther run it locally.
-
wrote on 6 Jan 2025, 22:13 last edited by
Version 0.1.6 released.
🚀 New Feature
Bookmark with page content search!
ImprovementMoved to QQuickWidget instead of QQuickView
Fix bug: QML loader cache
Updated to QT 6.8.1
Browser Icon updated