QWebEngineScriptCollection露
- PyQt5.QtWebEngineWidgets.QWebEngineScriptCollection
Description露
The QWebEngineScriptCollection class represents a collection of user scripts.
QWebEngineScriptCollection manages a set of user scripts.
Use scripts() and QWebEngineProfile::scripts() to access the collection of scripts associated with a single page or a number of pages sharing the same profile.
Methods露
- clear()
TODO
- contains(QWebEngineScript) → bool
TODO
- count() → int
TODO
- findScript(str) → QWebEngineScript
TODO
- findScripts(str) → List[QWebEngineScript]
TODO
- insert(QWebEngineScript)
TODO
- insert(Iterable[QWebEngineScript])
TODO
- isEmpty() → bool
TODO
- __len__() → int
TODO
- remove(QWebEngineScript) → bool
TODO
- toList() → List[QWebEngineScript]
TODO