APIs/Python3/PyQt6-WebEngine.api

branch
eric7
changeset 61
c3ff08a62f7f
parent 53
f69d7f9ab8e4
--- a/APIs/Python3/PyQt6-WebEngine.api	Sat Dec 31 16:27:38 2022 +0100
+++ b/APIs/Python3/PyQt6-WebEngine.api	Mon May 15 13:37:37 2023 +0200
@@ -3,6 +3,7 @@
 QtWebEngineCore.qWebEngineVersion?4() -> str
 QtWebEngineCore.qWebEngineChromiumVersion?4() -> str
 QtWebEngineCore.qWebEngineChromiumSecurityPatchVersion?4() -> str
+QtWebEngineCore.qWebEngineProcessName?4() -> str
 QtWebEngineCore.QWebEngineCertificateError.Type?10
 QtWebEngineCore.QWebEngineCertificateError.Type.SslPinnedKeyNotInCertificateChain?10
 QtWebEngineCore.QWebEngineCertificateError.Type.CertificateCommonNameInvalid?10
@@ -91,7 +92,7 @@
 QtWebEngineCore.QWebEngineCookieStore.loadAllCookies?4()
 QtWebEngineCore.QWebEngineCookieStore.cookieAdded?4(QNetworkCookie)
 QtWebEngineCore.QWebEngineCookieStore.cookieRemoved?4(QNetworkCookie)
-QtWebEngineCore.QWebEngineCookieStore.setCookieFilter?4(callable filterCallback=0)
+QtWebEngineCore.QWebEngineCookieStore.setCookieFilter?4(Callable[..., None] filterCallback=None)
 QtWebEngineCore.QWebEngineCookieStore.FilterRequest.firstPartyUrl?7
 QtWebEngineCore.QWebEngineCookieStore.FilterRequest.origin?7
 QtWebEngineCore.QWebEngineCookieStore.FilterRequest.thirdParty?7
@@ -167,6 +168,21 @@
 QtWebEngineCore.QWebEngineDownloadRequest.isPausedChanged?4()
 QtWebEngineCore.QWebEngineDownloadRequest.downloadDirectoryChanged?4()
 QtWebEngineCore.QWebEngineDownloadRequest.downloadFileNameChanged?4()
+QtWebEngineCore.QWebEngineFileSystemAccessRequest.HandleType?10
+QtWebEngineCore.QWebEngineFileSystemAccessRequest.HandleType.File?10
+QtWebEngineCore.QWebEngineFileSystemAccessRequest.HandleType.Directory?10
+QtWebEngineCore.QWebEngineFileSystemAccessRequest.AccessFlag?10
+QtWebEngineCore.QWebEngineFileSystemAccessRequest.AccessFlag.Read?10
+QtWebEngineCore.QWebEngineFileSystemAccessRequest.AccessFlag.Write?10
+QtWebEngineCore.QWebEngineFileSystemAccessRequest?1(QWebEngineFileSystemAccessRequest)
+QtWebEngineCore.QWebEngineFileSystemAccessRequest.__init__?1(self, QWebEngineFileSystemAccessRequest)
+QtWebEngineCore.QWebEngineFileSystemAccessRequest.swap?4(QWebEngineFileSystemAccessRequest)
+QtWebEngineCore.QWebEngineFileSystemAccessRequest.accept?4()
+QtWebEngineCore.QWebEngineFileSystemAccessRequest.reject?4()
+QtWebEngineCore.QWebEngineFileSystemAccessRequest.origin?4() -> QUrl
+QtWebEngineCore.QWebEngineFileSystemAccessRequest.filePath?4() -> QUrl
+QtWebEngineCore.QWebEngineFileSystemAccessRequest.handleType?4() -> QWebEngineFileSystemAccessRequest.HandleType
+QtWebEngineCore.QWebEngineFileSystemAccessRequest.accessFlags?4() -> unknown-type
 QtWebEngineCore.QWebEngineFindTextResult?1()
 QtWebEngineCore.QWebEngineFindTextResult.__init__?1(self)
 QtWebEngineCore.QWebEngineFindTextResult?1(QWebEngineFindTextResult)
