New Features in Qt 6.0: Difference between revisions
Jump to navigation
Jump to search
(Another category this belongs to.) |
|||
Line 1: | Line 1: | ||
[[Category:Release]] | [[Category:Release]] | ||
[[Category:Developing Qt::Qt6]] | |||
== New Features (within existing modules) == | == New Features (within existing modules) == | ||
Revision as of 08:27, 24 September 2020
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.