New Features in Qt 6.0
Jump to navigation
Jump to search
New Features (within existing modules)
There's been lots of clean-up all round and many deprecated methods have been removed.
Within QtCore
- QByteArrayView now provides a light-weight way to view the content of a QByteArray or other char-equivalent array data.
New Modules
Platform Changes
All
- Qt is now built with CMake.