@@ -243,6 +259,7 @@
 QtWebEngineCore.QWebEngineLoadingInfo.ErrorDomain.HttpErrorDomain?10
 QtWebEngineCore.QWebEngineLoadingInfo.ErrorDomain.FtpErrorDomain?10
 QtWebEngineCore.QWebEngineLoadingInfo.ErrorDomain.DnsErrorDomain?10
+QtWebEngineCore.QWebEngineLoadingInfo.ErrorDomain.HttpStatusCodeDomain?10
 QtWebEngineCore.QWebEngineLoadingInfo.LoadStatus?10
 QtWebEngineCore.QWebEngineLoadingInfo.LoadStatus.LoadStartedStatus?10
 QtWebEngineCore.QWebEngineLoadingInfo.LoadStatus.LoadStoppedStatus?10
@@ -386,10 +403,10 @@
 QtWebEngineCore.QWebEnginePage.WebAction.Outdent?10
 QtWebEngineCore.QWebEnginePage.WebAction.InsertOrderedList?10
 QtWebEngineCore.QWebEnginePage.WebAction.InsertUnorderedList?10
+QtWebEngineCore.QWebEnginePage?1(QWebEngineProfile, QObject parent=None)
+QtWebEngineCore.QWebEnginePage.__init__?1(self, QWebEngineProfile, QObject parent=None)
 QtWebEngineCore.QWebEnginePage?1(QObject parent=None)
 QtWebEngineCore.QWebEnginePage.__init__?1(self, QObject parent=None)
-QtWebEngineCore.QWebEnginePage?1(QWebEngineProfile, QObject parent=None)
-QtWebEngineCore.QWebEnginePage.__init__?1(self, QWebEngineProfile, QObject parent=None)
 QtWebEngineCore.QWebEnginePage.history?4() -> QWebEngineHistory
 QtWebEngineCore.QWebEnginePage.hasSelection?4() -> bool
 QtWebEngineCore.QWebEnginePage.selectedText?4() -> QString
@@ -472,19 +489,20 @@
 QtWebEngineCore.QWebEnginePage.findTextFinished?4(QWebEngineFindTextResult)
 QtWebEngineCore.QWebEnginePage.renderProcessPid?4() -> int
 QtWebEngineCore.QWebEnginePage.renderProcessPidChanged?4(int)
-QtWebEngineCore.QWebEnginePage.findText?4(QString, unknown-type options={}, callable resultCallback=0)
+QtWebEngineCore.QWebEnginePage.findText?4(QString, unknown-type options={}, Callable[..., None] resultCallback=None)
 QtWebEngineCore.QWebEnginePage.isLoading?4() -> bool
-QtWebEngineCore.QWebEnginePage.toHtml?4(callable)
-QtWebEngineCore.QWebEnginePage.toPlainText?4(callable)
-QtWebEngineCore.QWebEnginePage.runJavaScript?4(QString, int worldId=0, callable resultCallback=0)
-QtWebEngineCore.QWebEnginePage.runJavaScript?4(QString, callable)
+QtWebEngineCore.QWebEnginePage.toHtml?4(Callable[..., None])
+QtWebEngineCore.QWebEnginePage.toPlainText?4(Callable[..., None])
+QtWebEngineCore.QWebEnginePage.runJavaScript?4(QString, int worldId=0, Callable[..., None] resultCallback=None)
+QtWebEngineCore.QWebEnginePage.runJavaScript?4(QString, Callable[..., None])
 QtWebEngineCore.QWebEnginePage.setWebChannel?4(QWebChannel, int worldId=0)
-QtWebEngineCore.QWebEnginePage.printToPdf?4(QString, QPageLayout pageLayout=QPageLayout(QPageSize(QPageSize.A4),QPageLayout.Portrait,QMarginsF()), QPageRanges ranges={})
-QtWebEngineCore.QWebEnginePage.printToPdf?4(callable, QPageLayout pageLayout=QPageLayout(QPageSize(QPageSize.A4),QPageLayout.Portrait,QMarginsF()), QPageRanges ranges={})
+QtWebEngineCore.QWebEnginePage.printToPdf?4(QString, QPageLayout pageLayout=QPageLayout(QPageSize(QPageSize.A4), QPageLayout.Portrait, QMarginsF()), QPageRanges ranges={})
+QtWebEngineCore.QWebEnginePage.printToPdf?4(Callable[..., None], QPageLayout pageLayout=QPageLayout(QPageSize(QPageSize.A4), QPageLayout.Portrait, QMarginsF()), QPageRanges ranges={})
 QtWebEngineCore.QWebEnginePage.loadingChanged?4(QWebEngineLoadingInfo)
 QtWebEngineCore.QWebEnginePage.certificateError?4(QWebEngineCertificateError)
 QtWebEngineCore.QWebEnginePage.navigationRequested?4(QWebEngineNavigationRequest)
 QtWebEngineCore.QWebEnginePage.newWindowRequested?4(QWebEngineNewWindowRequest)
