New Classes and Functions in Qt 6.1
This page contains a comprehensive list of all new classes and functions introduced in Qt 6.1.
New Classes
New Member Functions
Class QFuture:
| QFuture<T> | onFailed(QObject *context, Function &&handler) |
| QFuture<ResultType<Function>> | then(QObject *context, Function &&function) |
Class QList:
Class QMap:
Class QMetaType:
| bool | hasRegisteredDataStreamOperators() const |
Class QMultiMap:
Class QOperatingSystemVersion:
| QVersionNumber | version() const |
Class QSet:
Class QStringView:
| QStringView::const_iterator | constBegin() const |
| QStringView::const_iterator | constEnd() const |
| bool | contains(const QRegularExpression &re, QRegularExpressionMatch *rmatch) const |
| int | count(const QRegularExpression &) const |
| int | indexOf(const QRegularExpression &, int, QRegularExpressionMatch *) const |
| int | lastIndexOf(const QRegularExpression &, int, QRegularExpressionMatch *) const |
Class QVarLengthArray:
| int | erase(QVarLengthArray<T, Prealloc> &, const AT &) |
| int | erase_if(QVarLengthArray<T, Prealloc> &, Predicate) |
| int | removeAll(const AT &) |
| int | removeIf(Predicate) |
| bool | removeOne(const AT &t) |