diff -r 30eb69e6049c -r 448fc0052348 APIs/Python/PyQt5.api --- a/APIs/Python/PyQt5.api Wed Dec 30 11:02:00 2020 +0100 +++ b/APIs/Python/PyQt5.api Sun Feb 21 17:31:34 2021 +0100 @@ -7048,7 +7048,7 @@ QtCore.QSysInfo.productVersion?4() -> QString QtCore.QSysInfo.machineHostName?4() -> QString QtNetwork.QOcspRevocationReason?10 -QtNetwork.None?10 +QtNetwork.None_?10 QtNetwork.Unspecified?10 QtNetwork.KeyCompromise?10 QtNetwork.CACompromise?10 @@ -16103,7 +16103,7 @@ QtWidgets.QAction.setShortcutVisibleInContextMenu?4(bool) QtWidgets.QAction.isShortcutVisibleInContextMenu?4() -> bool QtWidgets.QActionGroup.ExclusionPolicy?10 -QtWidgets.QActionGroup.None?10 +QtWidgets.QActionGroup.None_?10 QtWidgets.QActionGroup.Exclusive?10 QtWidgets.QActionGroup.ExclusiveOptional?10 QtWidgets.QActionGroup?1(QObject) @@ -30471,6 +30471,8 @@ QtQuick.QSGRenderNode.CullState?10 QtQuick.QSGRenderNode.ViewportState?10 QtQuick.QSGRenderNode.RenderTargetState?10 +QtQuick.QSGRenderNode?1() +QtQuick.QSGRenderNode.__init__?1(self) QtQuick.QSGRenderNode.changedStates?4() -> QSGRenderNode.StateFlags QtQuick.QSGRenderNode.render?4(QSGRenderNode.RenderState) QtQuick.QSGRenderNode.releaseResources?4() @@ -31976,6 +31978,59 @@ QtTest.QTest.QTouchEventSequence.move?4(int, QPoint, QWidget) -> QTest.QTouchEventSequence QtTest.QTest.QTouchEventSequence.release?4(int, QPoint, QWidget) -> QTest.QTouchEventSequence QtTest.QTest.QTouchEventSequence.commit?4(bool processEvents=True) +QtTextToSpeech.QTextToSpeech.State?10 +QtTextToSpeech.QTextToSpeech.Ready?10 +QtTextToSpeech.QTextToSpeech.Speaking?10 +QtTextToSpeech.QTextToSpeech.Paused?10 +QtTextToSpeech.QTextToSpeech.BackendError?10 +QtTextToSpeech.QTextToSpeech?1(QObject parent=None) +QtTextToSpeech.QTextToSpeech.__init__?1(self, QObject parent=None) +QtTextToSpeech.QTextToSpeech?1(QString, QObject parent=None) +QtTextToSpeech.QTextToSpeech.__init__?1(self, QString, QObject parent=None) +QtTextToSpeech.QTextToSpeech.state?4() -> QTextToSpeech.State +QtTextToSpeech.QTextToSpeech.availableLocales?4() -> unknown-type +QtTextToSpeech.QTextToSpeech.locale?4() -> QLocale +QtTextToSpeech.QTextToSpeech.voice?4() -> QVoice +QtTextToSpeech.QTextToSpeech.availableVoices?4() -> unknown-type +QtTextToSpeech.QTextToSpeech.rate?4() -> float +QtTextToSpeech.QTextToSpeech.pitch?4() -> float +QtTextToSpeech.QTextToSpeech.volume?4() -> float +QtTextToSpeech.QTextToSpeech.availableEngines?4() -> QStringList +QtTextToSpeech.QTextToSpeech.say?4(QString) +QtTextToSpeech.QTextToSpeech.stop?4() +QtTextToSpeech.QTextToSpeech.pause?4() +QtTextToSpeech.QTextToSpeech.resume?4() +QtTextToSpeech.QTextToSpeech.setLocale?4(QLocale) +QtTextToSpeech.QTextToSpeech.setRate?4(float) +QtTextToSpeech.QTextToSpeech.setPitch?4(float) +QtTextToSpeech.QTextToSpeech.setVolume?4(float) +QtTextToSpeech.QTextToSpeech.setVoice?4(QVoice) +QtTextToSpeech.QTextToSpeech.stateChanged?4(QTextToSpeech.State) +QtTextToSpeech.QTextToSpeech.localeChanged?4(QLocale) +QtTextToSpeech.QTextToSpeech.rateChanged?4(float) +QtTextToSpeech.QTextToSpeech.pitchChanged?4(float) +QtTextToSpeech.QTextToSpeech.volumeChanged?4(float) +QtTextToSpeech.QTextToSpeech.volumeChanged?4(int) +QtTextToSpeech.QTextToSpeech.voiceChanged?4(QVoice) +QtTextToSpeech.QVoice.Age?10 +QtTextToSpeech.QVoice.Child?10 +QtTextToSpeech.QVoice.Teenager?10 +QtTextToSpeech.QVoice.Adult?10 +QtTextToSpeech.QVoice.Senior?10 +QtTextToSpeech.QVoice.Other?10 +QtTextToSpeech.QVoice.Gender?10 +QtTextToSpeech.QVoice.Male?10 +QtTextToSpeech.QVoice.Female?10 +QtTextToSpeech.QVoice.Unknown?10 +QtTextToSpeech.QVoice?1() +QtTextToSpeech.QVoice.__init__?1(self) +QtTextToSpeech.QVoice?1(QVoice) +QtTextToSpeech.QVoice.__init__?1(self, QVoice) +QtTextToSpeech.QVoice.name?4() -> QString +QtTextToSpeech.QVoice.gender?4() -> QVoice.Gender +QtTextToSpeech.QVoice.age?4() -> QVoice.Age +QtTextToSpeech.QVoice.genderName?4(QVoice.Gender) -> QString +QtTextToSpeech.QVoice.ageName?4(QVoice.Age) -> QString QtWebChannel.QWebChannel?1(QObject parent=None) QtWebChannel.QWebChannel.__init__?1(self, QObject parent=None) QtWebChannel.QWebChannel.registerObjects?4(unknown-type)