+QtWebEngineCore.QWebEnginePage.fileSystemAccessRequested?4(QWebEngineFileSystemAccessRequest)
 QtWebEngineCore.QWebEngineProfile.PersistentCookiesPolicy?10
 QtWebEngineCore.QWebEngineProfile.PersistentCookiesPolicy.NoPersistentCookies?10
 QtWebEngineCore.QWebEngineProfile.PersistentCookiesPolicy.AllowPersistentCookies?10
@@ -534,10 +552,12 @@
 QtWebEngineCore.QWebEngineProfile.isSpellCheckEnabled?4() -> bool
 QtWebEngineCore.QWebEngineProfile.downloadPath?4() -> QString
 QtWebEngineCore.QWebEngineProfile.setDownloadPath?4(QString)
-QtWebEngineCore.QWebEngineProfile.setNotificationPresenter?4(callable)
+QtWebEngineCore.QWebEngineProfile.setNotificationPresenter?4(Callable[..., None])
 QtWebEngineCore.QWebEngineProfile.clientCertificateStore?4() -> QWebEngineClientCertificateStore
-QtWebEngineCore.QWebEngineProfile.requestIconForPageURL?4(QUrl, int, callable)
-QtWebEngineCore.QWebEngineProfile.requestIconForIconURL?4(QUrl, int, callable)
+QtWebEngineCore.QWebEngineProfile.requestIconForPageURL?4(QUrl, int, Callable[..., None])
+QtWebEngineCore.QWebEngineProfile.requestIconForIconURL?4(QUrl, int, Callable[..., None])
+QtWebEngineCore.QWebEngineProfile.isPushServiceEnabled?4() -> bool
+QtWebEngineCore.QWebEngineProfile.setPushServiceEnabled?4(bool)
 QtWebEngineCore.QWebEngineQuotaRequest?1()
 QtWebEngineCore.QWebEngineQuotaRequest.__init__?1(self)
 QtWebEngineCore.QWebEngineQuotaRequest?1(QWebEngineQuotaRequest)
@@ -629,6 +649,7 @@
 QtWebEngineCore.QWebEngineSettings.WebAttribute.JavascriptCanPaste?10
 QtWebEngineCore.QWebEngineSettings.WebAttribute.DnsPrefetchEnabled?10
 QtWebEngineCore.QWebEngineSettings.WebAttribute.PdfViewerEnabled?10
+QtWebEngineCore.QWebEngineSettings.WebAttribute.NavigateOnDropEnabled?10
 QtWebEngineCore.QWebEngineSettings.FontFamily?10
 QtWebEngineCore.QWebEngineSettings.FontFamily.StandardFont?10
 QtWebEngineCore.QWebEngineSettings.FontFamily.FixedFont?10
@@ -681,6 +702,7 @@
 QtWebEngineCore.QWebEngineUrlRequestInfo.ResourceType.ResourceTypePluginResource?10
 QtWebEngineCore.QWebEngineUrlRequestInfo.ResourceType.ResourceTypeNavigationPreloadMainFrame?10
 QtWebEngineCore.QWebEngineUrlRequestInfo.ResourceType.ResourceTypeNavigationPreloadSubFrame?10
+QtWebEngineCore.QWebEngineUrlRequestInfo.ResourceType.ResourceTypeWebSocket?10
 QtWebEngineCore.QWebEngineUrlRequestInfo.resourceType?4() -> QWebEngineUrlRequestInfo.ResourceType
 QtWebEngineCore.QWebEngineUrlRequestInfo.navigationType?4() -> QWebEngineUrlRequestInfo.NavigationType
 QtWebEngineCore.QWebEngineUrlRequestInfo.requestUrl?4() -> QUrl
