QQmlDebuggingEnabler¶
Synopsis¶
Static functions¶
def
connectToLocalDebugger
(socketFileName[, mode=DoNotWaitForClient])def
debuggerServices
()def
inspectorServices
()def
nativeDebuggerServices
()def
profilerServices
()def
setServices
(services)def
startDebugConnector
(pluginName[, configuration=QVariantHash()])def
startTcpDebugServer
(port[, mode=DoNotWaitForClient[, hostName=””]])
Detailed Description¶
- class PySide2.QtQml.QQmlDebuggingEnabler([printWarning=true])¶
- Parameters:
printWarning – bool
- PySide2.QtQml.QQmlDebuggingEnabler.StartMode¶
- static PySide2.QtQml.QQmlDebuggingEnabler.connectToLocalDebugger(socketFileName[, mode=DoNotWaitForClient])¶
- Parameters:
socketFileName – str
mode –
StartMode
- Return type:
bool
- static PySide2.QtQml.QQmlDebuggingEnabler.debuggerServices()¶
- Return type:
list of strings
- static PySide2.QtQml.QQmlDebuggingEnabler.inspectorServices()¶
- Return type:
list of strings
- static PySide2.QtQml.QQmlDebuggingEnabler.nativeDebuggerServices()¶
- Return type:
list of strings
- static PySide2.QtQml.QQmlDebuggingEnabler.profilerServices()¶
- Return type:
list of strings
- static PySide2.QtQml.QQmlDebuggingEnabler.setServices(services)¶
- Parameters:
services – list of strings
- static PySide2.QtQml.QQmlDebuggingEnabler.startDebugConnector(pluginName[, configuration=QVariantHash()])¶
- Parameters:
pluginName – str
configuration –
- Return type:
bool
© 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.