QQmlFile¶
Synopsis¶
Functions¶
def
clear
()def
clear
(arg__1)def
connectDownloadProgress
(arg__1, arg__2)def
connectDownloadProgress
(arg__1, arg__2)def
connectFinished
(arg__1, arg__2)def
connectFinished
(arg__1, arg__2)def
data
()def
dataByteArray
()def
error
()def
isError
()def
isLoading
()def
isNull
()def
isReady
()def
load
(arg__1, arg__2)def
load
(arg__1, arg__2)def
size
()def
status
()def
url
()
Static functions¶
def
isLocalFile
(url)def
isLocalFile
(url)def
isSynchronous
(url)def
isSynchronous
(url)def
urlToLocalFileOrQrc
(arg__1)def
urlToLocalFileOrQrc
(arg__1)
Detailed Description¶
- class PySide6.QtQml.QQmlFile¶
PySide6.QtQml.QQmlFile(arg__1, arg__2)
PySide6.QtQml.QQmlFile(arg__1, arg__2)
- Parameters
arg__2 – str
arg__1 –
PySide6.QtQml.QQmlEngine
- PySide6.QtQml.QQmlFile.Status¶
- PySide6.QtQml.QQmlFile.clear()¶
- PySide6.QtQml.QQmlFile.clear(arg__1)
- Parameters
arg__1 –
PySide6.QtCore.QObject
- PySide6.QtQml.QQmlFile.connectDownloadProgress(arg__1, arg__2)¶
- Parameters
arg__1 –
PySide6.QtCore.QObject
arg__2 – str
- Return type
bool
- PySide6.QtQml.QQmlFile.connectDownloadProgress(arg__1, arg__2)
- Parameters
arg__1 –
PySide6.QtCore.QObject
arg__2 – int
- Return type
bool
- PySide6.QtQml.QQmlFile.connectFinished(arg__1, arg__2)¶
- Parameters
arg__1 –
PySide6.QtCore.QObject
arg__2 – str
- Return type
bool
- PySide6.QtQml.QQmlFile.connectFinished(arg__1, arg__2)
- Parameters
arg__1 –
PySide6.QtCore.QObject
arg__2 – int
- Return type
bool
- PySide6.QtQml.QQmlFile.data()¶
- Return type
str
- PySide6.QtQml.QQmlFile.dataByteArray()¶
- Return type
- PySide6.QtQml.QQmlFile.error()¶
- Return type
str
- PySide6.QtQml.QQmlFile.isError()¶
- Return type
bool
- PySide6.QtQml.QQmlFile.isLoading()¶
- Return type
bool
- static PySide6.QtQml.QQmlFile.isLocalFile(url)¶
- Parameters
url – str
- Return type
bool
- static PySide6.QtQml.QQmlFile.isLocalFile(url)
- Parameters
url –
PySide6.QtCore.QUrl
- Return type
bool
- PySide6.QtQml.QQmlFile.isNull()¶
- Return type
bool
- PySide6.QtQml.QQmlFile.isReady()¶
- Return type
bool
- static PySide6.QtQml.QQmlFile.isSynchronous(url)¶
- Parameters
url – str
- Return type
bool
- static PySide6.QtQml.QQmlFile.isSynchronous(url)
- Parameters
url –
PySide6.QtCore.QUrl
- Return type
bool
- PySide6.QtQml.QQmlFile.load(arg__1, arg__2)¶
- Parameters
arg__1 –
PySide6.QtQml.QQmlEngine
arg__2 – str
- PySide6.QtQml.QQmlFile.load(arg__1, arg__2)
- Parameters
arg__1 –
PySide6.QtQml.QQmlEngine
arg__2 –
PySide6.QtCore.QUrl
- PySide6.QtQml.QQmlFile.size()¶
- Return type
int
- PySide6.QtQml.QQmlFile.url()¶
- Return type
- static PySide6.QtQml.QQmlFile.urlToLocalFileOrQrc(arg__1)¶
- Parameters
arg__1 – str
- Return type
str
- static PySide6.QtQml.QQmlFile.urlToLocalFileOrQrc(arg__1)
- Parameters
arg__1 –
PySide6.QtCore.QUrl
- Return type
str
© 2022 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.