New Features in Qt 6.0: Difference between revisions

From Qt Wiki
Jump to navigation Jump to search
No edit summary
(β†’β€ŽNew Features (within existing modules): Let's mention at least one of the things new in Qt Core !)
Line 1: Line 1:
[[Category:Release]]
[[Category:Release]]
== New Features (within existing modules) ==
== 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 ==
== New Modules ==

Revision as of 08:24, 24 September 2020

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