-
Methods in io.qt.core that return types with arguments of type QPair
Modifier and Type |
Method |
Description |
protected QIterator<QPair<QCborValue,QCborValue>> |
QCborMap.begin() |
|
List<QPair<String,String>> |
QMetaObject.classInfos() |
|
QIterator<QPair<QCborValue,QCborValue>> |
QCborMap.constFind(QCborValue key) |
|
protected QIterator<QPair<QCborValue,QCborValue>> |
QCborMap.end() |
|
QIterator<QPair<QCborValue,QCborValue>> |
QCborMap.find(long key) |
|
QIterator<QPair<QCborValue,QCborValue>> |
QCborMap.find(QCborValue key) |
|
QIterator<QPair<QCborValue,QCborValue>> |
QCborMap.find(String key) |
|
Iterator<QPair<QCborValue,QCborValue>> |
QCborMap.iterator() |
|
Iterator<QPair<K,V>> |
QMapIterator.iterator() |
|
Optional<QPair<K,V>> |
QMapIterator.keyValuePair() |
|
List<QPair<Double,Object>> |
QVariantAnimation.keyValues() |
|
List<QPair<String,String>> |
QUrlQuery.queryItems() |
|
List<QPair<String,String>> |
QUrlQuery.queryItems(QUrl.ComponentFormattingOption... encoding) |
|
List<QPair<String,String>> |
QUrlQuery.queryItems(QUrl.ComponentFormattingOptions encoding) |
|
-
Methods in io.qt.gui that return types with arguments of type QPair
Modifier and Type |
Method |
Description |
List<QPair<QAccessibleInterface,QAccessible.Relation>> |
QAccessibleInterface.Impl.relations() |
|
List<QPair<QAccessibleInterface,QAccessible.Relation>> |
QAccessibleInterface.Impl.relations(QAccessible.Relation match) |
|
List<QPair<QAccessibleInterface,QAccessible.Relation>> |
QAccessibleInterface.Impl.relations(QAccessible.RelationFlag... match) |
|
default List<QPair<QAccessibleInterface,QAccessible.Relation>> |
QAccessibleInterface.relations() |
|
default List<QPair<QAccessibleInterface,QAccessible.Relation>> |
QAccessibleInterface.relations(QAccessible.Relation match) |
|
default List<QPair<QAccessibleInterface,QAccessible.Relation>> |
QAccessibleInterface.relations(QAccessible.RelationFlag... match) |
|
List<QPair<QAccessibleInterface,QAccessible.Relation>> |
QAccessibleObject.relations() |
|
List<QPair<QAccessibleInterface,QAccessible.Relation>> |
QAccessibleObject.relations(QAccessible.Relation match) |
|
List<QPair<QAccessibleInterface,QAccessible.Relation>> |
QAccessibleObject.relations(QAccessible.RelationFlag... match) |
|
List<QPair<Double,QColor>> |
QGradient.stops() |
|
-
-
-
-
-
Methods in io.qt.network.auth with parameters of type QPair
Modifier and Type |
Method |
Description |
protected QNetworkReply |
QOAuth1.requestTokenCredentials(QNetworkAccessManager.Operation operation,
QUrl url,
QPair<String,String> temporaryToken) |
|
protected QNetworkReply |
QOAuth1.requestTokenCredentials(QNetworkAccessManager.Operation operation,
QUrl url,
QPair<String,String> temporaryToken,
Map<String,Object> parameters) |
|
void |
QOAuth1.setClientCredentials(QPair<String,String> clientCredentials) |
|
void |
QOAuth1.setTokenCredentials(QPair<String,String> tokenCredentials) |
|
-
-
-
-