New Features in Qt 6.0

From Qt Wiki
Revision as of 08:24, 24 September 2020 by EdwardWelbourne (talk | contribs) (→‎New Features (within existing modules): Let's mention at least one of the things new in Qt Core !)
Jump to navigation Jump to search

New Features (within existing modules)

There's been lots of clean-up all round and may 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.

Linux

macOS

Windows

Removed Modules