Linux Kernel 6.13 Released: Here's What's New!
AMD users and old Apple device owners, this is a good release for you!
The Qt Company has officially announced their first release of a new major version, Qt 6. It marks a major milestone for Qt and a great leap towards a modern graphics stack.
Qt is a cross-platform application development framework for desktop, embedded, and mobile devices. Qt 5 has been a great success over the years. It was released 8 years before in 2012.
Qt supports many platforms including Linux, OS X, Windows, VxWorks, QNX, Android, iOS, BlackBerry, Sailfish OS, and many more. The framework is written in C++ and uses MOC (Meta-Object Compiler) as a preprocessor for extending language features like signals and slots.
Let’s have a look at what’s new in Qt 6.
Qt 6 now requires a C++17 compatible compiler for enabling the use of modern C++ language constructs, which will be helpful for integration on the API side.
Many changes have come to Qt Core. Qt Core module implements the most central parts of the framework. Some vital changes are:
Qt 6 has enabled seamless integration between 2D and 3D graphics items. Now you can place a 2D item into a 3D scene. Most importantly both are using RHI.
Qt 5 did not support desktop styling in Qt Quick but in Qt 6 it supports the pixel-perfect native look and feel on both macOS and Windows.
Qt 6 is now built using CMake. Previously qmake was preferred to build Qt projects. Now it’s the opposite, CMake is preferred while qmake is supported for the lifetime of Qt 6.
Qt 6 now comes with a much smaller default package and many add-ons are distributed as separate packages through a package manager. This will help users to get a cleaner development environment and developers will be able to release features more frequently.
Fractal scaling is now supported in Qt 6, which allows automatic UI scaling for different monitor configurations.
Now you can create your own protocol backends and integrate them into the Qt workflow. Security related features are also added automatically in Qt 6.
Qt 6 now supports a lightweight rendering engine to deploy QML based UIs on low-cost hardware with 2D hardware acceleration. It’ll enable optimal graphics performance with a minimal footprint (>80 kB RAM).
There are few modules of Qt 5 which haven’t been ported yet to Qt 6. Modules like Qt Multimedia, Qt Bluetooth and Qt Virtual Keyboard, and many others will be ported within Qt 6.1, 6.2, or later. The Qt Company transparently acknowledged that Qt 6.0 is not feature-complete as Qt 5.15.
You can also expect a new version of Qt Creator and Qt Design Studio to be released before Christmas! They will come with full support for Qt 6.
You can download the new version of Qt 6 from their website.
Qt 6 has moved towards modern graphics architecture, and I think it was necessary and well-timed. What do you think? Let me know in the comment section.
Stay updated with relevant Linux news, discover new open source apps, follow distro releases and read opinions