Cross-platform software libraries and APIs
Qt Creator IDE and productivity tools
UI Design tool for UI composition
for Qt projects
Digital advertising for UI apps
Usage intelligence for embedded devices
GUI test automation
Code coverage analysis
Test results management and analysis
Software static code analysis
Software architecture verification
The latest version of Qt.
Make the most of Qt tools, with options for commercial licensing, subscriptions, or open-source.
Explore Qt features, the Framework essentials, modules, tools & add-ons.
The project offers PySide6 - the official Python bindings that enhance Python applications.
Qt empowers productivity across the entire product development lifecycle, from UI design and software development to quality assurance and deployment. Find the solution that best suits your needs.
Insight into the evolution and importance of user-centric trends and strategies.
Learn how to shorten development times, improve user experience, and deploy anywhere.
Tips on efficient development, software architecture, and boosting team happiness.
Get the latest resources, check out upcoming events, and see who’s innovating with Qt.
Stay informed about our live events and webinars, whether they're online, in person, or face-to-face.
Deep dive into the details, tech specs, and everything else you wish to know about Qt tools.
A wealth of Qt knowledge at your fingertips—discover your ideal learning resource or engage with the community.
Whether you're a beginner or a seasoned Qt pro, we have all the help and support you need to succeed.
June 25, 2013 by Zeno Albisser | Comments
Chromium is the open source project that powers the Chrome browser. It is not only an HTML renderer, but it also comes with a complete implementation of the web platform - from the network stack up to the multimedia framework.
Just like Qt, it is available on multiple desktop and mobile platforms. So what if Qt developers want to make use of it in the universe of Qt?
Well, for the past few weeks we have actually been busy experimenting with exactly that.
Today we would like to present the prototype of our work, that demonstrates the integration of Chromium into QtQuick2 and Widgets.
Cross platform support was not the main focus for this prototype though. Instead we tried to keep our changes to Chromium to a minimum.
This is why we are using gyp and ninja as a build system for this project - nicely wrapped in a qmake project.
Just try it out for yourself, and send us feedback. To build and run the examples simply follow the instructions below.
However, keep in mind that this is currently only a prototype for the sake of experimenting. There is no stable API and no promise of future support.
To be able to build and run the prototype you must have a recent build of Qt5 (v5.1.0-rc1).
Installing the build dependencies on Ubuntu:
sudo apt-get build-dep chromium-browser
Install the Chromium depot_tools and fetch the Chromium sources (this might take a while):
git clone https://chromium.googlesource.com/chromium/tools/depot_tools.git
export PATH=$PWD/depot_tools:$PATH
fetch chromium --nosvn=True
export CHROMIUM_SRC_DIR=$PWD/src
Clone the QtWebEngine repository and apply our Chromium patches:
git clone git://gitorious.org/qt-labs/qtwebengine.git
./qtwebengine/patches/patch-chromium.sh
Build QtWebEngine:
cd qtwebengine && qmake && make
The QtWebEngine repository contains two example applications. One of them uses QtQuick2 and the other one uses Widgets. The examples are very simplistic web browsers using a Chromium based webview.
Both implementations can be found in the examples subdirectory and can be executed from the command line.
Chromium is a trademark of Google Inc.
Download the latest release here: www.qt.io/download.
Qt 6.6. is a feature release with focus on improving UX capabilities including responsive UI technology and the Qt Graph module.
Check out all our open positions here and follow us on Instagram to see what it's like to be #QtPeople.
Jun 1, 2023
A recent buffer overflow issue in Qt Network has been reported and has..
May 23, 2023
Qt Network incorrectly parses the strict-transport-security (HSTS) header,..
Sep 29, 2022
The Qt Quick Dialogs module has undergone a lot of changes in the last two..
Qt Group includes The Qt Company Oy and its global subsidiaries and affiliates.