New Features in Qt 6.0: Difference between revisions
Jump to navigation
Jump to search
(→New Features (within existing modules): Let's mention at least one of the things new in Qt Core !) |
m (→New Features (within existing modules): typo) |
||
Line 2: | Line 2: | ||
== New Features (within existing modules) == | == New Features (within existing modules) == | ||
There's been lots of clean-up all round and | There's been lots of clean-up all round and many deprecated methods have been removed. | ||
=== Within QtCore === | === Within QtCore === |
Revision as of 08:24, 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.