Uses of Class
io.qt.core.QUrl
Packages that use QUrl
Package
Description
-
Uses of QUrl in io.qt.core
Methods in io.qt.core that return QUrlModifier and TypeMethodDescriptionfinal QUrl
QUrl.adjusted
(int options) QUrl.clone()
static QUrl
QUrl.fromClassPath
(String classpath) Deprecated.static QUrl
QUrl.fromEncoded
(QByteArray url) Overloaded function forfromEncoded(io.qt.core.QByteArray, io.qt.core.QUrl.ParsingMode)
withmode = io.qt.core.QUrl.ParsingMode.TolerantMode
.static QUrl
QUrl.fromEncoded
(QByteArray url, QUrl.ParsingMode mode) static QUrl
QUrl.fromLocalFile
(String localfile) static QUrl
QUrl.fromUserInput
(String userInput) Overloaded function forfromUserInput(java.lang.String, java.lang.String, io.qt.core.QUrl.UserInputResolutionOptions)
static QUrl
QUrl.fromUserInput
(String userInput, String workingDirectory) Overloaded function forfromUserInput(java.lang.String, java.lang.String, io.qt.core.QUrl.UserInputResolutionOptions)
withoptions = new io.qt.core.QUrl.UserInputResolutionOptions(0)
.static QUrl
QUrl.fromUserInput
(String userInput, String workingDirectory, QUrl.UserInputResolutionOption... options) Overloaded function forfromUserInput(java.lang.String, java.lang.String, io.qt.core.QUrl.UserInputResolutionOptions)
.static QUrl
QUrl.fromUserInput
(String userInput, String workingDirectory, QUrl.UserInputResolutionOptions options) final QUrl
final QUrl
final QUrl
QCborValue.toUrl()
Overloaded function forQCborValue.toUrl(io.qt.core.QUrl)
withdefaultValue = new io.qt.core.QUrl()
.final QUrl
Methods in io.qt.core that return types with arguments of type QUrlModifier and TypeMethodDescriptionQUrl.fromStringList
(Collection<String> uris) Overloaded function forfromStringList(java.util.Collection, io.qt.core.QUrl.ParsingMode)
withmode = io.qt.core.QUrl.ParsingMode.TolerantMode
.QUrl.fromStringList
(Collection<String> uris, QUrl.ParsingMode mode) QMimeData.urls()
Methods in io.qt.core with parameters of type QUrlModifier and TypeMethodDescriptionint
final boolean
QUrl.isParentOf
(QUrl url) final boolean
final QMimeType
QMimeDatabase.mimeTypeForUrl
(QUrl url) final QUrl
final QUrl
final void
final QUrl
Method parameters in io.qt.core with type arguments of type QUrlModifier and TypeMethodDescriptionfinal void
QMimeData.setUrls
(Collection<QUrl> urls) static QStringList
QUrl.toStringList
(Collection<QUrl> uris) static QStringList
QUrl.toStringList
(Collection<QUrl> uris, QUrl.FormattingOption... options) static QStringList
QUrl.toStringList
(Collection<QUrl> uris, QUrl.FormattingOptions options) Constructors in io.qt.core with parameters of type QUrl -
Uses of QUrl in io.qt.gui
Modifier and TypeMethodDescriptionfinal QUrl
QTextDocument.baseUrl()
final QUrl
QFileOpenEvent.url()
Modifier and TypeMethodDescriptionfinal void
QTextDocument.addResource
(int type, QUrl name, Object resource) void
protected Object
QTextDocument.loadResource
(int type, QUrl name) static boolean
final Object
final void
QTextDocument.setBaseUrl
(QUrl url) -
Uses of QUrl in io.qt.help
Fields in io.qt.help with type parameters of type QUrlModifier and TypeFieldDescriptionfinal QObject.Signal1<QUrl>
QHelpContentWidget.linkActivated
final QObject.Signal2<QUrl,
String> QHelpIndexWidget.linkActivated
Deprecated.Use documentActivated() insteadfinal QObject.Signal2<NavigableMap<String,
List<QUrl>>, String> QHelpIndexWidget.linksActivated
Deprecated.Use documentsActivated() insteadfinal QObject.Signal1<QUrl>
QHelpSearchResultWidget.requestShowLink
Methods in io.qt.help that return QUrlModifier and TypeMethodDescriptionfinal QUrl
final QUrl
final QUrl
QHelpContentItem.url()
final QUrl
QHelpLink.url()
Target url of the linkfinal QUrl
QHelpSearchResult.url()
Methods in io.qt.help that return types with arguments of type QUrlModifier and TypeMethodDescriptionOverloaded function forQHelpEngineCore.files(java.lang.String, java.lang.String, java.lang.String)
withextensionFilter = ""
.QHelpEngineCore.files
(String namespaceName, Collection<String> filterAttributes) Overloaded function forQHelpEngineCore.files(java.lang.String, java.util.Collection, java.lang.String)
withextensionFilter = ""
.QHelpEngineCore.files
(String namespaceName, Collection<String> filterAttributes, String extensionFilter) Methods in io.qt.help with parameters of type QUrlModifier and TypeMethodDescriptionfinal QByteArray
final QUrl
final QModelIndex
final void
Target url of the linkConstructors in io.qt.help with parameters of type QUrl -
Uses of QUrl in io.qt.multimedia
Fields in io.qt.multimedia with type parameters of type QUrlModifier and TypeFieldDescriptionfinal QObject.Signal1<QUrl>
QMediaRecorder.actualLocationChanged
final QObject.Signal1<QUrl>
QMediaPlayer.sourceChanged
Methods in io.qt.multimedia that return QUrlModifier and TypeMethodDescriptionfinal QUrl
QMediaRecorder.actualLocation()
final QUrl
QMediaRecorder.outputLocation()
final QUrl
QAudioDecoder.source()
final QUrl
QMediaPlayer.source()
final QUrl
QSoundEffect.source()
Methods in io.qt.multimedia with parameters of type QUrlModifier and TypeMethodDescriptionfinal void
QMediaRecorder.setOutputLocation
(QUrl location) final void
final void
final void
final void
QMediaPlayer.setSourceDevice
(QIODevice device, QUrl sourceUrl) -
Uses of QUrl in io.qt.network
Fields in io.qt.network with type parameters of type QUrlMethods in io.qt.network that return QUrlModifier and TypeMethodDescriptionfinal QUrl
QNetworkCacheMetaData.url()
final QUrl
QNetworkProxyQuery.url()
final QUrl
QNetworkReply.url()
final QUrl
QNetworkRequest.url()
Methods in io.qt.network with parameters of type QUrlModifier and TypeMethodDescriptionQNetworkCookieJar.cookiesForUrl
(QUrl url) abstract QIODevice
abstract QNetworkCacheMetaData
final void
abstract boolean
boolean
boolean
QNetworkCookieJar.setCookiesFromUrl
(Collection<QNetworkCookie> cookieList, QUrl url) final void
final void
protected final void
final void
protected boolean
QNetworkCookieJar.validateCookie
(QNetworkCookie cookie, QUrl url) Constructors in io.qt.network with parameters of type QUrlModifierConstructorDescriptionQNetworkProxyQuery
(QUrl requestUrl) Overloaded constructor forQNetworkProxyQuery(io.qt.core.QUrl, io.qt.network.QNetworkProxyQuery.QueryType)
withqueryType = io.qt.network.QNetworkProxyQuery.QueryType.UrlRequest
.QNetworkProxyQuery
(QUrl requestUrl, QNetworkProxyQuery.QueryType queryType) QNetworkRequest
(QUrl url) -
Uses of QUrl in io.qt.network.auth
Fields in io.qt.network.auth with type parameters of type QUrlModifier and TypeFieldDescriptionfinal QObject.Signal1<QUrl>
QOAuth2AuthorizationCodeFlow.accessTokenUrlChanged
final QObject.Signal1<QUrl>
QAbstractOAuth.authorizationUrlChanged
final QObject.Signal1<QUrl>
QAbstractOAuth.authorizeWithBrowser
final QObject.Signal3<String,
String, QUrl> QAbstractOAuth2.error
final QObject.Signal1<QUrl>
QOAuth1.temporaryCredentialsUrlChanged
final QObject.Signal1<QUrl>
QOAuth1.tokenCredentialsUrlChanged
Methods in io.qt.network.auth that return QUrlModifier and TypeMethodDescriptionfinal QUrl
QOAuth2AuthorizationCodeFlow.accessTokenUrl()
final QUrl
QAbstractOAuth.authorizationUrl()
protected final QUrl
QOAuth2AuthorizationCodeFlow.buildAuthenticateUrl()
Overloaded function forQOAuth2AuthorizationCodeFlow.buildAuthenticateUrl(java.util.Map)
withparameters = java.util.Collections.emptyNavigableMap()
.protected final QUrl
QOAuth2AuthorizationCodeFlow.buildAuthenticateUrl
(Map<String, Object> parameters) final QUrl
QAbstractOAuth2.createAuthenticatedUrl
(QUrl url) Overloaded function forQAbstractOAuth2.createAuthenticatedUrl(io.qt.core.QUrl, java.util.Map)
withparameters = java.util.Collections.emptyNavigableMap()
.QAbstractOAuth2.createAuthenticatedUrl
(QUrl url, Map<String, Object> parameters) final QUrl
QOAuth1.temporaryCredentialsUrl()
final QUrl
QOAuth1.tokenCredentialsUrl()
final QUrl
QOAuth1Signature.url()
Methods in io.qt.network.auth with parameters of type QUrlModifier and TypeMethodDescriptionfinal QUrl
QAbstractOAuth2.createAuthenticatedUrl
(QUrl url) Overloaded function forQAbstractOAuth2.createAuthenticatedUrl(io.qt.core.QUrl, java.util.Map)
withparameters = java.util.Collections.emptyNavigableMap()
.QAbstractOAuth2.createAuthenticatedUrl
(QUrl url, Map<String, Object> parameters) final QNetworkReply
QAbstractOAuth.deleteResource
(QUrl url) Overloaded function forQAbstractOAuth.deleteResource(io.qt.core.QUrl, java.util.Map)
withparameters = java.util.Collections.emptyNavigableMap()
.abstract QNetworkReply
QAbstractOAuth.deleteResource
(QUrl url, Map<String, Object> parameters) QAbstractOAuth2.deleteResource
(QUrl url, Map<String, Object> parameters) QOAuth1.deleteResource
(QUrl url, Map<String, Object> parameters) final QNetworkReply
Overloaded function forQAbstractOAuth.get(io.qt.core.QUrl, java.util.Map)
withparameters = java.util.Collections.emptyNavigableMap()
.abstract QNetworkReply
final QNetworkReply
Overloaded function forQAbstractOAuth.head(io.qt.core.QUrl, java.util.Map)
withparameters = java.util.Collections.emptyNavigableMap()
.abstract QNetworkReply
final QNetworkReply
Overloaded function forQAbstractOAuth.post(io.qt.core.QUrl, java.util.Map)
withparameters = java.util.Collections.emptyNavigableMap()
.abstract QNetworkReply
QAbstractOAuth2.post
(QUrl url, QByteArray data) QAbstractOAuth2.post
(QUrl url, QHttpMultiPart multiPart) final QNetworkReply
Overloaded function forQAbstractOAuth.put(io.qt.core.QUrl, java.util.Map)
withparameters = java.util.Collections.emptyNavigableMap()
.abstract QNetworkReply
QAbstractOAuth2.put
(QUrl url, QByteArray data) QAbstractOAuth2.put
(QUrl url, QHttpMultiPart multiPart) protected final QNetworkReply
QOAuth1.requestTemporaryCredentials
(QNetworkAccessManager.Operation operation, QUrl url) Overloaded function forQOAuth1.requestTemporaryCredentials(io.qt.network.QNetworkAccessManager.Operation, io.qt.core.QUrl, java.util.Map)
withparameters = java.util.Collections.emptyNavigableMap()
.protected final QNetworkReply
QOAuth1.requestTemporaryCredentials
(QNetworkAccessManager.Operation operation, QUrl url, Map<String, Object> parameters) protected final QNetworkReply
QOAuth1.requestTokenCredentials
(QNetworkAccessManager.Operation operation, QUrl url, QPair<String, String> temporaryToken) Overloaded function forQOAuth1.requestTokenCredentials(io.qt.network.QNetworkAccessManager.Operation, io.qt.core.QUrl, io.qt.core.QPair, java.util.Map)
withparameters = java.util.Collections.emptyNavigableMap()
.protected final QNetworkReply
QOAuth1.requestTokenCredentials
(QNetworkAccessManager.Operation operation, QUrl url, QPair<String, String> temporaryToken, Map<String, Object> parameters) protected void
QAbstractOAuth.resourceOwnerAuthorization
(QUrl url, Map<String, Object> parameters) protected void
QOAuth2AuthorizationCodeFlow.resourceOwnerAuthorization
(QUrl url, Map<String, Object> parameters) final void
QOAuth2AuthorizationCodeFlow.setAccessTokenUrl
(QUrl accessTokenUrl) final void
QAbstractOAuth.setAuthorizationUrl
(QUrl url) final void
QOAuth1.setTemporaryCredentialsUrl
(QUrl url) final void
QOAuth1.setTokenCredentialsUrl
(QUrl url) final void
Constructors in io.qt.network.auth with parameters of type QUrlModifierConstructorDescriptionQOAuth1Signature
(QUrl url) Overloaded constructor forQOAuth1Signature(io.qt.core.QUrl, io.qt.network.auth.QOAuth1Signature.HttpRequestMethod, java.util.Map)
QOAuth1Signature
(QUrl url, QOAuth1Signature.HttpRequestMethod method) Overloaded constructor forQOAuth1Signature(io.qt.core.QUrl, io.qt.network.auth.QOAuth1Signature.HttpRequestMethod, java.util.Map)
withparameters = java.util.Collections.emptyNavigableMap()
.QOAuth1Signature
(QUrl url, QOAuth1Signature.HttpRequestMethod method, Map<String, Object> parameters) QOAuth1Signature
(QUrl url, String clientSharedKey, String tokenSecret) QOAuth1Signature
(QUrl url, String clientSharedKey, String tokenSecret, QOAuth1Signature.HttpRequestMethod method) Overloaded constructor forQOAuth1Signature(io.qt.core.QUrl, java.lang.String, java.lang.String, io.qt.network.auth.QOAuth1Signature.HttpRequestMethod, java.util.Map)
withparameters = java.util.Collections.emptyNavigableMap()
.QOAuth1Signature
(QUrl url, String clientSharedKey, String tokenSecret, QOAuth1Signature.HttpRequestMethod method, Map<String, Object> parameters) QOAuth2AuthorizationCodeFlow
(QUrl authorizationUrl, QUrl accessTokenUrl, QNetworkAccessManager manager) Overloaded constructor forQOAuth2AuthorizationCodeFlow(io.qt.core.QUrl, io.qt.core.QUrl, io.qt.network.QNetworkAccessManager, io.qt.core.QObject)
withparent = null
.QOAuth2AuthorizationCodeFlow
(QUrl authorizationUrl, QUrl accessTokenUrl, QNetworkAccessManager manager, QObject parent) QOAuth2AuthorizationCodeFlow
(String clientIdentifier, QUrl authorizationUrl, QUrl accessTokenUrl, QNetworkAccessManager manager) Overloaded constructor forQOAuth2AuthorizationCodeFlow(java.lang.String, io.qt.core.QUrl, io.qt.core.QUrl, io.qt.network.QNetworkAccessManager, io.qt.core.QObject)
withparent = null
.QOAuth2AuthorizationCodeFlow
(String clientIdentifier, QUrl authorizationUrl, QUrl accessTokenUrl, QNetworkAccessManager manager, QObject parent) -
Uses of QUrl in io.qt.nfc
Modifier and TypeMethodDescriptionfinal QUrl
QNdefNfcSmartPosterRecord.uri()
final QUrl
QNdefNfcUriRecord.uri()
Modifier and TypeMethodDescriptionfinal void
final void
-
Uses of QUrl in io.qt.qml
Modifier and TypeFieldDescriptionfinal QObject.Signal2<QObject,
QUrl> QQmlApplicationEngine.objectCreated
Modifier and TypeMethodDescriptionfinal QUrl
QQmlContext.baseUrl()
final QUrl
QQmlEngine.baseUrl()
final QUrl
QQmlExtensionPlugin.baseUrl()
Deprecated.Provide a qmldir file to remove the need for calling baseUrlabstract QUrl
QQmlAbstractUrlInterceptor.Impl.intercept
(QUrl path, QQmlAbstractUrlInterceptor.DataType type) QQmlAbstractUrlInterceptor.intercept
(QUrl path, QQmlAbstractUrlInterceptor.DataType type) final QUrl
QQmlEngine.interceptUrl
(QUrl url, QQmlAbstractUrlInterceptor.DataType type) final QUrl
QQmlContext.resolvedUrl
(QUrl arg__1) final QUrl
QJSManagedValue.toUrl()
final QUrl
QQmlComponent.url()
final QUrl
QQmlError.url()
final QUrl
QQmlFile.url()
Modifier and TypeMethodDescriptionabstract QUrl
QQmlAbstractUrlInterceptor.Impl.intercept
(QUrl path, QQmlAbstractUrlInterceptor.DataType type) QQmlAbstractUrlInterceptor.intercept
(QUrl path, QQmlAbstractUrlInterceptor.DataType type) final QUrl
QQmlEngine.interceptUrl
(QUrl url, QQmlAbstractUrlInterceptor.DataType type) static boolean
QQmlFile.isLocalFile
(QUrl url) static boolean
QQmlFile.isSynchronous
(QUrl url) final void
final void
QQmlFile.load
(QQmlEngine arg__1, QUrl arg__2) final void
QQmlApplicationEngine.loadData
(QByteArray data, QUrl url) final void
final void
QQmlComponent.loadUrl
(QUrl url, QQmlComponent.CompilationMode mode) static int
QtQml.qmlRegisterSingletonType
(QUrl url, String uri, int versionMajor, int versionMinor, String qmlName) static int
QtQml.qmlRegisterType
(QUrl url, String uri, int versionMajor, int versionMinor, String qmlName) final QUrl
QQmlContext.resolvedUrl
(QUrl arg__1) final void
QQmlContext.setBaseUrl
(QUrl arg__1) final void
QQmlEngine.setBaseUrl
(QUrl arg__1) final void
final void
QQmlComponent.setData
(QByteArray arg__1, QUrl baseUrl) final void
final void
static String
QQmlFile.urlToLocalFileOrQrc
(QUrl arg__1) ModifierConstructorDescriptionOverloaded constructor forQQmlApplicationEngine(io.qt.core.QUrl, io.qt.core.QObject)
withparent = null
.QQmlApplicationEngine
(QUrl url, QObject parent) QQmlComponent
(QQmlEngine arg__1, QUrl url) Overloaded constructor forQQmlComponent(io.qt.qml.QQmlEngine, io.qt.core.QUrl, io.qt.core.QObject)
withparent = null
.QQmlComponent
(QQmlEngine arg__1, QUrl url, QObject parent) QQmlComponent
(QQmlEngine arg__1, QUrl url, QQmlComponent.CompilationMode mode) Overloaded constructor forQQmlComponent(io.qt.qml.QQmlEngine, io.qt.core.QUrl, io.qt.qml.QQmlComponent.CompilationMode, io.qt.core.QObject)
withparent = null
.QQmlComponent
(QQmlEngine arg__1, QUrl url, QQmlComponent.CompilationMode mode, QObject parent) QQmlFile
(QQmlEngine arg__1, QUrl arg__2) -
Uses of QUrl in io.qt.qt3d.animation
Fields in io.qt.qt3d.animation with type parameters of type QUrlMethods in io.qt.qt3d.animation that return QUrlMethods in io.qt.qt3d.animation with parameters of type QUrlModifier and TypeMethodDescriptionfinal void
Constructors in io.qt.qt3d.animation with parameters of type QUrlModifierConstructorDescriptionQAnimationClipLoader
(QUrl source) Overloaded constructor forQAnimationClipLoader(io.qt.core.QUrl, io.qt.qt3d.core.QNode)
withparent = null
.QAnimationClipLoader
(QUrl source, QNode parent) -
Uses of QUrl in io.qt.qt3d.core
Fields in io.qt.qt3d.core with type parameters of type QUrlMethods in io.qt.qt3d.core that return QUrlMethods in io.qt.qt3d.core with parameters of type QUrlModifier and TypeMethodDescriptionfinal void
Constructors in io.qt.qt3d.core with parameters of type QUrlModifierConstructorDescriptionQSkeletonLoader
(QUrl source) Overloaded constructor forQSkeletonLoader(io.qt.core.QUrl, io.qt.qt3d.core.QNode)
withparent = null
.QSkeletonLoader
(QUrl source, QNode parent) -
Uses of QUrl in io.qt.qt3d.core.quick
Methods in io.qt.qt3d.core.quick with parameters of type QUrlModifier and TypeMethodDescriptionfinal void
-
Uses of QUrl in io.qt.qt3d.extras.quick
Methods in io.qt.qt3d.extras.quick with parameters of type QUrl -
Uses of QUrl in io.qt.qt3d.render
Fields in io.qt.qt3d.render with type parameters of type QUrlModifier and TypeFieldDescriptionfinal QObject.Signal1<QUrl>
QShaderProgramBuilder.computeShaderGraphChanged
final QObject.Signal1<QUrl>
QShaderProgramBuilder.fragmentShaderGraphChanged
final QObject.Signal1<QUrl>
QShaderProgramBuilder.geometryShaderGraphChanged
final QObject.Signal1<QUrl>
QMesh.sourceChanged
final QObject.Signal1<QUrl>
QSceneLoader.sourceChanged
final QObject.Signal1<QUrl>
QTextureImage.sourceChanged
final QObject.Signal1<QUrl>
QTextureLoader.sourceChanged
final QObject.Signal1<QUrl>
QShaderProgramBuilder.tessellationControlShaderGraphChanged
final QObject.Signal1<QUrl>
QShaderProgramBuilder.tessellationEvaluationShaderGraphChanged
final QObject.Signal1<QUrl>
QShaderProgramBuilder.vertexShaderGraphChanged
Methods in io.qt.qt3d.render that return QUrlModifier and TypeMethodDescriptionfinal QUrl
QShaderProgramBuilder.computeShaderGraph()
final QUrl
QShaderProgramBuilder.fragmentShaderGraph()
final QUrl
QShaderProgramBuilder.geometryShaderGraph()
final QUrl
QMesh.source()
final QUrl
QSceneLoader.source()
final QUrl
QTextureImage.source()
final QUrl
QTextureLoader.source()
final QUrl
QShaderProgramBuilder.tessellationControlShaderGraph()
final QUrl
QShaderProgramBuilder.tessellationEvaluationShaderGraph()
final QUrl
QShaderProgramBuilder.vertexShaderGraph()
Methods in io.qt.qt3d.render with parameters of type QUrlModifier and TypeMethodDescriptionstatic QByteArray
QShaderProgram.loadSource
(QUrl sourceUrl) final void
QShaderProgramBuilder.setComputeShaderGraph
(QUrl computeShaderGraph) final void
QShaderProgramBuilder.setFragmentShaderGraph
(QUrl fragmentShaderGraph) final void
QShaderProgramBuilder.setGeometryShaderGraph
(QUrl geometryShaderGraph) final void
final void
final void
final void
final void
QShaderProgramBuilder.setTessellationControlShaderGraph
(QUrl tessellationControlShaderGraph) final void
QShaderProgramBuilder.setTessellationEvaluationShaderGraph
(QUrl tessellationEvaluationShaderGraph) final void
QShaderProgramBuilder.setVertexShaderGraph
(QUrl vertexShaderGraph) -
Uses of QUrl in io.qt.quick
Methods in io.qt.quick that return QUrlModifier and TypeMethodDescriptionfinal QUrl
QQuickView.source()
final QUrl
QQuickItemGrabResult.url()
Methods in io.qt.quick with parameters of type QUrlModifier and TypeMethodDescriptionfinal boolean
QQuickItemGrabResult.saveToFile
(QUrl fileName) final void
QQuickView.setContent
(QUrl url, QQmlComponent component, QObject item) final void
Constructors in io.qt.quick with parameters of type QUrlModifierConstructorDescriptionQQuickView
(QUrl source) Overloaded constructor forQQuickView(io.qt.core.QUrl, io.qt.gui.QWindow)
withparent = null
.QQuickView
(QUrl source, QWindow parent) QQuickView
(QUrl source, QQuickRenderControl renderControl) -
Uses of QUrl in io.qt.quick.widgets
Methods in io.qt.quick.widgets that return QUrlMethods in io.qt.quick.widgets with parameters of type QUrlModifier and TypeMethodDescriptionfinal void
QQuickWidget.setContent
(QUrl url, QQmlComponent component, QObject item) final void
Constructors in io.qt.quick.widgets with parameters of type QUrlModifierConstructorDescriptionQQuickWidget
(QUrl source) Overloaded constructor forQQuickWidget(io.qt.core.QUrl, io.qt.widgets.QWidget)
withparent = null
.QQuickWidget
(QUrl source, QWidget parent) -
Uses of QUrl in io.qt.remoteobjects
Methods in io.qt.remoteobjects that return QUrlModifier and TypeMethodDescriptionabstract QUrl
QConnectionAbstractServer.address()
protected QUrl
QRemoteObjectHost.hostUrl()
protected QUrl
QRemoteObjectHostBase.hostUrl()
final QUrl
QRemoteObjectSourceLocationInfo.hostUrl()
final QUrl
QRemoteObjectNode.registryUrl()
final QUrl
QtROClientIoDevice.url()
Methods in io.qt.remoteobjects with parameters of type QUrlModifier and TypeMethodDescriptionvoid
final boolean
QRemoteObjectNode.connectToNode
(QUrl address) abstract boolean
final boolean
final boolean
Overloaded function forQRemoteObjectHostBase.proxy(io.qt.core.QUrl, io.qt.core.QUrl, io.qt.remoteobjects.QRemoteObjectHostBase.RemoteObjectNameFilter)
withfilter = (a,b)->true
.final boolean
QRemoteObjectHostBase.proxy
(QUrl registryUrl, QUrl hostUrl, QRemoteObjectHostBase.RemoteObjectNameFilter filter) Forward Remote Objects from another networkprotected boolean
QRemoteObjectHost.setHostUrl
(QUrl hostAddress, QRemoteObjectHostBase.AllowedSchemas allowedSchemas) protected final boolean
QRemoteObjectHostBase.setHostUrl
(QUrl hostAddress) Overloaded function forQRemoteObjectHostBase.setHostUrl(io.qt.core.QUrl, io.qt.remoteobjects.QRemoteObjectHostBase.AllowedSchemas)
withallowedSchemas = io.qt.remoteobjects.QRemoteObjectHostBase.AllowedSchemas.BuiltInSchemasOnly
.protected boolean
QRemoteObjectHostBase.setHostUrl
(QUrl hostAddress, QRemoteObjectHostBase.AllowedSchemas allowedSchemas) final void
QRemoteObjectSourceLocationInfo.setHostUrl
(QUrl hostUrl) boolean
QRemoteObjectNode.setRegistryUrl
(QUrl registryAddress) boolean
QRemoteObjectRegistryHost.setRegistryUrl
(QUrl registryUrl) protected final void
Constructors in io.qt.remoteobjects with parameters of type QUrlModifierConstructorDescriptionQRemoteObjectHost
(QUrl address) QRemoteObjectHost
(QUrl address, QObject parent) QRemoteObjectHost
(QUrl address, QUrl registryAddress) QRemoteObjectHost
(QUrl address, QUrl registryAddress, QRemoteObjectHostBase.AllowedSchemas allowedSchemas) Overloaded constructor forQRemoteObjectHost(io.qt.core.QUrl, io.qt.core.QUrl, io.qt.remoteobjects.QRemoteObjectHostBase.AllowedSchemas, io.qt.core.QObject)
withparent = null
.QRemoteObjectHost
(QUrl address, QUrl registryAddress, QRemoteObjectHostBase.AllowedSchemas allowedSchemas, QObject parent) QRemoteObjectNode
(QUrl registryAddress) Overloaded constructor forQRemoteObjectNode(io.qt.core.QUrl, io.qt.core.QObject)
withparent = null
.QRemoteObjectNode
(QUrl registryAddress, QObject parent) QRemoteObjectRegistryHost
(QUrl registryAddress) Overloaded constructor forQRemoteObjectRegistryHost(io.qt.core.QUrl, io.qt.core.QObject)
withparent = null
.QRemoteObjectRegistryHost
(QUrl registryAddress, QObject parent) QRemoteObjectSourceLocationInfo
(String typeName_, QUrl hostUrl_) -
Uses of QUrl in io.qt.webengine.core
Fields in io.qt.webengine.core with type parameters of type QUrlModifier and TypeFieldDescriptionfinal QObject.Signal2<QUrl,
QAuthenticator> QWebEnginePage.authenticationRequired
QWebEnginePage.featurePermissionRequestCanceled
QWebEnginePage.featurePermissionRequested
final QObject.Signal1<QUrl>
QWebEnginePage.iconUrlChanged
final QObject.Signal3<QUrl,
QAuthenticator, String> QWebEnginePage.proxyAuthenticationRequired
final QObject.Signal1<QUrl>
QWebEnginePage.urlChanged
Methods in io.qt.webengine.core that return QUrlModifier and TypeMethodDescriptionfinal QUrl
QWebEngineCookieStore.FilterRequest.firstPartyUrl()
URL that was navigated tofinal QUrl
QWebEngineUrlRequestInfo.firstPartyUrl()
final QUrl
QWebEngineClientCertificateSelection.host()
final QUrl
QWebEngineHistoryItem.iconUrl()
final QUrl
QWebEnginePage.iconUrl()
final QUrl
QWebEngineUrlRequestInfo.initiator()
final QUrl
QWebEngineUrlRequestJob.initiator()
final QUrl
QWebEngineContextMenuRequest.linkUrl()
final QUrl
QWebEngineContextMenuRequest.mediaUrl()
final QUrl
QWebEngineCookieStore.FilterRequest.origin()
URL of the script or content accessing a cookiefinal QUrl
QWebEngineFullScreenRequest.origin()
final QUrl
QWebEngineNotification.origin()
final QUrl
QWebEngineQuotaRequest.origin()
final QUrl
QWebEngineRegisterProtocolHandlerRequest.origin()
final QUrl
QWebEngineHistoryItem.originalUrl()
final QUrl
QWebEngineNewWindowRequest.requestedUrl()
final QUrl
QWebEnginePage.requestedUrl()
final QUrl
QWebEngineUrlRequestInfo.requestUrl()
final QUrl
QWebEngineUrlRequestJob.requestUrl()
final QUrl
QWebEngineScript.sourceUrl()
final QUrl
QWebEngineCertificateError.url()
final QUrl
QWebEngineDownloadRequest.url()
final QUrl
QWebEngineHistoryItem.url()
final QUrl
QWebEngineHttpRequest.url()
final QUrl
QWebEngineLoadingInfo.url()
final QUrl
QWebEngineNavigationRequest.url()
final QUrl
QWebEnginePage.url()
Methods in io.qt.webengine.core with parameters of type QUrlModifier and TypeMethodDescriptionprotected boolean
QWebEnginePage.acceptNavigationRequest
(QUrl url, QWebEnginePage.NavigationType type, boolean isMainFrame) final void
QWebEngineCookieStore.deleteCookie
(QNetworkCookie cookie, QUrl origin) final void
Overloaded function forQWebEnginePage.download(io.qt.core.QUrl, java.lang.String)
withfilename = ""
.final void
protected void
QWebEnginePage.javaScriptAlert
(QUrl securityOrigin, String msg) protected boolean
QWebEnginePage.javaScriptConfirm
(QUrl securityOrigin, String msg) protected String
QWebEnginePage.javaScriptPrompt
(QUrl securityOrigin, String msg, String defaultValue) final void
static QWebEngineHttpRequest
QWebEngineHttpRequest.postRequest
(QUrl url, Map<String, String> postData) final void
final void
final void
QWebEnginePage.setContent
(QByteArray data, String mimeType, QUrl baseUrl) final void
QWebEngineCookieStore.setCookie
(QNetworkCookie cookie, QUrl origin) final void
QWebEnginePage.setFeaturePermission
(QUrl securityOrigin, QWebEnginePage.Feature feature, QWebEnginePage.PermissionPolicy policy) final void
QWebEngineCookieStore.FilterRequest.setFirstPartyUrl
(QUrl firstPartyUrl) URL that was navigated tofinal void
final void
URL of the script or content accessing a cookiefinal void
QWebEngineScript.setSourceUrl
(QUrl url) final void
final void
final boolean
QWebEngineProfile.visitedLinksContainsUrl
(QUrl url) Method parameters in io.qt.webengine.core with type arguments of type QUrlModifier and TypeMethodDescriptionfinal void
QWebEngineProfile.clearVisitedLinks
(Collection<QUrl> urls) Constructors in io.qt.webengine.core with parameters of type QUrlModifierConstructorDescriptionOverloaded constructor forQWebEngineHttpRequest(io.qt.core.QUrl, io.qt.webengine.core.QWebEngineHttpRequest.Method)
withmethod = io.qt.webengine.core.QWebEngineHttpRequest.Method.Get
.QWebEngineHttpRequest
(QUrl url, QWebEngineHttpRequest.Method method) -
Uses of QUrl in io.qt.webengine.widgets
Fields in io.qt.webengine.widgets with type parameters of type QUrlModifier and TypeFieldDescriptionfinal QObject.Signal1<QUrl>
QWebEngineView.iconUrlChanged
final QObject.Signal1<QUrl>
QWebEngineView.urlChanged
Methods in io.qt.webengine.widgets that return QUrlModifier and TypeMethodDescriptionfinal QUrl
QWebEngineView.iconUrl()
final QUrl
QWebEngineView.url()
Methods in io.qt.webengine.widgets with parameters of type QUrlModifier and TypeMethodDescriptionfinal void
final void
QWebEngineView.setContent
(QByteArray data, String mimeType, QUrl baseUrl) final void
final void
-
Uses of QUrl in io.qt.websockets
Methods in io.qt.websockets that return QUrlModifier and TypeMethodDescriptionfinal QUrl
QWebSocket.requestUrl()
Returns the url the socket is connected to or will connect tofinal QUrl
QWebSocketServer.serverUrl()
Methods in io.qt.websockets with parameters of type QUrl -
Uses of QUrl in io.qt.widgets
Fields in io.qt.widgets with type parameters of type QUrlModifier and TypeFieldDescriptionfinal QObject.Signal1<QUrl>
QTextBrowser.anchorClicked
final QObject.Signal1<QUrl>
QFileDialog.currentUrlChanged
final QObject.Signal1<QUrl>
QFileDialog.directoryUrlEntered
final QObject.Signal1<QUrl>
QTextBrowser.highlighted
final QObject.Signal1<QUrl>
QTextBrowser.sourceChanged
final QObject.Signal1<QUrl>
QFileDialog.urlSelected
final QObject.Signal1<List<QUrl>>
QFileDialog.urlsSelected
Methods in io.qt.widgets that return QUrlModifier and TypeMethodDescriptionfinal QUrl
QFileDialog.directoryUrl()
static QUrl
QFileDialog.getExistingDirectoryUrl()
static QUrl
QFileDialog.getExistingDirectoryUrl
(QWidget parent) static QUrl
QFileDialog.getExistingDirectoryUrl
(QWidget parent, String caption) static QUrl
QFileDialog.getExistingDirectoryUrl
(QWidget parent, String caption, QUrl dir) static QUrl
QFileDialog.getExistingDirectoryUrl
(QWidget parent, String caption, QUrl dir, QFileDialog.Options options) Overloaded function forQFileDialog.getExistingDirectoryUrl(io.qt.widgets.QWidget, java.lang.String, io.qt.core.QUrl, io.qt.widgets.QFileDialog.Options, java.util.Collection)
withsupportedSchemes = java.util.Collections.emptyList()
.static QUrl
QFileDialog.getExistingDirectoryUrl
(QWidget parent, String caption, QUrl dir, QFileDialog.Options options, Collection<String> supportedSchemes) static QUrl
QFileDialog.getExistingDirectoryUrl
(QWidget parent, String caption, QUrl dir, Collection<String> supportedSchemes, QFileDialog.Option... options) final QUrl
QTextBrowser.historyUrl
(int arg__1) final QUrl
QTextBrowser.source()
Methods in io.qt.widgets that return types with arguments of type QUrlModifier and TypeMethodDescriptionstatic QFileDialog.Result<QUrl>
QFileDialog.getOpenFileUrl()
static QFileDialog.Result<QUrl>
QFileDialog.getOpenFileUrl
(QWidget parent) static QFileDialog.Result<QUrl>
QFileDialog.getOpenFileUrl
(QWidget parent, String caption) static QFileDialog.Result<QUrl>
QFileDialog.getOpenFileUrl
(QWidget parent, String caption, QUrl dir) static QFileDialog.Result<QUrl>
QFileDialog.getOpenFileUrl
(QWidget parent, String caption, QUrl dir, String filter) static QFileDialog.Result<QUrl>
QFileDialog.getOpenFileUrl
(QWidget parent, String caption, QUrl dir, String filter, QFileDialog.Options options) Overloaded function forQFileDialog.getOpenFileUrl(io.qt.widgets.QWidget, java.lang.String, io.qt.core.QUrl, java.lang.String, io.qt.widgets.QFileDialog.Options, java.util.Collection)
withsupportedSchemes = java.util.Collections.emptyList()
.static QFileDialog.Result<QUrl>
QFileDialog.getOpenFileUrl
(QWidget parent, String caption, QUrl dir, String filter, QFileDialog.Options options, Collection<String> supportedSchemes) static QFileDialog.Result<QUrl>
QFileDialog.getOpenFileUrl
(QWidget parent, String caption, QUrl dir, String filter, Collection<String> supportedSchemes, QFileDialog.Option... options) static QFileDialog.Result<List<QUrl>>
QFileDialog.getOpenFileUrls()
static QFileDialog.Result<List<QUrl>>
QFileDialog.getOpenFileUrls
(QWidget parent) static QFileDialog.Result<List<QUrl>>
QFileDialog.getOpenFileUrls
(QWidget parent, String caption) static QFileDialog.Result<List<QUrl>>
QFileDialog.getOpenFileUrls
(QWidget parent, String caption, QUrl dir) static QFileDialog.Result<List<QUrl>>
QFileDialog.getOpenFileUrls
(QWidget parent, String caption, QUrl dir, String filter) static QFileDialog.Result<List<QUrl>>
QFileDialog.getOpenFileUrls
(QWidget parent, String caption, QUrl dir, String filter, QFileDialog.Options options) Overloaded function forQFileDialog.getOpenFileUrls(io.qt.widgets.QWidget, java.lang.String, io.qt.core.QUrl, java.lang.String, io.qt.widgets.QFileDialog.Options, java.util.Collection)
withsupportedSchemes = java.util.Collections.emptyList()
.static QFileDialog.Result<List<QUrl>>
QFileDialog.getOpenFileUrls
(QWidget parent, String caption, QUrl dir, String filter, QFileDialog.Options options, Collection<String> supportedSchemes) static QFileDialog.Result<List<QUrl>>
QFileDialog.getOpenFileUrls
(QWidget parent, String caption, QUrl dir, String filter, Collection<String> supportedSchemes, QFileDialog.Option... options) static QFileDialog.Result<QUrl>
QFileDialog.getSaveFileUrl()
static QFileDialog.Result<QUrl>
QFileDialog.getSaveFileUrl
(QWidget parent) static QFileDialog.Result<QUrl>
QFileDialog.getSaveFileUrl
(QWidget parent, String caption) static QFileDialog.Result<QUrl>
QFileDialog.getSaveFileUrl
(QWidget parent, String caption, QUrl dir) static QFileDialog.Result<QUrl>
QFileDialog.getSaveFileUrl
(QWidget parent, String caption, QUrl dir, String filter) static QFileDialog.Result<QUrl>
QFileDialog.getSaveFileUrl
(QWidget parent, String caption, QUrl dir, String filter, QFileDialog.Options options) Overloaded function forQFileDialog.getSaveFileUrl(io.qt.widgets.QWidget, java.lang.String, io.qt.core.QUrl, java.lang.String, io.qt.widgets.QFileDialog.Options, java.util.Collection)
withsupportedSchemes = java.util.Collections.emptyList()
.static QFileDialog.Result<QUrl>
QFileDialog.getSaveFileUrl
(QWidget parent, String caption, QUrl dir, String filter, QFileDialog.Options options, Collection<String> supportedSchemes) static QFileDialog.Result<QUrl>
QFileDialog.getSaveFileUrl
(QWidget parent, String caption, QUrl dir, String filter, Collection<String> supportedSchemes, QFileDialog.Option... options) QFileDialog.selectedUrls()
QFileDialog.sidebarUrls()
Methods in io.qt.widgets with parameters of type QUrlModifier and TypeMethodDescriptionprotected final void
QTextBrowser.doSetSource
(QUrl name) Overloaded function forQTextBrowser.doSetSource(io.qt.core.QUrl, io.qt.gui.QTextDocument.ResourceType)
withtype = io.qt.gui.QTextDocument.ResourceType.UnknownResource
.protected void
QTextBrowser.doSetSource
(QUrl name, QTextDocument.ResourceType type) static QUrl
QFileDialog.getExistingDirectoryUrl
(QWidget parent, String caption, QUrl dir) static QUrl
QFileDialog.getExistingDirectoryUrl
(QWidget parent, String caption, QUrl dir, QFileDialog.Options options) Overloaded function forQFileDialog.getExistingDirectoryUrl(io.qt.widgets.QWidget, java.lang.String, io.qt.core.QUrl, io.qt.widgets.QFileDialog.Options, java.util.Collection)
withsupportedSchemes = java.util.Collections.emptyList()
.static QUrl
QFileDialog.getExistingDirectoryUrl
(QWidget parent, String caption, QUrl dir, QFileDialog.Options options, Collection<String> supportedSchemes) static QUrl
QFileDialog.getExistingDirectoryUrl
(QWidget parent, String caption, QUrl dir, Collection<String> supportedSchemes, QFileDialog.Option... options) static QFileDialog.Result<QUrl>
QFileDialog.getOpenFileUrl
(QWidget parent, String caption, QUrl dir) static QFileDialog.Result<QUrl>
QFileDialog.getOpenFileUrl
(QWidget parent, String caption, QUrl dir, String filter) static QFileDialog.Result<QUrl>
QFileDialog.getOpenFileUrl
(QWidget parent, String caption, QUrl dir, String filter, QFileDialog.Options options) Overloaded function forQFileDialog.getOpenFileUrl(io.qt.widgets.QWidget, java.lang.String, io.qt.core.QUrl, java.lang.String, io.qt.widgets.QFileDialog.Options, java.util.Collection)
withsupportedSchemes = java.util.Collections.emptyList()
.static QFileDialog.Result<QUrl>
QFileDialog.getOpenFileUrl
(QWidget parent, String caption, QUrl dir, String filter, QFileDialog.Options options, Collection<String> supportedSchemes) static QFileDialog.Result<QUrl>
QFileDialog.getOpenFileUrl
(QWidget parent, String caption, QUrl dir, String filter, Collection<String> supportedSchemes, QFileDialog.Option... options) static QFileDialog.Result<List<QUrl>>
QFileDialog.getOpenFileUrls
(QWidget parent, String caption, QUrl dir) static QFileDialog.Result<List<QUrl>>
QFileDialog.getOpenFileUrls
(QWidget parent, String caption, QUrl dir, String filter) static QFileDialog.Result<List<QUrl>>
QFileDialog.getOpenFileUrls
(QWidget parent, String caption, QUrl dir, String filter, QFileDialog.Options options) Overloaded function forQFileDialog.getOpenFileUrls(io.qt.widgets.QWidget, java.lang.String, io.qt.core.QUrl, java.lang.String, io.qt.widgets.QFileDialog.Options, java.util.Collection)
withsupportedSchemes = java.util.Collections.emptyList()
.static QFileDialog.Result<List<QUrl>>
QFileDialog.getOpenFileUrls
(QWidget parent, String caption, QUrl dir, String filter, QFileDialog.Options options, Collection<String> supportedSchemes) static QFileDialog.Result<List<QUrl>>
QFileDialog.getOpenFileUrls
(QWidget parent, String caption, QUrl dir, String filter, Collection<String> supportedSchemes, QFileDialog.Option... options) static QFileDialog.Result<QUrl>
QFileDialog.getSaveFileUrl
(QWidget parent, String caption, QUrl dir) static QFileDialog.Result<QUrl>
QFileDialog.getSaveFileUrl
(QWidget parent, String caption, QUrl dir, String filter) static QFileDialog.Result<QUrl>
QFileDialog.getSaveFileUrl
(QWidget parent, String caption, QUrl dir, String filter, QFileDialog.Options options) Overloaded function forQFileDialog.getSaveFileUrl(io.qt.widgets.QWidget, java.lang.String, io.qt.core.QUrl, java.lang.String, io.qt.widgets.QFileDialog.Options, java.util.Collection)
withsupportedSchemes = java.util.Collections.emptyList()
.static QFileDialog.Result<QUrl>
QFileDialog.getSaveFileUrl
(QWidget parent, String caption, QUrl dir, String filter, QFileDialog.Options options, Collection<String> supportedSchemes) static QFileDialog.Result<QUrl>
QFileDialog.getSaveFileUrl
(QWidget parent, String caption, QUrl dir, String filter, Collection<String> supportedSchemes, QFileDialog.Option... options) QPlainTextEdit.loadResource
(int type, QUrl name) QTextBrowser.loadResource
(int type, QUrl name) QTextEdit.loadResource
(int type, QUrl name) final void
final void
QFileDialog.setDirectoryUrl
(QUrl directory) final void
Overloaded function forQTextBrowser.setSource(io.qt.core.QUrl, io.qt.gui.QTextDocument.ResourceType)
withtype = io.qt.gui.QTextDocument.ResourceType.UnknownResource
.final void
QTextBrowser.setSource
(QUrl name, QTextDocument.ResourceType type) Method parameters in io.qt.widgets with type arguments of type QUrl
new QUrl("qrc:path")
instead.