@@ -690,6 +712,7 @@
 QtWebEngineCore.QWebEngineUrlRequestInfo.redirect?4(QUrl)
 QtWebEngineCore.QWebEngineUrlRequestInfo.setHttpHeader?4(QByteArray, QByteArray)
 QtWebEngineCore.QWebEngineUrlRequestInfo.initiator?4() -> QUrl
+QtWebEngineCore.QWebEngineUrlRequestInfo.httpHeaders?4() -> unknown-type
 QtWebEngineCore.QWebEngineUrlRequestInterceptor?1(QObject parent=None)
 QtWebEngineCore.QWebEngineUrlRequestInterceptor.__init__?1(self, QObject parent=None)
 QtWebEngineCore.QWebEngineUrlRequestInterceptor.interceptRequest?4(QWebEngineUrlRequestInfo)
@@ -799,7 +822,14 @@
 QtWebEngineQuick.QQuickWebEngineProfile.clientCertificateStore?4() -> QWebEngineClientCertificateStore
 QtWebEngineQuick.QQuickWebEngineProfile.downloadPathChanged?4()
 QtWebEngineQuick.QQuickWebEngineProfile.presentNotification?4(QWebEngineNotification)
+QtWebEngineQuick.QQuickWebEngineProfile.isPushServiceEnabled?4() -> bool
+QtWebEngineQuick.QQuickWebEngineProfile.setPushServiceEnabled?4(bool)
+QtWebEngineQuick.QQuickWebEngineProfile.pushServiceEnabledChanged?4()
 QtWebEngineQuick.QtWebEngineQuick.initialize?4()
+QtWebEngineWidgets.QWebEngineView?1(QWebEnginePage, QWidget parent=None)
+QtWebEngineWidgets.QWebEngineView.__init__?1(self, QWebEnginePage, QWidget parent=None)
+QtWebEngineWidgets.QWebEngineView?1(QWebEngineProfile, QWidget parent=None)
+QtWebEngineWidgets.QWebEngineView.__init__?1(self, QWebEngineProfile, QWidget parent=None)
 QtWebEngineWidgets.QWebEngineView?1(QWidget parent=None)
 QtWebEngineWidgets.QWebEngineView.__init__?1(self, QWidget parent=None)
 QtWebEngineWidgets.QWebEngineView.page?4() -> QWebEnginePage
@@ -846,11 +876,11 @@
 QtWebEngineWidgets.QWebEngineView.dropEvent?4(QDropEvent)
 QtWebEngineWidgets.QWebEngineView.closeEvent?4(QCloseEvent)
 QtWebEngineWidgets.QWebEngineView.forPage?4(QWebEnginePage) -> QWebEngineView
-QtWebEngineWidgets.QWebEngineView.findText?4(QString, unknown-type options={}, callable resultCallback=0)
+QtWebEngineWidgets.QWebEngineView.findText?4(QString, unknown-type options={}, Callable[..., None] resultCallback=None)
 QtWebEngineWidgets.QWebEngineView.createStandardContextMenu?4() -> QMenu
 QtWebEngineWidgets.QWebEngineView.lastContextMenuRequest?4() -> QWebEngineContextMenuRequest
-QtWebEngineWidgets.QWebEngineView.printToPdf?4(QString, QPageLayout pageLayout=QPageLayout(QPageSize(QPageSize.A4),QPageLayout.Portrait,QMarginsF()), QPageRanges ranges={})
-QtWebEngineWidgets.QWebEngineView.printToPdf?4(callable, QPageLayout pageLayout=QPageLayout(QPageSize(QPageSize.A4),QPageLayout.Portrait,QMarginsF()), QPageRanges ranges={})
+QtWebEngineWidgets.QWebEngineView.printToPdf?4(QString, QPageLayout pageLayout=QPageLayout(QPageSize(QPageSize.A4), QPageLayout.Portrait, QMarginsF()), QPageRanges ranges={})
+QtWebEngineWidgets.QWebEngineView.printToPdf?4(Callable[..., None], QPageLayout pageLayout=QPageLayout(QPageSize(QPageSize.A4), QPageLayout.Portrait, QMarginsF()), QPageRanges ranges={})
 QtWebEngineWidgets.QWebEngineView.print?4(QPrinter)
 QtWebEngineWidgets.QWebEngineView.pdfPrintingFinished?4(QString, bool)
 QtWebEngineWidgets.QWebEngineView.printRequested?4()

eric ide

mercurial