New Features of Qt 6.0:
- A unified hardware rendering interface supporting Direct 3D, Metal, Vulkan, and OpenGL
- 2D and 3D graphics rendering is combined into a single graphics stack
- Qt Quick Controls 2 have received a more native appearance
- Support for fractional scaling for HiDPI screens
- The QProperty subsystem has been added, providing seamless integration of QML into C++ source code
- Improved Concurrency APIs, allowing workloads to be offloaded to background threads
- Enhanced network support, enabling the addition of custom network protocol backends
- Support for C++17
- CMake support for building Qt applications
- Qt for Microcontrollers (MCU), which requires only 80 KB of RAM in the minimum configuration
A complete list of updates can be found at the link below.
Source: linux.org.ru
