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 PySide2.QtQml.QQmlFile¶
PySide2.QtQml.QQmlFile(arg__1, arg__2)
PySide2.QtQml.QQmlFile(arg__1, arg__2)
- Parameters:
arg__1 –
PySide2.QtQml.QQmlEngine
arg__2 – str
- PySide2.QtQml.QQmlFile.Status¶
- PySide2.QtQml.QQmlFile.clear()¶
- PySide2.QtQml.QQmlFile.clear(arg__1)
- Parameters:
arg__1 –
PySide2.QtCore.QObject
- PySide2.QtQml.QQmlFile.connectDownloadProgress(arg__1, arg__2)¶
- Parameters:
arg__1 –
PySide2.QtCore.QObject
arg__2 – str
- Return type:
bool
- PySide2.QtQml.QQmlFile.connectDownloadProgress(arg__1, arg__2)
- Parameters:
arg__1 –
PySide2.QtCore.QObject
arg__2 – int
- Return type:
bool
- PySide2.QtQml.QQmlFile.connectFinished(arg__1, arg__2)¶
- Parameters:
arg__1 –
PySide2.QtCore.QObject
arg__2 – str
- Return type:
bool
- PySide2.QtQml.QQmlFile.connectFinished(arg__1, arg__2)
- Parameters:
arg__1 –
PySide2.QtCore.QObject
arg__2 – int
- Return type:
bool
- PySide2.QtQml.QQmlFile.data()¶
- Return type:
str
- PySide2.QtQml.QQmlFile.dataByteArray()¶
- Return type:
- PySide2.QtQml.QQmlFile.error()¶
- Return type:
str
- PySide2.QtQml.QQmlFile.isError()¶
- Return type:
bool
- PySide2.QtQml.QQmlFile.isLoading()¶
- Return type:
bool
- static PySide2.QtQml.QQmlFile.isLocalFile(url)¶
- Parameters:
url – str
- Return type:
bool
- static PySide2.QtQml.QQmlFile.isLocalFile(url)
- Parameters:
url –
PySide2.QtCore.QUrl
- Return type:
bool
- PySide2.QtQml.QQmlFile.isNull()¶
- Return type:
bool
- PySide2.QtQml.QQmlFile.isReady()¶
- Return type:
bool
- static PySide2.QtQml.QQmlFile.isSynchronous(url)¶
- Parameters:
url – str
- Return type:
bool
- static PySide2.QtQml.QQmlFile.isSynchronous(url)
- Parameters:
url –
PySide2.QtCore.QUrl
- Return type:
bool
- PySide2.QtQml.QQmlFile.load(arg__1, arg__2)¶
- Parameters:
arg__1 –
PySide2.QtQml.QQmlEngine
arg__2 – str
- PySide2.QtQml.QQmlFile.load(arg__1, arg__2)
- Parameters:
arg__1 –
PySide2.QtQml.QQmlEngine
arg__2 –
PySide2.QtCore.QUrl
- PySide2.QtQml.QQmlFile.size()¶
- Return type:
int
- PySide2.QtQml.QQmlFile.url()¶
- Return type:
- static PySide2.QtQml.QQmlFile.urlToLocalFileOrQrc(arg__1)¶
- Parameters:
arg__1 – str
- Return type:
str
- static PySide2.QtQml.QQmlFile.urlToLocalFileOrQrc(arg__1)
- Parameters:
arg__1 –
PySide2.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.