QtQml¶
Provides functions for producing logging messages for QML types. More…
Synopsis¶
Static functions¶
def
qmlAttachedPropertiesObject
(arg__1, arg__2, arg__3, create)def
qmlAttachedPropertiesObjectById
(arg__1, arg__2[, create=true])def
qmlContext
(arg__1)def
qmlEngine
(arg__1)def
qmlExecuteDeferred
(arg__1)
Detailed Description¶
- static PySide2.QtQml.QtQml.qmlAttachedPropertiesObject(arg__1, arg__2, arg__3, create)¶
- Parameters:
arg__1 – int
arg__2 –
PySide2.QtCore.QObject
arg__3 –
PySide2.QtCore.QMetaObject
create – bool
- Return type:
Note
This function is deprecated.
- static PySide2.QtQml.QtQml.qmlAttachedPropertiesObjectById(arg__1, arg__2[, create=true])¶
- Parameters:
arg__1 – int
arg__2 –
PySide2.QtCore.QObject
create – bool
- Return type:
Note
This function is deprecated.
- static PySide2.QtQml.QtQml.qmlContext(arg__1)¶
- Parameters:
arg__1 –
PySide2.QtCore.QObject
- Return type:
- static PySide2.QtQml.QtQml.qmlEngine(arg__1)¶
- Parameters:
arg__1 –
PySide2.QtCore.QObject
- Return type:
- static PySide2.QtQml.QtQml.qmlExecuteDeferred(arg__1)¶
- Parameters:
arg__1 –
PySide2.QtCore.QObject
© 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.