APIs/Python/PyQt6.api

branch
eric7
changeset 42
37f3e7ddc937
parent 35
908f5f14b718
diff -r 3fd5894ef2ed -r 37f3e7ddc937 APIs/Python/PyQt6.api
--- a/APIs/Python/PyQt6.api	Thu Dec 30 11:30:26 2021 +0100
+++ b/APIs/Python/PyQt6.api	Wed Jun 01 17:41:53 2022 +0200
@@ -382,6 +382,7 @@
 QtCore.Qt.InputMethodQuery.ImEnterKeyType?10
 QtCore.Qt.InputMethodQuery.ImAnchorRectangle?10
 QtCore.Qt.InputMethodQuery.ImInputItemClipRectangle?10
+QtCore.Qt.InputMethodQuery.ImReadOnly?10
 QtCore.Qt.ContextMenuPolicy?10
 QtCore.Qt.ContextMenuPolicy.NoContextMenu?10
 QtCore.Qt.ContextMenuPolicy.PreventContextMenu?10
@@ -1785,8 +1786,6 @@
 QtCore.QByteArray.__init__?1(self)
 QtCore.QByteArray?1(int, str)
 QtCore.QByteArray.__init__?1(self, int, str)
-QtCore.QByteArray?1(str, int size=-1)
-QtCore.QByteArray.__init__?1(self, str, int size=-1)
 QtCore.QByteArray?1(QByteArray)
 QtCore.QByteArray.__init__?1(self, QByteArray)
 QtCore.QByteArray.resize?4(int)
@@ -1850,7 +1849,7 @@
 QtCore.QByteArray.push_back?4(QByteArrayView)
 QtCore.QByteArray.push_front?4(QByteArrayView)
 QtCore.QByteArray.contains?4(QByteArrayView) -> bool
-QtCore.QByteArray.toHex?4(str separator='\x00') -> QByteArray
+QtCore.QByteArray.toHex?4(str separator='\000') -> QByteArray
 QtCore.QByteArray.toPercentEncoding?4(QByteArray exclude=QByteArray(), QByteArray include=QByteArray(), str percent='%') -> QByteArray
 QtCore.QByteArray.fromPercentEncoding?4(QByteArray, str percent='%') -> QByteArray
 QtCore.QByteArray.repeated?4(int) -> QByteArray
@@ -1862,6 +1861,7 @@
 QtCore.QByteArray.fromBase64Encoding?4(QByteArray, unknown-type options=QByteArray.Base64Encoding) -> QByteArray.FromBase64Result
 QtCore.QByteArray.sliced?4(int) -> QByteArray
 QtCore.QByteArray.sliced?4(int, int) -> QByteArray
+QtCore.QByteArray.isValidUtf8?4() -> bool
 QtCore.QByteArray.FromBase64Result.decoded?7
 QtCore.QByteArray.FromBase64Result.decodingStatus?7
 QtCore.QByteArray.FromBase64Result?1()
@@ -1869,17 +1869,17 @@
 QtCore.QByteArray.FromBase64Result?1(QByteArray.FromBase64Result)
 QtCore.QByteArray.FromBase64Result.__init__?1(self, QByteArray.FromBase64Result)
 QtCore.QByteArray.FromBase64Result.swap?4(QByteArray.FromBase64Result)
+QtCore.QByteArrayMatcher?1(str, int length=-1)
+QtCore.QByteArrayMatcher.__init__?1(self, str, int length=-1)
+QtCore.QByteArrayMatcher?1(QByteArrayView)
+QtCore.QByteArrayMatcher.__init__?1(self, QByteArrayView)
 QtCore.QByteArrayMatcher?1()
 QtCore.QByteArrayMatcher.__init__?1(self)
-QtCore.QByteArrayMatcher?1(str, int)
-QtCore.QByteArrayMatcher.__init__?1(self, str, int)
-QtCore.QByteArrayMatcher?1(QByteArray)
-QtCore.QByteArrayMatcher.__init__?1(self, QByteArray)
 QtCore.QByteArrayMatcher?1(QByteArrayMatcher)
 QtCore.QByteArrayMatcher.__init__?1(self, QByteArrayMatcher)
 QtCore.QByteArrayMatcher.setPattern?4(QByteArray)
+QtCore.QByteArrayMatcher.indexIn?4(QByteArrayView, int from=0) -> int
 QtCore.QByteArrayMatcher.indexIn?4(str, int, int from=0) -> int
-QtCore.QByteArrayMatcher.indexIn?4(QByteArray, int from=0) -> int
 QtCore.QByteArrayMatcher.pattern?4() -> QByteArray
 QtCore.QCalendar.System?10
 QtCore.QCalendar.System.Gregorian?10
@@ -2066,6 +2066,8 @@
 QtCore.QCollator.ignorePunctuation?4() -> bool
 QtCore.QCollator.compare?4(QString, QString) -> int
 QtCore.QCollator.sortKey?4(QString) -> QCollatorSortKey
+QtCore.QCollator.defaultCompare?4(QStringView, QStringView) -> int
+QtCore.QCollator.defaultSortKey?4(QStringView) -> QCollatorSortKey
 QtCore.QCommandLineOption.Flag?10
 QtCore.QCommandLineOption.Flag.HiddenFromHelp?10
 QtCore.QCommandLineOption.Flag.ShortOptionStyle?10
@@ -2159,7 +2161,6 @@
 QtCore.QCoreApplication.exec?4() -> int
 QtCore.QCoreApplication.processEvents?4(unknown-type flags=QEventLoop.AllEvents)
 QtCore.QCoreApplication.processEvents?4(unknown-type, int)
-QtCore.QCoreApplication.exit?4(int returnCode=0)
 QtCore.QCoreApplication.sendEvent?4(QObject, QEvent) -> bool
 QtCore.QCoreApplication.postEvent?4(QObject, QEvent, int priority=Qt.NormalEventPriority)
 QtCore.QCoreApplication.sendPostedEvents?4(QObject receiver=None, int eventType=0)
@@ -2179,6 +2180,7 @@
 QtCore.QCoreApplication.setAttribute?4(Qt.ApplicationAttribute, bool on=True)
 QtCore.QCoreApplication.testAttribute?4(Qt.ApplicationAttribute) -> bool
 QtCore.QCoreApplication.quit?4()
+QtCore.QCoreApplication.exit?4(int returnCode=0)
 QtCore.QCoreApplication.aboutToQuit?4()
 QtCore.QCoreApplication.event?4(QEvent) -> bool
 QtCore.QCoreApplication.setApplicationVersion?4(QString)
@@ -2403,11 +2405,12 @@
 QtCore.QCryptographicHash?1(QCryptographicHash.Algorithm)
 QtCore.QCryptographicHash.__init__?1(self, QCryptographicHash.Algorithm)
 QtCore.QCryptographicHash.reset?4()
+QtCore.QCryptographicHash.addData?4(QByteArrayView)
 QtCore.QCryptographicHash.addData?4(bytes)
-QtCore.QCryptographicHash.addData?4(QByteArray)
 QtCore.QCryptographicHash.addData?4(QIODevice) -> bool
 QtCore.QCryptographicHash.result?4() -> QByteArray
-QtCore.QCryptographicHash.hash?4(QByteArray, QCryptographicHash.Algorithm) -> QByteArray
+QtCore.QCryptographicHash.resultView?4() -> QByteArrayView
+QtCore.QCryptographicHash.hash?4(QByteArrayView, QCryptographicHash.Algorithm) -> QByteArray
 QtCore.QCryptographicHash.hashLength?4(QCryptographicHash.Algorithm) -> int
 QtCore.QDataStream.FloatingPointPrecision?10
 QtCore.QDataStream.FloatingPointPrecision.SinglePrecision?10
@@ -2455,6 +2458,8 @@
 QtCore.QDataStream.Version.Qt_5_15?10
 QtCore.QDataStream.Version.Qt_6_0?10
 QtCore.QDataStream.Version.Qt_6_1?10
+QtCore.QDataStream.Version.Qt_6_2?10
+QtCore.QDataStream.Version.Qt_6_3?10
 QtCore.QDataStream?1()
 QtCore.QDataStream.__init__?1(self)
 QtCore.QDataStream?1(QIODevice)
@@ -2741,6 +2746,7 @@
 QtCore.QDir.entryList?4(QStringList, unknown-type filters=QDir.NoFilter, unknown-type sort=QDir.NoSort) -> QStringList
 QtCore.QDir.entryInfoList?4(unknown-type filters=QDir.NoFilter, unknown-type sort=QDir.NoSort) -> unknown-type
 QtCore.QDir.entryInfoList?4(QStringList, unknown-type filters=QDir.NoFilter, unknown-type sort=QDir.NoSort) -> unknown-type
+QtCore.QDir.mkdir?4(QString, unknown-type) -> bool
 QtCore.QDir.mkdir?4(QString) -> bool
 QtCore.QDir.rmdir?4(QString) -> bool
 QtCore.QDir.mkpath?4(QString) -> bool
@@ -2793,6 +2799,7 @@
 QtCore.QDirIterator?1(QString, QStringList, unknown-type filters=QDir.NoFilter, unknown-type flags=QDirIterator.NoIteratorFlags)
 QtCore.QDirIterator.__init__?1(self, QString, QStringList, unknown-type filters=QDir.NoFilter, unknown-type flags=QDirIterator.NoIteratorFlags)
 QtCore.QDirIterator.next?4() -> QString
+QtCore.QDirIterator.nextFileInfo?4() -> QFileInfo
 QtCore.QDirIterator.hasNext?4() -> bool
 QtCore.QDirIterator.fileName?4() -> QString
 QtCore.QDirIterator.filePath?4() -> QString
@@ -2893,7 +2900,6 @@
 QtCore.QEventLoop.ProcessEventsFlag.ExcludeUserInputEvents?10
 QtCore.QEventLoop.ProcessEventsFlag.ExcludeSocketNotifiers?10
 QtCore.QEventLoop.ProcessEventsFlag.WaitForMoreEvents?10
-QtCore.QEventLoop.ProcessEventsFlag.X11ExcludeTimers?10
 QtCore.QEventLoop?1(QObject parent=None)
 QtCore.QEventLoop.__init__?1(self, QObject parent=None)
 QtCore.QEventLoop.processEvents?4(unknown-type flags=QEventLoop.AllEvents) -> bool
@@ -2996,6 +3002,7 @@
 QtCore.QFile.link?4(QString, QString) -> bool
 QtCore.QFile.copy?4(QString) -> bool
 QtCore.QFile.copy?4(QString, QString) -> bool
+QtCore.QFile.open?4(unknown-type, unknown-type) -> bool
 QtCore.QFile.open?4(unknown-type) -> bool
 QtCore.QFile.open?4(int, unknown-type, unknown-type handleFlags=QFileDevice.DontCloseHandle) -> bool
 QtCore.QFile.size?4() -> int
@@ -3071,6 +3078,7 @@
 QtCore.QFileInfo.isShortcut?4() -> bool
 QtCore.QFileInfo.isJunction?4() -> bool
 QtCore.QFileInfo.stat?4()
+QtCore.QFileInfo.junctionTarget?4() -> QString
 QtCore.QFileSelector?1(QObject parent=None)
 QtCore.QFileSelector.__init__?1(self, QObject parent=None)
 QtCore.QFileSelector.select?4(QString) -> QString
@@ -3332,6 +3340,7 @@
 QtCore.QLibraryInfo.LibraryPath.ExamplesPath?10
 QtCore.QLibraryInfo.LibraryPath.TestsPath?10
 QtCore.QLibraryInfo.LibraryPath.SettingsPath?10
+QtCore.QLibraryInfo.LibraryPath.QmlImportsPath?10
 QtCore.QLibraryInfo?1(QLibraryInfo)
 QtCore.QLibraryInfo.__init__?1(self, QLibraryInfo)
 QtCore.QLibraryInfo.isDebugBuild?4() -> bool
@@ -3406,6 +3415,17 @@
 QtCore.QLineF.setPoints?4(QPointF, QPointF)
 QtCore.QLineF.setLine?4(float, float, float, float)
 QtCore.QLineF.center?4() -> QPointF
+QtCore.QLocale.LanguageCodeType?10
+QtCore.QLocale.LanguageCodeType.ISO639Part1?10
+QtCore.QLocale.LanguageCodeType.ISO639Part2B?10
+QtCore.QLocale.LanguageCodeType.ISO639Part2T?10
+QtCore.QLocale.LanguageCodeType.ISO639Part3?10
+QtCore.QLocale.LanguageCodeType.LegacyLanguageCode?10
+QtCore.QLocale.LanguageCodeType.ISO639Part2?10
+QtCore.QLocale.LanguageCodeType.ISO639Alpha2?10
+QtCore.QLocale.LanguageCodeType.ISO639Alpha3?10
+QtCore.QLocale.LanguageCodeType.ISO639?10
+QtCore.QLocale.LanguageCodeType.AnyLanguageCode?10
 QtCore.QLocale.DataSizeFormat?10
 QtCore.QLocale.DataSizeFormat.DataSizeIecFormat?10
 QtCore.QLocale.DataSizeFormat.DataSizeTraditionalFormat?10
@@ -3586,6 +3606,7 @@
 QtCore.QLocale.NumberOption.RejectTrailingZeroesAfterDot?10
 QtCore.QLocale.Country?10
 QtCore.QLocale.Country.AnyCountry?10
+QtCore.QLocale.Country.AnyTerritory?10
 QtCore.QLocale.Country.Afghanistan?10
 QtCore.QLocale.Country.Albania?10
 QtCore.QLocale.Country.Algeria?10
@@ -3868,6 +3889,9 @@
 QtCore.QLocale.Country.UnitedStatesOutlyingIslands?10
 QtCore.QLocale.Country.VaticanCity?10
 QtCore.QLocale.Country.WallisAndFutuna?10
+QtCore.QLocale.Country.NauruTerritory?10
+QtCore.QLocale.Country.TokelauTerritory?10
+QtCore.QLocale.Country.TuvaluTerritory?10
 QtCore.QLocale.Language?10
 QtCore.QLocale.Language.C?10
 QtCore.QLocale.Language.Abkhazian?10
@@ -4217,16 +4241,18 @@
 QtCore.QLocale.Language.Odia?10
 QtCore.QLocale.Language.Uyghur?10
 QtCore.QLocale.Language.Wolaytta?10
+QtCore.QLocale.Language.Kaingang?10
+QtCore.QLocale.Language.Nheengatu?10
 QtCore.QLocale?1()
 QtCore.QLocale.__init__?1(self)
 QtCore.QLocale?1(QString)
 QtCore.QLocale.__init__?1(self, QString)
 QtCore.QLocale?1(QLocale.Language, QLocale.Country country=QLocale.AnyCountry)
 QtCore.QLocale.__init__?1(self, QLocale.Language, QLocale.Country country=QLocale.AnyCountry)
+QtCore.QLocale?1(QLocale.Language, QLocale.Script, QLocale.Country)
+QtCore.QLocale.__init__?1(self, QLocale.Language, QLocale.Script, QLocale.Country)
 QtCore.QLocale?1(QLocale)
 QtCore.QLocale.__init__?1(self, QLocale)
-QtCore.QLocale?1(QLocale.Language, QLocale.Script, QLocale.Country)
-QtCore.QLocale.__init__?1(self, QLocale.Language, QLocale.Script, QLocale.Country)
 QtCore.QLocale.language?4() -> QLocale.Language
 QtCore.QLocale.country?4() -> QLocale.Country
 QtCore.QLocale.name?4() -> QString
@@ -4306,12 +4332,17 @@
 QtCore.QLocale.toDate?4(QString, QString, QCalendar) -> QDate
 QtCore.QLocale.toDateTime?4(QString, QString, QCalendar) -> QDateTime
 QtCore.QLocale.collation?4() -> QLocale
-QtCore.QLocale.languageToCode?4(QLocale.Language) -> QString
-QtCore.QLocale.codeToLanguage?4(QStringView) -> QLocale.Language
+QtCore.QLocale.languageToCode?4(QLocale.Language, unknown-type codeTypes=QLocale.AnyLanguageCode) -> QString
+QtCore.QLocale.codeToLanguage?4(QStringView, unknown-type codeTypes=QLocale.AnyLanguageCode) -> QLocale.Language
 QtCore.QLocale.countryToCode?4(QLocale.Country) -> QString
 QtCore.QLocale.codeToCountry?4(QStringView) -> QLocale.Country
 QtCore.QLocale.scriptToCode?4(QLocale.Script) -> QString
 QtCore.QLocale.codeToScript?4(QStringView) -> QLocale.Script
+QtCore.QLocale.territory?4() -> QLocale.Country
+QtCore.QLocale.nativeTerritoryName?4() -> QString
+QtCore.QLocale.territoryToCode?4(QLocale.Country) -> QString
+QtCore.QLocale.codeToTerritory?4(QStringView) -> QLocale.Country
+QtCore.QLocale.territoryToString?4(QLocale.Country) -> QString
 QtCore.QLockFile.LockError?10
 QtCore.QLockFile.LockError.NoError?10
 QtCore.QLockFile.LockError.LockFailedError?10
@@ -4430,6 +4461,7 @@
 QtCore.QMetaMethod.parameterMetaType?4(int) -> QMetaType
 QtCore.QMetaMethod.parameterTypeName?4(int) -> QByteArray
 QtCore.QMetaMethod.relativeMethodIndex?4() -> int
+QtCore.QMetaMethod.isConst?4() -> bool
 QtCore.QMetaEnum?1()
 QtCore.QMetaEnum.__init__?1(self)
 QtCore.QMetaEnum?1(QMetaEnum)
@@ -4495,6 +4527,7 @@
 QtCore.QMetaType.TypeFlag.IsPointer?10
 QtCore.QMetaType.TypeFlag.RelocatableType?10
 QtCore.QMetaType.TypeFlag.IsQmlList?10
+QtCore.QMetaType.TypeFlag.IsConst?10
 QtCore.QMetaType.Type?10
 QtCore.QMetaType.Type.UnknownType?10
 QtCore.QMetaType.Type.Void?10
@@ -4686,6 +4719,7 @@
 QtCore.QMetaObject.__init__?1(self)
 QtCore.QMetaObject?1(QMetaObject)
 QtCore.QMetaObject.__init__?1(self, QMetaObject)
+QtCore.QMetaObject.metaType?4() -> QMetaType
 QtCore.QMetaObject.className?4() -> str
 QtCore.QMetaObject.superClass?4() -> QMetaObject
 QtCore.QMetaObject.userProperty?4() -> QMetaProperty
@@ -4725,6 +4759,10 @@
 QtCore.QMetaObject.Connection?1(QMetaObject.Connection)
 QtCore.QMetaObject.Connection.__init__?1(self, QMetaObject.Connection)
 QtCore.QMetaObject.Connection.swap?4(QMetaObject.Connection)
+QtCore.QOperatingSystemVersionBase?1()
+QtCore.QOperatingSystemVersionBase.__init__?1(self)
+QtCore.QOperatingSystemVersionBase?1(QOperatingSystemVersionBase)
+QtCore.QOperatingSystemVersionBase.__init__?1(self, QOperatingSystemVersionBase)
 QtCore.QOperatingSystemVersion.OSType?10
 QtCore.QOperatingSystemVersion.OSType.Unknown?10
 QtCore.QOperatingSystemVersion.OSType.Windows?10
@@ -4751,11 +4789,20 @@
 QtCore.QOperatingSystemVersion.MacOSCatalina?7
 QtCore.QOperatingSystemVersion.MacOSHighSierra?7
 QtCore.QOperatingSystemVersion.MacOSMojave?7
+QtCore.QOperatingSystemVersion.MacOSMonterey?7
 QtCore.QOperatingSystemVersion.MacOSSierra?7
 QtCore.QOperatingSystemVersion.OSXElCapitan?7
 QtCore.QOperatingSystemVersion.OSXMavericks?7
 QtCore.QOperatingSystemVersion.OSXYosemite?7
 QtCore.QOperatingSystemVersion.Windows10?7
+QtCore.QOperatingSystemVersion.Windows10_1809?7
+QtCore.QOperatingSystemVersion.Windows10_1903?7
+QtCore.QOperatingSystemVersion.Windows10_1909?7
+QtCore.QOperatingSystemVersion.Windows10_2004?7
+QtCore.QOperatingSystemVersion.Windows10_20H2?7
+QtCore.QOperatingSystemVersion.Windows10_21H1?7
+QtCore.QOperatingSystemVersion.Windows10_21H2?7
+QtCore.QOperatingSystemVersion.Windows11?7
 QtCore.QOperatingSystemVersion.Windows7?7
 QtCore.QOperatingSystemVersion.Windows8?7
 QtCore.QOperatingSystemVersion.Windows8_1?7
@@ -4946,6 +4993,10 @@
 QtCore.QProcess.setInputChannelMode?4(QProcess.InputChannelMode)
 QtCore.QProcess.nullDevice?4() -> QString
 QtCore.QProcess.processId?4() -> int
+QtCore.QProcessEnvironment.Initialization?10
+QtCore.QProcessEnvironment.Initialization.InheritFromParent?10
+QtCore.QProcessEnvironment?1(QProcessEnvironment.Initialization)
+QtCore.QProcessEnvironment.__init__?1(self, QProcessEnvironment.Initialization)
 QtCore.QProcessEnvironment?1()
 QtCore.QProcessEnvironment.__init__?1(self)
 QtCore.QProcessEnvironment?1(QProcessEnvironment)
@@ -4961,6 +5012,7 @@
 QtCore.QProcessEnvironment.systemEnvironment?4() -> QProcessEnvironment
 QtCore.QProcessEnvironment.keys?4() -> QStringList
 QtCore.QProcessEnvironment.swap?4(QProcessEnvironment)
+QtCore.QProcessEnvironment.inheritsFromParent?4() -> bool
 QtCore.QRandomGenerator?1(int seed=1)
 QtCore.QRandomGenerator.__init__?1(self, int seed=1)
 QtCore.QRandomGenerator?1(QRandomGenerator)
@@ -5217,6 +5269,8 @@
 QtCore.QRegularExpressionMatch.capturedLength?4(int nth=0) -> int
 QtCore.QRegularExpressionMatch.capturedEnd?4(QStringView) -> int
 QtCore.QRegularExpressionMatch.capturedEnd?4(int nth=0) -> int
+QtCore.QRegularExpressionMatch.hasCaptured?4(int) -> bool
+QtCore.QRegularExpressionMatch.hasCaptured?4(QString) -> bool
 QtCore.QRegularExpressionMatchIterator?1()
 QtCore.QRegularExpressionMatchIterator.__init__?1(self)
 QtCore.QRegularExpressionMatchIterator?1(QRegularExpressionMatchIterator)
@@ -5880,6 +5934,10 @@
 QtCore.QThreadPool.setStackSize?4(int)
 QtCore.QThreadPool.stackSize?4() -> int
 QtCore.QThreadPool.contains?4(QThread) -> bool
+QtCore.QThreadPool.setThreadPriority?4(QThread.Priority)
+QtCore.QThreadPool.threadPriority?4() -> QThread.Priority
+QtCore.QThreadPool.startOnReservedThread?4(QRunnable)
+QtCore.QThreadPool.startOnReservedThread?4(callable)
 QtCore.QTimeLine.State?10
 QtCore.QTimeLine.State.NotRunning?10
 QtCore.QTimeLine.State.Paused?10
@@ -5948,20 +6006,21 @@
 QtCore.QTimeZone.TimeType.StandardTime?10
 QtCore.QTimeZone.TimeType.DaylightTime?10
 QtCore.QTimeZone.TimeType.GenericTime?10
-QtCore.QTimeZone?1()
-QtCore.QTimeZone.__init__?1(self)
+QtCore.QTimeZone?1(QByteArray, int, QString, QString, QLocale.Country territory=QLocale.AnyTerritory, QString comment='')
+QtCore.QTimeZone.__init__?1(self, QByteArray, int, QString, QString, QLocale.Country territory=QLocale.AnyTerritory, QString comment='')
 QtCore.QTimeZone?1(QByteArray)
 QtCore.QTimeZone.__init__?1(self, QByteArray)
 QtCore.QTimeZone?1(int)
 QtCore.QTimeZone.__init__?1(self, int)
-QtCore.QTimeZone?1(QByteArray, int, QString, QString, QLocale.Country country=QLocale.AnyCountry, QString comment='')
-QtCore.QTimeZone.__init__?1(self, QByteArray, int, QString, QString, QLocale.Country country=QLocale.AnyCountry, QString comment='')
 QtCore.QTimeZone?1(QTimeZone)
 QtCore.QTimeZone.__init__?1(self, QTimeZone)
+QtCore.QTimeZone?1()
+QtCore.QTimeZone.__init__?1(self)
 QtCore.QTimeZone.swap?4(QTimeZone)
 QtCore.QTimeZone.isValid?4() -> bool
 QtCore.QTimeZone.id?4() -> QByteArray
 QtCore.QTimeZone.country?4() -> QLocale.Country
+QtCore.QTimeZone.territory?4() -> QLocale.Country
 QtCore.QTimeZone.comment?4() -> QString
 QtCore.QTimeZone.displayName?4(QDateTime, QTimeZone.NameType nameType=QTimeZone.DefaultName, QLocale locale=QLocale()) -> QString
 QtCore.QTimeZone.displayName?4(QTimeZone.TimeType, QTimeZone.NameType nameType=QTimeZone.DefaultName, QLocale locale=QLocale()) -> QString
@@ -5978,9 +6037,9 @@
 QtCore.QTimeZone.transitions?4(QDateTime, QDateTime) -> unknown-type
 QtCore.QTimeZone.systemTimeZoneId?4() -> QByteArray
 QtCore.QTimeZone.isTimeZoneIdAvailable?4(QByteArray) -> bool
-QtCore.QTimeZone.availableTimeZoneIds?4() -> unknown-type
 QtCore.QTimeZone.availableTimeZoneIds?4(QLocale.Country) -> unknown-type
 QtCore.QTimeZone.availableTimeZoneIds?4(int) -> unknown-type
+QtCore.QTimeZone.availableTimeZoneIds?4() -> unknown-type
 QtCore.QTimeZone.ianaIdToWindowsId?4(QByteArray) -> QByteArray
 QtCore.QTimeZone.windowsIdToDefaultIanaId?4(QByteArray) -> QByteArray
 QtCore.QTimeZone.windowsIdToDefaultIanaId?4(QByteArray, QLocale.Country) -> QByteArray
@@ -6027,6 +6086,9 @@
 QtCore.QTransposeProxyModel.removeColumns?4(int, int, QModelIndex parent=QModelIndex()) -> bool
 QtCore.QTransposeProxyModel.moveColumns?4(QModelIndex, int, int, QModelIndex, int) -> bool
 QtCore.QTransposeProxyModel.sort?4(int, Qt.SortOrder order=Qt.AscendingOrder)
+QtCore.QUrl.AceProcessingOption?10
+QtCore.QUrl.AceProcessingOption.IgnoreIDNWhitelist?10
+QtCore.QUrl.AceProcessingOption.AceTransitionalProcessing?10
 QtCore.QUrl.UserInputResolutionOption?10
 QtCore.QUrl.UserInputResolutionOption.DefaultResolution?10
 QtCore.QUrl.UserInputResolutionOption.AssumeLocalFile?10
@@ -6092,7 +6154,9 @@
 QtCore.QUrl.fromLocalFile?4(QString) -> QUrl
 QtCore.QUrl.toLocalFile?4() -> QString
 QtCore.QUrl.toString?4(unknown-type options=QUrl.FormattingOptions(QUrl.PrettyDecoded)) -> QString
+QtCore.QUrl.toString?4(unknown-type) -> QString
 QtCore.QUrl.toEncoded?4(unknown-type options=QUrl.FullyEncoded) -> QByteArray
+QtCore.QUrl.toEncoded?4(unknown-type) -> QByteArray
 QtCore.QUrl.fromEncoded?4(QByteArray, QUrl.ParsingMode mode=QUrl.TolerantMode) -> QUrl
 QtCore.QUrl.detach?4()
 QtCore.QUrl.isDetached?4() -> bool
@@ -6101,14 +6165,15 @@
 QtCore.QUrl.hasQuery?4() -> bool
 QtCore.QUrl.hasFragment?4() -> bool
 QtCore.QUrl.errorString?4() -> QString
-QtCore.QUrl.fromAce?4(QByteArray) -> QString
-QtCore.QUrl.toAce?4(QString) -> QByteArray
+QtCore.QUrl.fromAce?4(QByteArray, unknown-type options={}) -> QString
+QtCore.QUrl.toAce?4(QString, unknown-type options={}) -> QByteArray
 QtCore.QUrl.idnWhitelist?4() -> QStringList
 QtCore.QUrl.setIdnWhitelist?4(QStringList)
 QtCore.QUrl.fromUserInput?4(QString, QString workingDirectory='', unknown-type options=QUrl.DefaultResolution) -> QUrl
 QtCore.QUrl.swap?4(QUrl)
 QtCore.QUrl.isLocalFile?4() -> bool
 QtCore.QUrl.toDisplayString?4(unknown-type options=QUrl.FormattingOptions(QUrl.PrettyDecoded)) -> QString
+QtCore.QUrl.toDisplayString?4(unknown-type) -> QString
 QtCore.QUrl.setQuery?4(QString, QUrl.ParsingMode mode=QUrl.TolerantMode)
 QtCore.QUrl.setQuery?4(QUrlQuery)
 QtCore.QUrl.query?4(unknown-type options=QUrl.PrettyDecoded) -> QString
@@ -6184,7 +6249,8 @@
 QtCore.QUuid.version?4() -> QUuid.Version
 QtCore.QUuid.toByteArray?4(QUuid.StringFormat mode=QUuid.WithBraces) -> QByteArray
 QtCore.QUuid.toRfc4122?4() -> QByteArray
-QtCore.QUuid.fromRfc4122?4(QByteArray) -> QUuid
+QtCore.QUuid.fromRfc4122?4(QByteArrayView) -> QUuid
+QtCore.QUuid.fromString?4(QStringView) -> QUuid
 QtCore.QVariant?1()
 QtCore.QVariant.__init__?1(self)
 QtCore.QVariant?1(object)
@@ -6351,7 +6417,7 @@
 QtCore.QXmlStreamReader.lineNumber?4() -> int
 QtCore.QXmlStreamReader.columnNumber?4() -> int
 QtCore.QXmlStreamReader.characterOffset?4() -> int
-QtCore.QXmlStreamReader.attributes?4() -> unknown-type
+QtCore.QXmlStreamReader.attributes?4() -> QXmlStreamAttributes
 QtCore.QXmlStreamReader.readElementText?4(QXmlStreamReader.ReadElementTextBehaviour behaviour=QXmlStreamReader.ErrorOnUnexpectedElement) -> QString
 QtCore.QXmlStreamReader.name?4() -> QStringView
 QtCore.QXmlStreamReader.namespaceUri?4() -> QStringView
@@ -6393,7 +6459,7 @@
 QtCore.QXmlStreamWriter.writeAttribute?4(QString, QString)
 QtCore.QXmlStreamWriter.writeAttribute?4(QString, QString, QString)
 QtCore.QXmlStreamWriter.writeAttribute?4(QXmlStreamAttribute)
-QtCore.QXmlStreamWriter.writeAttributes?4(unknown-type)
+QtCore.QXmlStreamWriter.writeAttributes?4(QXmlStreamAttributes)
 QtCore.QXmlStreamWriter.writeCDATA?4(QString)
 QtCore.QXmlStreamWriter.writeCharacters?4(QString)
 QtCore.QXmlStreamWriter.writeComment?4(QString)
@@ -6415,6 +6481,35 @@
 QtCore.QXmlStreamWriter.writeStartElement?4(QString, QString)
 QtCore.QXmlStreamWriter.writeCurrentToken?4(QXmlStreamReader)
 QtCore.QXmlStreamWriter.hasError?4() -> bool
+QtCore.QXmlStreamAttributes?1()
+QtCore.QXmlStreamAttributes.__init__?1(self)
+QtCore.QXmlStreamAttributes?1(QXmlStreamAttributes)
+QtCore.QXmlStreamAttributes.__init__?1(self, QXmlStreamAttributes)
+QtCore.QXmlStreamAttributes.value?4(QString, QString) -> QStringView
+QtCore.QXmlStreamAttributes.value?4(QString) -> QStringView
+QtCore.QXmlStreamAttributes.append?4(QString, QString, QString)
+QtCore.QXmlStreamAttributes.append?4(QString, QString)
+QtCore.QXmlStreamAttributes.hasAttribute?4(QString, QString) -> bool
+QtCore.QXmlStreamAttributes.hasAttribute?4(QString) -> bool
+QtCore.QXmlStreamAttributes.append?4(QXmlStreamAttribute)
+QtCore.QXmlStreamAttributes.at?4(int) -> QXmlStreamAttribute
+QtCore.QXmlStreamAttributes.clear?4()
+QtCore.QXmlStreamAttributes.contains?4(QXmlStreamAttribute) -> bool
+QtCore.QXmlStreamAttributes.count?4(QXmlStreamAttribute) -> int
+QtCore.QXmlStreamAttributes.count?4() -> int
+QtCore.QXmlStreamAttributes.data?4() -> sip.voidptr
+QtCore.QXmlStreamAttributes.fill?4(QXmlStreamAttribute, int size=-1)
+QtCore.QXmlStreamAttributes.first?4() -> QXmlStreamAttribute
+QtCore.QXmlStreamAttributes.indexOf?4(QXmlStreamAttribute, int from=0) -> int
+QtCore.QXmlStreamAttributes.insert?4(int, QXmlStreamAttribute)
+QtCore.QXmlStreamAttributes.isEmpty?4() -> bool
+QtCore.QXmlStreamAttributes.last?4() -> QXmlStreamAttribute
+QtCore.QXmlStreamAttributes.lastIndexOf?4(QXmlStreamAttribute, int from=-1) -> int
+QtCore.QXmlStreamAttributes.prepend?4(QXmlStreamAttribute)
+QtCore.QXmlStreamAttributes.remove?4(int)
+QtCore.QXmlStreamAttributes.remove?4(int, int)
+QtCore.QXmlStreamAttributes.replace?4(int, QXmlStreamAttribute)
+QtCore.QXmlStreamAttributes.size?4() -> int
 QtCore.QMutexLocker?1(QMutex)
 QtCore.QMutexLocker.__init__?1(self, QMutex)
 QtCore.QMutexLocker?1(QRecursiveMutex)
@@ -6819,6 +6914,7 @@
 QtNetwork.QLocalServer.SocketOption.GroupAccessOption?10
 QtNetwork.QLocalServer.SocketOption.OtherAccessOption?10
 QtNetwork.QLocalServer.SocketOption.WorldAccessOption?10
+QtNetwork.QLocalServer.SocketOption.AbstractNamespaceOption?10
 QtNetwork.QLocalServer?1(QObject parent=None)
 QtNetwork.QLocalServer.__init__?1(self, QObject parent=None)
 QtNetwork.QLocalServer.close?4()
@@ -6840,6 +6936,11 @@
 QtNetwork.QLocalServer.setSocketOptions?4(unknown-type)
 QtNetwork.QLocalServer.socketOptions?4() -> unknown-type
 QtNetwork.QLocalServer.socketDescriptor?4() -> qintptr
+QtNetwork.QLocalServer.setListenBacklogSize?4(int)
+QtNetwork.QLocalServer.listenBacklogSize?4() -> int
+QtNetwork.QLocalSocket.SocketOption?10
+QtNetwork.QLocalSocket.SocketOption.NoOptions?10
+QtNetwork.QLocalSocket.SocketOption.AbstractNamespaceOption?10
 QtNetwork.QLocalSocket.LocalSocketState?10
 QtNetwork.QLocalSocket.LocalSocketState.UnconnectedState?10
 QtNetwork.QLocalSocket.LocalSocketState.ConnectingState?10
@@ -6891,6 +6992,9 @@
 QtNetwork.QLocalSocket.readData?4(int) -> object
 QtNetwork.QLocalSocket.writeData?4(buffer) -> int
 QtNetwork.QLocalSocket.skipData?4(int) -> int
+QtNetwork.QLocalSocket.setSocketOptions?4(unknown-type)
+QtNetwork.QLocalSocket.socketOptions?4() -> unknown-type
+QtNetwork.QLocalSocket.readLineData?4(int) -> object
 QtNetwork.QNetworkAccessManager.Operation?10
 QtNetwork.QNetworkAccessManager.Operation.HeadOperation?10
 QtNetwork.QNetworkAccessManager.Operation.GetOperation?10
@@ -7029,8 +7133,17 @@
 QtNetwork.QNetworkDiskCache.fileMetaData?4(QString) -> QNetworkCacheMetaData
 QtNetwork.QNetworkDiskCache.clear?4()
 QtNetwork.QNetworkDiskCache.expire?4() -> int
+QtNetwork.QNetworkInformation.TransportMedium?10
+QtNetwork.QNetworkInformation.TransportMedium.Unknown?10
+QtNetwork.QNetworkInformation.TransportMedium.Ethernet?10
+QtNetwork.QNetworkInformation.TransportMedium.Cellular?10
+QtNetwork.QNetworkInformation.TransportMedium.WiFi?10
+QtNetwork.QNetworkInformation.TransportMedium.Bluetooth?10
 QtNetwork.QNetworkInformation.Feature?10
 QtNetwork.QNetworkInformation.Feature.Reachability?10
+QtNetwork.QNetworkInformation.Feature.CaptivePortal?10
+QtNetwork.QNetworkInformation.Feature.TransportMedium?10
+QtNetwork.QNetworkInformation.Feature.Metered?10
 QtNetwork.QNetworkInformation.Reachability?10
 QtNetwork.QNetworkInformation.Reachability.Unknown?10
 QtNetwork.QNetworkInformation.Reachability.Disconnected?10
@@ -7045,6 +7158,14 @@
 QtNetwork.QNetworkInformation.availableBackends?4() -> QStringList
 QtNetwork.QNetworkInformation.instance?4() -> QNetworkInformation
 QtNetwork.QNetworkInformation.reachabilityChanged?4(QNetworkInformation.Reachability)
+QtNetwork.QNetworkInformation.isBehindCaptivePortal?4() -> bool
+QtNetwork.QNetworkInformation.isBehindCaptivePortalChanged?4(bool)
+QtNetwork.QNetworkInformation.transportMedium?4() -> QNetworkInformation.TransportMedium
+QtNetwork.QNetworkInformation.isMetered?4() -> bool
+QtNetwork.QNetworkInformation.supportedFeatures?4() -> unknown-type
+QtNetwork.QNetworkInformation.loadDefaultBackend?4() -> bool
+QtNetwork.QNetworkInformation.transportMediumChanged?4(QNetworkInformation.TransportMedium)
+QtNetwork.QNetworkInformation.isMeteredChanged?4(bool)
 QtNetwork.QNetworkAddressEntry.DnsEligibilityStatus?10
 QtNetwork.QNetworkAddressEntry.DnsEligibilityStatus.DnsEligibilityUnknown?10
 QtNetwork.QNetworkAddressEntry.DnsEligibilityStatus.DnsIneligible?10
@@ -7279,6 +7400,8 @@
 QtNetwork.QNetworkReply.sslConfigurationImplementation?4(QSslConfiguration)
 QtNetwork.QNetworkReply.setSslConfigurationImplementation?4(QSslConfiguration)
 QtNetwork.QNetworkReply.ignoreSslErrorsImplementation?4(unknown-type)
+QtNetwork.QNetworkReply.socketStartedConnecting?4()
+QtNetwork.QNetworkReply.requestSent?4()
 QtNetwork.QNetworkRequest.TransferTimeoutConstant?10
 QtNetwork.QNetworkRequest.TransferTimeoutConstant.DefaultTransferTimeoutConstant?10
 QtNetwork.QNetworkRequest.RedirectPolicy?10
@@ -7321,6 +7444,8 @@
 QtNetwork.QNetworkRequest.Attribute.RedirectPolicyAttribute?10
 QtNetwork.QNetworkRequest.Attribute.Http2DirectAttribute?10
 QtNetwork.QNetworkRequest.Attribute.AutoDeleteReplyOnFinishAttribute?10
+QtNetwork.QNetworkRequest.Attribute.ConnectionCacheExpiryTimeoutSecondsAttribute?10
+QtNetwork.QNetworkRequest.Attribute.Http2CleartextAllowedAttribute?10
 QtNetwork.QNetworkRequest.Attribute.User?10
 QtNetwork.QNetworkRequest.Attribute.UserMax?10
 QtNetwork.QNetworkRequest.KnownHeaders?10
@@ -7368,6 +7493,8 @@
 QtNetwork.QNetworkRequest.setHttp2Configuration?4(QHttp2Configuration)
 QtNetwork.QNetworkRequest.transferTimeout?4() -> int
 QtNetwork.QNetworkRequest.setTransferTimeout?4(int timeout=QNetworkRequest.DefaultTransferTimeoutConstant)
+QtNetwork.QNetworkRequest.decompressedSafetyCheckThreshold?4() -> int
+QtNetwork.QNetworkRequest.setDecompressedSafetyCheckThreshold?4(int)
 QtNetwork.QOcspResponse?1()
 QtNetwork.QOcspResponse.__init__?1(self)
 QtNetwork.QOcspResponse?1(QOcspResponse)
@@ -7394,6 +7521,7 @@
 QtNetwork.QSsl.ImplementedClass.DiffieHellman?10
 QtNetwork.QSsl.ImplementedClass.EllipticCurve?10
 QtNetwork.QSsl.ImplementedClass.Dtls?10
+QtNetwork.QSsl.ImplementedClass.DtlsCookie?10
 QtNetwork.QSsl.AlertType?10
 QtNetwork.QSsl.AlertType.CloseNotify?10
 QtNetwork.QSsl.AlertType.UnexpectedMessage?10
@@ -7617,6 +7745,10 @@
 QtNetwork.QSslConfiguration.setHandshakeMustInterruptOnError?4(bool)
 QtNetwork.QSslConfiguration.missingCertificateIsFatal?4() -> bool
 QtNetwork.QSslConfiguration.setMissingCertificateIsFatal?4(bool)
+QtNetwork.QSslConfiguration.dtlsCookieVerificationEnabled?4() -> bool
+QtNetwork.QSslConfiguration.setDtlsCookieVerificationEnabled?4(bool)
+QtNetwork.QSslConfiguration.defaultDtlsConfiguration?4() -> QSslConfiguration
+QtNetwork.QSslConfiguration.setDefaultDtlsConfiguration?4(QSslConfiguration)
 QtNetwork.QSslDiffieHellmanParameters.Error?10
 QtNetwork.QSslDiffieHellmanParameters.Error.NoError?10
 QtNetwork.QSslDiffieHellmanParameters.Error.InvalidInputDataError?10
@@ -7841,6 +7973,8 @@
 QtNetwork.QTcpServer.addPendingConnection?4(QTcpSocket)
 QtNetwork.QTcpServer.newConnection?4()
 QtNetwork.QTcpServer.acceptError?4(QAbstractSocket.SocketError)
+QtNetwork.QTcpServer.setListenBacklogSize?4(int)
+QtNetwork.QTcpServer.listenBacklogSize?4() -> int
 QtNetwork.QUdpSocket?1(QObject parent=None)
 QtNetwork.QUdpSocket.__init__?1(self, QObject parent=None)
 QtNetwork.QUdpSocket.hasPendingDatagrams?4() -> bool
@@ -8156,6 +8290,7 @@
 QtGui.QPixmap.swap?4(QPixmap)
 QtGui.QPixmap.devicePixelRatio?4() -> float
 QtGui.QPixmap.setDevicePixelRatio?4(float)
+QtGui.QPixmap.deviceIndependentSize?4() -> QSizeF
 QtGui.QBitmap?1()
 QtGui.QBitmap.__init__?1(self)
 QtGui.QBitmap?1(int, int)
@@ -8813,6 +8948,8 @@
 QtGui.QColorSpace.fromIccProfile?4(QByteArray) -> QColorSpace
 QtGui.QColorSpace.iccProfile?4() -> QByteArray
 QtGui.QColorSpace.transformationToColorSpace?4(QColorSpace) -> QColorTransform
+QtGui.QColorSpace.description?4() -> QString
+QtGui.QColorSpace.setDescription?4(QString)
 QtGui.QColorTransform?1()
 QtGui.QColorTransform.__init__?1(self)
 QtGui.QColorTransform?1(QColorTransform)
@@ -9092,7 +9229,11 @@
 QtGui.QMouseEvent.__init__?1(self, QEvent.Type, QPointF, QPointF, Qt.MouseButton, unknown-type, unknown-type, QPointingDevice device=QPointingDevice.primaryPointingDevice())
 QtGui.QMouseEvent?1(QEvent.Type, QPointF, QPointF, QPointF, Qt.MouseButton, unknown-type, unknown-type, QPointingDevice device=QPointingDevice.primaryPointingDevice())
 QtGui.QMouseEvent.__init__?1(self, QEvent.Type, QPointF, QPointF, QPointF, Qt.MouseButton, unknown-type, unknown-type, QPointingDevice device=QPointingDevice.primaryPointingDevice())
+QtGui.QMouseEvent.pos?4() -> QPoint
+QtGui.QMouseEvent.flags?4() -> unknown-type
 QtGui.QMouseEvent.clone?4() -> QMouseEvent
+QtGui.QHoverEvent?1(QEvent.Type, QPointF, QPointF, QPointF, unknown-type modifiers=Qt.NoModifier, QPointingDevice device=QPointingDevice.primaryPointingDevice())
+QtGui.QHoverEvent.__init__?1(self, QEvent.Type, QPointF, QPointF, QPointF, unknown-type modifiers=Qt.NoModifier, QPointingDevice device=QPointingDevice.primaryPointingDevice())
 QtGui.QHoverEvent?1(QEvent.Type, QPointF, QPointF, unknown-type modifiers=Qt.NoModifier, QPointingDevice device=QPointingDevice.primaryPointingDevice())
 QtGui.QHoverEvent.__init__?1(self, QEvent.Type, QPointF, QPointF, unknown-type modifiers=Qt.NoModifier, QPointingDevice device=QPointingDevice.primaryPointingDevice())
 QtGui.QHoverEvent.isUpdateEvent?4() -> bool
@@ -9118,11 +9259,15 @@
 QtGui.QTabletEvent.xTilt?4() -> float
 QtGui.QTabletEvent.yTilt?4() -> float
 QtGui.QTabletEvent.clone?4() -> QTabletEvent
+QtGui.QNativeGestureEvent?1(Qt.NativeGestureType, QPointingDevice, int, QPointF, QPointF, QPointF, float, QPointF, int sequenceId=UINT64_MAX)
+QtGui.QNativeGestureEvent.__init__?1(self, Qt.NativeGestureType, QPointingDevice, int, QPointF, QPointF, QPointF, float, QPointF, int sequenceId=UINT64_MAX)
 QtGui.QNativeGestureEvent?1(Qt.NativeGestureType, QPointingDevice, QPointF, QPointF, QPointF, float, int, int)
 QtGui.QNativeGestureEvent.__init__?1(self, Qt.NativeGestureType, QPointingDevice, QPointF, QPointF, QPointF, float, int, int)
 QtGui.QNativeGestureEvent.gestureType?4() -> Qt.NativeGestureType
 QtGui.QNativeGestureEvent.value?4() -> float
 QtGui.QNativeGestureEvent.clone?4() -> QNativeGestureEvent
+QtGui.QNativeGestureEvent.fingerCount?4() -> int
+QtGui.QNativeGestureEvent.delta?4() -> QPointF
 QtGui.QTouchEvent?1(QEvent.Type, QPointingDevice device=None, unknown-type modifiers=Qt.NoModifier, unknown-type touchPoints=[])
 QtGui.QTouchEvent.__init__?1(self, QEvent.Type, QPointingDevice device=None, unknown-type modifiers=Qt.NoModifier, unknown-type touchPoints=[])
 QtGui.QTouchEvent.target?4() -> QObject
@@ -9478,6 +9623,7 @@
 QtGui.QFontMetrics.inFont?4(QChar) -> bool
 QtGui.QFontMetrics.leftBearing?4(QChar) -> int
 QtGui.QFontMetrics.rightBearing?4(QChar) -> int
+QtGui.QFontMetrics.boundingRect?4(QString, QTextOption) -> QRect
 QtGui.QFontMetrics.boundingRectChar?4(QChar) -> QRect
 QtGui.QFontMetrics.boundingRect?4(QString) -> QRect
 QtGui.QFontMetrics.boundingRect?4(QRect, int, QString, int tabStops=0, list tabArray=0) -> QRect
@@ -9489,10 +9635,12 @@
 QtGui.QFontMetrics.lineWidth?4() -> int
 QtGui.QFontMetrics.averageCharWidth?4() -> int
 QtGui.QFontMetrics.elidedText?4(QString, Qt.TextElideMode, int, int flags=0) -> QString
+QtGui.QFontMetrics.tightBoundingRect?4(QString, QTextOption) -> QRect
 QtGui.QFontMetrics.tightBoundingRect?4(QString) -> QRect
 QtGui.QFontMetrics.inFontUcs4?4(int) -> bool
 QtGui.QFontMetrics.swap?4(QFontMetrics)
 QtGui.QFontMetrics.capHeight?4() -> int
+QtGui.QFontMetrics.horizontalAdvance?4(QString, QTextOption) -> int
 QtGui.QFontMetrics.horizontalAdvance?4(QString, int length=-1) -> int
 QtGui.QFontMetrics.fontDpi?4() -> float
 QtGui.QFontMetricsF?1(QFont)
@@ -9515,6 +9663,7 @@
 QtGui.QFontMetricsF.inFont?4(QChar) -> bool
 QtGui.QFontMetricsF.leftBearing?4(QChar) -> float
 QtGui.QFontMetricsF.rightBearing?4(QChar) -> float
+QtGui.QFontMetricsF.boundingRect?4(QString, QTextOption) -> QRectF
 QtGui.QFontMetricsF.boundingRectChar?4(QChar) -> QRectF
 QtGui.QFontMetricsF.boundingRect?4(QString) -> QRectF
 QtGui.QFontMetricsF.boundingRect?4(QRectF, int, QString, int tabStops=0, list tabArray=0) -> QRectF
@@ -9525,10 +9674,12 @@
 QtGui.QFontMetricsF.lineWidth?4() -> float
 QtGui.QFontMetricsF.averageCharWidth?4() -> float
 QtGui.QFontMetricsF.elidedText?4(QString, Qt.TextElideMode, float, int flags=0) -> QString
+QtGui.QFontMetricsF.tightBoundingRect?4(QString, QTextOption) -> QRectF
 QtGui.QFontMetricsF.tightBoundingRect?4(QString) -> QRectF
 QtGui.QFontMetricsF.inFontUcs4?4(int) -> bool
 QtGui.QFontMetricsF.swap?4(QFontMetricsF)
 QtGui.QFontMetricsF.capHeight?4() -> float
+QtGui.QFontMetricsF.horizontalAdvance?4(QString, QTextOption) -> float
 QtGui.QFontMetricsF.horizontalAdvance?4(QString, int length=-1) -> float
 QtGui.QFontMetricsF.fontDpi?4() -> float
 QtGui.QMatrix4x3?1()
@@ -9831,6 +9982,12 @@
 QtGui.QImage.Format.Format_RGBA64_Premultiplied?10
 QtGui.QImage.Format.Format_Grayscale16?10
 QtGui.QImage.Format.Format_BGR888?10
+QtGui.QImage.Format.Format_RGBX16FPx4?10
+QtGui.QImage.Format.Format_RGBA16FPx4?10
+QtGui.QImage.Format.Format_RGBA16FPx4_Premultiplied?10
+QtGui.QImage.Format.Format_RGBX32FPx4?10
+QtGui.QImage.Format.Format_RGBA32FPx4?10
+QtGui.QImage.Format.Format_RGBA32FPx4_Premultiplied?10
 QtGui.QImage.InvertMode?10
 QtGui.QImage.InvertMode.InvertRgb?10
 QtGui.QImage.InvertMode.InvertRgba?10
@@ -9886,9 +10043,9 @@
 QtGui.QImage.setPixel?4(int, int, int)
 QtGui.QImage.colorTable?4() -> unknown-type
 QtGui.QImage.setColorTable?4(unknown-type)
+QtGui.QImage.fill?4(int)
 QtGui.QImage.fill?4(Qt.GlobalColor)
 QtGui.QImage.fill?4(QColor)
-QtGui.QImage.fill?4(int)
 QtGui.QImage.hasAlphaChannel?4() -> bool
 QtGui.QImage.setAlphaChannel?4(QImage)
 QtGui.QImage.createAlphaMask?4(unknown-type flags=Qt.AutoColor) -> QImage
@@ -9946,6 +10103,7 @@
 QtGui.QImage.convertedToColorSpace?4(QColorSpace) -> QImage
 QtGui.QImage.convertToColorSpace?4(QColorSpace)
 QtGui.QImage.applyColorTransform?4(QColorTransform)
+QtGui.QImage.deviceIndependentSize?4() -> QSizeF
 QtGui.QImageIOHandler.Transformation?10
 QtGui.QImageIOHandler.Transformation.TransformationNone?10
 QtGui.QImageIOHandler.Transformation.TransformationMirror?10
@@ -10100,6 +10258,7 @@
 QtGui.QInputDevice.Capability.Velocity?10
 QtGui.QInputDevice.Capability.NormalizedPosition?10
 QtGui.QInputDevice.Capability.MouseEmulation?10
+QtGui.QInputDevice.Capability.PixelScroll?10
 QtGui.QInputDevice.Capability.Scroll?10
 QtGui.QInputDevice.Capability.Hover?10
 QtGui.QInputDevice.Capability.Rotation?10
@@ -10132,6 +10291,7 @@
 QtGui.QInputDevice.devices?4() -> unknown-type
 QtGui.QInputDevice.primaryKeyboard?4(QString seatName='') -> QInputDevice
 QtGui.QInputDevice.availableVirtualGeometryChanged?4(QRect)
+QtGui.QInputDevice.seatNames?4() -> QStringList
 QtGui.QInputMethod.Action?10
 QtGui.QInputMethod.Action.Click?10
 QtGui.QInputMethod.Action.ContextMenu?10
@@ -12192,6 +12352,7 @@
 QtGui.QSurfaceFormat.FormatOption.DebugContext?10
 QtGui.QSurfaceFormat.FormatOption.DeprecatedFunctions?10
 QtGui.QSurfaceFormat.FormatOption.ResetNotification?10
+QtGui.QSurfaceFormat.FormatOption.ProtectedContent?10
 QtGui.QSurfaceFormat?1()
 QtGui.QSurfaceFormat.__init__?1(self)
 QtGui.QSurfaceFormat?1(unknown-type)
@@ -12391,6 +12552,7 @@
 QtGui.QTextDocument.MetaInformation?10
 QtGui.QTextDocument.MetaInformation.DocumentTitle?10
 QtGui.QTextDocument.MetaInformation.DocumentUrl?10
+QtGui.QTextDocument.MetaInformation.CssMedia?10
 QtGui.QTextDocument?1(QObject parent=None)
 QtGui.QTextDocument.__init__?1(self, QObject parent=None)
 QtGui.QTextDocument?1(QString, QObject parent=None)
@@ -13465,6 +13627,7 @@
 QtGui.QDoubleValidator.decimals?4() -> int
 QtGui.QDoubleValidator.setNotation?4(QDoubleValidator.Notation)
 QtGui.QDoubleValidator.notation?4() -> QDoubleValidator.Notation
+QtGui.QDoubleValidator.fixup?4(QString)
 QtGui.QRegularExpressionValidator?1(QObject parent=None)
 QtGui.QRegularExpressionValidator.__init__?1(self, QObject parent=None)
 QtGui.QRegularExpressionValidator?1(QRegularExpression, QObject parent=None)
@@ -13633,6 +13796,8 @@
 QtQml.QJSEngine.hasError?4() -> bool
 QtQml.QJSEngine.catchError?4() -> QJSValue
 QtQml.QJSEngine.uiLanguageChanged?4()
+QtQml.QJSEngine.registerModule?4(QString, QJSValue) -> bool
+QtQml.QJSEngine.newSymbol?4(QString) -> QJSValue
 QtQml.QJSManagedValue.Type?10
 QtQml.QJSManagedValue.Type.Undefined?10
 QtQml.QJSManagedValue.Type.Boolean?10
@@ -13767,6 +13932,7 @@
 QtQml.QJSValue.isRegExp?4() -> bool
 QtQml.QJSValue.isArray?4() -> bool
 QtQml.QJSValue.isError?4() -> bool
+QtQml.QJSValue.isUrl?4() -> bool
 QtQml.QJSValue.toString?4() -> QString
 QtQml.QJSValue.toNumber?4() -> float
 QtQml.QJSValue.toInt?4() -> int
@@ -13847,6 +14013,8 @@
 QtQml.QQmlEngine.addUrlInterceptor?4(QQmlAbstractUrlInterceptor)
 QtQml.QQmlEngine.removeUrlInterceptor?4(QQmlAbstractUrlInterceptor)
 QtQml.QQmlEngine.interceptUrl?4(QUrl, QQmlAbstractUrlInterceptor.DataType) -> QUrl
+QtQml.QQmlEngine.urlInterceptors?4() -> unknown-type
+QtQml.QQmlEngine.clearSingletons?4()
 QtQml.QQmlApplicationEngine?1(QObject parent=None)
 QtQml.QQmlApplicationEngine.__init__?1(self, QObject parent=None)
 QtQml.QQmlApplicationEngine?1(QUrl, QObject parent=None)
@@ -13918,6 +14086,7 @@
 QtQml.QQmlContext.setBaseUrl?4(QUrl)
 QtQml.QQmlContext.baseUrl?4() -> QUrl
 QtQml.QQmlContext.setContextProperties?4(unknown-type)
+QtQml.QQmlContext.objectForName?4(QString) -> QObject
 QtQml.QQmlContext.PropertyPair.name?7
 QtQml.QQmlContext.PropertyPair.value?7
 QtQml.QQmlContext.PropertyPair?1()
@@ -13973,6 +14142,11 @@
 QtQml.QQmlExpression.error?4() -> QQmlError
 QtQml.QQmlExpression.evaluate?4() -> (QVariant, bool)
 QtQml.QQmlExpression.valueChanged?4()
+QtQml.QQmlExtensionPlugin?1(QObject parent=None)
+QtQml.QQmlExtensionPlugin.__init__?1(self, QObject parent=None)
+QtQml.QQmlExtensionPlugin.registerTypes?4(str)
+QtQml.QQmlExtensionPlugin.baseUrl?4() -> QUrl
+QtQml.QQmlExtensionPlugin.unregisterTypes?4()
 QtQml.QQmlEngineExtensionPlugin?1(QObject parent=None)
 QtQml.QQmlEngineExtensionPlugin.__init__?1(self, QObject parent=None)
 QtQml.QQmlEngineExtensionPlugin.initializeEngine?4(QQmlEngine, str)
@@ -14076,6 +14250,7 @@
 QtQml.QQmlProperty.isValid?4() -> bool
 QtQml.QQmlProperty.isProperty?4() -> bool
 QtQml.QQmlProperty.isSignalProperty?4() -> bool
+QtQml.QQmlProperty.isBindable?4() -> bool
 QtQml.QQmlProperty.propertyType?4() -> int
 QtQml.QQmlProperty.propertyTypeCategory?4() -> QQmlProperty.PropertyTypeCategory
 QtQml.QQmlProperty.propertyTypeName?4() -> str
@@ -14101,6 +14276,7 @@
 QtQml.QQmlProperty.index?4() -> int
 QtQml.QQmlProperty.property?4() -> QMetaProperty
 QtQml.QQmlProperty.method?4() -> QMetaMethod
+QtQml.QQmlProperty.swap?4(QQmlProperty)
 QtQml.QQmlPropertyMap?1(QObject parent=None)
 QtQml.QQmlPropertyMap.__init__?1(self, QObject parent=None)
 QtQml.QQmlPropertyMap.value?4(QString) -> QVariant
@@ -14307,6 +14483,14 @@
 QtWidgets.QWidget.nextInFocusChain?4() -> QWidget
 QtWidgets.QWidget.acceptDrops?4() -> bool
 QtWidgets.QWidget.setAcceptDrops?4(bool)
+QtWidgets.QWidget.addAction?4(QIcon, QString) -> QAction
+QtWidgets.QWidget.addAction?4(QIcon, QString, object, Qt.ConnectionType type=Qt.AutoConnection) -> QAction
+QtWidgets.QWidget.addAction?4(QIcon, QString, QKeySequence) -> QAction
+QtWidgets.QWidget.addAction?4(QIcon, QString, QKeySequence, object, Qt.ConnectionType type=Qt.AutoConnection) -> QAction
+QtWidgets.QWidget.addAction?4(QString) -> QAction
+QtWidgets.QWidget.addAction?4(QString, QKeySequence) -> QAction
+QtWidgets.QWidget.addAction?4(QString, object, Qt.ConnectionType type=Qt.AutoConnection) -> QAction
+QtWidgets.QWidget.addAction?4(QString, QKeySequence, object, Qt.ConnectionType type=Qt.AutoConnection) -> QAction
 QtWidgets.QWidget.addAction?4(QAction)
 QtWidgets.QWidget.addActions?4(unknown-type)
 QtWidgets.QWidget.insertAction?4(QAction, QAction)
@@ -14414,8 +14598,8 @@
 QtWidgets.QWidget.graphicsProxyWidget?4() -> QGraphicsProxyWidget
 QtWidgets.QWidget.graphicsEffect?4() -> QGraphicsEffect
 QtWidgets.QWidget.setGraphicsEffect?4(QGraphicsEffect)
-QtWidgets.QWidget.grabGesture?4(Qt.GestureType, unknown-type flags=Qt.GestureFlags())
-QtWidgets.QWidget.ungrabGesture?4(Qt.GestureType)
+QtWidgets.QWidget.grabGesture?4(int, unknown-type flags=Qt.GestureFlags())
+QtWidgets.QWidget.ungrabGesture?4(int)
 QtWidgets.QWidget.setContentsMargins?4(QMargins)
 QtWidgets.QWidget.contentsMargins?4() -> QMargins
 QtWidgets.QWidget.previousInFocusChain?4() -> QWidget
@@ -15292,8 +15476,8 @@
 QtWidgets.QComboBox.setDuplicatesEnabled?4(bool)
 QtWidgets.QComboBox.setFrame?4(bool)
 QtWidgets.QComboBox.hasFrame?4() -> bool
-QtWidgets.QComboBox.findText?4(QString, unknown-type flags=Qt.MatchExactly|Qt.MatchCaseSensitive) -> int
-QtWidgets.QComboBox.findData?4(QVariant, int role=Qt.UserRole, unknown-type flags=Qt.MatchExactly|Qt.MatchCaseSensitive) -> int
+QtWidgets.QComboBox.findText?4(QString, unknown-type flags=static_cast<QFlags<Qt.MatchFlag>>(Qt.MatchExactly|Qt.MatchCaseSensitive)) -> int
+QtWidgets.QComboBox.findData?4(QVariant, int role=Qt.UserRole, unknown-type flags=static_cast<QFlags<Qt.MatchFlag>>(Qt.MatchExactly|Qt.MatchCaseSensitive)) -> int
 QtWidgets.QComboBox.insertPolicy?4() -> QComboBox.InsertPolicy
 QtWidgets.QComboBox.setInsertPolicy?4(QComboBox.InsertPolicy)
 QtWidgets.QComboBox.sizeAdjustPolicy?4() -> QComboBox.SizeAdjustPolicy
@@ -15494,6 +15678,7 @@
 QtWidgets.QStyle.StandardPixmap.SP_DialogRetryButton?10
 QtWidgets.QStyle.StandardPixmap.SP_DialogIgnoreButton?10
 QtWidgets.QStyle.StandardPixmap.SP_RestoreDefaultsButton?10
+QtWidgets.QStyle.StandardPixmap.SP_TabCloseButton?10
 QtWidgets.QStyle.StandardPixmap.SP_CustomBase?10
 QtWidgets.QStyle.StyleHint?10
 QtWidgets.QStyle.StyleHint.SH_EtchDisabledText?10
@@ -15612,8 +15797,10 @@
 QtWidgets.QStyle.StyleHint.SH_ComboBox_AllowWheelScrolling?10
 QtWidgets.QStyle.StyleHint.SH_SpinBox_ButtonsInsideFrame?10
 QtWidgets.QStyle.StyleHint.SH_SpinBox_StepModifier?10
+QtWidgets.QStyle.StyleHint.SH_TabBar_AllowWheelScrolling?10
+QtWidgets.QStyle.StyleHint.SH_Table_AlwaysDrawLeftTopGridLines?10
+QtWidgets.QStyle.StyleHint.SH_SpinBox_SelectOnStep?10
 QtWidgets.QStyle.StyleHint.SH_CustomBase?10
-QtWidgets.QStyle.StyleHint.SH_TabBar_AllowWheelScrolling?10
 QtWidgets.QStyle.ContentsType?10
 QtWidgets.QStyle.ContentsType.CT_PushButton?10
 QtWidgets.QStyle.ContentsType.CT_CheckBox?10
@@ -15733,6 +15920,8 @@
 QtWidgets.QStyle.PixelMetric.PM_HeaderDefaultSectionSizeVertical?10
 QtWidgets.QStyle.PixelMetric.PM_TitleBarButtonIconSize?10
 QtWidgets.QStyle.PixelMetric.PM_TitleBarButtonSize?10
+QtWidgets.QStyle.PixelMetric.PM_LineEditIconSize?10
+QtWidgets.QStyle.PixelMetric.PM_LineEditIconMargin?10
 QtWidgets.QStyle.PixelMetric.PM_CustomBase?10
 QtWidgets.QStyle.SubControl?10
 QtWidgets.QStyle.SubControl.SC_None?10
@@ -16042,12 +16231,12 @@
 QtWidgets.QCompleter.CompletionMode.PopupCompletion?10
 QtWidgets.QCompleter.CompletionMode.UnfilteredPopupCompletion?10
 QtWidgets.QCompleter.CompletionMode.InlineCompletion?10
-QtWidgets.QCompleter?1(QObject parent=None)
-QtWidgets.QCompleter.__init__?1(self, QObject parent=None)
 QtWidgets.QCompleter?1(QAbstractItemModel, QObject parent=None)
 QtWidgets.QCompleter.__init__?1(self, QAbstractItemModel, QObject parent=None)
 QtWidgets.QCompleter?1(QStringList, QObject parent=None)
 QtWidgets.QCompleter.__init__?1(self, QStringList, QObject parent=None)
+QtWidgets.QCompleter?1(QObject parent=None)
+QtWidgets.QCompleter.__init__?1(self, QObject parent=None)
 QtWidgets.QCompleter.setWidget?4(QWidget)
 QtWidgets.QCompleter.widget?4() -> QWidget
 QtWidgets.QCompleter.setModel?4(QAbstractItemModel)
@@ -16466,6 +16655,12 @@
 QtWidgets.QFontComboBox.setCurrentFont?4(QFont)
 QtWidgets.QFontComboBox.currentFontChanged?4(QFont)
 QtWidgets.QFontComboBox.event?4(QEvent) -> bool
+QtWidgets.QFontComboBox.setSampleTextForSystem?4(QFontDatabase.WritingSystem, QString)
+QtWidgets.QFontComboBox.sampleTextForSystem?4(QFontDatabase.WritingSystem) -> QString
+QtWidgets.QFontComboBox.setSampleTextForFont?4(QString, QString)
+QtWidgets.QFontComboBox.sampleTextForFont?4(QString) -> QString
+QtWidgets.QFontComboBox.setDisplayFont?4(QString, QFont)
+QtWidgets.QFontComboBox.displayFont?4(QString) -> object
 QtWidgets.QFontDialog.FontDialogOption?10
 QtWidgets.QFontDialog.FontDialogOption.NoButtons?10
 QtWidgets.QFontDialog.FontDialogOption.DontUseNativeDialog?10
@@ -16572,7 +16767,7 @@
 QtWidgets.QGesture.GestureCancelPolicy.CancelAllInContext?10
 QtWidgets.QGesture?1(QObject parent=None)
 QtWidgets.QGesture.__init__?1(self, QObject parent=None)
-QtWidgets.QGesture.gestureType?4() -> Qt.GestureType
+QtWidgets.QGesture.gestureType?4() -> int
 QtWidgets.QGesture.state?4() -> Qt.GestureState
 QtWidgets.QGesture.hotSpot?4() -> QPointF
 QtWidgets.QGesture.setHotSpot?4(QPointF)
@@ -16644,7 +16839,7 @@
 QtWidgets.QGestureEvent?1(QGestureEvent)
 QtWidgets.QGestureEvent.__init__?1(self, QGestureEvent)
 QtWidgets.QGestureEvent.gestures?4() -> unknown-type
-QtWidgets.QGestureEvent.gesture?4(Qt.GestureType) -> QGesture
+QtWidgets.QGestureEvent.gesture?4(int) -> QGesture
 QtWidgets.QGestureEvent.activeGestures?4() -> unknown-type
 QtWidgets.QGestureEvent.canceledGestures?4() -> unknown-type
 QtWidgets.QGestureEvent.setAccepted?4(bool)
@@ -16655,10 +16850,10 @@
 QtWidgets.QGestureEvent.accept?4(QGesture)
 QtWidgets.QGestureEvent.ignore?4(QGesture)
 QtWidgets.QGestureEvent.isAccepted?4(QGesture) -> bool
-QtWidgets.QGestureEvent.setAccepted?4(Qt.GestureType, bool)
-QtWidgets.QGestureEvent.accept?4(Qt.GestureType)
-QtWidgets.QGestureEvent.ignore?4(Qt.GestureType)
-QtWidgets.QGestureEvent.isAccepted?4(Qt.GestureType) -> bool
+QtWidgets.QGestureEvent.setAccepted?4(int, bool)
+QtWidgets.QGestureEvent.accept?4(int)
+QtWidgets.QGestureEvent.ignore?4(int)
+QtWidgets.QGestureEvent.isAccepted?4(int) -> bool
 QtWidgets.QGestureEvent.widget?4() -> QWidget
 QtWidgets.QGestureEvent.mapToGraphicsScene?4(QPointF) -> QPointF
 QtWidgets.QGestureRecognizer.ResultFlag?10
@@ -16675,8 +16870,8 @@
 QtWidgets.QGestureRecognizer.create?4(QObject) -> QGesture
 QtWidgets.QGestureRecognizer.recognize?4(QGesture, QObject, QEvent) -> unknown-type
 QtWidgets.QGestureRecognizer.reset?4(QGesture)
-QtWidgets.QGestureRecognizer.registerRecognizer?4(QGestureRecognizer) -> Qt.GestureType
-QtWidgets.QGestureRecognizer.unregisterRecognizer?4(Qt.GestureType)
+QtWidgets.QGestureRecognizer.registerRecognizer?4(QGestureRecognizer) -> int
+QtWidgets.QGestureRecognizer.unregisterRecognizer?4(int)
 QtWidgets.QGraphicsAnchor.setSpacing?4(float)
 QtWidgets.QGraphicsAnchor.unsetSpacing?4()
 QtWidgets.QGraphicsAnchor.spacing?4() -> float
@@ -17278,8 +17473,8 @@
 QtWidgets.QGraphicsItemGroup.type?4() -> int
 QtWidgets.QGraphicsObject?1(QGraphicsItem parent=None)
 QtWidgets.QGraphicsObject.__init__?1(self, QGraphicsItem parent=None)
-QtWidgets.QGraphicsObject.grabGesture?4(Qt.GestureType, unknown-type flags=Qt.GestureFlags())
-QtWidgets.QGraphicsObject.ungrabGesture?4(Qt.GestureType)
+QtWidgets.QGraphicsObject.grabGesture?4(int, unknown-type flags=Qt.GestureFlags())
+QtWidgets.QGraphicsObject.ungrabGesture?4(int)
 QtWidgets.QGraphicsObject.parentChanged?4()
 QtWidgets.QGraphicsObject.opacityChanged?4()
 QtWidgets.QGraphicsObject.visibleChanged?4()
@@ -17609,6 +17804,7 @@
 QtWidgets.QGraphicsScene.focusOnTouch?4() -> bool
 QtWidgets.QGraphicsScene.setFocusOnTouch?4(bool)
 QtWidgets.QGraphicsSceneEvent.widget?4() -> QWidget
+QtWidgets.QGraphicsSceneEvent.timestamp?4() -> int
 QtWidgets.QGraphicsSceneMouseEvent.pos?4() -> QPointF
 QtWidgets.QGraphicsSceneMouseEvent.scenePos?4() -> QPointF
 QtWidgets.QGraphicsSceneMouseEvent.screenPos?4() -> QPoint
@@ -17630,6 +17826,9 @@
 QtWidgets.QGraphicsSceneWheelEvent.modifiers?4() -> unknown-type
 QtWidgets.QGraphicsSceneWheelEvent.delta?4() -> int
 QtWidgets.QGraphicsSceneWheelEvent.orientation?4() -> Qt.Orientation
+QtWidgets.QGraphicsSceneWheelEvent.phase?4() -> Qt.ScrollPhase
+QtWidgets.QGraphicsSceneWheelEvent.pixelDelta?4() -> QPoint
+QtWidgets.QGraphicsSceneWheelEvent.isInverted?4() -> bool
 QtWidgets.QGraphicsSceneContextMenuEvent.Reason?10
 QtWidgets.QGraphicsSceneContextMenuEvent.Reason.Mouse?10
 QtWidgets.QGraphicsSceneContextMenuEvent.Reason.Keyboard?10
@@ -18215,6 +18414,7 @@
 QtWidgets.QWidgetItem.hasHeightForWidth?4() -> bool
 QtWidgets.QWidgetItem.heightForWidth?4(int) -> int
 QtWidgets.QWidgetItem.controlTypes?4() -> unknown-type
+QtWidgets.QWidgetItem.minimumHeightForWidth?4(int) -> int
 QtWidgets.QLCDNumber.SegmentStyle?10
 QtWidgets.QLCDNumber.SegmentStyle.Outline?10
 QtWidgets.QLCDNumber.SegmentStyle.Filled?10
@@ -18712,11 +18912,6 @@
 QtWidgets.QMenu.__init__?1(self, QWidget parent=None)
 QtWidgets.QMenu?1(QString, QWidget parent=None)
 QtWidgets.QMenu.__init__?1(self, QString, QWidget parent=None)
-QtWidgets.QMenu.addAction?4(QAction)
-QtWidgets.QMenu.addAction?4(QString) -> QAction
-QtWidgets.QMenu.addAction?4(QString, object, QKeySequence shortcut=0) -> QAction
-QtWidgets.QMenu.addAction?4(QIcon, QString) -> QAction
-QtWidgets.QMenu.addAction?4(QIcon, QString, object, QKeySequence shortcut=0) -> QAction
 QtWidgets.QMenu.addMenu?4(QMenu) -> QAction
 QtWidgets.QMenu.addMenu?4(QString) -> QMenu
 QtWidgets.QMenu.addMenu?4(QIcon, QString) -> QMenu
@@ -18776,11 +18971,9 @@
 QtWidgets.QMenu.setToolTipsVisible?4(bool)
 QtWidgets.QMenu.showTearOffMenu?4()
 QtWidgets.QMenu.showTearOffMenu?4(QPoint)
+QtWidgets.QMenu.menuInAction?4(QAction) -> QMenu
 QtWidgets.QMenuBar?1(QWidget parent=None)
 QtWidgets.QMenuBar.__init__?1(self, QWidget parent=None)
-QtWidgets.QMenuBar.addAction?4(QAction)
-QtWidgets.QMenuBar.addAction?4(QString) -> QAction
-QtWidgets.QMenuBar.addAction?4(QString, object) -> QAction
 QtWidgets.QMenuBar.addMenu?4(QMenu) -> QAction
 QtWidgets.QMenuBar.addMenu?4(QString) -> QMenu
 QtWidgets.QMenuBar.addMenu?4(QIcon, QString) -> QMenu
@@ -19222,8 +19415,8 @@
 QtWidgets.QScroller.State.Scrolling?10
 QtWidgets.QScroller.hasScroller?4(QObject) -> bool
 QtWidgets.QScroller.scroller?4(QObject) -> QScroller
-QtWidgets.QScroller.grabGesture?4(QObject, QScroller.ScrollerGestureType scrollGestureType=QScroller.TouchGesture) -> Qt.GestureType
-QtWidgets.QScroller.grabbedGesture?4(QObject) -> Qt.GestureType
+QtWidgets.QScroller.grabGesture?4(QObject, QScroller.ScrollerGestureType scrollGestureType=QScroller.TouchGesture) -> int
+QtWidgets.QScroller.grabbedGesture?4(QObject) -> int
 QtWidgets.QScroller.ungrabGesture?4(QObject)
 QtWidgets.QScroller.activeScrollers?4() -> unknown-type
 QtWidgets.QScroller.target?4() -> QObject
@@ -20712,11 +20905,6 @@
 QtWidgets.QToolBar.setOrientation?4(Qt.Orientation)
 QtWidgets.QToolBar.orientation?4() -> Qt.Orientation
 QtWidgets.QToolBar.clear?4()
-QtWidgets.QToolBar.addAction?4(QAction)
-QtWidgets.QToolBar.addAction?4(QString) -> QAction
-QtWidgets.QToolBar.addAction?4(QIcon, QString) -> QAction
-QtWidgets.QToolBar.addAction?4(QString, object) -> QAction
-QtWidgets.QToolBar.addAction?4(QIcon, QString, object) -> QAction
 QtWidgets.QToolBar.addSeparator?4() -> QAction
 QtWidgets.QToolBar.insertSeparator?4(QAction) -> QAction
 QtWidgets.QToolBar.addWidget?4(QWidget) -> QAction
@@ -20808,6 +20996,7 @@
 QtWidgets.QToolButton.mouseReleaseEvent?4(QMouseEvent)
 QtWidgets.QToolButton.nextCheckState?4()
 QtWidgets.QToolButton.hitButton?4(QPoint) -> bool
+QtWidgets.QToolButton.checkStateSet?4()
 QtWidgets.QToolTip?1(QToolTip)
 QtWidgets.QToolTip.__init__?1(self, QToolTip)
 QtWidgets.QToolTip.showText?4(QPoint, QString, QWidget widget=None, QRect rect={}, int msecShowTime=-1)
@@ -22722,6 +22911,7 @@
 QtOpenGL.QOpenGLTextureBlitter.blit?4(int, QMatrix4x4, QMatrix3x3)
 QtOpenGL.QOpenGLTextureBlitter.targetTransform?4(QRectF, QRect) -> QMatrix4x4
 QtOpenGL.QOpenGLTextureBlitter.sourceTransform?4(QRectF, QSize, QOpenGLTextureBlitter.Origin) -> QMatrix3x3
+QtOpenGL.QOpenGLTextureBlitter.supportsRectangleTarget?4() -> bool
 QtOpenGL.QOpenGLTimerQuery?1(QObject parent=None)
 QtOpenGL.QOpenGLTimerQuery.__init__?1(self, QObject parent=None)
 QtOpenGL.QOpenGLTimerQuery.create?4() -> bool
@@ -24466,6 +24656,8 @@
 QtQuick.QQuickItem.Flag.ItemIsFocusScope?10
 QtQuick.QQuickItem.Flag.ItemHasContents?10
 QtQuick.QQuickItem.Flag.ItemAcceptsDrops?10
+QtQuick.QQuickItem.Flag.ItemIsViewport?10
+QtQuick.QQuickItem.Flag.ItemObservesViewport?10
 QtQuick.QQuickItem?1(QQuickItem parent=None)
 QtQuick.QQuickItem.__init__?1(self, QQuickItem parent=None)
 QtQuick.QQuickItem.window?4() -> QQuickWindow
@@ -24628,6 +24820,9 @@
 QtQuick.QQuickItem.containmentMask?4() -> QObject
 QtQuick.QQuickItem.setContainmentMask?4(QObject)
 QtQuick.QQuickItem.containmentMaskChanged?4()
+QtQuick.QQuickItem.viewportItem?4() -> QQuickItem
+QtQuick.QQuickItem.ensurePolished?4()
+QtQuick.QQuickItem.dumpItemTree?4()
 QtQuick.QQuickFramebufferObject?1(QQuickItem parent=None)
 QtQuick.QQuickFramebufferObject.__init__?1(self, QQuickItem parent=None)
 QtQuick.QQuickFramebufferObject.textureFollowsItemSize?4() -> bool
@@ -24710,6 +24905,7 @@
 QtQuick.QQuickItemGrabResult.image?4() -> QImage
 QtQuick.QQuickItemGrabResult.url?4() -> QUrl
 QtQuick.QQuickItemGrabResult.saveToFile?4(QString) -> bool
+QtQuick.QQuickItemGrabResult.saveToFile?4(QUrl) -> bool
 QtQuick.QQuickItemGrabResult.event?4(QEvent) -> bool
 QtQuick.QQuickItemGrabResult.ready?4()
 QtQuick.QQuickPaintedItem.PerformanceHint?10
@@ -24776,6 +24972,9 @@
 QtQuick.QQuickRenderTarget.__init__?1(self, QQuickRenderTarget)
 QtQuick.QQuickRenderTarget.isNull?4() -> bool
 QtQuick.QQuickRenderTarget.fromOpenGLTexture?4(int, QSize, int sampleCount=1) -> QQuickRenderTarget
+QtQuick.QQuickRenderTarget.fromOpenGLRenderBuffer?4(int, QSize, int sampleCount=1) -> QQuickRenderTarget
+QtQuick.QQuickRenderTarget.devicePixelRatio?4() -> float
+QtQuick.QQuickRenderTarget.setDevicePixelRatio?4(float)
 QtQuick.QQuickTextDocument?1(QQuickItem)
 QtQuick.QQuickTextDocument.__init__?1(self, QQuickItem)
 QtQuick.QQuickTextDocument.textDocument?4() -> QTextDocument
@@ -24908,6 +25107,7 @@
 QtQuick.QSGMaterial.Flag.RequiresDeterminant?10
 QtQuick.QSGMaterial.Flag.RequiresFullMatrixExceptTranslate?10
 QtQuick.QSGMaterial.Flag.RequiresFullMatrix?10
+QtQuick.QSGMaterial.Flag.NoBatching?10
 QtQuick.QSGMaterial.Flag.CustomCompileStep?10
 QtQuick.QSGMaterial?1()
 QtQuick.QSGMaterial.__init__?1(self)
@@ -25415,6 +25615,13 @@
 QtQuick3D.QQuick3DGeometry.clear?4()
 QtQuick3D.QQuick3DGeometry.vertexData?4() -> QByteArray
 QtQuick3D.QQuick3DGeometry.indexData?4() -> QByteArray
+QtQuick3D.QQuick3DGeometry.subsetCount?4(int) -> int
+QtQuick3D.QQuick3DGeometry.subsetCount?4() -> int
+QtQuick3D.QQuick3DGeometry.subsetBoundsMin?4(int) -> QVector3D
+QtQuick3D.QQuick3DGeometry.subsetBoundsMax?4(int) -> QVector3D
+QtQuick3D.QQuick3DGeometry.subsetOffset?4(int) -> int
+QtQuick3D.QQuick3DGeometry.subsetName?4(int) -> QString
+QtQuick3D.QQuick3DGeometry.addSubset?4(int, int, QVector3D, QVector3D, QString name='')
 QtQuick3D.QQuick3DGeometry.Attribute.ComponentType?10
 QtQuick3D.QQuick3DGeometry.Attribute.ComponentType.U16Type?10
 QtQuick3D.QQuick3DGeometry.Attribute.ComponentType.U32Type?10
@@ -25813,6 +26020,7 @@
 QtSql.QSqlQuery.numericalPrecisionPolicy?4() -> QSql.NumericalPrecisionPolicy
 QtSql.QSqlQuery.finish?4()
 QtSql.QSqlQuery.nextResult?4() -> bool
+QtSql.QSqlQuery.swap?4(QSqlQuery)
 QtSql.QSqlQueryModel?1(QObject parent=None)
 QtSql.QSqlQueryModel.__init__?1(self, QObject parent=None)
 QtSql.QSqlQueryModel.rowCount?4(QModelIndex parent=QModelIndex()) -> int
@@ -26406,3 +26614,3252 @@
 QtXml.QDomProcessingInstruction.data?4() -> QString
 QtXml.QDomProcessingInstruction.setData?4(QString)
 QtXml.QDomProcessingInstruction.nodeType?4() -> QDomNode.NodeType
+QtMultimedia.QAudio.VolumeScale?10
+QtMultimedia.QAudio.VolumeScale.LinearVolumeScale?10
+QtMultimedia.QAudio.VolumeScale.CubicVolumeScale?10
+QtMultimedia.QAudio.VolumeScale.LogarithmicVolumeScale?10
+QtMultimedia.QAudio.VolumeScale.DecibelVolumeScale?10
+QtMultimedia.QAudio.State?10
+QtMultimedia.QAudio.State.ActiveState?10
+QtMultimedia.QAudio.State.SuspendedState?10
+QtMultimedia.QAudio.State.StoppedState?10
+QtMultimedia.QAudio.State.IdleState?10
+QtMultimedia.QAudio.Error?10
+QtMultimedia.QAudio.Error.NoError?10
+QtMultimedia.QAudio.Error.OpenError?10
+QtMultimedia.QAudio.Error.IOError?10
+QtMultimedia.QAudio.Error.UnderrunError?10
+QtMultimedia.QAudio.Error.FatalError?10
+QtMultimedia.QAudio.convertVolume?4(float, QAudio.VolumeScale, QAudio.VolumeScale) -> float
+QtMultimedia.QAudioBuffer?1()
+QtMultimedia.QAudioBuffer.__init__?1(self)
+QtMultimedia.QAudioBuffer?1(QByteArray, QAudioFormat, int startTime=-1)
+QtMultimedia.QAudioBuffer.__init__?1(self, QByteArray, QAudioFormat, int startTime=-1)
+QtMultimedia.QAudioBuffer?1(int, QAudioFormat, int startTime=-1)
+QtMultimedia.QAudioBuffer.__init__?1(self, int, QAudioFormat, int startTime=-1)
+QtMultimedia.QAudioBuffer?1(QAudioBuffer)
+QtMultimedia.QAudioBuffer.__init__?1(self, QAudioBuffer)
+QtMultimedia.QAudioBuffer.isValid?4() -> bool
+QtMultimedia.QAudioBuffer.format?4() -> QAudioFormat
+QtMultimedia.QAudioBuffer.frameCount?4() -> int
+QtMultimedia.QAudioBuffer.sampleCount?4() -> int
+QtMultimedia.QAudioBuffer.byteCount?4() -> int
+QtMultimedia.QAudioBuffer.duration?4() -> int
+QtMultimedia.QAudioBuffer.startTime?4() -> int
+QtMultimedia.QAudioBuffer.swap?4(QAudioBuffer)
+QtMultimedia.QAudioBuffer.detach?4()
+QtMultimedia.QAudioBuffer.constData?4() -> object
+QtMultimedia.QAudioBuffer.data?4() -> object
+QtMultimedia.QAudioDecoder.Error?10
+QtMultimedia.QAudioDecoder.Error.NoError?10
+QtMultimedia.QAudioDecoder.Error.ResourceError?10
+QtMultimedia.QAudioDecoder.Error.FormatError?10
+QtMultimedia.QAudioDecoder.Error.AccessDeniedError?10
+QtMultimedia.QAudioDecoder.Error.NotSupportedError?10
+QtMultimedia.QAudioDecoder?1(QObject parent=None)
+QtMultimedia.QAudioDecoder.__init__?1(self, QObject parent=None)
+QtMultimedia.QAudioDecoder.isSupported?4() -> bool
+QtMultimedia.QAudioDecoder.isDecoding?4() -> bool
+QtMultimedia.QAudioDecoder.source?4() -> QUrl
+QtMultimedia.QAudioDecoder.setSource?4(QUrl)
+QtMultimedia.QAudioDecoder.sourceDevice?4() -> QIODevice
+QtMultimedia.QAudioDecoder.setSourceDevice?4(QIODevice)
+QtMultimedia.QAudioDecoder.error?4() -> QAudioDecoder.Error
+QtMultimedia.QAudioDecoder.errorString?4() -> QString
+QtMultimedia.QAudioDecoder.read?4() -> QAudioBuffer
+QtMultimedia.QAudioDecoder.bufferAvailable?4() -> bool
+QtMultimedia.QAudioDecoder.position?4() -> int
+QtMultimedia.QAudioDecoder.duration?4() -> int
+QtMultimedia.QAudioDecoder.audioFormat?4() -> QAudioFormat
+QtMultimedia.QAudioDecoder.setAudioFormat?4(QAudioFormat)
+QtMultimedia.QAudioDecoder.start?4()
+QtMultimedia.QAudioDecoder.stop?4()
+QtMultimedia.QAudioDecoder.bufferAvailableChanged?4(bool)
+QtMultimedia.QAudioDecoder.bufferReady?4()
+QtMultimedia.QAudioDecoder.finished?4()
+QtMultimedia.QAudioDecoder.isDecodingChanged?4(bool)
+QtMultimedia.QAudioDecoder.error?4(QAudioDecoder.Error)
+QtMultimedia.QAudioDecoder.sourceChanged?4()
+QtMultimedia.QAudioDecoder.positionChanged?4(int)
+QtMultimedia.QAudioDecoder.durationChanged?4(int)
+QtMultimedia.QAudioDecoder.formatChanged?4(QAudioFormat)
+QtMultimedia.QAudioDevice.Mode?10
+QtMultimedia.QAudioDevice.Mode.Null?10
+QtMultimedia.QAudioDevice.Mode.Input?10
+QtMultimedia.QAudioDevice.Mode.Output?10
+QtMultimedia.QAudioDevice?1()
+QtMultimedia.QAudioDevice.__init__?1(self)
+QtMultimedia.QAudioDevice?1(QAudioDevice)
+QtMultimedia.QAudioDevice.__init__?1(self, QAudioDevice)
+QtMultimedia.QAudioDevice.swap?4(QAudioDevice)
+QtMultimedia.QAudioDevice.isNull?4() -> bool
+QtMultimedia.QAudioDevice.id?4() -> QByteArray
+QtMultimedia.QAudioDevice.description?4() -> QString
+QtMultimedia.QAudioDevice.isDefault?4() -> bool
+QtMultimedia.QAudioDevice.mode?4() -> QAudioDevice.Mode
+QtMultimedia.QAudioDevice.isFormatSupported?4(QAudioFormat) -> bool
+QtMultimedia.QAudioDevice.preferredFormat?4() -> QAudioFormat
+QtMultimedia.QAudioDevice.minimumSampleRate?4() -> int
+QtMultimedia.QAudioDevice.maximumSampleRate?4() -> int
+QtMultimedia.QAudioDevice.minimumChannelCount?4() -> int
+QtMultimedia.QAudioDevice.maximumChannelCount?4() -> int
+QtMultimedia.QAudioDevice.supportedSampleFormats?4() -> unknown-type
+QtMultimedia.QAudioFormat.SampleFormat?10
+QtMultimedia.QAudioFormat.SampleFormat.Unknown?10
+QtMultimedia.QAudioFormat.SampleFormat.UInt8?10
+QtMultimedia.QAudioFormat.SampleFormat.Int16?10
+QtMultimedia.QAudioFormat.SampleFormat.Int32?10
+QtMultimedia.QAudioFormat.SampleFormat.Float?10
+QtMultimedia.QAudioFormat.ChannelConfig?10
+QtMultimedia.QAudioFormat.ChannelConfig.ChannelConfigUnknown?10
+QtMultimedia.QAudioFormat.ChannelConfig.ChannelConfigMono?10
+QtMultimedia.QAudioFormat.ChannelConfig.ChannelConfigStereo?10
+QtMultimedia.QAudioFormat.ChannelConfig.ChannelConfig2Dot1?10
+QtMultimedia.QAudioFormat.ChannelConfig.ChannelConfigSurround5Dot0?10
+QtMultimedia.QAudioFormat.ChannelConfig.ChannelConfigSurround5Dot1?10
+QtMultimedia.QAudioFormat.ChannelConfig.ChannelConfigSurround7Dot0?10
+QtMultimedia.QAudioFormat.ChannelConfig.ChannelConfigSurround7Dot1?10
+QtMultimedia.QAudioFormat.AudioChannelPosition?10
+QtMultimedia.QAudioFormat.AudioChannelPosition.UnknownPosition?10
+QtMultimedia.QAudioFormat.AudioChannelPosition.FrontLeft?10
+QtMultimedia.QAudioFormat.AudioChannelPosition.FrontRight?10
+QtMultimedia.QAudioFormat.AudioChannelPosition.FrontCenter?10
+QtMultimedia.QAudioFormat.AudioChannelPosition.LFE?10
+QtMultimedia.QAudioFormat.AudioChannelPosition.BackLeft?10
+QtMultimedia.QAudioFormat.AudioChannelPosition.BackRight?10
+QtMultimedia.QAudioFormat.AudioChannelPosition.FrontLeftOfCenter?10
+QtMultimedia.QAudioFormat.AudioChannelPosition.FrontRightOfCenter?10
+QtMultimedia.QAudioFormat.AudioChannelPosition.BackCenter?10
+QtMultimedia.QAudioFormat.AudioChannelPosition.LFE2?10
+QtMultimedia.QAudioFormat.AudioChannelPosition.SideLeft?10
+QtMultimedia.QAudioFormat.AudioChannelPosition.SideRight?10
+QtMultimedia.QAudioFormat.AudioChannelPosition.TopFrontLeft?10
+QtMultimedia.QAudioFormat.AudioChannelPosition.TopFrontRight?10
+QtMultimedia.QAudioFormat.AudioChannelPosition.TopFrontCenter?10
+QtMultimedia.QAudioFormat.AudioChannelPosition.TopCenter?10
+QtMultimedia.QAudioFormat.AudioChannelPosition.TopBackLeft?10
+QtMultimedia.QAudioFormat.AudioChannelPosition.TopBackRight?10
+QtMultimedia.QAudioFormat.AudioChannelPosition.TopSideLeft?10
+QtMultimedia.QAudioFormat.AudioChannelPosition.TopSideRight?10
+QtMultimedia.QAudioFormat.AudioChannelPosition.TopBackCenter?10
+QtMultimedia.QAudioFormat.AudioChannelPosition.BottomFrontCenter?10
+QtMultimedia.QAudioFormat.AudioChannelPosition.BottomFrontLeft?10
+QtMultimedia.QAudioFormat.AudioChannelPosition.BottomFrontRight?10
+QtMultimedia.QAudioFormat?1()
+QtMultimedia.QAudioFormat.__init__?1(self)
+QtMultimedia.QAudioFormat?1(QAudioFormat)
+QtMultimedia.QAudioFormat.__init__?1(self, QAudioFormat)
+QtMultimedia.QAudioFormat.isValid?4() -> bool
+QtMultimedia.QAudioFormat.setSampleRate?4(int)
+QtMultimedia.QAudioFormat.sampleRate?4() -> int
+QtMultimedia.QAudioFormat.setChannelCount?4(int)
+QtMultimedia.QAudioFormat.channelCount?4() -> int
+QtMultimedia.QAudioFormat.bytesForDuration?4(int) -> int
+QtMultimedia.QAudioFormat.durationForBytes?4(int) -> int
+QtMultimedia.QAudioFormat.bytesForFrames?4(int) -> int
+QtMultimedia.QAudioFormat.framesForBytes?4(int) -> int
+QtMultimedia.QAudioFormat.framesForDuration?4(int) -> int
+QtMultimedia.QAudioFormat.durationForFrames?4(int) -> int
+QtMultimedia.QAudioFormat.bytesPerFrame?4() -> int
+QtMultimedia.QAudioFormat.setChannelConfig?4(QAudioFormat.ChannelConfig)
+QtMultimedia.QAudioFormat.channelConfig?4() -> QAudioFormat.ChannelConfig
+QtMultimedia.QAudioFormat.channelOffset?4(QAudioFormat.AudioChannelPosition) -> int
+QtMultimedia.QAudioFormat.setSampleFormat?4(QAudioFormat.SampleFormat)
+QtMultimedia.QAudioFormat.sampleFormat?4() -> QAudioFormat.SampleFormat
+QtMultimedia.QAudioFormat.bytesPerSample?4() -> int
+QtMultimedia.QAudioFormat.normalizedSampleValue?4(sip.voidptr) -> float
+QtMultimedia.QAudioInput?1(QAudioDevice, QObject parent=None)
+QtMultimedia.QAudioInput.__init__?1(self, QAudioDevice, QObject parent=None)
+QtMultimedia.QAudioInput?1(QObject parent=None)
+QtMultimedia.QAudioInput.__init__?1(self, QObject parent=None)
+QtMultimedia.QAudioInput.device?4() -> QAudioDevice
+QtMultimedia.QAudioInput.volume?4() -> float
+QtMultimedia.QAudioInput.isMuted?4() -> bool
+QtMultimedia.QAudioInput.setDevice?4(QAudioDevice)
+QtMultimedia.QAudioInput.setMuted?4(bool)
+QtMultimedia.QAudioInput.setVolume?4(float)
+QtMultimedia.QAudioInput.deviceChanged?4()
+QtMultimedia.QAudioInput.volumeChanged?4(float)
+QtMultimedia.QAudioInput.mutedChanged?4(bool)
+QtMultimedia.QAudioOutput?1(QAudioDevice, QObject parent=None)
+QtMultimedia.QAudioOutput.__init__?1(self, QAudioDevice, QObject parent=None)
+QtMultimedia.QAudioOutput?1(QObject parent=None)
+QtMultimedia.QAudioOutput.__init__?1(self, QObject parent=None)
+QtMultimedia.QAudioOutput.volume?4() -> float
+QtMultimedia.QAudioOutput.device?4() -> QAudioDevice
+QtMultimedia.QAudioOutput.isMuted?4() -> bool
+QtMultimedia.QAudioOutput.setDevice?4(QAudioDevice)
+QtMultimedia.QAudioOutput.setVolume?4(float)
+QtMultimedia.QAudioOutput.setMuted?4(bool)
+QtMultimedia.QAudioOutput.deviceChanged?4()
+QtMultimedia.QAudioOutput.volumeChanged?4(float)
+QtMultimedia.QAudioOutput.mutedChanged?4(bool)
+QtMultimedia.QAudioSink?1(QAudioDevice, QAudioFormat format=QAudioFormat(), QObject parent=None)
+QtMultimedia.QAudioSink.__init__?1(self, QAudioDevice, QAudioFormat format=QAudioFormat(), QObject parent=None)
+QtMultimedia.QAudioSink?1(QAudioFormat format=QAudioFormat(), QObject parent=None)
+QtMultimedia.QAudioSink.__init__?1(self, QAudioFormat format=QAudioFormat(), QObject parent=None)
+QtMultimedia.QAudioSink.format?4() -> QAudioFormat
+QtMultimedia.QAudioSink.start?4(QIODevice)
+QtMultimedia.QAudioSink.start?4() -> QIODevice
+QtMultimedia.QAudioSink.stop?4()
+QtMultimedia.QAudioSink.reset?4()
+QtMultimedia.QAudioSink.suspend?4()
+QtMultimedia.QAudioSink.resume?4()
+QtMultimedia.QAudioSink.setBufferSize?4(int)
+QtMultimedia.QAudioSink.bufferSize?4() -> int
+QtMultimedia.QAudioSink.bytesFree?4() -> int
+QtMultimedia.QAudioSink.processedUSecs?4() -> int
+QtMultimedia.QAudioSink.elapsedUSecs?4() -> int
+QtMultimedia.QAudioSink.error?4() -> QAudio.Error
+QtMultimedia.QAudioSink.state?4() -> QAudio.State
+QtMultimedia.QAudioSink.setVolume?4(float)
+QtMultimedia.QAudioSink.volume?4() -> float
+QtMultimedia.QAudioSink.stateChanged?4(QAudio.State)
+QtMultimedia.QAudioSource?1(QAudioDevice, QAudioFormat format=QAudioFormat(), QObject parent=None)
+QtMultimedia.QAudioSource.__init__?1(self, QAudioDevice, QAudioFormat format=QAudioFormat(), QObject parent=None)
+QtMultimedia.QAudioSource?1(QAudioFormat format=QAudioFormat(), QObject parent=None)
+QtMultimedia.QAudioSource.__init__?1(self, QAudioFormat format=QAudioFormat(), QObject parent=None)
+QtMultimedia.QAudioSource.format?4() -> QAudioFormat
+QtMultimedia.QAudioSource.start?4(QIODevice)
+QtMultimedia.QAudioSource.start?4() -> QIODevice
+QtMultimedia.QAudioSource.stop?4()
+QtMultimedia.QAudioSource.reset?4()
+QtMultimedia.QAudioSource.suspend?4()
+QtMultimedia.QAudioSource.resume?4()
+QtMultimedia.QAudioSource.setBufferSize?4(int)
+QtMultimedia.QAudioSource.bufferSize?4() -> int
+QtMultimedia.QAudioSource.bytesAvailable?4() -> int
+QtMultimedia.QAudioSource.setVolume?4(float)
+QtMultimedia.QAudioSource.volume?4() -> float
+QtMultimedia.QAudioSource.processedUSecs?4() -> int
+QtMultimedia.QAudioSource.elapsedUSecs?4() -> int
+QtMultimedia.QAudioSource.error?4() -> QAudio.Error
+QtMultimedia.QAudioSource.state?4() -> QAudio.State
+QtMultimedia.QAudioSource.stateChanged?4(QAudio.State)
+QtMultimedia.QCamera.Feature?10
+QtMultimedia.QCamera.Feature.ColorTemperature?10
+QtMultimedia.QCamera.Feature.ExposureCompensation?10
+QtMultimedia.QCamera.Feature.IsoSensitivity?10
+QtMultimedia.QCamera.Feature.ManualExposureTime?10
+QtMultimedia.QCamera.Feature.CustomFocusPoint?10
+QtMultimedia.QCamera.Feature.FocusDistance?10
+QtMultimedia.QCamera.WhiteBalanceMode?10
+QtMultimedia.QCamera.WhiteBalanceMode.WhiteBalanceAuto?10
+QtMultimedia.QCamera.WhiteBalanceMode.WhiteBalanceManual?10
+QtMultimedia.QCamera.WhiteBalanceMode.WhiteBalanceSunlight?10
+QtMultimedia.QCamera.WhiteBalanceMode.WhiteBalanceCloudy?10
+QtMultimedia.QCamera.WhiteBalanceMode.WhiteBalanceShade?10
+QtMultimedia.QCamera.WhiteBalanceMode.WhiteBalanceTungsten?10
+QtMultimedia.QCamera.WhiteBalanceMode.WhiteBalanceFluorescent?10
+QtMultimedia.QCamera.WhiteBalanceMode.WhiteBalanceFlash?10
+QtMultimedia.QCamera.WhiteBalanceMode.WhiteBalanceSunset?10
+QtMultimedia.QCamera.ExposureMode?10
+QtMultimedia.QCamera.ExposureMode.ExposureAuto?10
+QtMultimedia.QCamera.ExposureMode.ExposureManual?10
+QtMultimedia.QCamera.ExposureMode.ExposurePortrait?10
+QtMultimedia.QCamera.ExposureMode.ExposureNight?10
+QtMultimedia.QCamera.ExposureMode.ExposureSports?10
+QtMultimedia.QCamera.ExposureMode.ExposureSnow?10
+QtMultimedia.QCamera.ExposureMode.ExposureBeach?10
+QtMultimedia.QCamera.ExposureMode.ExposureAction?10
+QtMultimedia.QCamera.ExposureMode.ExposureLandscape?10
+QtMultimedia.QCamera.ExposureMode.ExposureNightPortrait?10
+QtMultimedia.QCamera.ExposureMode.ExposureTheatre?10
+QtMultimedia.QCamera.ExposureMode.ExposureSunset?10
+QtMultimedia.QCamera.ExposureMode.ExposureSteadyPhoto?10
+QtMultimedia.QCamera.ExposureMode.ExposureFireworks?10
+QtMultimedia.QCamera.ExposureMode.ExposureParty?10
+QtMultimedia.QCamera.ExposureMode.ExposureCandlelight?10
+QtMultimedia.QCamera.ExposureMode.ExposureBarcode?10
+QtMultimedia.QCamera.TorchMode?10
+QtMultimedia.QCamera.TorchMode.TorchOff?10
+QtMultimedia.QCamera.TorchMode.TorchOn?10
+QtMultimedia.QCamera.TorchMode.TorchAuto?10
+QtMultimedia.QCamera.FlashMode?10
+QtMultimedia.QCamera.FlashMode.FlashOff?10
+QtMultimedia.QCamera.FlashMode.FlashOn?10
+QtMultimedia.QCamera.FlashMode.FlashAuto?10
+QtMultimedia.QCamera.FocusMode?10
+QtMultimedia.QCamera.FocusMode.FocusModeAuto?10
+QtMultimedia.QCamera.FocusMode.FocusModeAutoNear?10
+QtMultimedia.QCamera.FocusMode.FocusModeAutoFar?10
+QtMultimedia.QCamera.FocusMode.FocusModeHyperfocal?10
+QtMultimedia.QCamera.FocusMode.FocusModeInfinity?10
+QtMultimedia.QCamera.FocusMode.FocusModeManual?10
+QtMultimedia.QCamera.Error?10
+QtMultimedia.QCamera.Error.NoError?10
+QtMultimedia.QCamera.Error.CameraError?10
+QtMultimedia.QCamera?1(QCameraDevice, QObject parent=None)
+QtMultimedia.QCamera.__init__?1(self, QCameraDevice, QObject parent=None)
+QtMultimedia.QCamera?1(QCameraDevice.Position, QObject parent=None)
+QtMultimedia.QCamera.__init__?1(self, QCameraDevice.Position, QObject parent=None)
+QtMultimedia.QCamera?1(QObject parent=None)
+QtMultimedia.QCamera.__init__?1(self, QObject parent=None)
+QtMultimedia.QCamera.isAvailable?4() -> bool
+QtMultimedia.QCamera.isActive?4() -> bool
+QtMultimedia.QCamera.captureSession?4() -> QMediaCaptureSession
+QtMultimedia.QCamera.cameraDevice?4() -> QCameraDevice
+QtMultimedia.QCamera.setCameraDevice?4(QCameraDevice)
+QtMultimedia.QCamera.cameraFormat?4() -> QCameraFormat
+QtMultimedia.QCamera.setCameraFormat?4(QCameraFormat)
+QtMultimedia.QCamera.error?4() -> QCamera.Error
+QtMultimedia.QCamera.errorString?4() -> QString
+QtMultimedia.QCamera.supportedFeatures?4() -> unknown-type
+QtMultimedia.QCamera.focusMode?4() -> QCamera.FocusMode
+QtMultimedia.QCamera.setFocusMode?4(QCamera.FocusMode)
+QtMultimedia.QCamera.isFocusModeSupported?4(QCamera.FocusMode) -> bool
+QtMultimedia.QCamera.focusPoint?4() -> QPointF
+QtMultimedia.QCamera.customFocusPoint?4() -> QPointF
+QtMultimedia.QCamera.setCustomFocusPoint?4(QPointF)
+QtMultimedia.QCamera.setFocusDistance?4(float)
+QtMultimedia.QCamera.focusDistance?4() -> float
+QtMultimedia.QCamera.minimumZoomFactor?4() -> float
+QtMultimedia.QCamera.maximumZoomFactor?4() -> float
+QtMultimedia.QCamera.zoomFactor?4() -> float
+QtMultimedia.QCamera.setZoomFactor?4(float)
+QtMultimedia.QCamera.flashMode?4() -> QCamera.FlashMode
+QtMultimedia.QCamera.isFlashModeSupported?4(QCamera.FlashMode) -> bool
+QtMultimedia.QCamera.isFlashReady?4() -> bool
+QtMultimedia.QCamera.torchMode?4() -> QCamera.TorchMode
+QtMultimedia.QCamera.isTorchModeSupported?4(QCamera.TorchMode) -> bool
+QtMultimedia.QCamera.exposureMode?4() -> QCamera.ExposureMode
+QtMultimedia.QCamera.isExposureModeSupported?4(QCamera.ExposureMode) -> bool
+QtMultimedia.QCamera.exposureCompensation?4() -> float
+QtMultimedia.QCamera.isoSensitivity?4() -> int
+QtMultimedia.QCamera.manualIsoSensitivity?4() -> int
+QtMultimedia.QCamera.exposureTime?4() -> float
+QtMultimedia.QCamera.manualExposureTime?4() -> float
+QtMultimedia.QCamera.minimumIsoSensitivity?4() -> int
+QtMultimedia.QCamera.maximumIsoSensitivity?4() -> int
+QtMultimedia.QCamera.minimumExposureTime?4() -> float
+QtMultimedia.QCamera.maximumExposureTime?4() -> float
+QtMultimedia.QCamera.whiteBalanceMode?4() -> QCamera.WhiteBalanceMode
+QtMultimedia.QCamera.isWhiteBalanceModeSupported?4(QCamera.WhiteBalanceMode) -> bool
+QtMultimedia.QCamera.colorTemperature?4() -> int
+QtMultimedia.QCamera.setActive?4(bool)
+QtMultimedia.QCamera.start?4()
+QtMultimedia.QCamera.stop?4()
+QtMultimedia.QCamera.zoomTo?4(float, float)
+QtMultimedia.QCamera.setFlashMode?4(QCamera.FlashMode)
+QtMultimedia.QCamera.setTorchMode?4(QCamera.TorchMode)
+QtMultimedia.QCamera.setExposureMode?4(QCamera.ExposureMode)
+QtMultimedia.QCamera.setExposureCompensation?4(float)
+QtMultimedia.QCamera.setManualIsoSensitivity?4(int)
+QtMultimedia.QCamera.setAutoIsoSensitivity?4()
+QtMultimedia.QCamera.setManualExposureTime?4(float)
+QtMultimedia.QCamera.setAutoExposureTime?4()
+QtMultimedia.QCamera.setWhiteBalanceMode?4(QCamera.WhiteBalanceMode)
+QtMultimedia.QCamera.setColorTemperature?4(int)
+QtMultimedia.QCamera.activeChanged?4(bool)
+QtMultimedia.QCamera.errorChanged?4()
+QtMultimedia.QCamera.errorOccurred?4(QCamera.Error, QString)
+QtMultimedia.QCamera.cameraDeviceChanged?4()
+QtMultimedia.QCamera.cameraFormatChanged?4()
+QtMultimedia.QCamera.supportedFeaturesChanged?4()
+QtMultimedia.QCamera.focusModeChanged?4()
+QtMultimedia.QCamera.zoomFactorChanged?4(float)
+QtMultimedia.QCamera.minimumZoomFactorChanged?4(float)
+QtMultimedia.QCamera.maximumZoomFactorChanged?4(float)
+QtMultimedia.QCamera.focusDistanceChanged?4(float)
+QtMultimedia.QCamera.customFocusPointChanged?4()
+QtMultimedia.QCamera.flashReady?4(bool)
+QtMultimedia.QCamera.flashModeChanged?4()
+QtMultimedia.QCamera.torchModeChanged?4()
+QtMultimedia.QCamera.exposureTimeChanged?4(float)
+QtMultimedia.QCamera.isoSensitivityChanged?4(int)
+QtMultimedia.QCamera.exposureCompensationChanged?4(float)
+QtMultimedia.QCamera.exposureModeChanged?4()
+QtMultimedia.QCamera.whiteBalanceModeChanged?4()
+QtMultimedia.QCamera.colorTemperatureChanged?4()
+QtMultimedia.QCamera.focusPointChanged?4()
+QtMultimedia.QCamera.manualExposureTimeChanged?4(float)
+QtMultimedia.QCamera.manualIsoSensitivityChanged?4(int)
+QtMultimedia.QCameraFormat?1()
+QtMultimedia.QCameraFormat.__init__?1(self)
+QtMultimedia.QCameraFormat?1(QCameraFormat)
+QtMultimedia.QCameraFormat.__init__?1(self, QCameraFormat)
+QtMultimedia.QCameraFormat.pixelFormat?4() -> QVideoFrameFormat.PixelFormat
+QtMultimedia.QCameraFormat.resolution?4() -> QSize
+QtMultimedia.QCameraFormat.minFrameRate?4() -> float
+QtMultimedia.QCameraFormat.maxFrameRate?4() -> float
+QtMultimedia.QCameraFormat.isNull?4() -> bool
+QtMultimedia.QCameraDevice.Position?10
+QtMultimedia.QCameraDevice.Position.UnspecifiedPosition?10
+QtMultimedia.QCameraDevice.Position.BackFace?10
+QtMultimedia.QCameraDevice.Position.FrontFace?10
+QtMultimedia.QCameraDevice?1()
+QtMultimedia.QCameraDevice.__init__?1(self)
+QtMultimedia.QCameraDevice?1(QCameraDevice)
+QtMultimedia.QCameraDevice.__init__?1(self, QCameraDevice)
+QtMultimedia.QCameraDevice.isNull?4() -> bool
+QtMultimedia.QCameraDevice.id?4() -> QByteArray
+QtMultimedia.QCameraDevice.description?4() -> QString
+QtMultimedia.QCameraDevice.isDefault?4() -> bool
+QtMultimedia.QCameraDevice.position?4() -> QCameraDevice.Position
+QtMultimedia.QCameraDevice.photoResolutions?4() -> unknown-type
+QtMultimedia.QCameraDevice.videoFormats?4() -> unknown-type
+QtMultimedia.QImageCapture.FileFormat?10
+QtMultimedia.QImageCapture.FileFormat.UnspecifiedFormat?10
+QtMultimedia.QImageCapture.FileFormat.JPEG?10
+QtMultimedia.QImageCapture.FileFormat.PNG?10
+QtMultimedia.QImageCapture.FileFormat.WebP?10
+QtMultimedia.QImageCapture.FileFormat.Tiff?10
+QtMultimedia.QImageCapture.Quality?10
+QtMultimedia.QImageCapture.Quality.VeryLowQuality?10
+QtMultimedia.QImageCapture.Quality.LowQuality?10
+QtMultimedia.QImageCapture.Quality.NormalQuality?10
+QtMultimedia.QImageCapture.Quality.HighQuality?10
+QtMultimedia.QImageCapture.Quality.VeryHighQuality?10
+QtMultimedia.QImageCapture.Error?10
+QtMultimedia.QImageCapture.Error.NoError?10
+QtMultimedia.QImageCapture.Error.NotReadyError?10
+QtMultimedia.QImageCapture.Error.ResourceError?10
+QtMultimedia.QImageCapture.Error.OutOfSpaceError?10
+QtMultimedia.QImageCapture.Error.NotSupportedFeatureError?10
+QtMultimedia.QImageCapture.Error.FormatError?10
+QtMultimedia.QImageCapture?1(QObject parent=None)
+QtMultimedia.QImageCapture.__init__?1(self, QObject parent=None)
+QtMultimedia.QImageCapture.isAvailable?4() -> bool
+QtMultimedia.QImageCapture.captureSession?4() -> QMediaCaptureSession
+QtMultimedia.QImageCapture.error?4() -> QImageCapture.Error
+QtMultimedia.QImageCapture.errorString?4() -> QString
+QtMultimedia.QImageCapture.isReadyForCapture?4() -> bool
+QtMultimedia.QImageCapture.fileFormat?4() -> QImageCapture.FileFormat
+QtMultimedia.QImageCapture.setFileFormat?4(QImageCapture.FileFormat)
+QtMultimedia.QImageCapture.supportedFormats?4() -> unknown-type
+QtMultimedia.QImageCapture.fileFormatName?4(QImageCapture.FileFormat) -> QString
+QtMultimedia.QImageCapture.fileFormatDescription?4(QImageCapture.FileFormat) -> QString
+QtMultimedia.QImageCapture.resolution?4() -> QSize
+QtMultimedia.QImageCapture.setResolution?4(QSize)
+QtMultimedia.QImageCapture.setResolution?4(int, int)
+QtMultimedia.QImageCapture.quality?4() -> QImageCapture.Quality
+QtMultimedia.QImageCapture.setQuality?4(QImageCapture.Quality)
+QtMultimedia.QImageCapture.metaData?4() -> QMediaMetaData
+QtMultimedia.QImageCapture.setMetaData?4(QMediaMetaData)
+QtMultimedia.QImageCapture.addMetaData?4(QMediaMetaData)
+QtMultimedia.QImageCapture.captureToFile?4(QString location='') -> int
+QtMultimedia.QImageCapture.capture?4() -> int
+QtMultimedia.QImageCapture.errorChanged?4()
+QtMultimedia.QImageCapture.errorOccurred?4(int, QImageCapture.Error, QString)
+QtMultimedia.QImageCapture.readyForCaptureChanged?4(bool)
+QtMultimedia.QImageCapture.metaDataChanged?4()
+QtMultimedia.QImageCapture.fileFormatChanged?4()
+QtMultimedia.QImageCapture.qualityChanged?4()
+QtMultimedia.QImageCapture.resolutionChanged?4()
+QtMultimedia.QImageCapture.imageExposed?4(int)
+QtMultimedia.QImageCapture.imageCaptured?4(int, QImage)
+QtMultimedia.QImageCapture.imageAvailable?4(int, QVideoFrame)
+QtMultimedia.QImageCapture.imageSaved?4(int, QString)
+QtMultimedia.QMediaCaptureSession?1(QObject parent=None)
+QtMultimedia.QMediaCaptureSession.__init__?1(self, QObject parent=None)
+QtMultimedia.QMediaCaptureSession.audioInput?4() -> QAudioInput
+QtMultimedia.QMediaCaptureSession.setAudioInput?4(QAudioInput)
+QtMultimedia.QMediaCaptureSession.camera?4() -> QCamera
+QtMultimedia.QMediaCaptureSession.setCamera?4(QCamera)
+QtMultimedia.QMediaCaptureSession.imageCapture?4() -> QImageCapture
+QtMultimedia.QMediaCaptureSession.setImageCapture?4(QImageCapture)
+QtMultimedia.QMediaCaptureSession.recorder?4() -> QMediaRecorder
+QtMultimedia.QMediaCaptureSession.setRecorder?4(QMediaRecorder)
+QtMultimedia.QMediaCaptureSession.setVideoOutput?4(QObject)
+QtMultimedia.QMediaCaptureSession.videoOutput?4() -> QObject
+QtMultimedia.QMediaCaptureSession.setVideoSink?4(QVideoSink)
+QtMultimedia.QMediaCaptureSession.videoSink?4() -> QVideoSink
+QtMultimedia.QMediaCaptureSession.setAudioOutput?4(QAudioOutput)
+QtMultimedia.QMediaCaptureSession.audioOutput?4() -> QAudioOutput
+QtMultimedia.QMediaCaptureSession.audioInputChanged?4()
+QtMultimedia.QMediaCaptureSession.cameraChanged?4()
+QtMultimedia.QMediaCaptureSession.imageCaptureChanged?4()
+QtMultimedia.QMediaCaptureSession.recorderChanged?4()
+QtMultimedia.QMediaCaptureSession.videoOutputChanged?4()
+QtMultimedia.QMediaCaptureSession.audioOutputChanged?4()
+QtMultimedia.QMediaDevices?1(QObject parent=None)
+QtMultimedia.QMediaDevices.__init__?1(self, QObject parent=None)
+QtMultimedia.QMediaDevices.audioInputs?4() -> unknown-type
+QtMultimedia.QMediaDevices.audioOutputs?4() -> unknown-type
+QtMultimedia.QMediaDevices.videoInputs?4() -> unknown-type
+QtMultimedia.QMediaDevices.defaultAudioInput?4() -> QAudioDevice
+QtMultimedia.QMediaDevices.defaultAudioOutput?4() -> QAudioDevice
+QtMultimedia.QMediaDevices.defaultVideoInput?4() -> QCameraDevice
+QtMultimedia.QMediaDevices.audioInputsChanged?4()
+QtMultimedia.QMediaDevices.audioOutputsChanged?4()
+QtMultimedia.QMediaDevices.videoInputsChanged?4()
+QtMultimedia.QMediaFormat.ResolveFlags?10
+QtMultimedia.QMediaFormat.ResolveFlags.NoFlags?10
+QtMultimedia.QMediaFormat.ResolveFlags.RequiresVideo?10
+QtMultimedia.QMediaFormat.ConversionMode?10
+QtMultimedia.QMediaFormat.ConversionMode.Encode?10
+QtMultimedia.QMediaFormat.ConversionMode.Decode?10
+QtMultimedia.QMediaFormat.VideoCodec?10
+QtMultimedia.QMediaFormat.VideoCodec.Unspecified?10
+QtMultimedia.QMediaFormat.VideoCodec.MPEG1?10
+QtMultimedia.QMediaFormat.VideoCodec.MPEG2?10
+QtMultimedia.QMediaFormat.VideoCodec.MPEG4?10
+QtMultimedia.QMediaFormat.VideoCodec.H264?10
+QtMultimedia.QMediaFormat.VideoCodec.H265?10
+QtMultimedia.QMediaFormat.VideoCodec.VP8?10
+QtMultimedia.QMediaFormat.VideoCodec.VP9?10
+QtMultimedia.QMediaFormat.VideoCodec.AV1?10
+QtMultimedia.QMediaFormat.VideoCodec.Theora?10
+QtMultimedia.QMediaFormat.VideoCodec.WMV?10
+QtMultimedia.QMediaFormat.VideoCodec.MotionJPEG?10
+QtMultimedia.QMediaFormat.AudioCodec?10
+QtMultimedia.QMediaFormat.AudioCodec.Unspecified?10
+QtMultimedia.QMediaFormat.AudioCodec.MP3?10
+QtMultimedia.QMediaFormat.AudioCodec.AAC?10
+QtMultimedia.QMediaFormat.AudioCodec.AC3?10
+QtMultimedia.QMediaFormat.AudioCodec.EAC3?10
+QtMultimedia.QMediaFormat.AudioCodec.FLAC?10
+QtMultimedia.QMediaFormat.AudioCodec.DolbyTrueHD?10
+QtMultimedia.QMediaFormat.AudioCodec.Opus?10
+QtMultimedia.QMediaFormat.AudioCodec.Vorbis?10
+QtMultimedia.QMediaFormat.AudioCodec.Wave?10
+QtMultimedia.QMediaFormat.AudioCodec.WMA?10
+QtMultimedia.QMediaFormat.AudioCodec.ALAC?10
+QtMultimedia.QMediaFormat.FileFormat?10
+QtMultimedia.QMediaFormat.FileFormat.UnspecifiedFormat?10
+QtMultimedia.QMediaFormat.FileFormat.WMV?10
+QtMultimedia.QMediaFormat.FileFormat.AVI?10
+QtMultimedia.QMediaFormat.FileFormat.Matroska?10
+QtMultimedia.QMediaFormat.FileFormat.MPEG4?10
+QtMultimedia.QMediaFormat.FileFormat.Ogg?10
+QtMultimedia.QMediaFormat.FileFormat.QuickTime?10
+QtMultimedia.QMediaFormat.FileFormat.WebM?10
+QtMultimedia.QMediaFormat.FileFormat.Mpeg4Audio?10
+QtMultimedia.QMediaFormat.FileFormat.AAC?10
+QtMultimedia.QMediaFormat.FileFormat.WMA?10
+QtMultimedia.QMediaFormat.FileFormat.MP3?10
+QtMultimedia.QMediaFormat.FileFormat.FLAC?10
+QtMultimedia.QMediaFormat.FileFormat.Wave?10
+QtMultimedia.QMediaFormat?1(QMediaFormat.FileFormat format=QMediaFormat.UnspecifiedFormat)
+QtMultimedia.QMediaFormat.__init__?1(self, QMediaFormat.FileFormat format=QMediaFormat.UnspecifiedFormat)
+QtMultimedia.QMediaFormat?1(QMediaFormat)
+QtMultimedia.QMediaFormat.__init__?1(self, QMediaFormat)
+QtMultimedia.QMediaFormat.swap?4(QMediaFormat)
+QtMultimedia.QMediaFormat.fileFormat?4() -> QMediaFormat.FileFormat
+QtMultimedia.QMediaFormat.setFileFormat?4(QMediaFormat.FileFormat)
+QtMultimedia.QMediaFormat.setVideoCodec?4(QMediaFormat.VideoCodec)
+QtMultimedia.QMediaFormat.videoCodec?4() -> QMediaFormat.VideoCodec
+QtMultimedia.QMediaFormat.setAudioCodec?4(QMediaFormat.AudioCodec)
+QtMultimedia.QMediaFormat.audioCodec?4() -> QMediaFormat.AudioCodec
+QtMultimedia.QMediaFormat.isSupported?4(QMediaFormat.ConversionMode) -> bool
+QtMultimedia.QMediaFormat.mimeType?4() -> QMimeType
+QtMultimedia.QMediaFormat.supportedFileFormats?4(QMediaFormat.ConversionMode) -> unknown-type
+QtMultimedia.QMediaFormat.supportedVideoCodecs?4(QMediaFormat.ConversionMode) -> unknown-type
+QtMultimedia.QMediaFormat.supportedAudioCodecs?4(QMediaFormat.ConversionMode) -> unknown-type
+QtMultimedia.QMediaFormat.fileFormatName?4(QMediaFormat.FileFormat) -> QString
+QtMultimedia.QMediaFormat.audioCodecName?4(QMediaFormat.AudioCodec) -> QString
+QtMultimedia.QMediaFormat.videoCodecName?4(QMediaFormat.VideoCodec) -> QString
+QtMultimedia.QMediaFormat.fileFormatDescription?4(QMediaFormat.FileFormat) -> QString
+QtMultimedia.QMediaFormat.audioCodecDescription?4(QMediaFormat.AudioCodec) -> QString
+QtMultimedia.QMediaFormat.videoCodecDescription?4(QMediaFormat.VideoCodec) -> QString
+QtMultimedia.QMediaFormat.resolveForEncoding?4(QMediaFormat.ResolveFlags)
+QtMultimedia.QMediaMetaData.Key?10
+QtMultimedia.QMediaMetaData.Key.Title?10
+QtMultimedia.QMediaMetaData.Key.Author?10
+QtMultimedia.QMediaMetaData.Key.Comment?10
+QtMultimedia.QMediaMetaData.Key.Description?10
+QtMultimedia.QMediaMetaData.Key.Genre?10
+QtMultimedia.QMediaMetaData.Key.Date?10
+QtMultimedia.QMediaMetaData.Key.Language?10
+QtMultimedia.QMediaMetaData.Key.Publisher?10
+QtMultimedia.QMediaMetaData.Key.Copyright?10
+QtMultimedia.QMediaMetaData.Key.Url?10
+QtMultimedia.QMediaMetaData.Key.Duration?10
+QtMultimedia.QMediaMetaData.Key.MediaType?10
+QtMultimedia.QMediaMetaData.Key.FileFormat?10
+QtMultimedia.QMediaMetaData.Key.AudioBitRate?10
+QtMultimedia.QMediaMetaData.Key.AudioCodec?10
+QtMultimedia.QMediaMetaData.Key.VideoBitRate?10
+QtMultimedia.QMediaMetaData.Key.VideoCodec?10
+QtMultimedia.QMediaMetaData.Key.VideoFrameRate?10
+QtMultimedia.QMediaMetaData.Key.AlbumTitle?10
+QtMultimedia.QMediaMetaData.Key.AlbumArtist?10
+QtMultimedia.QMediaMetaData.Key.ContributingArtist?10
+QtMultimedia.QMediaMetaData.Key.TrackNumber?10
+QtMultimedia.QMediaMetaData.Key.Composer?10
+QtMultimedia.QMediaMetaData.Key.LeadPerformer?10
+QtMultimedia.QMediaMetaData.Key.ThumbnailImage?10
+QtMultimedia.QMediaMetaData.Key.CoverArtImage?10
+QtMultimedia.QMediaMetaData.Key.Orientation?10
+QtMultimedia.QMediaMetaData.Key.Resolution?10
+QtMultimedia.QMediaMetaData?1()
+QtMultimedia.QMediaMetaData.__init__?1(self)
+QtMultimedia.QMediaMetaData?1(QMediaMetaData)
+QtMultimedia.QMediaMetaData.__init__?1(self, QMediaMetaData)
+QtMultimedia.QMediaMetaData.value?4(QMediaMetaData.Key) -> QVariant
+QtMultimedia.QMediaMetaData.insert?4(QMediaMetaData.Key, QVariant)
+QtMultimedia.QMediaMetaData.keys?4() -> unknown-type
+QtMultimedia.QMediaMetaData.stringValue?4(QMediaMetaData.Key) -> QString
+QtMultimedia.QMediaMetaData.metaDataKeyToString?4(QMediaMetaData.Key) -> QString
+QtMultimedia.QMediaPlayer.Loops?10
+QtMultimedia.QMediaPlayer.Loops.Infinite?10
+QtMultimedia.QMediaPlayer.Loops.Once?10
+QtMultimedia.QMediaPlayer.Error?10
+QtMultimedia.QMediaPlayer.Error.NoError?10
+QtMultimedia.QMediaPlayer.Error.ResourceError?10
+QtMultimedia.QMediaPlayer.Error.FormatError?10
+QtMultimedia.QMediaPlayer.Error.NetworkError?10
+QtMultimedia.QMediaPlayer.Error.AccessDeniedError?10
+QtMultimedia.QMediaPlayer.MediaStatus?10
+QtMultimedia.QMediaPlayer.MediaStatus.NoMedia?10
+QtMultimedia.QMediaPlayer.MediaStatus.LoadingMedia?10
+QtMultimedia.QMediaPlayer.MediaStatus.LoadedMedia?10
+QtMultimedia.QMediaPlayer.MediaStatus.StalledMedia?10
+QtMultimedia.QMediaPlayer.MediaStatus.BufferingMedia?10
+QtMultimedia.QMediaPlayer.MediaStatus.BufferedMedia?10
+QtMultimedia.QMediaPlayer.MediaStatus.EndOfMedia?10
+QtMultimedia.QMediaPlayer.MediaStatus.InvalidMedia?10
+QtMultimedia.QMediaPlayer.PlaybackState?10
+QtMultimedia.QMediaPlayer.PlaybackState.StoppedState?10
+QtMultimedia.QMediaPlayer.PlaybackState.PlayingState?10
+QtMultimedia.QMediaPlayer.PlaybackState.PausedState?10
+QtMultimedia.QMediaPlayer?1(QObject parent=None)
+QtMultimedia.QMediaPlayer.__init__?1(self, QObject parent=None)
+QtMultimedia.QMediaPlayer.audioTracks?4() -> unknown-type
+QtMultimedia.QMediaPlayer.videoTracks?4() -> unknown-type
+QtMultimedia.QMediaPlayer.subtitleTracks?4() -> unknown-type
+QtMultimedia.QMediaPlayer.activeAudioTrack?4() -> int
+QtMultimedia.QMediaPlayer.activeVideoTrack?4() -> int
+QtMultimedia.QMediaPlayer.activeSubtitleTrack?4() -> int
+QtMultimedia.QMediaPlayer.setActiveAudioTrack?4(int)
+QtMultimedia.QMediaPlayer.setActiveVideoTrack?4(int)
+QtMultimedia.QMediaPlayer.setActiveSubtitleTrack?4(int)
+QtMultimedia.QMediaPlayer.setAudioOutput?4(QAudioOutput)
+QtMultimedia.QMediaPlayer.audioOutput?4() -> QAudioOutput
+QtMultimedia.QMediaPlayer.setVideoOutput?4(QObject)
+QtMultimedia.QMediaPlayer.videoOutput?4() -> QObject
+QtMultimedia.QMediaPlayer.setVideoSink?4(QVideoSink)
+QtMultimedia.QMediaPlayer.videoSink?4() -> QVideoSink
+QtMultimedia.QMediaPlayer.source?4() -> QUrl
+QtMultimedia.QMediaPlayer.sourceDevice?4() -> QIODevice
+QtMultimedia.QMediaPlayer.playbackState?4() -> QMediaPlayer.PlaybackState
+QtMultimedia.QMediaPlayer.mediaStatus?4() -> QMediaPlayer.MediaStatus
+QtMultimedia.QMediaPlayer.duration?4() -> int
+QtMultimedia.QMediaPlayer.position?4() -> int
+QtMultimedia.QMediaPlayer.hasAudio?4() -> bool
+QtMultimedia.QMediaPlayer.hasVideo?4() -> bool
+QtMultimedia.QMediaPlayer.bufferProgress?4() -> float
+QtMultimedia.QMediaPlayer.bufferedTimeRange?4() -> QMediaTimeRange
+QtMultimedia.QMediaPlayer.isSeekable?4() -> bool
+QtMultimedia.QMediaPlayer.playbackRate?4() -> float
+QtMultimedia.QMediaPlayer.error?4() -> QMediaPlayer.Error
+QtMultimedia.QMediaPlayer.errorString?4() -> QString
+QtMultimedia.QMediaPlayer.isAvailable?4() -> bool
+QtMultimedia.QMediaPlayer.metaData?4() -> QMediaMetaData
+QtMultimedia.QMediaPlayer.play?4()
+QtMultimedia.QMediaPlayer.pause?4()
+QtMultimedia.QMediaPlayer.stop?4()
+QtMultimedia.QMediaPlayer.setPosition?4(int)
+QtMultimedia.QMediaPlayer.setPlaybackRate?4(float)
+QtMultimedia.QMediaPlayer.setSource?4(QUrl)
+QtMultimedia.QMediaPlayer.setSourceDevice?4(QIODevice, QUrl sourceUrl=QUrl())
+QtMultimedia.QMediaPlayer.sourceChanged?4(QUrl)
+QtMultimedia.QMediaPlayer.playbackStateChanged?4(QMediaPlayer.PlaybackState)
+QtMultimedia.QMediaPlayer.mediaStatusChanged?4(QMediaPlayer.MediaStatus)
+QtMultimedia.QMediaPlayer.durationChanged?4(int)
+QtMultimedia.QMediaPlayer.positionChanged?4(int)
+QtMultimedia.QMediaPlayer.hasAudioChanged?4(bool)
+QtMultimedia.QMediaPlayer.hasVideoChanged?4(bool)
+QtMultimedia.QMediaPlayer.bufferProgressChanged?4(float)
+QtMultimedia.QMediaPlayer.seekableChanged?4(bool)
+QtMultimedia.QMediaPlayer.playbackRateChanged?4(float)
+QtMultimedia.QMediaPlayer.metaDataChanged?4()
+QtMultimedia.QMediaPlayer.videoOutputChanged?4()
+QtMultimedia.QMediaPlayer.audioOutputChanged?4()
+QtMultimedia.QMediaPlayer.tracksChanged?4()
+QtMultimedia.QMediaPlayer.activeTracksChanged?4()
+QtMultimedia.QMediaPlayer.errorChanged?4()
+QtMultimedia.QMediaPlayer.errorOccurred?4(QMediaPlayer.Error, QString)
+QtMultimedia.QMediaPlayer.loops?4() -> int
+QtMultimedia.QMediaPlayer.setLoops?4(int)
+QtMultimedia.QMediaPlayer.loopsChanged?4()
+QtMultimedia.QMediaRecorder.Error?10
+QtMultimedia.QMediaRecorder.Error.NoError?10
+QtMultimedia.QMediaRecorder.Error.ResourceError?10
+QtMultimedia.QMediaRecorder.Error.FormatError?10
+QtMultimedia.QMediaRecorder.Error.OutOfSpaceError?10
+QtMultimedia.QMediaRecorder.Error.LocationNotWritable?10
+QtMultimedia.QMediaRecorder.RecorderState?10
+QtMultimedia.QMediaRecorder.RecorderState.StoppedState?10
+QtMultimedia.QMediaRecorder.RecorderState.RecordingState?10
+QtMultimedia.QMediaRecorder.RecorderState.PausedState?10
+QtMultimedia.QMediaRecorder.EncodingMode?10
+QtMultimedia.QMediaRecorder.EncodingMode.ConstantQualityEncoding?10
+QtMultimedia.QMediaRecorder.EncodingMode.ConstantBitRateEncoding?10
+QtMultimedia.QMediaRecorder.EncodingMode.AverageBitRateEncoding?10
+QtMultimedia.QMediaRecorder.EncodingMode.TwoPassEncoding?10
+QtMultimedia.QMediaRecorder.Quality?10
+QtMultimedia.QMediaRecorder.Quality.VeryLowQuality?10
+QtMultimedia.QMediaRecorder.Quality.LowQuality?10
+QtMultimedia.QMediaRecorder.Quality.NormalQuality?10
+QtMultimedia.QMediaRecorder.Quality.HighQuality?10
+QtMultimedia.QMediaRecorder.Quality.VeryHighQuality?10
+QtMultimedia.QMediaRecorder?1(QObject parent=None)
+QtMultimedia.QMediaRecorder.__init__?1(self, QObject parent=None)
+QtMultimedia.QMediaRecorder.isAvailable?4() -> bool
+QtMultimedia.QMediaRecorder.outputLocation?4() -> QUrl
+QtMultimedia.QMediaRecorder.setOutputLocation?4(QUrl)
+QtMultimedia.QMediaRecorder.actualLocation?4() -> QUrl
+QtMultimedia.QMediaRecorder.recorderState?4() -> QMediaRecorder.RecorderState
+QtMultimedia.QMediaRecorder.error?4() -> QMediaRecorder.Error
+QtMultimedia.QMediaRecorder.errorString?4() -> QString
+QtMultimedia.QMediaRecorder.duration?4() -> int
+QtMultimedia.QMediaRecorder.mediaFormat?4() -> QMediaFormat
+QtMultimedia.QMediaRecorder.setMediaFormat?4(QMediaFormat)
+QtMultimedia.QMediaRecorder.encodingMode?4() -> QMediaRecorder.EncodingMode
+QtMultimedia.QMediaRecorder.setEncodingMode?4(QMediaRecorder.EncodingMode)
+QtMultimedia.QMediaRecorder.quality?4() -> QMediaRecorder.Quality
+QtMultimedia.QMediaRecorder.setQuality?4(QMediaRecorder.Quality)
+QtMultimedia.QMediaRecorder.videoResolution?4() -> QSize
+QtMultimedia.QMediaRecorder.setVideoResolution?4(QSize)
+QtMultimedia.QMediaRecorder.setVideoResolution?4(int, int)
+QtMultimedia.QMediaRecorder.videoFrameRate?4() -> float
+QtMultimedia.QMediaRecorder.setVideoFrameRate?4(float)
+QtMultimedia.QMediaRecorder.videoBitRate?4() -> int
+QtMultimedia.QMediaRecorder.setVideoBitRate?4(int)
+QtMultimedia.QMediaRecorder.audioBitRate?4() -> int
+QtMultimedia.QMediaRecorder.setAudioBitRate?4(int)
+QtMultimedia.QMediaRecorder.audioChannelCount?4() -> int
+QtMultimedia.QMediaRecorder.setAudioChannelCount?4(int)
+QtMultimedia.QMediaRecorder.audioSampleRate?4() -> int
+QtMultimedia.QMediaRecorder.setAudioSampleRate?4(int)
+QtMultimedia.QMediaRecorder.metaData?4() -> QMediaMetaData
+QtMultimedia.QMediaRecorder.setMetaData?4(QMediaMetaData)
+QtMultimedia.QMediaRecorder.captureSession?4() -> QMediaCaptureSession
+QtMultimedia.QMediaRecorder.record?4()
+QtMultimedia.QMediaRecorder.pause?4()
+QtMultimedia.QMediaRecorder.stop?4()
+QtMultimedia.QMediaRecorder.recorderStateChanged?4(QMediaRecorder.RecorderState)
+QtMultimedia.QMediaRecorder.durationChanged?4(int)
+QtMultimedia.QMediaRecorder.actualLocationChanged?4(QUrl)
+QtMultimedia.QMediaRecorder.errorOccurred?4(QMediaRecorder.Error, QString)
+QtMultimedia.QMediaRecorder.errorChanged?4()
+QtMultimedia.QMediaRecorder.metaDataChanged?4()
+QtMultimedia.QMediaRecorder.mediaFormatChanged?4()
+QtMultimedia.QMediaRecorder.encodingModeChanged?4()
+QtMultimedia.QMediaRecorder.qualityChanged?4()
+QtMultimedia.QMediaRecorder.videoResolutionChanged?4()
+QtMultimedia.QMediaRecorder.videoFrameRateChanged?4()
+QtMultimedia.QMediaRecorder.videoBitRateChanged?4()
+QtMultimedia.QMediaRecorder.audioBitRateChanged?4()
+QtMultimedia.QMediaRecorder.audioChannelCountChanged?4()
+QtMultimedia.QMediaRecorder.audioSampleRateChanged?4()
+QtMultimedia.QMediaTimeRange?1()
+QtMultimedia.QMediaTimeRange.__init__?1(self)
+QtMultimedia.QMediaTimeRange?1(QMediaTimeRange.Interval)
+QtMultimedia.QMediaTimeRange.__init__?1(self, QMediaTimeRange.Interval)
+QtMultimedia.QMediaTimeRange?1(int, int)
+QtMultimedia.QMediaTimeRange.__init__?1(self, int, int)
+QtMultimedia.QMediaTimeRange?1(QMediaTimeRange)
+QtMultimedia.QMediaTimeRange.__init__?1(self, QMediaTimeRange)
+QtMultimedia.QMediaTimeRange.earliestTime?4() -> int
+QtMultimedia.QMediaTimeRange.latestTime?4() -> int
+QtMultimedia.QMediaTimeRange.intervals?4() -> unknown-type
+QtMultimedia.QMediaTimeRange.isEmpty?4() -> bool
+QtMultimedia.QMediaTimeRange.isContinuous?4() -> bool
+QtMultimedia.QMediaTimeRange.contains?4(int) -> bool
+QtMultimedia.QMediaTimeRange.addInterval?4(QMediaTimeRange.Interval)
+QtMultimedia.QMediaTimeRange.addInterval?4(int, int)
+QtMultimedia.QMediaTimeRange.addTimeRange?4(QMediaTimeRange)
+QtMultimedia.QMediaTimeRange.removeInterval?4(QMediaTimeRange.Interval)
+QtMultimedia.QMediaTimeRange.removeInterval?4(int, int)
+QtMultimedia.QMediaTimeRange.removeTimeRange?4(QMediaTimeRange)
+QtMultimedia.QMediaTimeRange.clear?4()
+QtMultimedia.QMediaTimeRange.Interval?1(int, int)
+QtMultimedia.QMediaTimeRange.Interval.__init__?1(self, int, int)
+QtMultimedia.QMediaTimeRange.Interval?1(QMediaTimeRange.Interval)
+QtMultimedia.QMediaTimeRange.Interval.__init__?1(self, QMediaTimeRange.Interval)
+QtMultimedia.QMediaTimeRange.Interval.start?4() -> int
+QtMultimedia.QMediaTimeRange.Interval.end?4() -> int
+QtMultimedia.QMediaTimeRange.Interval.contains?4(int) -> bool
+QtMultimedia.QMediaTimeRange.Interval.isNormal?4() -> bool
+QtMultimedia.QMediaTimeRange.Interval.normalized?4() -> QMediaTimeRange.Interval
+QtMultimedia.QMediaTimeRange.Interval.translated?4(int) -> QMediaTimeRange.Interval
+QtMultimedia.QSoundEffect.Status?10
+QtMultimedia.QSoundEffect.Status.Null?10
+QtMultimedia.QSoundEffect.Status.Loading?10
+QtMultimedia.QSoundEffect.Status.Ready?10
+QtMultimedia.QSoundEffect.Status.Error?10
+QtMultimedia.QSoundEffect.Loop?10
+QtMultimedia.QSoundEffect.Loop.Infinite?10
+QtMultimedia.QSoundEffect?1(QAudioDevice, QObject parent=None)
+QtMultimedia.QSoundEffect.__init__?1(self, QAudioDevice, QObject parent=None)
+QtMultimedia.QSoundEffect?1(QObject parent=None)
+QtMultimedia.QSoundEffect.__init__?1(self, QObject parent=None)
+QtMultimedia.QSoundEffect.supportedMimeTypes?4() -> QStringList
+QtMultimedia.QSoundEffect.audioDevice?4() -> QAudioDevice
+QtMultimedia.QSoundEffect.setAudioDevice?4(QAudioDevice)
+QtMultimedia.QSoundEffect.source?4() -> QUrl
+QtMultimedia.QSoundEffect.setSource?4(QUrl)
+QtMultimedia.QSoundEffect.loopCount?4() -> int
+QtMultimedia.QSoundEffect.loopsRemaining?4() -> int
+QtMultimedia.QSoundEffect.setLoopCount?4(int)
+QtMultimedia.QSoundEffect.volume?4() -> float
+QtMultimedia.QSoundEffect.setVolume?4(float)
+QtMultimedia.QSoundEffect.isMuted?4() -> bool
+QtMultimedia.QSoundEffect.setMuted?4(bool)
+QtMultimedia.QSoundEffect.isLoaded?4() -> bool
+QtMultimedia.QSoundEffect.isPlaying?4() -> bool
+QtMultimedia.QSoundEffect.status?4() -> QSoundEffect.Status
+QtMultimedia.QSoundEffect.play?4()
+QtMultimedia.QSoundEffect.stop?4()
+QtMultimedia.QSoundEffect.audioDeviceChanged?4()
+QtMultimedia.QSoundEffect.sourceChanged?4()
+QtMultimedia.QSoundEffect.loopCountChanged?4()
+QtMultimedia.QSoundEffect.loopsRemainingChanged?4()
+QtMultimedia.QSoundEffect.volumeChanged?4()
+QtMultimedia.QSoundEffect.mutedChanged?4()
+QtMultimedia.QSoundEffect.loadedChanged?4()
+QtMultimedia.QSoundEffect.playingChanged?4()
+QtMultimedia.QSoundEffect.statusChanged?4()
+QtMultimedia.QVideoFrame.RotationAngle?10
+QtMultimedia.QVideoFrame.RotationAngle.Rotation0?10
+QtMultimedia.QVideoFrame.RotationAngle.Rotation90?10
+QtMultimedia.QVideoFrame.RotationAngle.Rotation180?10
+QtMultimedia.QVideoFrame.RotationAngle.Rotation270?10
+QtMultimedia.QVideoFrame.MapMode?10
+QtMultimedia.QVideoFrame.MapMode.NotMapped?10
+QtMultimedia.QVideoFrame.MapMode.ReadOnly?10
+QtMultimedia.QVideoFrame.MapMode.WriteOnly?10
+QtMultimedia.QVideoFrame.MapMode.ReadWrite?10
+QtMultimedia.QVideoFrame.HandleType?10
+QtMultimedia.QVideoFrame.HandleType.NoHandle?10
+QtMultimedia.QVideoFrame.HandleType.RhiTextureHandle?10
+QtMultimedia.QVideoFrame?1()
+QtMultimedia.QVideoFrame.__init__?1(self)
+QtMultimedia.QVideoFrame?1(QVideoFrameFormat)
+QtMultimedia.QVideoFrame.__init__?1(self, QVideoFrameFormat)
+QtMultimedia.QVideoFrame?1(QVideoFrame)
+QtMultimedia.QVideoFrame.__init__?1(self, QVideoFrame)
+QtMultimedia.QVideoFrame.isValid?4() -> bool
+QtMultimedia.QVideoFrame.pixelFormat?4() -> QVideoFrameFormat.PixelFormat
+QtMultimedia.QVideoFrame.handleType?4() -> QVideoFrame.HandleType
+QtMultimedia.QVideoFrame.size?4() -> QSize
+QtMultimedia.QVideoFrame.width?4() -> int
+QtMultimedia.QVideoFrame.height?4() -> int
+QtMultimedia.QVideoFrame.isMapped?4() -> bool
+QtMultimedia.QVideoFrame.isReadable?4() -> bool
+QtMultimedia.QVideoFrame.isWritable?4() -> bool
+QtMultimedia.QVideoFrame.mapMode?4() -> QVideoFrame.MapMode
+QtMultimedia.QVideoFrame.map?4(QVideoFrame.MapMode) -> bool
+QtMultimedia.QVideoFrame.unmap?4()
+QtMultimedia.QVideoFrame.bytesPerLine?4(int) -> int
+QtMultimedia.QVideoFrame.bits?4(int) -> sip.voidptr
+QtMultimedia.QVideoFrame.mappedBytes?4(int) -> int
+QtMultimedia.QVideoFrame.startTime?4() -> int
+QtMultimedia.QVideoFrame.setStartTime?4(int)
+QtMultimedia.QVideoFrame.endTime?4() -> int
+QtMultimedia.QVideoFrame.setEndTime?4(int)
+QtMultimedia.QVideoFrame.planeCount?4() -> int
+QtMultimedia.QVideoFrame.surfaceFormat?4() -> QVideoFrameFormat
+QtMultimedia.QVideoFrame.toImage?4() -> QImage
+QtMultimedia.QVideoFrame.subtitleText?4() -> QString
+QtMultimedia.QVideoFrame.setSubtitleText?4(QString)
+QtMultimedia.QVideoFrame.paint?4(QPainter, QRectF, QVideoFrame.PaintOptions)
+QtMultimedia.QVideoFrame.setRotationAngle?4(QVideoFrame.RotationAngle)
+QtMultimedia.QVideoFrame.rotationAngle?4() -> QVideoFrame.RotationAngle
+QtMultimedia.QVideoFrame.setMirrored?4(bool)
+QtMultimedia.QVideoFrame.mirrored?4() -> bool
+QtMultimedia.QVideoFrame.PaintOptions.PaintFlag?10
+QtMultimedia.QVideoFrame.PaintOptions.PaintFlag.DontDrawSubtitles?10
+QtMultimedia.QVideoFrame.PaintOptions.aspectRatioMode?7
+QtMultimedia.QVideoFrame.PaintOptions.backgroundColor?7
+QtMultimedia.QVideoFrame.PaintOptions.paintFlags?7
+QtMultimedia.QVideoFrame.PaintOptions?1()
+QtMultimedia.QVideoFrame.PaintOptions.__init__?1(self)
+QtMultimedia.QVideoFrame.PaintOptions?1(QVideoFrame.PaintOptions)
+QtMultimedia.QVideoFrame.PaintOptions.__init__?1(self, QVideoFrame.PaintOptions)
+QtMultimedia.QVideoFrameFormat.YCbCrColorSpace?10
+QtMultimedia.QVideoFrameFormat.YCbCrColorSpace.YCbCr_Undefined?10
+QtMultimedia.QVideoFrameFormat.YCbCrColorSpace.YCbCr_BT601?10
+QtMultimedia.QVideoFrameFormat.YCbCrColorSpace.YCbCr_BT709?10
+QtMultimedia.QVideoFrameFormat.YCbCrColorSpace.YCbCr_xvYCC601?10
+QtMultimedia.QVideoFrameFormat.YCbCrColorSpace.YCbCr_xvYCC709?10
+QtMultimedia.QVideoFrameFormat.YCbCrColorSpace.YCbCr_JPEG?10
+QtMultimedia.QVideoFrameFormat.YCbCrColorSpace.YCbCr_BT2020?10
+QtMultimedia.QVideoFrameFormat.Direction?10
+QtMultimedia.QVideoFrameFormat.Direction.TopToBottom?10
+QtMultimedia.QVideoFrameFormat.Direction.BottomToTop?10
+QtMultimedia.QVideoFrameFormat.PixelFormat?10
+QtMultimedia.QVideoFrameFormat.PixelFormat.Format_Invalid?10
+QtMultimedia.QVideoFrameFormat.PixelFormat.Format_YUV420P?10
+QtMultimedia.QVideoFrameFormat.PixelFormat.Format_YUV422P?10
+QtMultimedia.QVideoFrameFormat.PixelFormat.Format_YV12?10
+QtMultimedia.QVideoFrameFormat.PixelFormat.Format_UYVY?10
+QtMultimedia.QVideoFrameFormat.PixelFormat.Format_YUYV?10
+QtMultimedia.QVideoFrameFormat.PixelFormat.Format_NV12?10
+QtMultimedia.QVideoFrameFormat.PixelFormat.Format_NV21?10
+QtMultimedia.QVideoFrameFormat.PixelFormat.Format_IMC1?10
+QtMultimedia.QVideoFrameFormat.PixelFormat.Format_IMC2?10
+QtMultimedia.QVideoFrameFormat.PixelFormat.Format_IMC3?10
+QtMultimedia.QVideoFrameFormat.PixelFormat.Format_IMC4?10
+QtMultimedia.QVideoFrameFormat.PixelFormat.Format_Y8?10
+QtMultimedia.QVideoFrameFormat.PixelFormat.Format_Y16?10
+QtMultimedia.QVideoFrameFormat.PixelFormat.Format_P010?10
+QtMultimedia.QVideoFrameFormat.PixelFormat.Format_P016?10
+QtMultimedia.QVideoFrameFormat.PixelFormat.Format_Jpeg?10
+QtMultimedia.QVideoFrameFormat.PixelFormat.Format_SamplerExternalOES?10
+QtMultimedia.QVideoFrameFormat.PixelFormat.Format_ARGB8888?10
+QtMultimedia.QVideoFrameFormat.PixelFormat.Format_ARGB8888_Premultiplied?10
+QtMultimedia.QVideoFrameFormat.PixelFormat.Format_XRGB8888?10
+QtMultimedia.QVideoFrameFormat.PixelFormat.Format_BGRA8888?10
+QtMultimedia.QVideoFrameFormat.PixelFormat.Format_BGRA8888_Premultiplied?10
+QtMultimedia.QVideoFrameFormat.PixelFormat.Format_BGRX8888?10
+QtMultimedia.QVideoFrameFormat.PixelFormat.Format_ABGR8888?10
+QtMultimedia.QVideoFrameFormat.PixelFormat.Format_XBGR8888?10
+QtMultimedia.QVideoFrameFormat.PixelFormat.Format_RGBA8888?10
+QtMultimedia.QVideoFrameFormat.PixelFormat.Format_RGBX8888?10
+QtMultimedia.QVideoFrameFormat.PixelFormat.Format_AYUV?10
+QtMultimedia.QVideoFrameFormat.PixelFormat.Format_AYUV_Premultiplied?10
+QtMultimedia.QVideoFrameFormat.PixelFormat.Format_SamplerRect?10
+QtMultimedia.QVideoFrameFormat?1()
+QtMultimedia.QVideoFrameFormat.__init__?1(self)
+QtMultimedia.QVideoFrameFormat?1(QSize, QVideoFrameFormat.PixelFormat)
+QtMultimedia.QVideoFrameFormat.__init__?1(self, QSize, QVideoFrameFormat.PixelFormat)
+QtMultimedia.QVideoFrameFormat?1(QVideoFrameFormat)
+QtMultimedia.QVideoFrameFormat.__init__?1(self, QVideoFrameFormat)
+QtMultimedia.QVideoFrameFormat.isValid?4() -> bool
+QtMultimedia.QVideoFrameFormat.pixelFormat?4() -> QVideoFrameFormat.PixelFormat
+QtMultimedia.QVideoFrameFormat.frameSize?4() -> QSize
+QtMultimedia.QVideoFrameFormat.setFrameSize?4(QSize)
+QtMultimedia.QVideoFrameFormat.setFrameSize?4(int, int)
+QtMultimedia.QVideoFrameFormat.frameWidth?4() -> int
+QtMultimedia.QVideoFrameFormat.frameHeight?4() -> int
+QtMultimedia.QVideoFrameFormat.planeCount?4() -> int
+QtMultimedia.QVideoFrameFormat.viewport?4() -> QRect
+QtMultimedia.QVideoFrameFormat.setViewport?4(QRect)
+QtMultimedia.QVideoFrameFormat.scanLineDirection?4() -> QVideoFrameFormat.Direction
+QtMultimedia.QVideoFrameFormat.setScanLineDirection?4(QVideoFrameFormat.Direction)
+QtMultimedia.QVideoFrameFormat.frameRate?4() -> float
+QtMultimedia.QVideoFrameFormat.setFrameRate?4(float)
+QtMultimedia.QVideoFrameFormat.yCbCrColorSpace?4() -> QVideoFrameFormat.YCbCrColorSpace
+QtMultimedia.QVideoFrameFormat.setYCbCrColorSpace?4(QVideoFrameFormat.YCbCrColorSpace)
+QtMultimedia.QVideoFrameFormat.isMirrored?4() -> bool
+QtMultimedia.QVideoFrameFormat.setMirrored?4(bool)
+QtMultimedia.QVideoFrameFormat.pixelFormatFromImageFormat?4(QImage.Format) -> QVideoFrameFormat.PixelFormat
+QtMultimedia.QVideoFrameFormat.imageFormatFromPixelFormat?4(QVideoFrameFormat.PixelFormat) -> QImage.Format
+QtMultimedia.QVideoFrameFormat.pixelFormatToString?4(QVideoFrameFormat.PixelFormat) -> QString
+QtMultimedia.QVideoSink?1(QObject parent=None)
+QtMultimedia.QVideoSink.__init__?1(self, QObject parent=None)
+QtMultimedia.QVideoSink.videoSize?4() -> QSize
+QtMultimedia.QVideoSink.subtitleText?4() -> QString
+QtMultimedia.QVideoSink.setSubtitleText?4(QString)
+QtMultimedia.QVideoSink.setVideoFrame?4(QVideoFrame)
+QtMultimedia.QVideoSink.videoFrame?4() -> QVideoFrame
+QtMultimedia.QVideoSink.videoFrameChanged?4(QVideoFrame)
+QtMultimedia.QVideoSink.subtitleTextChanged?4(QString)
+QtMultimedia.QVideoSink.videoSizeChanged?4()
+QtMultimediaWidgets.QGraphicsVideoItem?1(QGraphicsItem parent=None)
+QtMultimediaWidgets.QGraphicsVideoItem.__init__?1(self, QGraphicsItem parent=None)
+QtMultimediaWidgets.QGraphicsVideoItem.videoSink?4() -> QVideoSink
+QtMultimediaWidgets.QGraphicsVideoItem.aspectRatioMode?4() -> Qt.AspectRatioMode
+QtMultimediaWidgets.QGraphicsVideoItem.setAspectRatioMode?4(Qt.AspectRatioMode)
+QtMultimediaWidgets.QGraphicsVideoItem.offset?4() -> QPointF
+QtMultimediaWidgets.QGraphicsVideoItem.setOffset?4(QPointF)
+QtMultimediaWidgets.QGraphicsVideoItem.size?4() -> QSizeF
+QtMultimediaWidgets.QGraphicsVideoItem.setSize?4(QSizeF)
+QtMultimediaWidgets.QGraphicsVideoItem.nativeSize?4() -> QSizeF
+QtMultimediaWidgets.QGraphicsVideoItem.boundingRect?4() -> QRectF
+QtMultimediaWidgets.QGraphicsVideoItem.paint?4(QPainter, QStyleOptionGraphicsItem, QWidget widget=None)
+QtMultimediaWidgets.QGraphicsVideoItem.type?4() -> int
+QtMultimediaWidgets.QGraphicsVideoItem.nativeSizeChanged?4(QSizeF)
+QtMultimediaWidgets.QGraphicsVideoItem.timerEvent?4(QTimerEvent)
+QtMultimediaWidgets.QGraphicsVideoItem.itemChange?4(QGraphicsItem.GraphicsItemChange, QVariant) -> QVariant
+QtMultimediaWidgets.QVideoWidget?1(QWidget parent=None)
+QtMultimediaWidgets.QVideoWidget.__init__?1(self, QWidget parent=None)
+QtMultimediaWidgets.QVideoWidget.videoSink?4() -> QVideoSink
+QtMultimediaWidgets.QVideoWidget.aspectRatioMode?4() -> Qt.AspectRatioMode
+QtMultimediaWidgets.QVideoWidget.isFullScreen?4() -> bool
+QtMultimediaWidgets.QVideoWidget.sizeHint?4() -> QSize
+QtMultimediaWidgets.QVideoWidget.setFullScreen?4(bool)
+QtMultimediaWidgets.QVideoWidget.setAspectRatioMode?4(Qt.AspectRatioMode)
+QtMultimediaWidgets.QVideoWidget.fullScreenChanged?4(bool)
+QtMultimediaWidgets.QVideoWidget.aspectRatioModeChanged?4(Qt.AspectRatioMode)
+QtMultimediaWidgets.QVideoWidget.event?4(QEvent) -> bool
+QtMultimediaWidgets.QVideoWidget.showEvent?4(QShowEvent)
+QtMultimediaWidgets.QVideoWidget.hideEvent?4(QHideEvent)
+QtMultimediaWidgets.QVideoWidget.resizeEvent?4(QResizeEvent)
+QtMultimediaWidgets.QVideoWidget.moveEvent?4(QMoveEvent)
+QtPositioning.QGeoAddress?1()
+QtPositioning.QGeoAddress.__init__?1(self)
+QtPositioning.QGeoAddress?1(QGeoAddress)
+QtPositioning.QGeoAddress.__init__?1(self, QGeoAddress)
+QtPositioning.QGeoAddress.text?4() -> QString
+QtPositioning.QGeoAddress.setText?4(QString)
+QtPositioning.QGeoAddress.country?4() -> QString
+QtPositioning.QGeoAddress.setCountry?4(QString)
+QtPositioning.QGeoAddress.countryCode?4() -> QString
+QtPositioning.QGeoAddress.setCountryCode?4(QString)
+QtPositioning.QGeoAddress.state?4() -> QString
+QtPositioning.QGeoAddress.setState?4(QString)
+QtPositioning.QGeoAddress.county?4() -> QString
+QtPositioning.QGeoAddress.setCounty?4(QString)
+QtPositioning.QGeoAddress.city?4() -> QString
+QtPositioning.QGeoAddress.setCity?4(QString)
+QtPositioning.QGeoAddress.district?4() -> QString
+QtPositioning.QGeoAddress.setDistrict?4(QString)
+QtPositioning.QGeoAddress.postalCode?4() -> QString
+QtPositioning.QGeoAddress.setPostalCode?4(QString)
+QtPositioning.QGeoAddress.street?4() -> QString
+QtPositioning.QGeoAddress.setStreet?4(QString)
+QtPositioning.QGeoAddress.isEmpty?4() -> bool
+QtPositioning.QGeoAddress.clear?4()
+QtPositioning.QGeoAddress.isTextGenerated?4() -> bool
+QtPositioning.QGeoAddress.swap?4(QGeoAddress)
+QtPositioning.QGeoAddress.streetNumber?4() -> QString
+QtPositioning.QGeoAddress.setStreetNumber?4(QString)
+QtPositioning.QGeoAreaMonitorInfo?1(QString name='')
+QtPositioning.QGeoAreaMonitorInfo.__init__?1(self, QString name='')
+QtPositioning.QGeoAreaMonitorInfo?1(QGeoAreaMonitorInfo)
+QtPositioning.QGeoAreaMonitorInfo.__init__?1(self, QGeoAreaMonitorInfo)
+QtPositioning.QGeoAreaMonitorInfo.name?4() -> QString
+QtPositioning.QGeoAreaMonitorInfo.setName?4(QString)
+QtPositioning.QGeoAreaMonitorInfo.identifier?4() -> QString
+QtPositioning.QGeoAreaMonitorInfo.isValid?4() -> bool
+QtPositioning.QGeoAreaMonitorInfo.area?4() -> QGeoShape
+QtPositioning.QGeoAreaMonitorInfo.setArea?4(QGeoShape)
+QtPositioning.QGeoAreaMonitorInfo.expiration?4() -> QDateTime
+QtPositioning.QGeoAreaMonitorInfo.setExpiration?4(QDateTime)
+QtPositioning.QGeoAreaMonitorInfo.isPersistent?4() -> bool
+QtPositioning.QGeoAreaMonitorInfo.setPersistent?4(bool)
+QtPositioning.QGeoAreaMonitorInfo.notificationParameters?4() -> unknown-type
+QtPositioning.QGeoAreaMonitorInfo.setNotificationParameters?4(unknown-type)
+QtPositioning.QGeoAreaMonitorInfo.swap?4(QGeoAreaMonitorInfo)
+QtPositioning.QGeoAreaMonitorSource.AreaMonitorFeature?10
+QtPositioning.QGeoAreaMonitorSource.AreaMonitorFeature.PersistentAreaMonitorFeature?10
+QtPositioning.QGeoAreaMonitorSource.AreaMonitorFeature.AnyAreaMonitorFeature?10
+QtPositioning.QGeoAreaMonitorSource.Error?10
+QtPositioning.QGeoAreaMonitorSource.Error.AccessError?10
+QtPositioning.QGeoAreaMonitorSource.Error.InsufficientPositionInfo?10
+QtPositioning.QGeoAreaMonitorSource.Error.UnknownSourceError?10
+QtPositioning.QGeoAreaMonitorSource.Error.NoError?10
+QtPositioning.QGeoAreaMonitorSource?1(QObject)
+QtPositioning.QGeoAreaMonitorSource.__init__?1(self, QObject)
+QtPositioning.QGeoAreaMonitorSource.createDefaultSource?4(QObject) -> QGeoAreaMonitorSource
+QtPositioning.QGeoAreaMonitorSource.createSource?4(QString, QObject) -> QGeoAreaMonitorSource
+QtPositioning.QGeoAreaMonitorSource.availableSources?4() -> QStringList
+QtPositioning.QGeoAreaMonitorSource.setPositionInfoSource?4(QGeoPositionInfoSource)
+QtPositioning.QGeoAreaMonitorSource.positionInfoSource?4() -> QGeoPositionInfoSource
+QtPositioning.QGeoAreaMonitorSource.sourceName?4() -> QString
+QtPositioning.QGeoAreaMonitorSource.error?4() -> QGeoAreaMonitorSource.Error
+QtPositioning.QGeoAreaMonitorSource.supportedAreaMonitorFeatures?4() -> unknown-type
+QtPositioning.QGeoAreaMonitorSource.startMonitoring?4(QGeoAreaMonitorInfo) -> bool
+QtPositioning.QGeoAreaMonitorSource.stopMonitoring?4(QGeoAreaMonitorInfo) -> bool
+QtPositioning.QGeoAreaMonitorSource.requestUpdate?4(QGeoAreaMonitorInfo, str) -> bool
+QtPositioning.QGeoAreaMonitorSource.activeMonitors?4() -> unknown-type
+QtPositioning.QGeoAreaMonitorSource.activeMonitors?4(QGeoShape) -> unknown-type
+QtPositioning.QGeoAreaMonitorSource.areaEntered?4(QGeoAreaMonitorInfo, QGeoPositionInfo)
+QtPositioning.QGeoAreaMonitorSource.areaExited?4(QGeoAreaMonitorInfo, QGeoPositionInfo)
+QtPositioning.QGeoAreaMonitorSource.monitorExpired?4(QGeoAreaMonitorInfo)
+QtPositioning.QGeoAreaMonitorSource.errorOccurred?4(QGeoAreaMonitorSource.Error)
+QtPositioning.QGeoAreaMonitorSource.setBackendProperty?4(QString, QVariant) -> bool
+QtPositioning.QGeoAreaMonitorSource.backendProperty?4(QString) -> QVariant
+QtPositioning.QGeoShape.ShapeType?10
+QtPositioning.QGeoShape.ShapeType.UnknownType?10
+QtPositioning.QGeoShape.ShapeType.RectangleType?10
+QtPositioning.QGeoShape.ShapeType.CircleType?10
+QtPositioning.QGeoShape.ShapeType.PathType?10
+QtPositioning.QGeoShape.ShapeType.PolygonType?10
+QtPositioning.QGeoShape?1()
+QtPositioning.QGeoShape.__init__?1(self)
+QtPositioning.QGeoShape?1(QGeoShape)
+QtPositioning.QGeoShape.__init__?1(self, QGeoShape)
+QtPositioning.QGeoShape.type?4() -> QGeoShape.ShapeType
+QtPositioning.QGeoShape.isValid?4() -> bool
+QtPositioning.QGeoShape.isEmpty?4() -> bool
+QtPositioning.QGeoShape.contains?4(QGeoCoordinate) -> bool
+QtPositioning.QGeoShape.center?4() -> QGeoCoordinate
+QtPositioning.QGeoShape.toString?4() -> QString
+QtPositioning.QGeoShape.boundingGeoRectangle?4() -> QGeoRectangle
+QtPositioning.QGeoCircle?1()
+QtPositioning.QGeoCircle.__init__?1(self)
+QtPositioning.QGeoCircle?1(QGeoCoordinate, float radius=-1)
+QtPositioning.QGeoCircle.__init__?1(self, QGeoCoordinate, float radius=-1)
+QtPositioning.QGeoCircle?1(QGeoCircle)
+QtPositioning.QGeoCircle.__init__?1(self, QGeoCircle)
+QtPositioning.QGeoCircle?1(QGeoShape)
+QtPositioning.QGeoCircle.__init__?1(self, QGeoShape)
+QtPositioning.QGeoCircle.setCenter?4(QGeoCoordinate)
+QtPositioning.QGeoCircle.center?4() -> QGeoCoordinate
+QtPositioning.QGeoCircle.setRadius?4(float)
+QtPositioning.QGeoCircle.radius?4() -> float
+QtPositioning.QGeoCircle.translate?4(float, float)
+QtPositioning.QGeoCircle.translated?4(float, float) -> QGeoCircle
+QtPositioning.QGeoCircle.toString?4() -> QString
+QtPositioning.QGeoCircle.extendCircle?4(QGeoCoordinate)
+QtPositioning.QGeoCoordinate.CoordinateFormat?10
+QtPositioning.QGeoCoordinate.CoordinateFormat.Degrees?10
+QtPositioning.QGeoCoordinate.CoordinateFormat.DegreesWithHemisphere?10
+QtPositioning.QGeoCoordinate.CoordinateFormat.DegreesMinutes?10
+QtPositioning.QGeoCoordinate.CoordinateFormat.DegreesMinutesWithHemisphere?10
+QtPositioning.QGeoCoordinate.CoordinateFormat.DegreesMinutesSeconds?10
+QtPositioning.QGeoCoordinate.CoordinateFormat.DegreesMinutesSecondsWithHemisphere?10
+QtPositioning.QGeoCoordinate.CoordinateType?10
+QtPositioning.QGeoCoordinate.CoordinateType.InvalidCoordinate?10
+QtPositioning.QGeoCoordinate.CoordinateType.Coordinate2D?10
+QtPositioning.QGeoCoordinate.CoordinateType.Coordinate3D?10
+QtPositioning.QGeoCoordinate?1()
+QtPositioning.QGeoCoordinate.__init__?1(self)
+QtPositioning.QGeoCoordinate?1(float, float)
+QtPositioning.QGeoCoordinate.__init__?1(self, float, float)
+QtPositioning.QGeoCoordinate?1(float, float, float)
+QtPositioning.QGeoCoordinate.__init__?1(self, float, float, float)
+QtPositioning.QGeoCoordinate?1(QGeoCoordinate)
+QtPositioning.QGeoCoordinate.__init__?1(self, QGeoCoordinate)
+QtPositioning.QGeoCoordinate.isValid?4() -> bool
+QtPositioning.QGeoCoordinate.type?4() -> QGeoCoordinate.CoordinateType
+QtPositioning.QGeoCoordinate.setLatitude?4(float)
+QtPositioning.QGeoCoordinate.latitude?4() -> float
+QtPositioning.QGeoCoordinate.setLongitude?4(float)
+QtPositioning.QGeoCoordinate.longitude?4() -> float
+QtPositioning.QGeoCoordinate.setAltitude?4(float)
+QtPositioning.QGeoCoordinate.altitude?4() -> float
+QtPositioning.QGeoCoordinate.distanceTo?4(QGeoCoordinate) -> float
+QtPositioning.QGeoCoordinate.azimuthTo?4(QGeoCoordinate) -> float
+QtPositioning.QGeoCoordinate.atDistanceAndAzimuth?4(float, float, float distanceUp=0) -> QGeoCoordinate
+QtPositioning.QGeoCoordinate.toString?4(QGeoCoordinate.CoordinateFormat format=QGeoCoordinate.DegreesMinutesSecondsWithHemisphere) -> QString
+QtPositioning.QGeoCoordinate.swap?4(QGeoCoordinate)
+QtPositioning.QGeoLocation?1()
+QtPositioning.QGeoLocation.__init__?1(self)
+QtPositioning.QGeoLocation?1(QGeoLocation)
+QtPositioning.QGeoLocation.__init__?1(self, QGeoLocation)
+QtPositioning.QGeoLocation.address?4() -> QGeoAddress
+QtPositioning.QGeoLocation.setAddress?4(QGeoAddress)
+QtPositioning.QGeoLocation.coordinate?4() -> QGeoCoordinate
+QtPositioning.QGeoLocation.setCoordinate?4(QGeoCoordinate)
+QtPositioning.QGeoLocation.isEmpty?4() -> bool
+QtPositioning.QGeoLocation.extendedAttributes?4() -> unknown-type
+QtPositioning.QGeoLocation.setExtendedAttributes?4(unknown-type)
+QtPositioning.QGeoLocation.swap?4(QGeoLocation)
+QtPositioning.QGeoLocation.boundingShape?4() -> QGeoShape
+QtPositioning.QGeoLocation.setBoundingShape?4(QGeoShape)
+QtPositioning.QGeoPath?1()
+QtPositioning.QGeoPath.__init__?1(self)
+QtPositioning.QGeoPath?1(unknown-type, float width=0)
+QtPositioning.QGeoPath.__init__?1(self, unknown-type, float width=0)
+QtPositioning.QGeoPath?1(QGeoPath)
+QtPositioning.QGeoPath.__init__?1(self, QGeoPath)
+QtPositioning.QGeoPath?1(QGeoShape)
+QtPositioning.QGeoPath.__init__?1(self, QGeoShape)
+QtPositioning.QGeoPath.setPath?4(unknown-type)
+QtPositioning.QGeoPath.path?4() -> unknown-type
+QtPositioning.QGeoPath.setWidth?4(float)
+QtPositioning.QGeoPath.width?4() -> float
+QtPositioning.QGeoPath.translate?4(float, float)
+QtPositioning.QGeoPath.translated?4(float, float) -> QGeoPath
+QtPositioning.QGeoPath.length?4(int indexFrom=0, int indexTo=-1) -> float
+QtPositioning.QGeoPath.addCoordinate?4(QGeoCoordinate)
+QtPositioning.QGeoPath.insertCoordinate?4(int, QGeoCoordinate)
+QtPositioning.QGeoPath.replaceCoordinate?4(int, QGeoCoordinate)
+QtPositioning.QGeoPath.coordinateAt?4(int) -> QGeoCoordinate
+QtPositioning.QGeoPath.containsCoordinate?4(QGeoCoordinate) -> bool
+QtPositioning.QGeoPath.removeCoordinate?4(QGeoCoordinate)
+QtPositioning.QGeoPath.removeCoordinate?4(int)
+QtPositioning.QGeoPath.toString?4() -> QString
+QtPositioning.QGeoPath.size?4() -> int
+QtPositioning.QGeoPath.clearPath?4()
+QtPositioning.QGeoPolygon?1()
+QtPositioning.QGeoPolygon.__init__?1(self)
+QtPositioning.QGeoPolygon?1(unknown-type)
+QtPositioning.QGeoPolygon.__init__?1(self, unknown-type)
+QtPositioning.QGeoPolygon?1(QGeoPolygon)
+QtPositioning.QGeoPolygon.__init__?1(self, QGeoPolygon)
+QtPositioning.QGeoPolygon?1(QGeoShape)
+QtPositioning.QGeoPolygon.__init__?1(self, QGeoShape)
+QtPositioning.QGeoPolygon.translate?4(float, float)
+QtPositioning.QGeoPolygon.translated?4(float, float) -> QGeoPolygon
+QtPositioning.QGeoPolygon.length?4(int indexFrom=0, int indexTo=-1) -> float
+QtPositioning.QGeoPolygon.size?4() -> int
+QtPositioning.QGeoPolygon.addCoordinate?4(QGeoCoordinate)
+QtPositioning.QGeoPolygon.insertCoordinate?4(int, QGeoCoordinate)
+QtPositioning.QGeoPolygon.replaceCoordinate?4(int, QGeoCoordinate)
+QtPositioning.QGeoPolygon.coordinateAt?4(int) -> QGeoCoordinate
+QtPositioning.QGeoPolygon.containsCoordinate?4(QGeoCoordinate) -> bool
+QtPositioning.QGeoPolygon.removeCoordinate?4(QGeoCoordinate)
+QtPositioning.QGeoPolygon.removeCoordinate?4(int)
+QtPositioning.QGeoPolygon.toString?4() -> QString
+QtPositioning.QGeoPolygon.addHole?4(unknown-type)
+QtPositioning.QGeoPolygon.addHole?4(QVariant)
+QtPositioning.QGeoPolygon.hole?4(int) -> unknown-type
+QtPositioning.QGeoPolygon.holePath?4(int) -> unknown-type
+QtPositioning.QGeoPolygon.removeHole?4(int)
+QtPositioning.QGeoPolygon.holesCount?4() -> int
+QtPositioning.QGeoPolygon.setPerimeter?4(unknown-type)
+QtPositioning.QGeoPolygon.perimeter?4() -> unknown-type
+QtPositioning.QGeoPositionInfo.Attribute?10
+QtPositioning.QGeoPositionInfo.Attribute.Direction?10
+QtPositioning.QGeoPositionInfo.Attribute.GroundSpeed?10
+QtPositioning.QGeoPositionInfo.Attribute.VerticalSpeed?10
+QtPositioning.QGeoPositionInfo.Attribute.MagneticVariation?10
+QtPositioning.QGeoPositionInfo.Attribute.HorizontalAccuracy?10
+QtPositioning.QGeoPositionInfo.Attribute.VerticalAccuracy?10
+QtPositioning.QGeoPositionInfo.Attribute.DirectionAccuracy?10
+QtPositioning.QGeoPositionInfo?1()
+QtPositioning.QGeoPositionInfo.__init__?1(self)
+QtPositioning.QGeoPositionInfo?1(QGeoCoordinate, QDateTime)
+QtPositioning.QGeoPositionInfo.__init__?1(self, QGeoCoordinate, QDateTime)
+QtPositioning.QGeoPositionInfo?1(QGeoPositionInfo)
+QtPositioning.QGeoPositionInfo.__init__?1(self, QGeoPositionInfo)
+QtPositioning.QGeoPositionInfo.isValid?4() -> bool
+QtPositioning.QGeoPositionInfo.setTimestamp?4(QDateTime)
+QtPositioning.QGeoPositionInfo.timestamp?4() -> QDateTime
+QtPositioning.QGeoPositionInfo.setCoordinate?4(QGeoCoordinate)
+QtPositioning.QGeoPositionInfo.coordinate?4() -> QGeoCoordinate
+QtPositioning.QGeoPositionInfo.setAttribute?4(QGeoPositionInfo.Attribute, float)
+QtPositioning.QGeoPositionInfo.attribute?4(QGeoPositionInfo.Attribute) -> float
+QtPositioning.QGeoPositionInfo.removeAttribute?4(QGeoPositionInfo.Attribute)
+QtPositioning.QGeoPositionInfo.hasAttribute?4(QGeoPositionInfo.Attribute) -> bool
+QtPositioning.QGeoPositionInfo.swap?4(QGeoPositionInfo)
+QtPositioning.QGeoPositionInfoSource.PositioningMethod?10
+QtPositioning.QGeoPositionInfoSource.PositioningMethod.NoPositioningMethods?10
+QtPositioning.QGeoPositionInfoSource.PositioningMethod.SatellitePositioningMethods?10
+QtPositioning.QGeoPositionInfoSource.PositioningMethod.NonSatellitePositioningMethods?10
+QtPositioning.QGeoPositionInfoSource.PositioningMethod.AllPositioningMethods?10
+QtPositioning.QGeoPositionInfoSource.Error?10
+QtPositioning.QGeoPositionInfoSource.Error.AccessError?10
+QtPositioning.QGeoPositionInfoSource.Error.ClosedError?10
+QtPositioning.QGeoPositionInfoSource.Error.UnknownSourceError?10
+QtPositioning.QGeoPositionInfoSource.Error.UpdateTimeoutError?10
+QtPositioning.QGeoPositionInfoSource.Error.NoError?10
+QtPositioning.QGeoPositionInfoSource?1(QObject)
+QtPositioning.QGeoPositionInfoSource.__init__?1(self, QObject)
+QtPositioning.QGeoPositionInfoSource.setUpdateInterval?4(int)
+QtPositioning.QGeoPositionInfoSource.updateInterval?4() -> int
+QtPositioning.QGeoPositionInfoSource.setPreferredPositioningMethods?4(unknown-type)
+QtPositioning.QGeoPositionInfoSource.preferredPositioningMethods?4() -> unknown-type
+QtPositioning.QGeoPositionInfoSource.lastKnownPosition?4(bool fromSatellitePositioningMethodsOnly=False) -> QGeoPositionInfo
+QtPositioning.QGeoPositionInfoSource.supportedPositioningMethods?4() -> unknown-type
+QtPositioning.QGeoPositionInfoSource.minimumUpdateInterval?4() -> int
+QtPositioning.QGeoPositionInfoSource.sourceName?4() -> QString
+QtPositioning.QGeoPositionInfoSource.createDefaultSource?4(QObject) -> QGeoPositionInfoSource
+QtPositioning.QGeoPositionInfoSource.createDefaultSource?4(unknown-type, QObject) -> QGeoPositionInfoSource
+QtPositioning.QGeoPositionInfoSource.createSource?4(QString, QObject) -> QGeoPositionInfoSource
+QtPositioning.QGeoPositionInfoSource.createSource?4(QString, unknown-type, QObject) -> QGeoPositionInfoSource
+QtPositioning.QGeoPositionInfoSource.availableSources?4() -> QStringList
+QtPositioning.QGeoPositionInfoSource.error?4() -> QGeoPositionInfoSource.Error
+QtPositioning.QGeoPositionInfoSource.startUpdates?4()
+QtPositioning.QGeoPositionInfoSource.stopUpdates?4()
+QtPositioning.QGeoPositionInfoSource.requestUpdate?4(int timeout=0)
+QtPositioning.QGeoPositionInfoSource.positionUpdated?4(QGeoPositionInfo)
+QtPositioning.QGeoPositionInfoSource.supportedPositioningMethodsChanged?4()
+QtPositioning.QGeoPositionInfoSource.errorOccurred?4(QGeoPositionInfoSource.Error)
+QtPositioning.QGeoPositionInfoSource.setBackendProperty?4(QString, QVariant) -> bool
+QtPositioning.QGeoPositionInfoSource.backendProperty?4(QString) -> QVariant
+QtPositioning.QGeoRectangle?1()
+QtPositioning.QGeoRectangle.__init__?1(self)
+QtPositioning.QGeoRectangle?1(QGeoCoordinate, float, float)
+QtPositioning.QGeoRectangle.__init__?1(self, QGeoCoordinate, float, float)
+QtPositioning.QGeoRectangle?1(QGeoCoordinate, QGeoCoordinate)
+QtPositioning.QGeoRectangle.__init__?1(self, QGeoCoordinate, QGeoCoordinate)
+QtPositioning.QGeoRectangle?1(unknown-type)
+QtPositioning.QGeoRectangle.__init__?1(self, unknown-type)
+QtPositioning.QGeoRectangle?1(QGeoRectangle)
+QtPositioning.QGeoRectangle.__init__?1(self, QGeoRectangle)
+QtPositioning.QGeoRectangle?1(QGeoShape)
+QtPositioning.QGeoRectangle.__init__?1(self, QGeoShape)
+QtPositioning.QGeoRectangle.setTopLeft?4(QGeoCoordinate)
+QtPositioning.QGeoRectangle.topLeft?4() -> QGeoCoordinate
+QtPositioning.QGeoRectangle.setTopRight?4(QGeoCoordinate)
+QtPositioning.QGeoRectangle.topRight?4() -> QGeoCoordinate
+QtPositioning.QGeoRectangle.setBottomLeft?4(QGeoCoordinate)
+QtPositioning.QGeoRectangle.bottomLeft?4() -> QGeoCoordinate
+QtPositioning.QGeoRectangle.setBottomRight?4(QGeoCoordinate)
+QtPositioning.QGeoRectangle.bottomRight?4() -> QGeoCoordinate
+QtPositioning.QGeoRectangle.setCenter?4(QGeoCoordinate)
+QtPositioning.QGeoRectangle.center?4() -> QGeoCoordinate
+QtPositioning.QGeoRectangle.setWidth?4(float)
+QtPositioning.QGeoRectangle.width?4() -> float
+QtPositioning.QGeoRectangle.setHeight?4(float)
+QtPositioning.QGeoRectangle.height?4() -> float
+QtPositioning.QGeoRectangle.contains?4(QGeoRectangle) -> bool
+QtPositioning.QGeoRectangle.intersects?4(QGeoRectangle) -> bool
+QtPositioning.QGeoRectangle.translate?4(float, float)
+QtPositioning.QGeoRectangle.translated?4(float, float) -> QGeoRectangle
+QtPositioning.QGeoRectangle.united?4(QGeoRectangle) -> QGeoRectangle
+QtPositioning.QGeoRectangle.toString?4() -> QString
+QtPositioning.QGeoRectangle.extendRectangle?4(QGeoCoordinate)
+QtPositioning.QGeoSatelliteInfo.SatelliteSystem?10
+QtPositioning.QGeoSatelliteInfo.SatelliteSystem.Undefined?10
+QtPositioning.QGeoSatelliteInfo.SatelliteSystem.GPS?10
+QtPositioning.QGeoSatelliteInfo.SatelliteSystem.GLONASS?10
+QtPositioning.QGeoSatelliteInfo.SatelliteSystem.GALILEO?10
+QtPositioning.QGeoSatelliteInfo.SatelliteSystem.BEIDOU?10
+QtPositioning.QGeoSatelliteInfo.SatelliteSystem.QZSS?10
+QtPositioning.QGeoSatelliteInfo.SatelliteSystem.Multiple?10
+QtPositioning.QGeoSatelliteInfo.SatelliteSystem.CustomType?10
+QtPositioning.QGeoSatelliteInfo.Attribute?10
+QtPositioning.QGeoSatelliteInfo.Attribute.Elevation?10
+QtPositioning.QGeoSatelliteInfo.Attribute.Azimuth?10
+QtPositioning.QGeoSatelliteInfo?1()
+QtPositioning.QGeoSatelliteInfo.__init__?1(self)
+QtPositioning.QGeoSatelliteInfo?1(QGeoSatelliteInfo)
+QtPositioning.QGeoSatelliteInfo.__init__?1(self, QGeoSatelliteInfo)
+QtPositioning.QGeoSatelliteInfo.setSatelliteSystem?4(QGeoSatelliteInfo.SatelliteSystem)
+QtPositioning.QGeoSatelliteInfo.satelliteSystem?4() -> QGeoSatelliteInfo.SatelliteSystem
+QtPositioning.QGeoSatelliteInfo.setSatelliteIdentifier?4(int)
+QtPositioning.QGeoSatelliteInfo.satelliteIdentifier?4() -> int
+QtPositioning.QGeoSatelliteInfo.setSignalStrength?4(int)
+QtPositioning.QGeoSatelliteInfo.signalStrength?4() -> int
+QtPositioning.QGeoSatelliteInfo.setAttribute?4(QGeoSatelliteInfo.Attribute, float)
+QtPositioning.QGeoSatelliteInfo.attribute?4(QGeoSatelliteInfo.Attribute) -> float
+QtPositioning.QGeoSatelliteInfo.removeAttribute?4(QGeoSatelliteInfo.Attribute)
+QtPositioning.QGeoSatelliteInfo.hasAttribute?4(QGeoSatelliteInfo.Attribute) -> bool
+QtPositioning.QGeoSatelliteInfo.swap?4(QGeoSatelliteInfo)
+QtPositioning.QGeoSatelliteInfoSource.Error?10
+QtPositioning.QGeoSatelliteInfoSource.Error.AccessError?10
+QtPositioning.QGeoSatelliteInfoSource.Error.ClosedError?10
+QtPositioning.QGeoSatelliteInfoSource.Error.NoError?10
+QtPositioning.QGeoSatelliteInfoSource.Error.UnknownSourceError?10
+QtPositioning.QGeoSatelliteInfoSource.Error.UpdateTimeoutError?10
+QtPositioning.QGeoSatelliteInfoSource?1(QObject)
+QtPositioning.QGeoSatelliteInfoSource.__init__?1(self, QObject)
+QtPositioning.QGeoSatelliteInfoSource.createDefaultSource?4(QObject) -> QGeoSatelliteInfoSource
+QtPositioning.QGeoSatelliteInfoSource.createDefaultSource?4(unknown-type, QObject) -> QGeoSatelliteInfoSource
+QtPositioning.QGeoSatelliteInfoSource.createSource?4(QString, QObject) -> QGeoSatelliteInfoSource
+QtPositioning.QGeoSatelliteInfoSource.createSource?4(QString, unknown-type, QObject) -> QGeoSatelliteInfoSource
+QtPositioning.QGeoSatelliteInfoSource.availableSources?4() -> QStringList
+QtPositioning.QGeoSatelliteInfoSource.sourceName?4() -> QString
+QtPositioning.QGeoSatelliteInfoSource.setUpdateInterval?4(int)
+QtPositioning.QGeoSatelliteInfoSource.updateInterval?4() -> int
+QtPositioning.QGeoSatelliteInfoSource.minimumUpdateInterval?4() -> int
+QtPositioning.QGeoSatelliteInfoSource.error?4() -> QGeoSatelliteInfoSource.Error
+QtPositioning.QGeoSatelliteInfoSource.startUpdates?4()
+QtPositioning.QGeoSatelliteInfoSource.stopUpdates?4()
+QtPositioning.QGeoSatelliteInfoSource.requestUpdate?4(int timeout=0)
+QtPositioning.QGeoSatelliteInfoSource.satellitesInViewUpdated?4(unknown-type)
+QtPositioning.QGeoSatelliteInfoSource.satellitesInUseUpdated?4(unknown-type)
+QtPositioning.QGeoSatelliteInfoSource.errorOccurred?4(QGeoSatelliteInfoSource.Error)
+QtPositioning.QGeoSatelliteInfoSource.setBackendProperty?4(QString, QVariant) -> bool
+QtPositioning.QGeoSatelliteInfoSource.backendProperty?4(QString) -> QVariant
+QtPositioning.QNmeaPositionInfoSource.UpdateMode?10
+QtPositioning.QNmeaPositionInfoSource.UpdateMode.RealTimeMode?10
+QtPositioning.QNmeaPositionInfoSource.UpdateMode.SimulationMode?10
+QtPositioning.QNmeaPositionInfoSource?1(QNmeaPositionInfoSource.UpdateMode, QObject parent=None)
+QtPositioning.QNmeaPositionInfoSource.__init__?1(self, QNmeaPositionInfoSource.UpdateMode, QObject parent=None)
+QtPositioning.QNmeaPositionInfoSource.updateMode?4() -> QNmeaPositionInfoSource.UpdateMode
+QtPositioning.QNmeaPositionInfoSource.setDevice?4(QIODevice)
+QtPositioning.QNmeaPositionInfoSource.device?4() -> QIODevice
+QtPositioning.QNmeaPositionInfoSource.setUpdateInterval?4(int)
+QtPositioning.QNmeaPositionInfoSource.lastKnownPosition?4(bool fromSatellitePositioningMethodsOnly=False) -> QGeoPositionInfo
+QtPositioning.QNmeaPositionInfoSource.supportedPositioningMethods?4() -> unknown-type
+QtPositioning.QNmeaPositionInfoSource.minimumUpdateInterval?4() -> int
+QtPositioning.QNmeaPositionInfoSource.error?4() -> QGeoPositionInfoSource.Error
+QtPositioning.QNmeaPositionInfoSource.startUpdates?4()
+QtPositioning.QNmeaPositionInfoSource.stopUpdates?4()
+QtPositioning.QNmeaPositionInfoSource.requestUpdate?4(int timeout=0)
+QtPositioning.QNmeaPositionInfoSource.parsePosInfoFromNmeaData?4(str, int, QGeoPositionInfo) -> (bool, bool)
+QtPositioning.QNmeaPositionInfoSource.setUserEquivalentRangeError?4(float)
+QtPositioning.QNmeaPositionInfoSource.userEquivalentRangeError?4() -> float
+QtPositioning.QNmeaSatelliteInfoSource.SatelliteInfoParseStatus?10
+QtPositioning.QNmeaSatelliteInfoSource.SatelliteInfoParseStatus.NotParsed?10
+QtPositioning.QNmeaSatelliteInfoSource.SatelliteInfoParseStatus.PartiallyParsed?10
+QtPositioning.QNmeaSatelliteInfoSource.SatelliteInfoParseStatus.FullyParsed?10
+QtPositioning.QNmeaSatelliteInfoSource.UpdateMode?10
+QtPositioning.QNmeaSatelliteInfoSource.UpdateMode.RealTimeMode?10
+QtPositioning.QNmeaSatelliteInfoSource.UpdateMode.SimulationMode?10
+QtPositioning.QNmeaSatelliteInfoSource.SimulationUpdateInterval?7
+QtPositioning.QNmeaSatelliteInfoSource?1(QNmeaSatelliteInfoSource.UpdateMode, QObject parent=None)
+QtPositioning.QNmeaSatelliteInfoSource.__init__?1(self, QNmeaSatelliteInfoSource.UpdateMode, QObject parent=None)
+QtPositioning.QNmeaSatelliteInfoSource.updateMode?4() -> QNmeaSatelliteInfoSource.UpdateMode
+QtPositioning.QNmeaSatelliteInfoSource.setDevice?4(QIODevice)
+QtPositioning.QNmeaSatelliteInfoSource.device?4() -> QIODevice
+QtPositioning.QNmeaSatelliteInfoSource.setUpdateInterval?4(int)
+QtPositioning.QNmeaSatelliteInfoSource.minimumUpdateInterval?4() -> int
+QtPositioning.QNmeaSatelliteInfoSource.error?4() -> QGeoSatelliteInfoSource.Error
+QtPositioning.QNmeaSatelliteInfoSource.setBackendProperty?4(QString, QVariant) -> bool
+QtPositioning.QNmeaSatelliteInfoSource.backendProperty?4(QString) -> QVariant
+QtPositioning.QNmeaSatelliteInfoSource.startUpdates?4()
+QtPositioning.QNmeaSatelliteInfoSource.stopUpdates?4()
+QtPositioning.QNmeaSatelliteInfoSource.requestUpdate?4(int timeout=0)
+QtPositioning.QNmeaSatelliteInfoSource.parseSatellitesInUseFromNmea?4(str, int, unknown-type) -> QGeoSatelliteInfo.SatelliteSystem
+QtPositioning.QNmeaSatelliteInfoSource.parseSatelliteInfoFromNmea?4(str, int, unknown-type) -> (QNmeaSatelliteInfoSource.SatelliteInfoParseStatus, QGeoSatelliteInfo.SatelliteSystem)
+QtRemoteObjects.QRemoteObjectSourceLocationInfo.hostUrl?7
+QtRemoteObjects.QRemoteObjectSourceLocationInfo.typeName?7
+QtRemoteObjects.QRemoteObjectSourceLocationInfo?1()
+QtRemoteObjects.QRemoteObjectSourceLocationInfo.__init__?1(self)
+QtRemoteObjects.QRemoteObjectSourceLocationInfo?1(QString, QUrl)
+QtRemoteObjects.QRemoteObjectSourceLocationInfo.__init__?1(self, QString, QUrl)
+QtRemoteObjects.QRemoteObjectSourceLocationInfo?1(QRemoteObjectSourceLocationInfo)
+QtRemoteObjects.QRemoteObjectSourceLocationInfo.__init__?1(self, QRemoteObjectSourceLocationInfo)
+QtRemoteObjects.QtRemoteObjects.InitialAction?10
+QtRemoteObjects.QtRemoteObjects.InitialAction.FetchRootSize?10
+QtRemoteObjects.QtRemoteObjects.InitialAction.PrefetchData?10
+QtRemoteObjects.QAbstractItemModelReplica.selectionModel?4() -> QItemSelectionModel
+QtRemoteObjects.QAbstractItemModelReplica.data?4(QModelIndex, int role=Qt.DisplayRole) -> QVariant
+QtRemoteObjects.QAbstractItemModelReplica.setData?4(QModelIndex, QVariant, int role=Qt.EditRole) -> bool
+QtRemoteObjects.QAbstractItemModelReplica.parent?4(QModelIndex) -> QModelIndex
+QtRemoteObjects.QAbstractItemModelReplica.index?4(int, int, QModelIndex parent=QModelIndex()) -> QModelIndex
+QtRemoteObjects.QAbstractItemModelReplica.hasChildren?4(QModelIndex parent=QModelIndex()) -> bool
+QtRemoteObjects.QAbstractItemModelReplica.rowCount?4(QModelIndex parent=QModelIndex()) -> int
+QtRemoteObjects.QAbstractItemModelReplica.columnCount?4(QModelIndex parent=QModelIndex()) -> int
+QtRemoteObjects.QAbstractItemModelReplica.headerData?4(int, Qt.Orientation, int) -> QVariant
+QtRemoteObjects.QAbstractItemModelReplica.flags?4(QModelIndex) -> unknown-type
+QtRemoteObjects.QAbstractItemModelReplica.availableRoles?4() -> unknown-type
+QtRemoteObjects.QAbstractItemModelReplica.roleNames?4() -> unknown-type
+QtRemoteObjects.QAbstractItemModelReplica.isInitialized?4() -> bool
+QtRemoteObjects.QAbstractItemModelReplica.hasData?4(QModelIndex, int) -> bool
+QtRemoteObjects.QAbstractItemModelReplica.rootCacheSize?4() -> int
+QtRemoteObjects.QAbstractItemModelReplica.setRootCacheSize?4(int)
+QtRemoteObjects.QAbstractItemModelReplica.initialized?4()
+QtRemoteObjects.QRemoteObjectReplica.State?10
+QtRemoteObjects.QRemoteObjectReplica.State.Uninitialized?10
+QtRemoteObjects.QRemoteObjectReplica.State.Default?10
+QtRemoteObjects.QRemoteObjectReplica.State.Valid?10
+QtRemoteObjects.QRemoteObjectReplica.State.Suspect?10
+QtRemoteObjects.QRemoteObjectReplica.State.SignatureMismatch?10
+QtRemoteObjects.QRemoteObjectReplica.isReplicaValid?4() -> bool
+QtRemoteObjects.QRemoteObjectReplica.waitForSource?4(int timeout=30000) -> bool
+QtRemoteObjects.QRemoteObjectReplica.isInitialized?4() -> bool
+QtRemoteObjects.QRemoteObjectReplica.state?4() -> QRemoteObjectReplica.State
+QtRemoteObjects.QRemoteObjectReplica.node?4() -> QRemoteObjectNode
+QtRemoteObjects.QRemoteObjectReplica.setNode?4(QRemoteObjectNode)
+QtRemoteObjects.QRemoteObjectReplica.initialized?4()
+QtRemoteObjects.QRemoteObjectReplica.stateChanged?4(QRemoteObjectReplica.State, QRemoteObjectReplica.State)
+QtRemoteObjects.QRemoteObjectReplica.notified?4()
+QtRemoteObjects.QRemoteObjectAbstractPersistedStore?1(QObject parent=None)
+QtRemoteObjects.QRemoteObjectAbstractPersistedStore.__init__?1(self, QObject parent=None)
+QtRemoteObjects.QRemoteObjectAbstractPersistedStore.saveProperties?4(QString, QByteArray, unknown-type)
+QtRemoteObjects.QRemoteObjectAbstractPersistedStore.restoreProperties?4(QString, QByteArray) -> unknown-type
+QtRemoteObjects.QRemoteObjectNode.ErrorCode?10
+QtRemoteObjects.QRemoteObjectNode.ErrorCode.NoError?10
+QtRemoteObjects.QRemoteObjectNode.ErrorCode.RegistryNotAcquired?10
+QtRemoteObjects.QRemoteObjectNode.ErrorCode.RegistryAlreadyHosted?10
+QtRemoteObjects.QRemoteObjectNode.ErrorCode.NodeIsNoServer?10
+QtRemoteObjects.QRemoteObjectNode.ErrorCode.ServerAlreadyCreated?10
+QtRemoteObjects.QRemoteObjectNode.ErrorCode.UnintendedRegistryHosting?10
+QtRemoteObjects.QRemoteObjectNode.ErrorCode.OperationNotValidOnClientNode?10
+QtRemoteObjects.QRemoteObjectNode.ErrorCode.SourceNotRegistered?10
+QtRemoteObjects.QRemoteObjectNode.ErrorCode.MissingObjectName?10
+QtRemoteObjects.QRemoteObjectNode.ErrorCode.HostUrlInvalid?10
+QtRemoteObjects.QRemoteObjectNode.ErrorCode.ProtocolMismatch?10
+QtRemoteObjects.QRemoteObjectNode.ErrorCode.ListenFailed?10
+QtRemoteObjects.QRemoteObjectNode?1(QObject parent=None)
+QtRemoteObjects.QRemoteObjectNode.__init__?1(self, QObject parent=None)
+QtRemoteObjects.QRemoteObjectNode?1(QUrl, QObject parent=None)
+QtRemoteObjects.QRemoteObjectNode.__init__?1(self, QUrl, QObject parent=None)
+QtRemoteObjects.QRemoteObjectNode.connectToNode?4(QUrl) -> bool
+QtRemoteObjects.QRemoteObjectNode.addClientSideConnection?4(QIODevice)
+QtRemoteObjects.QRemoteObjectNode.setName?4(QString)
+QtRemoteObjects.QRemoteObjectNode.instances?4(QStringView) -> QStringList
+QtRemoteObjects.QRemoteObjectNode.acquireDynamic?4(QString) -> QRemoteObjectDynamicReplica
+QtRemoteObjects.QRemoteObjectNode.acquireModel?4(QString, QtRemoteObjects.InitialAction action=QtRemoteObjects.FetchRootSize, unknown-type rolesHint=[]) -> QAbstractItemModelReplica
+QtRemoteObjects.QRemoteObjectNode.registryUrl?4() -> QUrl
+QtRemoteObjects.QRemoteObjectNode.setRegistryUrl?4(QUrl) -> bool
+QtRemoteObjects.QRemoteObjectNode.waitForRegistry?4(int timeout=30000) -> bool
+QtRemoteObjects.QRemoteObjectNode.registry?4() -> QRemoteObjectRegistry
+QtRemoteObjects.QRemoteObjectNode.persistedStore?4() -> QRemoteObjectAbstractPersistedStore
+QtRemoteObjects.QRemoteObjectNode.setPersistedStore?4(QRemoteObjectAbstractPersistedStore)
+QtRemoteObjects.QRemoteObjectNode.lastError?4() -> QRemoteObjectNode.ErrorCode
+QtRemoteObjects.QRemoteObjectNode.heartbeatInterval?4() -> int
+QtRemoteObjects.QRemoteObjectNode.setHeartbeatInterval?4(int)
+QtRemoteObjects.QRemoteObjectNode.remoteObjectAdded?4(unknown-type)
+QtRemoteObjects.QRemoteObjectNode.remoteObjectRemoved?4(unknown-type)
+QtRemoteObjects.QRemoteObjectNode.error?4(QRemoteObjectNode.ErrorCode)
+QtRemoteObjects.QRemoteObjectNode.heartbeatIntervalChanged?4(int)
+QtRemoteObjects.QRemoteObjectNode.timerEvent?4(QTimerEvent)
+QtRemoteObjects.QRemoteObjectHostBase.AllowedSchemas?10
+QtRemoteObjects.QRemoteObjectHostBase.AllowedSchemas.BuiltInSchemasOnly?10
+QtRemoteObjects.QRemoteObjectHostBase.AllowedSchemas.AllowExternalRegistration?10
+QtRemoteObjects.QRemoteObjectHostBase.setName?4(QString)
+QtRemoteObjects.QRemoteObjectHostBase.enableRemoting?4(QObject, QString name='') -> bool
+QtRemoteObjects.QRemoteObjectHostBase.enableRemoting?4(QAbstractItemModel, QString, unknown-type, QItemSelectionModel selectionModel=None) -> bool
+QtRemoteObjects.QRemoteObjectHostBase.disableRemoting?4(QObject) -> bool
+QtRemoteObjects.QRemoteObjectHostBase.addHostSideConnection?4(QIODevice)
+QtRemoteObjects.QRemoteObjectHostBase.proxy?4(QUrl, QUrl hostUrl=QUrl()) -> bool
+QtRemoteObjects.QRemoteObjectHostBase.reverseProxy?4() -> bool
+QtRemoteObjects.QRemoteObjectHost?1(QObject parent=None)
+QtRemoteObjects.QRemoteObjectHost.__init__?1(self, QObject parent=None)
+QtRemoteObjects.QRemoteObjectHost?1(QUrl, QUrl registryAddress=QUrl(), QRemoteObjectHostBase.AllowedSchemas allowedSchemas=QRemoteObjectHostBase.BuiltInSchemasOnly, QObject parent=None)
+QtRemoteObjects.QRemoteObjectHost.__init__?1(self, QUrl, QUrl registryAddress=QUrl(), QRemoteObjectHostBase.AllowedSchemas allowedSchemas=QRemoteObjectHostBase.BuiltInSchemasOnly, QObject parent=None)
+QtRemoteObjects.QRemoteObjectHost?1(QUrl, QObject)
+QtRemoteObjects.QRemoteObjectHost.__init__?1(self, QUrl, QObject)
+QtRemoteObjects.QRemoteObjectHost.hostUrl?4() -> QUrl
+QtRemoteObjects.QRemoteObjectHost.setHostUrl?4(QUrl, QRemoteObjectHostBase.AllowedSchemas allowedSchemas=QRemoteObjectHostBase.BuiltInSchemasOnly) -> bool
+QtRemoteObjects.QRemoteObjectHost.hostUrlChanged?4()
+QtRemoteObjects.QRemoteObjectRegistryHost?1(QUrl registryAddress=QUrl(), QObject parent=None)
+QtRemoteObjects.QRemoteObjectRegistryHost.__init__?1(self, QUrl registryAddress=QUrl(), QObject parent=None)
+QtRemoteObjects.QRemoteObjectRegistryHost.setRegistryUrl?4(QUrl) -> bool
+QtRemoteObjects.QRemoteObjectRegistry.sourceLocations?4() -> unknown-type
+QtRemoteObjects.QRemoteObjectRegistry.remoteObjectAdded?4(unknown-type)
+QtRemoteObjects.QRemoteObjectRegistry.remoteObjectRemoved?4(unknown-type)
+QtSensors.QSensorReading.timestamp?4() -> int
+QtSensors.QSensorReading.setTimestamp?4(int)
+QtSensors.QSensorReading.valueCount?4() -> int
+QtSensors.QSensorReading.value?4(int) -> QVariant
+QtSensors.QAccelerometerReading.x?4() -> float
+QtSensors.QAccelerometerReading.setX?4(float)
+QtSensors.QAccelerometerReading.y?4() -> float
+QtSensors.QAccelerometerReading.setY?4(float)
+QtSensors.QAccelerometerReading.z?4() -> float
+QtSensors.QAccelerometerReading.setZ?4(float)
+QtSensors.QSensorFilter?1()
+QtSensors.QSensorFilter.__init__?1(self)
+QtSensors.QSensorFilter?1(QSensorFilter)
+QtSensors.QSensorFilter.__init__?1(self, QSensorFilter)
+QtSensors.QSensorFilter.filter?4(QSensorReading) -> bool
+QtSensors.QAccelerometerFilter?1()
+QtSensors.QAccelerometerFilter.__init__?1(self)
+QtSensors.QAccelerometerFilter?1(QAccelerometerFilter)
+QtSensors.QAccelerometerFilter.__init__?1(self, QAccelerometerFilter)
+QtSensors.QAccelerometerFilter.filter?4(QAccelerometerReading) -> bool
+QtSensors.QSensor.AxesOrientationMode?10
+QtSensors.QSensor.AxesOrientationMode.FixedOrientation?10
+QtSensors.QSensor.AxesOrientationMode.AutomaticOrientation?10
+QtSensors.QSensor.AxesOrientationMode.UserOrientation?10
+QtSensors.QSensor.Feature?10
+QtSensors.QSensor.Feature.Buffering?10
+QtSensors.QSensor.Feature.AlwaysOn?10
+QtSensors.QSensor.Feature.GeoValues?10
+QtSensors.QSensor.Feature.FieldOfView?10
+QtSensors.QSensor.Feature.AccelerationMode?10
+QtSensors.QSensor.Feature.SkipDuplicates?10
+QtSensors.QSensor.Feature.AxesOrientation?10
+QtSensors.QSensor.Feature.PressureSensorTemperature?10
+QtSensors.QSensor?1(QByteArray, QObject parent=None)
+QtSensors.QSensor.__init__?1(self, QByteArray, QObject parent=None)
+QtSensors.QSensor.identifier?4() -> QByteArray
+QtSensors.QSensor.setIdentifier?4(QByteArray)
+QtSensors.QSensor.type?4() -> QByteArray
+QtSensors.QSensor.connectToBackend?4() -> bool
+QtSensors.QSensor.isConnectedToBackend?4() -> bool
+QtSensors.QSensor.isBusy?4() -> bool
+QtSensors.QSensor.setActive?4(bool)
+QtSensors.QSensor.isActive?4() -> bool
+QtSensors.QSensor.isAlwaysOn?4() -> bool
+QtSensors.QSensor.setAlwaysOn?4(bool)
+QtSensors.QSensor.skipDuplicates?4() -> bool
+QtSensors.QSensor.setSkipDuplicates?4(bool)
+QtSensors.QSensor.availableDataRates?4() -> unknown-type
+QtSensors.QSensor.dataRate?4() -> int
+QtSensors.QSensor.setDataRate?4(int)
+QtSensors.QSensor.outputRanges?4() -> unknown-type
+QtSensors.QSensor.outputRange?4() -> int
+QtSensors.QSensor.setOutputRange?4(int)
+QtSensors.QSensor.description?4() -> QString
+QtSensors.QSensor.error?4() -> int
+QtSensors.QSensor.addFilter?4(QSensorFilter)
+QtSensors.QSensor.removeFilter?4(QSensorFilter)
+QtSensors.QSensor.filters?4() -> unknown-type
+QtSensors.QSensor.reading?4() -> QSensorReading
+QtSensors.QSensor.sensorTypes?4() -> unknown-type
+QtSensors.QSensor.sensorsForType?4(QByteArray) -> unknown-type
+QtSensors.QSensor.defaultSensorForType?4(QByteArray) -> QByteArray
+QtSensors.QSensor.isFeatureSupported?4(QSensor.Feature) -> bool
+QtSensors.QSensor.axesOrientationMode?4() -> QSensor.AxesOrientationMode
+QtSensors.QSensor.setAxesOrientationMode?4(QSensor.AxesOrientationMode)
+QtSensors.QSensor.currentOrientation?4() -> int
+QtSensors.QSensor.setCurrentOrientation?4(int)
+QtSensors.QSensor.userOrientation?4() -> int
+QtSensors.QSensor.setUserOrientation?4(int)
+QtSensors.QSensor.maxBufferSize?4() -> int
+QtSensors.QSensor.setMaxBufferSize?4(int)
+QtSensors.QSensor.efficientBufferSize?4() -> int
+QtSensors.QSensor.setEfficientBufferSize?4(int)
+QtSensors.QSensor.bufferSize?4() -> int
+QtSensors.QSensor.setBufferSize?4(int)
+QtSensors.QSensor.start?4() -> bool
+QtSensors.QSensor.stop?4()
+QtSensors.QSensor.busyChanged?4()
+QtSensors.QSensor.activeChanged?4()
+QtSensors.QSensor.readingChanged?4()
+QtSensors.QSensor.sensorError?4(int)
+QtSensors.QSensor.availableSensorsChanged?4()
+QtSensors.QSensor.alwaysOnChanged?4()
+QtSensors.QSensor.dataRateChanged?4()
+QtSensors.QSensor.skipDuplicatesChanged?4(bool)
+QtSensors.QSensor.axesOrientationModeChanged?4(QSensor.AxesOrientationMode)
+QtSensors.QSensor.currentOrientationChanged?4(int)
+QtSensors.QSensor.userOrientationChanged?4(int)
+QtSensors.QSensor.maxBufferSizeChanged?4(int)
+QtSensors.QSensor.efficientBufferSizeChanged?4(int)
+QtSensors.QSensor.bufferSizeChanged?4(int)
+QtSensors.QSensor.identifierChanged?4()
+QtSensors.QAccelerometer.AccelerationMode?10
+QtSensors.QAccelerometer.AccelerationMode.Combined?10
+QtSensors.QAccelerometer.AccelerationMode.Gravity?10
+QtSensors.QAccelerometer.AccelerationMode.User?10
+QtSensors.QAccelerometer?1(QObject parent=None)
+QtSensors.QAccelerometer.__init__?1(self, QObject parent=None)
+QtSensors.QAccelerometer.accelerationMode?4() -> QAccelerometer.AccelerationMode
+QtSensors.QAccelerometer.setAccelerationMode?4(QAccelerometer.AccelerationMode)
+QtSensors.QAccelerometer.reading?4() -> QAccelerometerReading
+QtSensors.QAccelerometer.accelerationModeChanged?4(QAccelerometer.AccelerationMode)
+QtSensors.QAmbientLightReading.LightLevel?10
+QtSensors.QAmbientLightReading.LightLevel.Undefined?10
+QtSensors.QAmbientLightReading.LightLevel.Dark?10
+QtSensors.QAmbientLightReading.LightLevel.Twilight?10
+QtSensors.QAmbientLightReading.LightLevel.Light?10
+QtSensors.QAmbientLightReading.LightLevel.Bright?10
+QtSensors.QAmbientLightReading.LightLevel.Sunny?10
+QtSensors.QAmbientLightReading.lightLevel?4() -> QAmbientLightReading.LightLevel
+QtSensors.QAmbientLightReading.setLightLevel?4(QAmbientLightReading.LightLevel)
+QtSensors.QAmbientLightFilter?1()
+QtSensors.QAmbientLightFilter.__init__?1(self)
+QtSensors.QAmbientLightFilter?1(QAmbientLightFilter)
+QtSensors.QAmbientLightFilter.__init__?1(self, QAmbientLightFilter)
+QtSensors.QAmbientLightFilter.filter?4(QAmbientLightReading) -> bool
+QtSensors.QAmbientLightSensor?1(QObject parent=None)
+QtSensors.QAmbientLightSensor.__init__?1(self, QObject parent=None)
+QtSensors.QAmbientLightSensor.reading?4() -> QAmbientLightReading
+QtSensors.QAmbientTemperatureReading.temperature?4() -> float
+QtSensors.QAmbientTemperatureReading.setTemperature?4(float)
+QtSensors.QAmbientTemperatureFilter?1()
+QtSensors.QAmbientTemperatureFilter.__init__?1(self)
+QtSensors.QAmbientTemperatureFilter?1(QAmbientTemperatureFilter)
+QtSensors.QAmbientTemperatureFilter.__init__?1(self, QAmbientTemperatureFilter)
+QtSensors.QAmbientTemperatureFilter.filter?4(QAmbientTemperatureReading) -> bool
+QtSensors.QAmbientTemperatureSensor?1(QObject parent=None)
+QtSensors.QAmbientTemperatureSensor.__init__?1(self, QObject parent=None)
+QtSensors.QAmbientTemperatureSensor.reading?4() -> QAmbientTemperatureReading
+QtSensors.QCompassReading.azimuth?4() -> float
+QtSensors.QCompassReading.setAzimuth?4(float)
+QtSensors.QCompassReading.calibrationLevel?4() -> float
+QtSensors.QCompassReading.setCalibrationLevel?4(float)
+QtSensors.QCompassFilter?1()
+QtSensors.QCompassFilter.__init__?1(self)
+QtSensors.QCompassFilter?1(QCompassFilter)
+QtSensors.QCompassFilter.__init__?1(self, QCompassFilter)
+QtSensors.QCompassFilter.filter?4(QCompassReading) -> bool
+QtSensors.QCompass?1(QObject parent=None)
+QtSensors.QCompass.__init__?1(self, QObject parent=None)
+QtSensors.QCompass.reading?4() -> QCompassReading
+QtSensors.QGyroscopeReading.x?4() -> float
+QtSensors.QGyroscopeReading.setX?4(float)
+QtSensors.QGyroscopeReading.y?4() -> float
+QtSensors.QGyroscopeReading.setY?4(float)
+QtSensors.QGyroscopeReading.z?4() -> float
+QtSensors.QGyroscopeReading.setZ?4(float)
+QtSensors.QGyroscopeFilter?1()
+QtSensors.QGyroscopeFilter.__init__?1(self)
+QtSensors.QGyroscopeFilter?1(QGyroscopeFilter)
+QtSensors.QGyroscopeFilter.__init__?1(self, QGyroscopeFilter)
+QtSensors.QGyroscopeFilter.filter?4(QGyroscopeReading) -> bool
+QtSensors.QGyroscope?1(QObject parent=None)
+QtSensors.QGyroscope.__init__?1(self, QObject parent=None)
+QtSensors.QGyroscope.reading?4() -> QGyroscopeReading
+QtSensors.QHumidityReading.relativeHumidity?4() -> float
+QtSensors.QHumidityReading.setRelativeHumidity?4(float)
+QtSensors.QHumidityReading.absoluteHumidity?4() -> float
+QtSensors.QHumidityReading.setAbsoluteHumidity?4(float)
+QtSensors.QHumidityFilter?1()
+QtSensors.QHumidityFilter.__init__?1(self)
+QtSensors.QHumidityFilter?1(QHumidityFilter)
+QtSensors.QHumidityFilter.__init__?1(self, QHumidityFilter)
+QtSensors.QHumidityFilter.filter?4(QHumidityReading) -> bool
+QtSensors.QHumiditySensor?1(QObject parent=None)
+QtSensors.QHumiditySensor.__init__?1(self, QObject parent=None)
+QtSensors.QHumiditySensor.reading?4() -> QHumidityReading
+QtSensors.QIRProximityReading.reflectance?4() -> float
+QtSensors.QIRProximityReading.setReflectance?4(float)
+QtSensors.QIRProximityFilter?1()
+QtSensors.QIRProximityFilter.__init__?1(self)
+QtSensors.QIRProximityFilter?1(QIRProximityFilter)
+QtSensors.QIRProximityFilter.__init__?1(self, QIRProximityFilter)
+QtSensors.QIRProximityFilter.filter?4(QIRProximityReading) -> bool
+QtSensors.QIRProximitySensor?1(QObject parent=None)
+QtSensors.QIRProximitySensor.__init__?1(self, QObject parent=None)
+QtSensors.QIRProximitySensor.reading?4() -> QIRProximityReading
+QtSensors.QLidReading.backLidClosed?4() -> bool
+QtSensors.QLidReading.setBackLidClosed?4(bool)
+QtSensors.QLidReading.frontLidClosed?4() -> bool
+QtSensors.QLidReading.setFrontLidClosed?4(bool)
+QtSensors.QLidReading.backLidChanged?4(bool)
+QtSensors.QLidReading.frontLidChanged?4(bool)
+QtSensors.QLidFilter?1()
+QtSensors.QLidFilter.__init__?1(self)
+QtSensors.QLidFilter?1(QLidFilter)
+QtSensors.QLidFilter.__init__?1(self, QLidFilter)
+QtSensors.QLidFilter.filter?4(QLidReading) -> bool
+QtSensors.QLidSensor?1(QObject parent=None)
+QtSensors.QLidSensor.__init__?1(self, QObject parent=None)
+QtSensors.QLidSensor.reading?4() -> QLidReading
+QtSensors.QLightReading.lux?4() -> float
+QtSensors.QLightReading.setLux?4(float)
+QtSensors.QLightFilter?1()
+QtSensors.QLightFilter.__init__?1(self)
+QtSensors.QLightFilter?1(QLightFilter)
+QtSensors.QLightFilter.__init__?1(self, QLightFilter)
+QtSensors.QLightFilter.filter?4(QLightReading) -> bool
+QtSensors.QLightSensor?1(QObject parent=None)
+QtSensors.QLightSensor.__init__?1(self, QObject parent=None)
+QtSensors.QLightSensor.reading?4() -> QLightReading
+QtSensors.QLightSensor.fieldOfView?4() -> float
+QtSensors.QLightSensor.setFieldOfView?4(float)
+QtSensors.QLightSensor.fieldOfViewChanged?4(float)
+QtSensors.QMagnetometerReading.x?4() -> float
+QtSensors.QMagnetometerReading.setX?4(float)
+QtSensors.QMagnetometerReading.y?4() -> float
+QtSensors.QMagnetometerReading.setY?4(float)
+QtSensors.QMagnetometerReading.z?4() -> float
+QtSensors.QMagnetometerReading.setZ?4(float)
+QtSensors.QMagnetometerReading.calibrationLevel?4() -> float
+QtSensors.QMagnetometerReading.setCalibrationLevel?4(float)
+QtSensors.QMagnetometerFilter?1()
+QtSensors.QMagnetometerFilter.__init__?1(self)
+QtSensors.QMagnetometerFilter?1(QMagnetometerFilter)
+QtSensors.QMagnetometerFilter.__init__?1(self, QMagnetometerFilter)
+QtSensors.QMagnetometerFilter.filter?4(QMagnetometerReading) -> bool
+QtSensors.QMagnetometer?1(QObject parent=None)
+QtSensors.QMagnetometer.__init__?1(self, QObject parent=None)
+QtSensors.QMagnetometer.reading?4() -> QMagnetometerReading
+QtSensors.QMagnetometer.returnGeoValues?4() -> bool
+QtSensors.QMagnetometer.setReturnGeoValues?4(bool)
+QtSensors.QMagnetometer.returnGeoValuesChanged?4(bool)
+QtSensors.QOrientationReading.Orientation?10
+QtSensors.QOrientationReading.Orientation.Undefined?10
+QtSensors.QOrientationReading.Orientation.TopUp?10
+QtSensors.QOrientationReading.Orientation.TopDown?10
+QtSensors.QOrientationReading.Orientation.LeftUp?10
+QtSensors.QOrientationReading.Orientation.RightUp?10
+QtSensors.QOrientationReading.Orientation.FaceUp?10
+QtSensors.QOrientationReading.Orientation.FaceDown?10
+QtSensors.QOrientationReading.orientation?4() -> QOrientationReading.Orientation
+QtSensors.QOrientationReading.setOrientation?4(QOrientationReading.Orientation)
+QtSensors.QOrientationFilter?1()
+QtSensors.QOrientationFilter.__init__?1(self)
+QtSensors.QOrientationFilter?1(QOrientationFilter)
+QtSensors.QOrientationFilter.__init__?1(self, QOrientationFilter)
+QtSensors.QOrientationFilter.filter?4(QOrientationReading) -> bool
+QtSensors.QOrientationSensor?1(QObject parent=None)
+QtSensors.QOrientationSensor.__init__?1(self, QObject parent=None)
+QtSensors.QOrientationSensor.reading?4() -> QOrientationReading
+QtSensors.QPressureReading.pressure?4() -> float
+QtSensors.QPressureReading.setPressure?4(float)
+QtSensors.QPressureReading.temperature?4() -> float
+QtSensors.QPressureReading.setTemperature?4(float)
+QtSensors.QPressureFilter?1()
+QtSensors.QPressureFilter.__init__?1(self)
+QtSensors.QPressureFilter?1(QPressureFilter)
+QtSensors.QPressureFilter.__init__?1(self, QPressureFilter)
+QtSensors.QPressureFilter.filter?4(QPressureReading) -> bool
+QtSensors.QPressureSensor?1(QObject parent=None)
+QtSensors.QPressureSensor.__init__?1(self, QObject parent=None)
+QtSensors.QPressureSensor.reading?4() -> QPressureReading
+QtSensors.QProximityReading.close?4() -> bool
+QtSensors.QProximityReading.setClose?4(bool)
+QtSensors.QProximityFilter?1()
+QtSensors.QProximityFilter.__init__?1(self)
+QtSensors.QProximityFilter?1(QProximityFilter)
+QtSensors.QProximityFilter.__init__?1(self, QProximityFilter)
+QtSensors.QProximityFilter.filter?4(QProximityReading) -> bool
+QtSensors.QProximitySensor?1(QObject parent=None)
+QtSensors.QProximitySensor.__init__?1(self, QObject parent=None)
+QtSensors.QProximitySensor.reading?4() -> QProximityReading
+QtSensors.QRotationReading.x?4() -> float
+QtSensors.QRotationReading.y?4() -> float
+QtSensors.QRotationReading.z?4() -> float
+QtSensors.QRotationReading.setFromEuler?4(float, float, float)
+QtSensors.QRotationFilter?1()
+QtSensors.QRotationFilter.__init__?1(self)
+QtSensors.QRotationFilter?1(QRotationFilter)
+QtSensors.QRotationFilter.__init__?1(self, QRotationFilter)
+QtSensors.QRotationFilter.filter?4(QRotationReading) -> bool
+QtSensors.QRotationSensor?1(QObject parent=None)
+QtSensors.QRotationSensor.__init__?1(self, QObject parent=None)
+QtSensors.QRotationSensor.reading?4() -> QRotationReading
+QtSensors.QRotationSensor.hasZ?4() -> bool
+QtSensors.QRotationSensor.setHasZ?4(bool)
+QtSensors.QRotationSensor.hasZChanged?4(bool)
+QtSensors.qoutputrange.accuracy?7
+QtSensors.qoutputrange.maximum?7
+QtSensors.qoutputrange.minimum?7
+QtSensors.qoutputrange?1()
+QtSensors.qoutputrange.__init__?1(self)
+QtSensors.qoutputrange?1(qoutputrange)
+QtSensors.qoutputrange.__init__?1(self, qoutputrange)
+QtSensors.QTapReading.TapDirection?10
+QtSensors.QTapReading.TapDirection.Undefined?10
+QtSensors.QTapReading.TapDirection.X?10
+QtSensors.QTapReading.TapDirection.Y?10
+QtSensors.QTapReading.TapDirection.Z?10
+QtSensors.QTapReading.TapDirection.X_Pos?10
+QtSensors.QTapReading.TapDirection.Y_Pos?10
+QtSensors.QTapReading.TapDirection.Z_Pos?10
+QtSensors.QTapReading.TapDirection.X_Neg?10
+QtSensors.QTapReading.TapDirection.Y_Neg?10
+QtSensors.QTapReading.TapDirection.Z_Neg?10
+QtSensors.QTapReading.TapDirection.X_Both?10
+QtSensors.QTapReading.TapDirection.Y_Both?10
+QtSensors.QTapReading.TapDirection.Z_Both?10
+QtSensors.QTapReading.tapDirection?4() -> QTapReading.TapDirection
+QtSensors.QTapReading.setTapDirection?4(QTapReading.TapDirection)
+QtSensors.QTapReading.isDoubleTap?4() -> bool
+QtSensors.QTapReading.setDoubleTap?4(bool)
+QtSensors.QTapFilter?1()
+QtSensors.QTapFilter.__init__?1(self)
+QtSensors.QTapFilter?1(QTapFilter)
+QtSensors.QTapFilter.__init__?1(self, QTapFilter)
+QtSensors.QTapFilter.filter?4(QTapReading) -> bool
+QtSensors.QTapSensor?1(QObject parent=None)
+QtSensors.QTapSensor.__init__?1(self, QObject parent=None)
+QtSensors.QTapSensor.reading?4() -> QTapReading
+QtSensors.QTapSensor.returnDoubleTapEvents?4() -> bool
+QtSensors.QTapSensor.setReturnDoubleTapEvents?4(bool)
+QtSensors.QTapSensor.returnDoubleTapEventsChanged?4(bool)
+QtSensors.QTiltReading.yRotation?4() -> float
+QtSensors.QTiltReading.setYRotation?4(float)
+QtSensors.QTiltReading.xRotation?4() -> float
+QtSensors.QTiltReading.setXRotation?4(float)
+QtSensors.QTiltFilter?1()
+QtSensors.QTiltFilter.__init__?1(self)
+QtSensors.QTiltFilter?1(QTiltFilter)
+QtSensors.QTiltFilter.__init__?1(self, QTiltFilter)
+QtSensors.QTiltFilter.filter?4(QTiltReading) -> bool
+QtSensors.QTiltSensor?1(QObject parent=None)
+QtSensors.QTiltSensor.__init__?1(self, QObject parent=None)
+QtSensors.QTiltSensor.reading?4() -> QTiltReading
+QtSensors.QTiltSensor.calibrate?4()
+QtSerialPort.QSerialPort.SerialPortError?10
+QtSerialPort.QSerialPort.SerialPortError.NoError?10
+QtSerialPort.QSerialPort.SerialPortError.DeviceNotFoundError?10
+QtSerialPort.QSerialPort.SerialPortError.PermissionError?10
+QtSerialPort.QSerialPort.SerialPortError.OpenError?10
+QtSerialPort.QSerialPort.SerialPortError.WriteError?10
+QtSerialPort.QSerialPort.SerialPortError.ReadError?10
+QtSerialPort.QSerialPort.SerialPortError.ResourceError?10
+QtSerialPort.QSerialPort.SerialPortError.UnsupportedOperationError?10
+QtSerialPort.QSerialPort.SerialPortError.TimeoutError?10
+QtSerialPort.QSerialPort.SerialPortError.NotOpenError?10
+QtSerialPort.QSerialPort.SerialPortError.UnknownError?10
+QtSerialPort.QSerialPort.PinoutSignal?10
+QtSerialPort.QSerialPort.PinoutSignal.NoSignal?10
+QtSerialPort.QSerialPort.PinoutSignal.DataTerminalReadySignal?10
+QtSerialPort.QSerialPort.PinoutSignal.DataCarrierDetectSignal?10
+QtSerialPort.QSerialPort.PinoutSignal.DataSetReadySignal?10
+QtSerialPort.QSerialPort.PinoutSignal.RingIndicatorSignal?10
+QtSerialPort.QSerialPort.PinoutSignal.RequestToSendSignal?10
+QtSerialPort.QSerialPort.PinoutSignal.ClearToSendSignal?10
+QtSerialPort.QSerialPort.PinoutSignal.SecondaryTransmittedDataSignal?10
+QtSerialPort.QSerialPort.PinoutSignal.SecondaryReceivedDataSignal?10
+QtSerialPort.QSerialPort.FlowControl?10
+QtSerialPort.QSerialPort.FlowControl.NoFlowControl?10
+QtSerialPort.QSerialPort.FlowControl.HardwareControl?10
+QtSerialPort.QSerialPort.FlowControl.SoftwareControl?10
+QtSerialPort.QSerialPort.StopBits?10
+QtSerialPort.QSerialPort.StopBits.OneStop?10
+QtSerialPort.QSerialPort.StopBits.OneAndHalfStop?10
+QtSerialPort.QSerialPort.StopBits.TwoStop?10
+QtSerialPort.QSerialPort.Parity?10
+QtSerialPort.QSerialPort.Parity.NoParity?10
+QtSerialPort.QSerialPort.Parity.EvenParity?10
+QtSerialPort.QSerialPort.Parity.OddParity?10
+QtSerialPort.QSerialPort.Parity.SpaceParity?10
+QtSerialPort.QSerialPort.Parity.MarkParity?10
+QtSerialPort.QSerialPort.DataBits?10
+QtSerialPort.QSerialPort.DataBits.Data5?10
+QtSerialPort.QSerialPort.DataBits.Data6?10
+QtSerialPort.QSerialPort.DataBits.Data7?10
+QtSerialPort.QSerialPort.DataBits.Data8?10
+QtSerialPort.QSerialPort.BaudRate?10
+QtSerialPort.QSerialPort.BaudRate.Baud1200?10
+QtSerialPort.QSerialPort.BaudRate.Baud2400?10
+QtSerialPort.QSerialPort.BaudRate.Baud4800?10
+QtSerialPort.QSerialPort.BaudRate.Baud9600?10
+QtSerialPort.QSerialPort.BaudRate.Baud19200?10
+QtSerialPort.QSerialPort.BaudRate.Baud38400?10
+QtSerialPort.QSerialPort.BaudRate.Baud57600?10
+QtSerialPort.QSerialPort.BaudRate.Baud115200?10
+QtSerialPort.QSerialPort.Direction?10
+QtSerialPort.QSerialPort.Direction.Input?10
+QtSerialPort.QSerialPort.Direction.Output?10
+QtSerialPort.QSerialPort.Direction.AllDirections?10
+QtSerialPort.QSerialPort?1(QObject parent=None)
+QtSerialPort.QSerialPort.__init__?1(self, QObject parent=None)
+QtSerialPort.QSerialPort?1(QString, QObject parent=None)
+QtSerialPort.QSerialPort.__init__?1(self, QString, QObject parent=None)
+QtSerialPort.QSerialPort?1(QSerialPortInfo, QObject parent=None)
+QtSerialPort.QSerialPort.__init__?1(self, QSerialPortInfo, QObject parent=None)
+QtSerialPort.QSerialPort.setPortName?4(QString)
+QtSerialPort.QSerialPort.portName?4() -> QString
+QtSerialPort.QSerialPort.setPort?4(QSerialPortInfo)
+QtSerialPort.QSerialPort.open?4(unknown-type) -> bool
+QtSerialPort.QSerialPort.close?4()
+QtSerialPort.QSerialPort.setBaudRate?4(int, unknown-type dir=QSerialPort.AllDirections) -> bool
+QtSerialPort.QSerialPort.baudRate?4(unknown-type dir=QSerialPort.AllDirections) -> int
+QtSerialPort.QSerialPort.setDataBits?4(QSerialPort.DataBits) -> bool
+QtSerialPort.QSerialPort.dataBits?4() -> QSerialPort.DataBits
+QtSerialPort.QSerialPort.setParity?4(QSerialPort.Parity) -> bool
+QtSerialPort.QSerialPort.parity?4() -> QSerialPort.Parity
+QtSerialPort.QSerialPort.setStopBits?4(QSerialPort.StopBits) -> bool
+QtSerialPort.QSerialPort.stopBits?4() -> QSerialPort.StopBits
+QtSerialPort.QSerialPort.setFlowControl?4(QSerialPort.FlowControl) -> bool
+QtSerialPort.QSerialPort.flowControl?4() -> QSerialPort.FlowControl
+QtSerialPort.QSerialPort.setDataTerminalReady?4(bool) -> bool
+QtSerialPort.QSerialPort.isDataTerminalReady?4() -> bool
+QtSerialPort.QSerialPort.setRequestToSend?4(bool) -> bool
+QtSerialPort.QSerialPort.isRequestToSend?4() -> bool
+QtSerialPort.QSerialPort.pinoutSignals?4() -> unknown-type
+QtSerialPort.QSerialPort.flush?4() -> bool
+QtSerialPort.QSerialPort.clear?4(unknown-type dir=QSerialPort.AllDirections) -> bool
+QtSerialPort.QSerialPort.error?4() -> QSerialPort.SerialPortError
+QtSerialPort.QSerialPort.clearError?4()
+QtSerialPort.QSerialPort.readBufferSize?4() -> int
+QtSerialPort.QSerialPort.setReadBufferSize?4(int)
+QtSerialPort.QSerialPort.isSequential?4() -> bool
+QtSerialPort.QSerialPort.bytesAvailable?4() -> int
+QtSerialPort.QSerialPort.bytesToWrite?4() -> int
+QtSerialPort.QSerialPort.canReadLine?4() -> bool
+QtSerialPort.QSerialPort.waitForReadyRead?4(int msecs=30000) -> bool
+QtSerialPort.QSerialPort.waitForBytesWritten?4(int msecs=30000) -> bool
+QtSerialPort.QSerialPort.setBreakEnabled?4(bool enabled=True) -> bool
+QtSerialPort.QSerialPort.baudRateChanged?4(int, unknown-type)
+QtSerialPort.QSerialPort.dataBitsChanged?4(QSerialPort.DataBits)
+QtSerialPort.QSerialPort.parityChanged?4(QSerialPort.Parity)
+QtSerialPort.QSerialPort.stopBitsChanged?4(QSerialPort.StopBits)
+QtSerialPort.QSerialPort.flowControlChanged?4(QSerialPort.FlowControl)
+QtSerialPort.QSerialPort.dataTerminalReadyChanged?4(bool)
+QtSerialPort.QSerialPort.requestToSendChanged?4(bool)
+QtSerialPort.QSerialPort.readData?4(int) -> object
+QtSerialPort.QSerialPort.readLineData?4(int) -> object
+QtSerialPort.QSerialPort.writeData?4(bytes) -> int
+QtSerialPort.QSerialPort.handle?4() -> int
+QtSerialPort.QSerialPort.isBreakEnabled?4() -> bool
+QtSerialPort.QSerialPort.breakEnabledChanged?4(bool)
+QtSerialPort.QSerialPort.errorOccurred?4(QSerialPort.SerialPortError)
+QtSerialPort.QSerialPortInfo?1()
+QtSerialPort.QSerialPortInfo.__init__?1(self)
+QtSerialPort.QSerialPortInfo?1(QSerialPort)
+QtSerialPort.QSerialPortInfo.__init__?1(self, QSerialPort)
+QtSerialPort.QSerialPortInfo?1(QString)
+QtSerialPort.QSerialPortInfo.__init__?1(self, QString)
+QtSerialPort.QSerialPortInfo?1(QSerialPortInfo)
+QtSerialPort.QSerialPortInfo.__init__?1(self, QSerialPortInfo)
+QtSerialPort.QSerialPortInfo.swap?4(QSerialPortInfo)
+QtSerialPort.QSerialPortInfo.portName?4() -> QString
+QtSerialPort.QSerialPortInfo.systemLocation?4() -> QString
+QtSerialPort.QSerialPortInfo.description?4() -> QString
+QtSerialPort.QSerialPortInfo.manufacturer?4() -> QString
+QtSerialPort.QSerialPortInfo.vendorIdentifier?4() -> int
+QtSerialPort.QSerialPortInfo.productIdentifier?4() -> int
+QtSerialPort.QSerialPortInfo.hasVendorIdentifier?4() -> bool
+QtSerialPort.QSerialPortInfo.hasProductIdentifier?4() -> bool
+QtSerialPort.QSerialPortInfo.standardBaudRates?4() -> unknown-type
+QtSerialPort.QSerialPortInfo.availablePorts?4() -> unknown-type
+QtSerialPort.QSerialPortInfo.isNull?4() -> bool
+QtSerialPort.QSerialPortInfo.serialNumber?4() -> QString
+QtWebChannel.QWebChannel?1(QObject parent=None)
+QtWebChannel.QWebChannel.__init__?1(self, QObject parent=None)
+QtWebChannel.QWebChannel.registerObjects?4(unknown-type)
+QtWebChannel.QWebChannel.registeredObjects?4() -> unknown-type
+QtWebChannel.QWebChannel.registerObject?4(QString, QObject)
+QtWebChannel.QWebChannel.deregisterObject?4(QObject)
+QtWebChannel.QWebChannel.blockUpdates?4() -> bool
+QtWebChannel.QWebChannel.setBlockUpdates?4(bool)
+QtWebChannel.QWebChannel.propertyUpdateInterval?4() -> int
+QtWebChannel.QWebChannel.setPropertyUpdateInterval?4(int)
+QtWebChannel.QWebChannel.connectTo?4(QWebChannelAbstractTransport)
+QtWebChannel.QWebChannel.disconnectFrom?4(QWebChannelAbstractTransport)
+QtWebChannel.QWebChannel.blockUpdatesChanged?4(bool)
+QtWebChannel.QWebChannelAbstractTransport?1(QObject parent=None)
+QtWebChannel.QWebChannelAbstractTransport.__init__?1(self, QObject parent=None)
+QtWebChannel.QWebChannelAbstractTransport.sendMessage?4(QJsonObject)
+QtWebChannel.QWebChannelAbstractTransport.messageReceived?4(QJsonObject, QWebChannelAbstractTransport)
+QtWebSockets.QMaskGenerator?1(QObject parent=None)
+QtWebSockets.QMaskGenerator.__init__?1(self, QObject parent=None)
+QtWebSockets.QMaskGenerator.seed?4() -> bool
+QtWebSockets.QMaskGenerator.nextMask?4() -> int
+QtWebSockets.QWebSocket?1(QString origin='', QWebSocketProtocol.Version version=QWebSocketProtocol.VersionLatest, QObject parent=None)
+QtWebSockets.QWebSocket.__init__?1(self, QString origin='', QWebSocketProtocol.Version version=QWebSocketProtocol.VersionLatest, QObject parent=None)
+QtWebSockets.QWebSocket.abort?4()
+QtWebSockets.QWebSocket.error?4() -> QAbstractSocket.SocketError
+QtWebSockets.QWebSocket.errorString?4() -> QString
+QtWebSockets.QWebSocket.flush?4() -> bool
+QtWebSockets.QWebSocket.isValid?4() -> bool
+QtWebSockets.QWebSocket.localAddress?4() -> QHostAddress
+QtWebSockets.QWebSocket.localPort?4() -> int
+QtWebSockets.QWebSocket.pauseMode?4() -> unknown-type
+QtWebSockets.QWebSocket.peerAddress?4() -> QHostAddress
+QtWebSockets.QWebSocket.peerName?4() -> QString
+QtWebSockets.QWebSocket.peerPort?4() -> int
+QtWebSockets.QWebSocket.proxy?4() -> QNetworkProxy
+QtWebSockets.QWebSocket.setProxy?4(QNetworkProxy)
+QtWebSockets.QWebSocket.setMaskGenerator?4(QMaskGenerator)
+QtWebSockets.QWebSocket.maskGenerator?4() -> QMaskGenerator
+QtWebSockets.QWebSocket.readBufferSize?4() -> int
+QtWebSockets.QWebSocket.setReadBufferSize?4(int)
+QtWebSockets.QWebSocket.resume?4()
+QtWebSockets.QWebSocket.setPauseMode?4(unknown-type)
+QtWebSockets.QWebSocket.state?4() -> QAbstractSocket.SocketState
+QtWebSockets.QWebSocket.version?4() -> QWebSocketProtocol.Version
+QtWebSockets.QWebSocket.resourceName?4() -> QString
+QtWebSockets.QWebSocket.requestUrl?4() -> QUrl
+QtWebSockets.QWebSocket.origin?4() -> QString
+QtWebSockets.QWebSocket.closeCode?4() -> QWebSocketProtocol.CloseCode
+QtWebSockets.QWebSocket.closeReason?4() -> QString
+QtWebSockets.QWebSocket.sendTextMessage?4(QString) -> int
+QtWebSockets.QWebSocket.sendBinaryMessage?4(QByteArray) -> int
+QtWebSockets.QWebSocket.ignoreSslErrors?4(unknown-type)
+QtWebSockets.QWebSocket.setSslConfiguration?4(QSslConfiguration)
+QtWebSockets.QWebSocket.sslConfiguration?4() -> QSslConfiguration
+QtWebSockets.QWebSocket.request?4() -> QNetworkRequest
+QtWebSockets.QWebSocket.close?4(QWebSocketProtocol.CloseCode closeCode=QWebSocketProtocol.CloseCodeNormal, QString reason='')
+QtWebSockets.QWebSocket.open?4(QUrl)
+QtWebSockets.QWebSocket.open?4(QNetworkRequest)
+QtWebSockets.QWebSocket.ping?4(QByteArray payload=QByteArray())
+QtWebSockets.QWebSocket.ignoreSslErrors?4()
+QtWebSockets.QWebSocket.aboutToClose?4()
+QtWebSockets.QWebSocket.connected?4()
+QtWebSockets.QWebSocket.disconnected?4()
+QtWebSockets.QWebSocket.stateChanged?4(QAbstractSocket.SocketState)
+QtWebSockets.QWebSocket.proxyAuthenticationRequired?4(QNetworkProxy, QAuthenticator)
+QtWebSockets.QWebSocket.readChannelFinished?4()
+QtWebSockets.QWebSocket.textFrameReceived?4(QString, bool)
+QtWebSockets.QWebSocket.binaryFrameReceived?4(QByteArray, bool)
+QtWebSockets.QWebSocket.textMessageReceived?4(QString)
+QtWebSockets.QWebSocket.binaryMessageReceived?4(QByteArray)
+QtWebSockets.QWebSocket.error?4(QAbstractSocket.SocketError)
+QtWebSockets.QWebSocket.pong?4(int, QByteArray)
+QtWebSockets.QWebSocket.bytesWritten?4(int)
+QtWebSockets.QWebSocket.sslErrors?4(unknown-type)
+QtWebSockets.QWebSocket.preSharedKeyAuthenticationRequired?4(QSslPreSharedKeyAuthenticator)
+QtWebSockets.QWebSocket.bytesToWrite?4() -> int
+QtWebSockets.QWebSocket.setMaxAllowedIncomingFrameSize?4(int)
+QtWebSockets.QWebSocket.maxAllowedIncomingFrameSize?4() -> int
+QtWebSockets.QWebSocket.setMaxAllowedIncomingMessageSize?4(int)
+QtWebSockets.QWebSocket.maxAllowedIncomingMessageSize?4() -> int
+QtWebSockets.QWebSocket.maxIncomingMessageSize?4() -> int
+QtWebSockets.QWebSocket.maxIncomingFrameSize?4() -> int
+QtWebSockets.QWebSocket.setOutgoingFrameSize?4(int)
+QtWebSockets.QWebSocket.outgoingFrameSize?4() -> int
+QtWebSockets.QWebSocket.maxOutgoingFrameSize?4() -> int
+QtWebSockets.QWebSocket.continueInterruptedHandshake?4()
+QtWebSockets.QWebSocket.peerVerifyError?4(QSslError)
+QtWebSockets.QWebSocket.alertSent?4(QSsl.AlertLevel, QSsl.AlertType, QString)
+QtWebSockets.QWebSocket.alertReceived?4(QSsl.AlertLevel, QSsl.AlertType, QString)
+QtWebSockets.QWebSocket.handshakeInterruptedOnError?4(QSslError)
+QtWebSockets.QWebSocketCorsAuthenticator?1(QString)
+QtWebSockets.QWebSocketCorsAuthenticator.__init__?1(self, QString)
+QtWebSockets.QWebSocketCorsAuthenticator?1(QWebSocketCorsAuthenticator)
+QtWebSockets.QWebSocketCorsAuthenticator.__init__?1(self, QWebSocketCorsAuthenticator)
+QtWebSockets.QWebSocketCorsAuthenticator.swap?4(QWebSocketCorsAuthenticator)
+QtWebSockets.QWebSocketCorsAuthenticator.origin?4() -> QString
+QtWebSockets.QWebSocketCorsAuthenticator.setAllowed?4(bool)
+QtWebSockets.QWebSocketCorsAuthenticator.allowed?4() -> bool
+QtWebSockets.QWebSocketProtocol.CloseCode?10
+QtWebSockets.QWebSocketProtocol.CloseCode.CloseCodeNormal?10
+QtWebSockets.QWebSocketProtocol.CloseCode.CloseCodeGoingAway?10
+QtWebSockets.QWebSocketProtocol.CloseCode.CloseCodeProtocolError?10
+QtWebSockets.QWebSocketProtocol.CloseCode.CloseCodeDatatypeNotSupported?10
+QtWebSockets.QWebSocketProtocol.CloseCode.CloseCodeReserved1004?10
+QtWebSockets.QWebSocketProtocol.CloseCode.CloseCodeMissingStatusCode?10
+QtWebSockets.QWebSocketProtocol.CloseCode.CloseCodeAbnormalDisconnection?10
+QtWebSockets.QWebSocketProtocol.CloseCode.CloseCodeWrongDatatype?10
+QtWebSockets.QWebSocketProtocol.CloseCode.CloseCodePolicyViolated?10
+QtWebSockets.QWebSocketProtocol.CloseCode.CloseCodeTooMuchData?10
+QtWebSockets.QWebSocketProtocol.CloseCode.CloseCodeMissingExtension?10
+QtWebSockets.QWebSocketProtocol.CloseCode.CloseCodeBadOperation?10
+QtWebSockets.QWebSocketProtocol.CloseCode.CloseCodeTlsHandshakeFailed?10
+QtWebSockets.QWebSocketProtocol.Version?10
+QtWebSockets.QWebSocketProtocol.Version.VersionUnknown?10
+QtWebSockets.QWebSocketProtocol.Version.Version0?10
+QtWebSockets.QWebSocketProtocol.Version.Version4?10
+QtWebSockets.QWebSocketProtocol.Version.Version5?10
+QtWebSockets.QWebSocketProtocol.Version.Version6?10
+QtWebSockets.QWebSocketProtocol.Version.Version7?10
+QtWebSockets.QWebSocketProtocol.Version.Version8?10
+QtWebSockets.QWebSocketProtocol.Version.Version13?10
+QtWebSockets.QWebSocketProtocol.Version.VersionLatest?10
+QtWebSockets.QWebSocketServer.SslMode?10
+QtWebSockets.QWebSocketServer.SslMode.SecureMode?10
+QtWebSockets.QWebSocketServer.SslMode.NonSecureMode?10
+QtWebSockets.QWebSocketServer?1(QString, QWebSocketServer.SslMode, QObject parent=None)
+QtWebSockets.QWebSocketServer.__init__?1(self, QString, QWebSocketServer.SslMode, QObject parent=None)
+QtWebSockets.QWebSocketServer.listen?4(QHostAddress address=QHostAddress.Any, int port=0) -> bool
+QtWebSockets.QWebSocketServer.close?4()
+QtWebSockets.QWebSocketServer.isListening?4() -> bool
+QtWebSockets.QWebSocketServer.setMaxPendingConnections?4(int)
+QtWebSockets.QWebSocketServer.maxPendingConnections?4() -> int
+QtWebSockets.QWebSocketServer.serverPort?4() -> int
+QtWebSockets.QWebSocketServer.serverAddress?4() -> QHostAddress
+QtWebSockets.QWebSocketServer.secureMode?4() -> QWebSocketServer.SslMode
+QtWebSockets.QWebSocketServer.setSocketDescriptor?4(qintptr) -> bool
+QtWebSockets.QWebSocketServer.socketDescriptor?4() -> qintptr
+QtWebSockets.QWebSocketServer.hasPendingConnections?4() -> bool
+QtWebSockets.QWebSocketServer.nextPendingConnection?4() -> QWebSocket
+QtWebSockets.QWebSocketServer.error?4() -> QWebSocketProtocol.CloseCode
+QtWebSockets.QWebSocketServer.errorString?4() -> QString
+QtWebSockets.QWebSocketServer.pauseAccepting?4()
+QtWebSockets.QWebSocketServer.resumeAccepting?4()
+QtWebSockets.QWebSocketServer.setServerName?4(QString)
+QtWebSockets.QWebSocketServer.serverName?4() -> QString
+QtWebSockets.QWebSocketServer.setProxy?4(QNetworkProxy)
+QtWebSockets.QWebSocketServer.proxy?4() -> QNetworkProxy
+QtWebSockets.QWebSocketServer.setSslConfiguration?4(QSslConfiguration)
+QtWebSockets.QWebSocketServer.sslConfiguration?4() -> QSslConfiguration
+QtWebSockets.QWebSocketServer.supportedVersions?4() -> unknown-type
+QtWebSockets.QWebSocketServer.serverUrl?4() -> QUrl
+QtWebSockets.QWebSocketServer.handleConnection?4(QTcpSocket)
+QtWebSockets.QWebSocketServer.acceptError?4(QAbstractSocket.SocketError)
+QtWebSockets.QWebSocketServer.serverError?4(QWebSocketProtocol.CloseCode)
+QtWebSockets.QWebSocketServer.originAuthenticationRequired?4(QWebSocketCorsAuthenticator)
+QtWebSockets.QWebSocketServer.newConnection?4()
+QtWebSockets.QWebSocketServer.peerVerifyError?4(QSslError)
+QtWebSockets.QWebSocketServer.sslErrors?4(unknown-type)
+QtWebSockets.QWebSocketServer.closed?4()
+QtWebSockets.QWebSocketServer.preSharedKeyAuthenticationRequired?4(QSslPreSharedKeyAuthenticator)
+QtWebSockets.QWebSocketServer.setHandshakeTimeout?4(int)
+QtWebSockets.QWebSocketServer.handshakeTimeoutMS?4() -> int
+QtBluetooth.QBluetooth.AttAccessConstraint?10
+QtBluetooth.QBluetooth.AttAccessConstraint.AttAuthorizationRequired?10
+QtBluetooth.QBluetooth.AttAccessConstraint.AttAuthenticationRequired?10
+QtBluetooth.QBluetooth.AttAccessConstraint.AttEncryptionRequired?10
+QtBluetooth.QBluetooth.Security?10
+QtBluetooth.QBluetooth.Security.NoSecurity?10
+QtBluetooth.QBluetooth.Security.Authorization?10
+QtBluetooth.QBluetooth.Security.Authentication?10
+QtBluetooth.QBluetooth.Security.Encryption?10
+QtBluetooth.QBluetooth.Security.Secure?10
+QtBluetooth.QBluetoothAddress?1()
+QtBluetooth.QBluetoothAddress.__init__?1(self)
+QtBluetooth.QBluetoothAddress?1(int)
+QtBluetooth.QBluetoothAddress.__init__?1(self, int)
+QtBluetooth.QBluetoothAddress?1(QString)
+QtBluetooth.QBluetoothAddress.__init__?1(self, QString)
+QtBluetooth.QBluetoothAddress?1(QBluetoothAddress)
+QtBluetooth.QBluetoothAddress.__init__?1(self, QBluetoothAddress)
+QtBluetooth.QBluetoothAddress.isNull?4() -> bool
+QtBluetooth.QBluetoothAddress.clear?4()
+QtBluetooth.QBluetoothAddress.toUInt64?4() -> int
+QtBluetooth.QBluetoothAddress.toString?4() -> QString
+QtBluetooth.QBluetoothDeviceDiscoveryAgent.DiscoveryMethod?10
+QtBluetooth.QBluetoothDeviceDiscoveryAgent.DiscoveryMethod.NoMethod?10
+QtBluetooth.QBluetoothDeviceDiscoveryAgent.DiscoveryMethod.ClassicMethod?10
+QtBluetooth.QBluetoothDeviceDiscoveryAgent.DiscoveryMethod.LowEnergyMethod?10
+QtBluetooth.QBluetoothDeviceDiscoveryAgent.Error?10
+QtBluetooth.QBluetoothDeviceDiscoveryAgent.Error.NoError?10
+QtBluetooth.QBluetoothDeviceDiscoveryAgent.Error.InputOutputError?10
+QtBluetooth.QBluetoothDeviceDiscoveryAgent.Error.PoweredOffError?10
+QtBluetooth.QBluetoothDeviceDiscoveryAgent.Error.InvalidBluetoothAdapterError?10
+QtBluetooth.QBluetoothDeviceDiscoveryAgent.Error.UnsupportedPlatformError?10
+QtBluetooth.QBluetoothDeviceDiscoveryAgent.Error.UnsupportedDiscoveryMethod?10
+QtBluetooth.QBluetoothDeviceDiscoveryAgent.Error.LocationServiceTurnedOffError?10
+QtBluetooth.QBluetoothDeviceDiscoveryAgent.Error.UnknownError?10
+QtBluetooth.QBluetoothDeviceDiscoveryAgent?1(QObject parent=None)
+QtBluetooth.QBluetoothDeviceDiscoveryAgent.__init__?1(self, QObject parent=None)
+QtBluetooth.QBluetoothDeviceDiscoveryAgent?1(QBluetoothAddress, QObject parent=None)
+QtBluetooth.QBluetoothDeviceDiscoveryAgent.__init__?1(self, QBluetoothAddress, QObject parent=None)
+QtBluetooth.QBluetoothDeviceDiscoveryAgent.isActive?4() -> bool
+QtBluetooth.QBluetoothDeviceDiscoveryAgent.error?4() -> QBluetoothDeviceDiscoveryAgent.Error
+QtBluetooth.QBluetoothDeviceDiscoveryAgent.errorString?4() -> QString
+QtBluetooth.QBluetoothDeviceDiscoveryAgent.discoveredDevices?4() -> unknown-type
+QtBluetooth.QBluetoothDeviceDiscoveryAgent.start?4()
+QtBluetooth.QBluetoothDeviceDiscoveryAgent.start?4(unknown-type)
+QtBluetooth.QBluetoothDeviceDiscoveryAgent.stop?4()
+QtBluetooth.QBluetoothDeviceDiscoveryAgent.deviceDiscovered?4(QBluetoothDeviceInfo)
+QtBluetooth.QBluetoothDeviceDiscoveryAgent.finished?4()
+QtBluetooth.QBluetoothDeviceDiscoveryAgent.errorOccurred?4(QBluetoothDeviceDiscoveryAgent.Error)
+QtBluetooth.QBluetoothDeviceDiscoveryAgent.canceled?4()
+QtBluetooth.QBluetoothDeviceDiscoveryAgent.deviceUpdated?4(QBluetoothDeviceInfo, unknown-type)
+QtBluetooth.QBluetoothDeviceDiscoveryAgent.setLowEnergyDiscoveryTimeout?4(int)
+QtBluetooth.QBluetoothDeviceDiscoveryAgent.lowEnergyDiscoveryTimeout?4() -> int
+QtBluetooth.QBluetoothDeviceDiscoveryAgent.supportedDiscoveryMethods?4() -> unknown-type
+QtBluetooth.QBluetoothDeviceInfo.Field?10
+QtBluetooth.QBluetoothDeviceInfo.Field.None_?10
+QtBluetooth.QBluetoothDeviceInfo.Field.RSSI?10
+QtBluetooth.QBluetoothDeviceInfo.Field.ManufacturerData?10
+QtBluetooth.QBluetoothDeviceInfo.Field.ServiceData?10
+QtBluetooth.QBluetoothDeviceInfo.Field.All?10
+QtBluetooth.QBluetoothDeviceInfo.CoreConfiguration?10
+QtBluetooth.QBluetoothDeviceInfo.CoreConfiguration.UnknownCoreConfiguration?10
+QtBluetooth.QBluetoothDeviceInfo.CoreConfiguration.LowEnergyCoreConfiguration?10
+QtBluetooth.QBluetoothDeviceInfo.CoreConfiguration.BaseRateCoreConfiguration?10
+QtBluetooth.QBluetoothDeviceInfo.CoreConfiguration.BaseRateAndLowEnergyCoreConfiguration?10
+QtBluetooth.QBluetoothDeviceInfo.ServiceClass?10
+QtBluetooth.QBluetoothDeviceInfo.ServiceClass.NoService?10
+QtBluetooth.QBluetoothDeviceInfo.ServiceClass.PositioningService?10
+QtBluetooth.QBluetoothDeviceInfo.ServiceClass.NetworkingService?10
+QtBluetooth.QBluetoothDeviceInfo.ServiceClass.RenderingService?10
+QtBluetooth.QBluetoothDeviceInfo.ServiceClass.CapturingService?10
+QtBluetooth.QBluetoothDeviceInfo.ServiceClass.ObjectTransferService?10
+QtBluetooth.QBluetoothDeviceInfo.ServiceClass.AudioService?10
+QtBluetooth.QBluetoothDeviceInfo.ServiceClass.TelephonyService?10
+QtBluetooth.QBluetoothDeviceInfo.ServiceClass.InformationService?10
+QtBluetooth.QBluetoothDeviceInfo.ServiceClass.AllServices?10
+QtBluetooth.QBluetoothDeviceInfo.MinorHealthClass?10
+QtBluetooth.QBluetoothDeviceInfo.MinorHealthClass.UncategorizedHealthDevice?10
+QtBluetooth.QBluetoothDeviceInfo.MinorHealthClass.HealthBloodPressureMonitor?10
+QtBluetooth.QBluetoothDeviceInfo.MinorHealthClass.HealthThermometer?10
+QtBluetooth.QBluetoothDeviceInfo.MinorHealthClass.HealthWeightScale?10
+QtBluetooth.QBluetoothDeviceInfo.MinorHealthClass.HealthGlucoseMeter?10
+QtBluetooth.QBluetoothDeviceInfo.MinorHealthClass.HealthPulseOximeter?10
+QtBluetooth.QBluetoothDeviceInfo.MinorHealthClass.HealthDataDisplay?10
+QtBluetooth.QBluetoothDeviceInfo.MinorHealthClass.HealthStepCounter?10
+QtBluetooth.QBluetoothDeviceInfo.MinorToyClass?10
+QtBluetooth.QBluetoothDeviceInfo.MinorToyClass.UncategorizedToy?10
+QtBluetooth.QBluetoothDeviceInfo.MinorToyClass.ToyRobot?10
+QtBluetooth.QBluetoothDeviceInfo.MinorToyClass.ToyVehicle?10
+QtBluetooth.QBluetoothDeviceInfo.MinorToyClass.ToyDoll?10
+QtBluetooth.QBluetoothDeviceInfo.MinorToyClass.ToyController?10
+QtBluetooth.QBluetoothDeviceInfo.MinorToyClass.ToyGame?10
+QtBluetooth.QBluetoothDeviceInfo.MinorWearableClass?10
+QtBluetooth.QBluetoothDeviceInfo.MinorWearableClass.UncategorizedWearableDevice?10
+QtBluetooth.QBluetoothDeviceInfo.MinorWearableClass.WearableWristWatch?10
+QtBluetooth.QBluetoothDeviceInfo.MinorWearableClass.WearablePager?10
+QtBluetooth.QBluetoothDeviceInfo.MinorWearableClass.WearableJacket?10
+QtBluetooth.QBluetoothDeviceInfo.MinorWearableClass.WearableHelmet?10
+QtBluetooth.QBluetoothDeviceInfo.MinorWearableClass.WearableGlasses?10
+QtBluetooth.QBluetoothDeviceInfo.MinorImagingClass?10
+QtBluetooth.QBluetoothDeviceInfo.MinorImagingClass.UncategorizedImagingDevice?10
+QtBluetooth.QBluetoothDeviceInfo.MinorImagingClass.ImageDisplay?10
+QtBluetooth.QBluetoothDeviceInfo.MinorImagingClass.ImageCamera?10
+QtBluetooth.QBluetoothDeviceInfo.MinorImagingClass.ImageScanner?10
+QtBluetooth.QBluetoothDeviceInfo.MinorImagingClass.ImagePrinter?10
+QtBluetooth.QBluetoothDeviceInfo.MinorPeripheralClass?10
+QtBluetooth.QBluetoothDeviceInfo.MinorPeripheralClass.UncategorizedPeripheral?10
+QtBluetooth.QBluetoothDeviceInfo.MinorPeripheralClass.KeyboardPeripheral?10
+QtBluetooth.QBluetoothDeviceInfo.MinorPeripheralClass.PointingDevicePeripheral?10
+QtBluetooth.QBluetoothDeviceInfo.MinorPeripheralClass.KeyboardWithPointingDevicePeripheral?10
+QtBluetooth.QBluetoothDeviceInfo.MinorPeripheralClass.JoystickPeripheral?10
+QtBluetooth.QBluetoothDeviceInfo.MinorPeripheralClass.GamepadPeripheral?10
+QtBluetooth.QBluetoothDeviceInfo.MinorPeripheralClass.RemoteControlPeripheral?10
+QtBluetooth.QBluetoothDeviceInfo.MinorPeripheralClass.SensingDevicePeripheral?10
+QtBluetooth.QBluetoothDeviceInfo.MinorPeripheralClass.DigitizerTabletPeripheral?10
+QtBluetooth.QBluetoothDeviceInfo.MinorPeripheralClass.CardReaderPeripheral?10
+QtBluetooth.QBluetoothDeviceInfo.MinorAudioVideoClass?10
+QtBluetooth.QBluetoothDeviceInfo.MinorAudioVideoClass.UncategorizedAudioVideoDevice?10
+QtBluetooth.QBluetoothDeviceInfo.MinorAudioVideoClass.WearableHeadsetDevice?10
+QtBluetooth.QBluetoothDeviceInfo.MinorAudioVideoClass.HandsFreeDevice?10
+QtBluetooth.QBluetoothDeviceInfo.MinorAudioVideoClass.Microphone?10
+QtBluetooth.QBluetoothDeviceInfo.MinorAudioVideoClass.Loudspeaker?10
+QtBluetooth.QBluetoothDeviceInfo.MinorAudioVideoClass.Headphones?10
+QtBluetooth.QBluetoothDeviceInfo.MinorAudioVideoClass.PortableAudioDevice?10
+QtBluetooth.QBluetoothDeviceInfo.MinorAudioVideoClass.CarAudio?10
+QtBluetooth.QBluetoothDeviceInfo.MinorAudioVideoClass.SetTopBox?10
+QtBluetooth.QBluetoothDeviceInfo.MinorAudioVideoClass.HiFiAudioDevice?10
+QtBluetooth.QBluetoothDeviceInfo.MinorAudioVideoClass.Vcr?10
+QtBluetooth.QBluetoothDeviceInfo.MinorAudioVideoClass.VideoCamera?10
+QtBluetooth.QBluetoothDeviceInfo.MinorAudioVideoClass.Camcorder?10
+QtBluetooth.QBluetoothDeviceInfo.MinorAudioVideoClass.VideoMonitor?10
+QtBluetooth.QBluetoothDeviceInfo.MinorAudioVideoClass.VideoDisplayAndLoudspeaker?10
+QtBluetooth.QBluetoothDeviceInfo.MinorAudioVideoClass.VideoConferencing?10
+QtBluetooth.QBluetoothDeviceInfo.MinorAudioVideoClass.GamingDevice?10
+QtBluetooth.QBluetoothDeviceInfo.MinorNetworkClass?10
+QtBluetooth.QBluetoothDeviceInfo.MinorNetworkClass.NetworkFullService?10
+QtBluetooth.QBluetoothDeviceInfo.MinorNetworkClass.NetworkLoadFactorOne?10
+QtBluetooth.QBluetoothDeviceInfo.MinorNetworkClass.NetworkLoadFactorTwo?10
+QtBluetooth.QBluetoothDeviceInfo.MinorNetworkClass.NetworkLoadFactorThree?10
+QtBluetooth.QBluetoothDeviceInfo.MinorNetworkClass.NetworkLoadFactorFour?10
+QtBluetooth.QBluetoothDeviceInfo.MinorNetworkClass.NetworkLoadFactorFive?10
+QtBluetooth.QBluetoothDeviceInfo.MinorNetworkClass.NetworkLoadFactorSix?10
+QtBluetooth.QBluetoothDeviceInfo.MinorNetworkClass.NetworkNoService?10
+QtBluetooth.QBluetoothDeviceInfo.MinorPhoneClass?10
+QtBluetooth.QBluetoothDeviceInfo.MinorPhoneClass.UncategorizedPhone?10
+QtBluetooth.QBluetoothDeviceInfo.MinorPhoneClass.CellularPhone?10
+QtBluetooth.QBluetoothDeviceInfo.MinorPhoneClass.CordlessPhone?10
+QtBluetooth.QBluetoothDeviceInfo.MinorPhoneClass.SmartPhone?10
+QtBluetooth.QBluetoothDeviceInfo.MinorPhoneClass.WiredModemOrVoiceGatewayPhone?10
+QtBluetooth.QBluetoothDeviceInfo.MinorPhoneClass.CommonIsdnAccessPhone?10
+QtBluetooth.QBluetoothDeviceInfo.MinorComputerClass?10
+QtBluetooth.QBluetoothDeviceInfo.MinorComputerClass.UncategorizedComputer?10
+QtBluetooth.QBluetoothDeviceInfo.MinorComputerClass.DesktopComputer?10
+QtBluetooth.QBluetoothDeviceInfo.MinorComputerClass.ServerComputer?10
+QtBluetooth.QBluetoothDeviceInfo.MinorComputerClass.LaptopComputer?10
+QtBluetooth.QBluetoothDeviceInfo.MinorComputerClass.HandheldClamShellComputer?10
+QtBluetooth.QBluetoothDeviceInfo.MinorComputerClass.HandheldComputer?10
+QtBluetooth.QBluetoothDeviceInfo.MinorComputerClass.WearableComputer?10
+QtBluetooth.QBluetoothDeviceInfo.MinorMiscellaneousClass?10
+QtBluetooth.QBluetoothDeviceInfo.MinorMiscellaneousClass.UncategorizedMiscellaneous?10
+QtBluetooth.QBluetoothDeviceInfo.MajorDeviceClass?10
+QtBluetooth.QBluetoothDeviceInfo.MajorDeviceClass.MiscellaneousDevice?10
+QtBluetooth.QBluetoothDeviceInfo.MajorDeviceClass.ComputerDevice?10
+QtBluetooth.QBluetoothDeviceInfo.MajorDeviceClass.PhoneDevice?10
+QtBluetooth.QBluetoothDeviceInfo.MajorDeviceClass.NetworkDevice?10
+QtBluetooth.QBluetoothDeviceInfo.MajorDeviceClass.AudioVideoDevice?10
+QtBluetooth.QBluetoothDeviceInfo.MajorDeviceClass.PeripheralDevice?10
+QtBluetooth.QBluetoothDeviceInfo.MajorDeviceClass.ImagingDevice?10
+QtBluetooth.QBluetoothDeviceInfo.MajorDeviceClass.WearableDevice?10
+QtBluetooth.QBluetoothDeviceInfo.MajorDeviceClass.ToyDevice?10
+QtBluetooth.QBluetoothDeviceInfo.MajorDeviceClass.HealthDevice?10
+QtBluetooth.QBluetoothDeviceInfo.MajorDeviceClass.UncategorizedDevice?10
+QtBluetooth.QBluetoothDeviceInfo?1()
+QtBluetooth.QBluetoothDeviceInfo.__init__?1(self)
+QtBluetooth.QBluetoothDeviceInfo?1(QBluetoothAddress, QString, int)
+QtBluetooth.QBluetoothDeviceInfo.__init__?1(self, QBluetoothAddress, QString, int)
+QtBluetooth.QBluetoothDeviceInfo?1(QBluetoothUuid, QString, int)
+QtBluetooth.QBluetoothDeviceInfo.__init__?1(self, QBluetoothUuid, QString, int)
+QtBluetooth.QBluetoothDeviceInfo?1(QBluetoothDeviceInfo)
+QtBluetooth.QBluetoothDeviceInfo.__init__?1(self, QBluetoothDeviceInfo)
+QtBluetooth.QBluetoothDeviceInfo.isValid?4() -> bool
+QtBluetooth.QBluetoothDeviceInfo.isCached?4() -> bool
+QtBluetooth.QBluetoothDeviceInfo.setCached?4(bool)
+QtBluetooth.QBluetoothDeviceInfo.address?4() -> QBluetoothAddress
+QtBluetooth.QBluetoothDeviceInfo.name?4() -> QString
+QtBluetooth.QBluetoothDeviceInfo.serviceClasses?4() -> unknown-type
+QtBluetooth.QBluetoothDeviceInfo.majorDeviceClass?4() -> QBluetoothDeviceInfo.MajorDeviceClass
+QtBluetooth.QBluetoothDeviceInfo.minorDeviceClass?4() -> int
+QtBluetooth.QBluetoothDeviceInfo.rssi?4() -> int
+QtBluetooth.QBluetoothDeviceInfo.setRssi?4(int)
+QtBluetooth.QBluetoothDeviceInfo.setServiceUuids?4(unknown-type)
+QtBluetooth.QBluetoothDeviceInfo.serviceUuids?4() -> unknown-type
+QtBluetooth.QBluetoothDeviceInfo.setCoreConfigurations?4(unknown-type)
+QtBluetooth.QBluetoothDeviceInfo.coreConfigurations?4() -> unknown-type
+QtBluetooth.QBluetoothDeviceInfo.setDeviceUuid?4(QBluetoothUuid)
+QtBluetooth.QBluetoothDeviceInfo.deviceUuid?4() -> QBluetoothUuid
+QtBluetooth.QBluetoothDeviceInfo.manufacturerIds?4() -> unknown-type
+QtBluetooth.QBluetoothDeviceInfo.manufacturerData?4() -> unknown-type
+QtBluetooth.QBluetoothDeviceInfo.manufacturerData?4(int) -> QByteArray
+QtBluetooth.QBluetoothDeviceInfo.setManufacturerData?4(int, QByteArray) -> bool
+QtBluetooth.QBluetoothDeviceInfo.setName?4(QString)
+QtBluetooth.QBluetoothDeviceInfo.serviceIds?4() -> unknown-type
+QtBluetooth.QBluetoothDeviceInfo.serviceData?4() -> unknown-type
+QtBluetooth.QBluetoothDeviceInfo.serviceData?4(QBluetoothUuid) -> QByteArray
+QtBluetooth.QBluetoothDeviceInfo.setServiceData?4(QBluetoothUuid, QByteArray) -> bool
+QtBluetooth.QBluetoothHostInfo?1()
+QtBluetooth.QBluetoothHostInfo.__init__?1(self)
+QtBluetooth.QBluetoothHostInfo?1(QBluetoothHostInfo)
+QtBluetooth.QBluetoothHostInfo.__init__?1(self, QBluetoothHostInfo)
+QtBluetooth.QBluetoothHostInfo.address?4() -> QBluetoothAddress
+QtBluetooth.QBluetoothHostInfo.setAddress?4(QBluetoothAddress)
+QtBluetooth.QBluetoothHostInfo.name?4() -> QString
+QtBluetooth.QBluetoothHostInfo.setName?4(QString)
+QtBluetooth.QBluetoothLocalDevice.Error?10
+QtBluetooth.QBluetoothLocalDevice.Error.NoError?10
+QtBluetooth.QBluetoothLocalDevice.Error.PairingError?10
+QtBluetooth.QBluetoothLocalDevice.Error.UnknownError?10
+QtBluetooth.QBluetoothLocalDevice.HostMode?10
+QtBluetooth.QBluetoothLocalDevice.HostMode.HostPoweredOff?10
+QtBluetooth.QBluetoothLocalDevice.HostMode.HostConnectable?10
+QtBluetooth.QBluetoothLocalDevice.HostMode.HostDiscoverable?10
+QtBluetooth.QBluetoothLocalDevice.HostMode.HostDiscoverableLimitedInquiry?10
+QtBluetooth.QBluetoothLocalDevice.Pairing?10
+QtBluetooth.QBluetoothLocalDevice.Pairing.Unpaired?10
+QtBluetooth.QBluetoothLocalDevice.Pairing.Paired?10
+QtBluetooth.QBluetoothLocalDevice.Pairing.AuthorizedPaired?10
+QtBluetooth.QBluetoothLocalDevice?1(QObject parent=None)
+QtBluetooth.QBluetoothLocalDevice.__init__?1(self, QObject parent=None)
+QtBluetooth.QBluetoothLocalDevice?1(QBluetoothAddress, QObject parent=None)
+QtBluetooth.QBluetoothLocalDevice.__init__?1(self, QBluetoothAddress, QObject parent=None)
+QtBluetooth.QBluetoothLocalDevice.isValid?4() -> bool
+QtBluetooth.QBluetoothLocalDevice.requestPairing?4(QBluetoothAddress, QBluetoothLocalDevice.Pairing)
+QtBluetooth.QBluetoothLocalDevice.pairingStatus?4(QBluetoothAddress) -> QBluetoothLocalDevice.Pairing
+QtBluetooth.QBluetoothLocalDevice.setHostMode?4(QBluetoothLocalDevice.HostMode)
+QtBluetooth.QBluetoothLocalDevice.hostMode?4() -> QBluetoothLocalDevice.HostMode
+QtBluetooth.QBluetoothLocalDevice.powerOn?4()
+QtBluetooth.QBluetoothLocalDevice.name?4() -> QString
+QtBluetooth.QBluetoothLocalDevice.address?4() -> QBluetoothAddress
+QtBluetooth.QBluetoothLocalDevice.allDevices?4() -> unknown-type
+QtBluetooth.QBluetoothLocalDevice.connectedDevices?4() -> unknown-type
+QtBluetooth.QBluetoothLocalDevice.hostModeStateChanged?4(QBluetoothLocalDevice.HostMode)
+QtBluetooth.QBluetoothLocalDevice.pairingFinished?4(QBluetoothAddress, QBluetoothLocalDevice.Pairing)
+QtBluetooth.QBluetoothLocalDevice.errorOccurred?4(QBluetoothLocalDevice.Error)
+QtBluetooth.QBluetoothLocalDevice.deviceConnected?4(QBluetoothAddress)
+QtBluetooth.QBluetoothLocalDevice.deviceDisconnected?4(QBluetoothAddress)
+QtBluetooth.QBluetoothServer.Error?10
+QtBluetooth.QBluetoothServer.Error.NoError?10
+QtBluetooth.QBluetoothServer.Error.UnknownError?10
+QtBluetooth.QBluetoothServer.Error.PoweredOffError?10
+QtBluetooth.QBluetoothServer.Error.InputOutputError?10
+QtBluetooth.QBluetoothServer.Error.ServiceAlreadyRegisteredError?10
+QtBluetooth.QBluetoothServer.Error.UnsupportedProtocolError?10
+QtBluetooth.QBluetoothServer?1(QBluetoothServiceInfo.Protocol, QObject parent=None)
+QtBluetooth.QBluetoothServer.__init__?1(self, QBluetoothServiceInfo.Protocol, QObject parent=None)
+QtBluetooth.QBluetoothServer.close?4()
+QtBluetooth.QBluetoothServer.listen?4(QBluetoothAddress address=QBluetoothAddress(), int port=0) -> bool
+QtBluetooth.QBluetoothServer.listen?4(QBluetoothUuid, QString serviceName='') -> QBluetoothServiceInfo
+QtBluetooth.QBluetoothServer.isListening?4() -> bool
+QtBluetooth.QBluetoothServer.setMaxPendingConnections?4(int)
+QtBluetooth.QBluetoothServer.maxPendingConnections?4() -> int
+QtBluetooth.QBluetoothServer.hasPendingConnections?4() -> bool
+QtBluetooth.QBluetoothServer.nextPendingConnection?4() -> QBluetoothSocket
+QtBluetooth.QBluetoothServer.serverAddress?4() -> QBluetoothAddress
+QtBluetooth.QBluetoothServer.serverPort?4() -> int
+QtBluetooth.QBluetoothServer.setSecurityFlags?4(unknown-type)
+QtBluetooth.QBluetoothServer.securityFlags?4() -> unknown-type
+QtBluetooth.QBluetoothServer.serverType?4() -> QBluetoothServiceInfo.Protocol
+QtBluetooth.QBluetoothServer.error?4() -> QBluetoothServer.Error
+QtBluetooth.QBluetoothServer.newConnection?4()
+QtBluetooth.QBluetoothServer.errorOccurred?4(QBluetoothServer.Error)
+QtBluetooth.QBluetoothServiceDiscoveryAgent.DiscoveryMode?10
+QtBluetooth.QBluetoothServiceDiscoveryAgent.DiscoveryMode.MinimalDiscovery?10
+QtBluetooth.QBluetoothServiceDiscoveryAgent.DiscoveryMode.FullDiscovery?10
+QtBluetooth.QBluetoothServiceDiscoveryAgent.Error?10
+QtBluetooth.QBluetoothServiceDiscoveryAgent.Error.NoError?10
+QtBluetooth.QBluetoothServiceDiscoveryAgent.Error.InputOutputError?10
+QtBluetooth.QBluetoothServiceDiscoveryAgent.Error.PoweredOffError?10
+QtBluetooth.QBluetoothServiceDiscoveryAgent.Error.InvalidBluetoothAdapterError?10
+QtBluetooth.QBluetoothServiceDiscoveryAgent.Error.UnknownError?10
+QtBluetooth.QBluetoothServiceDiscoveryAgent?1(QObject parent=None)
+QtBluetooth.QBluetoothServiceDiscoveryAgent.__init__?1(self, QObject parent=None)
+QtBluetooth.QBluetoothServiceDiscoveryAgent?1(QBluetoothAddress, QObject parent=None)
+QtBluetooth.QBluetoothServiceDiscoveryAgent.__init__?1(self, QBluetoothAddress, QObject parent=None)
+QtBluetooth.QBluetoothServiceDiscoveryAgent.isActive?4() -> bool
+QtBluetooth.QBluetoothServiceDiscoveryAgent.error?4() -> QBluetoothServiceDiscoveryAgent.Error
+QtBluetooth.QBluetoothServiceDiscoveryAgent.errorString?4() -> QString
+QtBluetooth.QBluetoothServiceDiscoveryAgent.discoveredServices?4() -> unknown-type
+QtBluetooth.QBluetoothServiceDiscoveryAgent.setUuidFilter?4(unknown-type)
+QtBluetooth.QBluetoothServiceDiscoveryAgent.setUuidFilter?4(QBluetoothUuid)
+QtBluetooth.QBluetoothServiceDiscoveryAgent.uuidFilter?4() -> unknown-type
+QtBluetooth.QBluetoothServiceDiscoveryAgent.setRemoteAddress?4(QBluetoothAddress) -> bool
+QtBluetooth.QBluetoothServiceDiscoveryAgent.remoteAddress?4() -> QBluetoothAddress
+QtBluetooth.QBluetoothServiceDiscoveryAgent.start?4(QBluetoothServiceDiscoveryAgent.DiscoveryMode mode=QBluetoothServiceDiscoveryAgent.MinimalDiscovery)
+QtBluetooth.QBluetoothServiceDiscoveryAgent.stop?4()
+QtBluetooth.QBluetoothServiceDiscoveryAgent.clear?4()
+QtBluetooth.QBluetoothServiceDiscoveryAgent.serviceDiscovered?4(QBluetoothServiceInfo)
+QtBluetooth.QBluetoothServiceDiscoveryAgent.finished?4()
+QtBluetooth.QBluetoothServiceDiscoveryAgent.canceled?4()
+QtBluetooth.QBluetoothServiceDiscoveryAgent.errorOccurred?4(QBluetoothServiceDiscoveryAgent.Error)
+QtBluetooth.QBluetoothServiceInfo.Protocol?10
+QtBluetooth.QBluetoothServiceInfo.Protocol.UnknownProtocol?10
+QtBluetooth.QBluetoothServiceInfo.Protocol.L2capProtocol?10
+QtBluetooth.QBluetoothServiceInfo.Protocol.RfcommProtocol?10
+QtBluetooth.QBluetoothServiceInfo.AttributeId?10
+QtBluetooth.QBluetoothServiceInfo.AttributeId.ServiceRecordHandle?10
+QtBluetooth.QBluetoothServiceInfo.AttributeId.ServiceClassIds?10
+QtBluetooth.QBluetoothServiceInfo.AttributeId.ServiceRecordState?10
+QtBluetooth.QBluetoothServiceInfo.AttributeId.ServiceId?10
+QtBluetooth.QBluetoothServiceInfo.AttributeId.ProtocolDescriptorList?10
+QtBluetooth.QBluetoothServiceInfo.AttributeId.BrowseGroupList?10
+QtBluetooth.QBluetoothServiceInfo.AttributeId.LanguageBaseAttributeIdList?10
+QtBluetooth.QBluetoothServiceInfo.AttributeId.ServiceInfoTimeToLive?10
+QtBluetooth.QBluetoothServiceInfo.AttributeId.ServiceAvailability?10
+QtBluetooth.QBluetoothServiceInfo.AttributeId.BluetoothProfileDescriptorList?10
+QtBluetooth.QBluetoothServiceInfo.AttributeId.DocumentationUrl?10
+QtBluetooth.QBluetoothServiceInfo.AttributeId.ClientExecutableUrl?10
+QtBluetooth.QBluetoothServiceInfo.AttributeId.IconUrl?10
+QtBluetooth.QBluetoothServiceInfo.AttributeId.AdditionalProtocolDescriptorList?10
+QtBluetooth.QBluetoothServiceInfo.AttributeId.PrimaryLanguageBase?10
+QtBluetooth.QBluetoothServiceInfo.AttributeId.ServiceName?10
+QtBluetooth.QBluetoothServiceInfo.AttributeId.ServiceDescription?10
+QtBluetooth.QBluetoothServiceInfo.AttributeId.ServiceProvider?10
+QtBluetooth.QBluetoothServiceInfo?1()
+QtBluetooth.QBluetoothServiceInfo.__init__?1(self)
+QtBluetooth.QBluetoothServiceInfo?1(QBluetoothServiceInfo)
+QtBluetooth.QBluetoothServiceInfo.__init__?1(self, QBluetoothServiceInfo)
+QtBluetooth.QBluetoothServiceInfo.isValid?4() -> bool
+QtBluetooth.QBluetoothServiceInfo.isComplete?4() -> bool
+QtBluetooth.QBluetoothServiceInfo.setDevice?4(QBluetoothDeviceInfo)
+QtBluetooth.QBluetoothServiceInfo.device?4() -> QBluetoothDeviceInfo
+QtBluetooth.QBluetoothServiceInfo.attribute?4(int) -> QVariant
+QtBluetooth.QBluetoothServiceInfo.attributes?4() -> unknown-type
+QtBluetooth.QBluetoothServiceInfo.contains?4(int) -> bool
+QtBluetooth.QBluetoothServiceInfo.removeAttribute?4(int)
+QtBluetooth.QBluetoothServiceInfo.socketProtocol?4() -> QBluetoothServiceInfo.Protocol
+QtBluetooth.QBluetoothServiceInfo.protocolServiceMultiplexer?4() -> int
+QtBluetooth.QBluetoothServiceInfo.serverChannel?4() -> int
+QtBluetooth.QBluetoothServiceInfo.protocolDescriptor?4(QBluetoothUuid.ProtocolUuid) -> Sequence
+QtBluetooth.QBluetoothServiceInfo.isRegistered?4() -> bool
+QtBluetooth.QBluetoothServiceInfo.registerService?4(QBluetoothAddress localAdapter=QBluetoothAddress()) -> bool
+QtBluetooth.QBluetoothServiceInfo.unregisterService?4() -> bool
+QtBluetooth.QBluetoothServiceInfo.setAttribute?4(int, QBluetoothUuid)
+QtBluetooth.QBluetoothServiceInfo.setAttribute?4(int, Sequence)
+QtBluetooth.QBluetoothServiceInfo.setAttribute?4(int, QVariant)
+QtBluetooth.QBluetoothServiceInfo.setServiceName?4(QString)
+QtBluetooth.QBluetoothServiceInfo.serviceName?4() -> QString
+QtBluetooth.QBluetoothServiceInfo.setServiceDescription?4(QString)
+QtBluetooth.QBluetoothServiceInfo.serviceDescription?4() -> QString
+QtBluetooth.QBluetoothServiceInfo.setServiceProvider?4(QString)
+QtBluetooth.QBluetoothServiceInfo.serviceProvider?4() -> QString
+QtBluetooth.QBluetoothServiceInfo.setServiceAvailability?4(int)
+QtBluetooth.QBluetoothServiceInfo.serviceAvailability?4() -> int
+QtBluetooth.QBluetoothServiceInfo.setServiceUuid?4(QBluetoothUuid)
+QtBluetooth.QBluetoothServiceInfo.serviceUuid?4() -> QBluetoothUuid
+QtBluetooth.QBluetoothServiceInfo.serviceClassUuids?4() -> unknown-type
+QtBluetooth.QBluetoothSocket.SocketError?10
+QtBluetooth.QBluetoothSocket.SocketError.NoSocketError?10
+QtBluetooth.QBluetoothSocket.SocketError.UnknownSocketError?10
+QtBluetooth.QBluetoothSocket.SocketError.RemoteHostClosedError?10
+QtBluetooth.QBluetoothSocket.SocketError.HostNotFoundError?10
+QtBluetooth.QBluetoothSocket.SocketError.ServiceNotFoundError?10
+QtBluetooth.QBluetoothSocket.SocketError.NetworkError?10
+QtBluetooth.QBluetoothSocket.SocketError.UnsupportedProtocolError?10
+QtBluetooth.QBluetoothSocket.SocketError.OperationError?10
+QtBluetooth.QBluetoothSocket.SocketState?10
+QtBluetooth.QBluetoothSocket.SocketState.UnconnectedState?10
+QtBluetooth.QBluetoothSocket.SocketState.ServiceLookupState?10
+QtBluetooth.QBluetoothSocket.SocketState.ConnectingState?10
+QtBluetooth.QBluetoothSocket.SocketState.ConnectedState?10
+QtBluetooth.QBluetoothSocket.SocketState.BoundState?10
+QtBluetooth.QBluetoothSocket.SocketState.ClosingState?10
+QtBluetooth.QBluetoothSocket.SocketState.ListeningState?10
+QtBluetooth.QBluetoothSocket?1(QBluetoothServiceInfo.Protocol, QObject parent=None)
+QtBluetooth.QBluetoothSocket.__init__?1(self, QBluetoothServiceInfo.Protocol, QObject parent=None)
+QtBluetooth.QBluetoothSocket?1(QObject parent=None)
+QtBluetooth.QBluetoothSocket.__init__?1(self, QObject parent=None)
+QtBluetooth.QBluetoothSocket.abort?4()
+QtBluetooth.QBluetoothSocket.close?4()
+QtBluetooth.QBluetoothSocket.isSequential?4() -> bool
+QtBluetooth.QBluetoothSocket.bytesAvailable?4() -> int
+QtBluetooth.QBluetoothSocket.bytesToWrite?4() -> int
+QtBluetooth.QBluetoothSocket.canReadLine?4() -> bool
+QtBluetooth.QBluetoothSocket.connectToService?4(QBluetoothAddress, QBluetoothUuid.ServiceClassUuid, unknown-type mode=QIODeviceBase.ReadWrite)
+QtBluetooth.QBluetoothSocket.connectToService?4(QBluetoothAddress, int, unknown-type mode=QIODeviceBase.ReadWrite)
+QtBluetooth.QBluetoothSocket.connectToService?4(QBluetoothAddress, QBluetoothUuid, unknown-type mode=QIODeviceBase.ReadWrite)
+QtBluetooth.QBluetoothSocket.connectToService?4(QBluetoothServiceInfo, unknown-type mode=QIODeviceBase.ReadWrite)
+QtBluetooth.QBluetoothSocket.disconnectFromService?4()
+QtBluetooth.QBluetoothSocket.localName?4() -> QString
+QtBluetooth.QBluetoothSocket.localAddress?4() -> QBluetoothAddress
+QtBluetooth.QBluetoothSocket.localPort?4() -> int
+QtBluetooth.QBluetoothSocket.peerName?4() -> QString
+QtBluetooth.QBluetoothSocket.peerAddress?4() -> QBluetoothAddress
+QtBluetooth.QBluetoothSocket.peerPort?4() -> int
+QtBluetooth.QBluetoothSocket.setSocketDescriptor?4(int, QBluetoothServiceInfo.Protocol, QBluetoothSocket.SocketState state=QBluetoothSocket.SocketState.ConnectedState, unknown-type mode=QIODeviceBase.ReadWrite) -> bool
+QtBluetooth.QBluetoothSocket.socketDescriptor?4() -> int
+QtBluetooth.QBluetoothSocket.socketType?4() -> QBluetoothServiceInfo.Protocol
+QtBluetooth.QBluetoothSocket.state?4() -> QBluetoothSocket.SocketState
+QtBluetooth.QBluetoothSocket.error?4() -> QBluetoothSocket.SocketError
+QtBluetooth.QBluetoothSocket.errorString?4() -> QString
+QtBluetooth.QBluetoothSocket.connected?4()
+QtBluetooth.QBluetoothSocket.disconnected?4()
+QtBluetooth.QBluetoothSocket.errorOccurred?4(QBluetoothSocket.SocketError)
+QtBluetooth.QBluetoothSocket.stateChanged?4(QBluetoothSocket.SocketState)
+QtBluetooth.QBluetoothSocket.readData?4(int) -> object
+QtBluetooth.QBluetoothSocket.writeData?4(bytes) -> int
+QtBluetooth.QBluetoothSocket.setSocketState?4(QBluetoothSocket.SocketState)
+QtBluetooth.QBluetoothSocket.setSocketError?4(QBluetoothSocket.SocketError)
+QtBluetooth.QBluetoothSocket.doDeviceDiscovery?4(QBluetoothServiceInfo, unknown-type)
+QtBluetooth.QBluetoothSocket.setPreferredSecurityFlags?4(unknown-type)
+QtBluetooth.QBluetoothSocket.preferredSecurityFlags?4() -> unknown-type
+QtBluetooth.QBluetoothUuid.DescriptorType?10
+QtBluetooth.QBluetoothUuid.DescriptorType.UnknownDescriptorType?10
+QtBluetooth.QBluetoothUuid.DescriptorType.CharacteristicExtendedProperties?10
+QtBluetooth.QBluetoothUuid.DescriptorType.CharacteristicUserDescription?10
+QtBluetooth.QBluetoothUuid.DescriptorType.ClientCharacteristicConfiguration?10
+QtBluetooth.QBluetoothUuid.DescriptorType.ServerCharacteristicConfiguration?10
+QtBluetooth.QBluetoothUuid.DescriptorType.CharacteristicPresentationFormat?10
+QtBluetooth.QBluetoothUuid.DescriptorType.CharacteristicAggregateFormat?10
+QtBluetooth.QBluetoothUuid.DescriptorType.ValidRange?10
+QtBluetooth.QBluetoothUuid.DescriptorType.ExternalReportReference?10
+QtBluetooth.QBluetoothUuid.DescriptorType.ReportReference?10
+QtBluetooth.QBluetoothUuid.DescriptorType.EnvironmentalSensingConfiguration?10
+QtBluetooth.QBluetoothUuid.DescriptorType.EnvironmentalSensingMeasurement?10
+QtBluetooth.QBluetoothUuid.DescriptorType.EnvironmentalSensingTriggerSetting?10
+QtBluetooth.QBluetoothUuid.CharacteristicType?10
+QtBluetooth.QBluetoothUuid.CharacteristicType.DeviceName?10
+QtBluetooth.QBluetoothUuid.CharacteristicType.Appearance?10
+QtBluetooth.QBluetoothUuid.CharacteristicType.PeripheralPrivacyFlag?10
+QtBluetooth.QBluetoothUuid.CharacteristicType.ReconnectionAddress?10
+QtBluetooth.QBluetoothUuid.CharacteristicType.PeripheralPreferredConnectionParameters?10
+QtBluetooth.QBluetoothUuid.CharacteristicType.ServiceChanged?10
+QtBluetooth.QBluetoothUuid.CharacteristicType.AlertLevel?10
+QtBluetooth.QBluetoothUuid.CharacteristicType.TxPowerLevel?10
+QtBluetooth.QBluetoothUuid.CharacteristicType.DateTime?10
+QtBluetooth.QBluetoothUuid.CharacteristicType.DayOfWeek?10
+QtBluetooth.QBluetoothUuid.CharacteristicType.DayDateTime?10
+QtBluetooth.QBluetoothUuid.CharacteristicType.ExactTime256?10
+QtBluetooth.QBluetoothUuid.CharacteristicType.DSTOffset?10
+QtBluetooth.QBluetoothUuid.CharacteristicType.TimeZone?10
+QtBluetooth.QBluetoothUuid.CharacteristicType.LocalTimeInformation?10
+QtBluetooth.QBluetoothUuid.CharacteristicType.TimeWithDST?10
+QtBluetooth.QBluetoothUuid.CharacteristicType.TimeAccuracy?10
+QtBluetooth.QBluetoothUuid.CharacteristicType.TimeSource?10
+QtBluetooth.QBluetoothUuid.CharacteristicType.ReferenceTimeInformation?10
+QtBluetooth.QBluetoothUuid.CharacteristicType.TimeUpdateControlPoint?10
+QtBluetooth.QBluetoothUuid.CharacteristicType.TimeUpdateState?10
+QtBluetooth.QBluetoothUuid.CharacteristicType.GlucoseMeasurement?10
+QtBluetooth.QBluetoothUuid.CharacteristicType.BatteryLevel?10
+QtBluetooth.QBluetoothUuid.CharacteristicType.TemperatureMeasurement?10
+QtBluetooth.QBluetoothUuid.CharacteristicType.TemperatureType?10
+QtBluetooth.QBluetoothUuid.CharacteristicType.IntermediateTemperature?10
+QtBluetooth.QBluetoothUuid.CharacteristicType.MeasurementInterval?10
+QtBluetooth.QBluetoothUuid.CharacteristicType.BootKeyboardInputReport?10
+QtBluetooth.QBluetoothUuid.CharacteristicType.SystemID?10
+QtBluetooth.QBluetoothUuid.CharacteristicType.ModelNumberString?10
+QtBluetooth.QBluetoothUuid.CharacteristicType.SerialNumberString?10
+QtBluetooth.QBluetoothUuid.CharacteristicType.FirmwareRevisionString?10
+QtBluetooth.QBluetoothUuid.CharacteristicType.HardwareRevisionString?10
+QtBluetooth.QBluetoothUuid.CharacteristicType.SoftwareRevisionString?10
+QtBluetooth.QBluetoothUuid.CharacteristicType.ManufacturerNameString?10
+QtBluetooth.QBluetoothUuid.CharacteristicType.IEEE1107320601RegulatoryCertificationDataList?10
+QtBluetooth.QBluetoothUuid.CharacteristicType.CurrentTime?10
+QtBluetooth.QBluetoothUuid.CharacteristicType.MagneticDeclination?10
+QtBluetooth.QBluetoothUuid.CharacteristicType.ScanRefresh?10
+QtBluetooth.QBluetoothUuid.CharacteristicType.BootKeyboardOutputReport?10
+QtBluetooth.QBluetoothUuid.CharacteristicType.BootMouseInputReport?10
+QtBluetooth.QBluetoothUuid.CharacteristicType.GlucoseMeasurementContext?10
+QtBluetooth.QBluetoothUuid.CharacteristicType.BloodPressureMeasurement?10
+QtBluetooth.QBluetoothUuid.CharacteristicType.IntermediateCuffPressure?10
+QtBluetooth.QBluetoothUuid.CharacteristicType.HeartRateMeasurement?10
+QtBluetooth.QBluetoothUuid.CharacteristicType.BodySensorLocation?10
+QtBluetooth.QBluetoothUuid.CharacteristicType.HeartRateControlPoint?10
+QtBluetooth.QBluetoothUuid.CharacteristicType.AlertStatus?10
+QtBluetooth.QBluetoothUuid.CharacteristicType.RingerControlPoint?10
+QtBluetooth.QBluetoothUuid.CharacteristicType.RingerSetting?10
+QtBluetooth.QBluetoothUuid.CharacteristicType.AlertCategoryIDBitMask?10
+QtBluetooth.QBluetoothUuid.CharacteristicType.AlertCategoryID?10
+QtBluetooth.QBluetoothUuid.CharacteristicType.AlertNotificationControlPoint?10
+QtBluetooth.QBluetoothUuid.CharacteristicType.UnreadAlertStatus?10
+QtBluetooth.QBluetoothUuid.CharacteristicType.NewAlert?10
+QtBluetooth.QBluetoothUuid.CharacteristicType.SupportedNewAlertCategory?10
+QtBluetooth.QBluetoothUuid.CharacteristicType.SupportedUnreadAlertCategory?10
+QtBluetooth.QBluetoothUuid.CharacteristicType.BloodPressureFeature?10
+QtBluetooth.QBluetoothUuid.CharacteristicType.HIDInformation?10
+QtBluetooth.QBluetoothUuid.CharacteristicType.ReportMap?10
+QtBluetooth.QBluetoothUuid.CharacteristicType.HIDControlPoint?10
+QtBluetooth.QBluetoothUuid.CharacteristicType.Report?10
+QtBluetooth.QBluetoothUuid.CharacteristicType.ProtocolMode?10
+QtBluetooth.QBluetoothUuid.CharacteristicType.ScanIntervalWindow?10
+QtBluetooth.QBluetoothUuid.CharacteristicType.PnPID?10
+QtBluetooth.QBluetoothUuid.CharacteristicType.GlucoseFeature?10
+QtBluetooth.QBluetoothUuid.CharacteristicType.RecordAccessControlPoint?10
+QtBluetooth.QBluetoothUuid.CharacteristicType.RSCMeasurement?10
+QtBluetooth.QBluetoothUuid.CharacteristicType.RSCFeature?10
+QtBluetooth.QBluetoothUuid.CharacteristicType.SCControlPoint?10
+QtBluetooth.QBluetoothUuid.CharacteristicType.CSCMeasurement?10
+QtBluetooth.QBluetoothUuid.CharacteristicType.CSCFeature?10
+QtBluetooth.QBluetoothUuid.CharacteristicType.SensorLocation?10
+QtBluetooth.QBluetoothUuid.CharacteristicType.CyclingPowerMeasurement?10
+QtBluetooth.QBluetoothUuid.CharacteristicType.CyclingPowerVector?10
+QtBluetooth.QBluetoothUuid.CharacteristicType.CyclingPowerFeature?10
+QtBluetooth.QBluetoothUuid.CharacteristicType.CyclingPowerControlPoint?10
+QtBluetooth.QBluetoothUuid.CharacteristicType.LocationAndSpeed?10
+QtBluetooth.QBluetoothUuid.CharacteristicType.Navigation?10
+QtBluetooth.QBluetoothUuid.CharacteristicType.PositionQuality?10
+QtBluetooth.QBluetoothUuid.CharacteristicType.LNFeature?10
+QtBluetooth.QBluetoothUuid.CharacteristicType.LNControlPoint?10
+QtBluetooth.QBluetoothUuid.CharacteristicType.Elevation?10
+QtBluetooth.QBluetoothUuid.CharacteristicType.Pressure?10
+QtBluetooth.QBluetoothUuid.CharacteristicType.Temperature?10
+QtBluetooth.QBluetoothUuid.CharacteristicType.Humidity?10
+QtBluetooth.QBluetoothUuid.CharacteristicType.TrueWindSpeed?10
+QtBluetooth.QBluetoothUuid.CharacteristicType.TrueWindDirection?10
+QtBluetooth.QBluetoothUuid.CharacteristicType.ApparentWindSpeed?10
+QtBluetooth.QBluetoothUuid.CharacteristicType.ApparentWindDirection?10
+QtBluetooth.QBluetoothUuid.CharacteristicType.GustFactor?10
+QtBluetooth.QBluetoothUuid.CharacteristicType.PollenConcentration?10
+QtBluetooth.QBluetoothUuid.CharacteristicType.UVIndex?10
+QtBluetooth.QBluetoothUuid.CharacteristicType.Irradiance?10
+QtBluetooth.QBluetoothUuid.CharacteristicType.Rainfall?10
+QtBluetooth.QBluetoothUuid.CharacteristicType.WindChill?10
+QtBluetooth.QBluetoothUuid.CharacteristicType.HeatIndex?10
+QtBluetooth.QBluetoothUuid.CharacteristicType.DewPoint?10
+QtBluetooth.QBluetoothUuid.CharacteristicType.DescriptorValueChanged?10
+QtBluetooth.QBluetoothUuid.CharacteristicType.AerobicHeartRateLowerLimit?10
+QtBluetooth.QBluetoothUuid.CharacteristicType.AerobicThreshold?10
+QtBluetooth.QBluetoothUuid.CharacteristicType.Age?10
+QtBluetooth.QBluetoothUuid.CharacteristicType.AnaerobicHeartRateLowerLimit?10
+QtBluetooth.QBluetoothUuid.CharacteristicType.AnaerobicHeartRateUpperLimit?10
+QtBluetooth.QBluetoothUuid.CharacteristicType.AnaerobicThreshold?10
+QtBluetooth.QBluetoothUuid.CharacteristicType.AerobicHeartRateUpperLimit?10
+QtBluetooth.QBluetoothUuid.CharacteristicType.DateOfBirth?10
+QtBluetooth.QBluetoothUuid.CharacteristicType.DateOfThresholdAssessment?10
+QtBluetooth.QBluetoothUuid.CharacteristicType.EmailAddress?10
+QtBluetooth.QBluetoothUuid.CharacteristicType.FatBurnHeartRateLowerLimit?10
+QtBluetooth.QBluetoothUuid.CharacteristicType.FatBurnHeartRateUpperLimit?10
+QtBluetooth.QBluetoothUuid.CharacteristicType.FirstName?10
+QtBluetooth.QBluetoothUuid.CharacteristicType.FiveZoneHeartRateLimits?10
+QtBluetooth.QBluetoothUuid.CharacteristicType.Gender?10
+QtBluetooth.QBluetoothUuid.CharacteristicType.HeartRateMax?10
+QtBluetooth.QBluetoothUuid.CharacteristicType.Height?10
+QtBluetooth.QBluetoothUuid.CharacteristicType.HipCircumference?10
+QtBluetooth.QBluetoothUuid.CharacteristicType.LastName?10
+QtBluetooth.QBluetoothUuid.CharacteristicType.MaximumRecommendedHeartRate?10
+QtBluetooth.QBluetoothUuid.CharacteristicType.RestingHeartRate?10
+QtBluetooth.QBluetoothUuid.CharacteristicType.SportTypeForAerobicAnaerobicThresholds?10
+QtBluetooth.QBluetoothUuid.CharacteristicType.ThreeZoneHeartRateLimits?10
+QtBluetooth.QBluetoothUuid.CharacteristicType.TwoZoneHeartRateLimits?10
+QtBluetooth.QBluetoothUuid.CharacteristicType.VO2Max?10
+QtBluetooth.QBluetoothUuid.CharacteristicType.WaistCircumference?10
+QtBluetooth.QBluetoothUuid.CharacteristicType.Weight?10
+QtBluetooth.QBluetoothUuid.CharacteristicType.DatabaseChangeIncrement?10
+QtBluetooth.QBluetoothUuid.CharacteristicType.UserIndex?10
+QtBluetooth.QBluetoothUuid.CharacteristicType.BodyCompositionFeature?10
+QtBluetooth.QBluetoothUuid.CharacteristicType.BodyCompositionMeasurement?10
+QtBluetooth.QBluetoothUuid.CharacteristicType.WeightMeasurement?10
+QtBluetooth.QBluetoothUuid.CharacteristicType.WeightScaleFeature?10
+QtBluetooth.QBluetoothUuid.CharacteristicType.UserControlPoint?10
+QtBluetooth.QBluetoothUuid.CharacteristicType.MagneticFluxDensity2D?10
+QtBluetooth.QBluetoothUuid.CharacteristicType.MagneticFluxDensity3D?10
+QtBluetooth.QBluetoothUuid.CharacteristicType.Language?10
+QtBluetooth.QBluetoothUuid.CharacteristicType.BarometricPressureTrend?10
+QtBluetooth.QBluetoothUuid.ServiceClassUuid?10
+QtBluetooth.QBluetoothUuid.ServiceClassUuid.ServiceDiscoveryServer?10
+QtBluetooth.QBluetoothUuid.ServiceClassUuid.BrowseGroupDescriptor?10
+QtBluetooth.QBluetoothUuid.ServiceClassUuid.PublicBrowseGroup?10
+QtBluetooth.QBluetoothUuid.ServiceClassUuid.SerialPort?10
+QtBluetooth.QBluetoothUuid.ServiceClassUuid.LANAccessUsingPPP?10
+QtBluetooth.QBluetoothUuid.ServiceClassUuid.DialupNetworking?10
+QtBluetooth.QBluetoothUuid.ServiceClassUuid.IrMCSync?10
+QtBluetooth.QBluetoothUuid.ServiceClassUuid.ObexObjectPush?10
+QtBluetooth.QBluetoothUuid.ServiceClassUuid.OBEXFileTransfer?10
+QtBluetooth.QBluetoothUuid.ServiceClassUuid.IrMCSyncCommand?10
+QtBluetooth.QBluetoothUuid.ServiceClassUuid.Headset?10
+QtBluetooth.QBluetoothUuid.ServiceClassUuid.AudioSource?10
+QtBluetooth.QBluetoothUuid.ServiceClassUuid.AudioSink?10
+QtBluetooth.QBluetoothUuid.ServiceClassUuid.AV_RemoteControlTarget?10
+QtBluetooth.QBluetoothUuid.ServiceClassUuid.AdvancedAudioDistribution?10
+QtBluetooth.QBluetoothUuid.ServiceClassUuid.AV_RemoteControl?10
+QtBluetooth.QBluetoothUuid.ServiceClassUuid.AV_RemoteControlController?10
+QtBluetooth.QBluetoothUuid.ServiceClassUuid.HeadsetAG?10
+QtBluetooth.QBluetoothUuid.ServiceClassUuid.PANU?10
+QtBluetooth.QBluetoothUuid.ServiceClassUuid.NAP?10
+QtBluetooth.QBluetoothUuid.ServiceClassUuid.GN?10
+QtBluetooth.QBluetoothUuid.ServiceClassUuid.DirectPrinting?10
+QtBluetooth.QBluetoothUuid.ServiceClassUuid.ReferencePrinting?10
+QtBluetooth.QBluetoothUuid.ServiceClassUuid.BasicImage?10
+QtBluetooth.QBluetoothUuid.ServiceClassUuid.ImagingResponder?10
+QtBluetooth.QBluetoothUuid.ServiceClassUuid.ImagingAutomaticArchive?10
+QtBluetooth.QBluetoothUuid.ServiceClassUuid.ImagingReferenceObjects?10
+QtBluetooth.QBluetoothUuid.ServiceClassUuid.Handsfree?10
+QtBluetooth.QBluetoothUuid.ServiceClassUuid.HandsfreeAudioGateway?10
+QtBluetooth.QBluetoothUuid.ServiceClassUuid.DirectPrintingReferenceObjectsService?10
+QtBluetooth.QBluetoothUuid.ServiceClassUuid.ReflectedUI?10
+QtBluetooth.QBluetoothUuid.ServiceClassUuid.BasicPrinting?10
+QtBluetooth.QBluetoothUuid.ServiceClassUuid.PrintingStatus?10
+QtBluetooth.QBluetoothUuid.ServiceClassUuid.HumanInterfaceDeviceService?10
+QtBluetooth.QBluetoothUuid.ServiceClassUuid.HardcopyCableReplacement?10
+QtBluetooth.QBluetoothUuid.ServiceClassUuid.HCRPrint?10
+QtBluetooth.QBluetoothUuid.ServiceClassUuid.HCRScan?10
+QtBluetooth.QBluetoothUuid.ServiceClassUuid.SIMAccess?10
+QtBluetooth.QBluetoothUuid.ServiceClassUuid.PhonebookAccessPCE?10
+QtBluetooth.QBluetoothUuid.ServiceClassUuid.PhonebookAccessPSE?10
+QtBluetooth.QBluetoothUuid.ServiceClassUuid.PhonebookAccess?10
+QtBluetooth.QBluetoothUuid.ServiceClassUuid.HeadsetHS?10
+QtBluetooth.QBluetoothUuid.ServiceClassUuid.MessageAccessServer?10
+QtBluetooth.QBluetoothUuid.ServiceClassUuid.MessageNotificationServer?10
+QtBluetooth.QBluetoothUuid.ServiceClassUuid.MessageAccessProfile?10
+QtBluetooth.QBluetoothUuid.ServiceClassUuid.GNSS?10
+QtBluetooth.QBluetoothUuid.ServiceClassUuid.GNSSServer?10
+QtBluetooth.QBluetoothUuid.ServiceClassUuid.Display3D?10
+QtBluetooth.QBluetoothUuid.ServiceClassUuid.Glasses3D?10
+QtBluetooth.QBluetoothUuid.ServiceClassUuid.Synchronization3D?10
+QtBluetooth.QBluetoothUuid.ServiceClassUuid.MPSProfile?10
+QtBluetooth.QBluetoothUuid.ServiceClassUuid.MPSService?10
+QtBluetooth.QBluetoothUuid.ServiceClassUuid.PnPInformation?10
+QtBluetooth.QBluetoothUuid.ServiceClassUuid.GenericNetworking?10
+QtBluetooth.QBluetoothUuid.ServiceClassUuid.GenericFileTransfer?10
+QtBluetooth.QBluetoothUuid.ServiceClassUuid.GenericAudio?10
+QtBluetooth.QBluetoothUuid.ServiceClassUuid.GenericTelephony?10
+QtBluetooth.QBluetoothUuid.ServiceClassUuid.VideoSource?10
+QtBluetooth.QBluetoothUuid.ServiceClassUuid.VideoSink?10
+QtBluetooth.QBluetoothUuid.ServiceClassUuid.VideoDistribution?10
+QtBluetooth.QBluetoothUuid.ServiceClassUuid.HDP?10
+QtBluetooth.QBluetoothUuid.ServiceClassUuid.HDPSource?10
+QtBluetooth.QBluetoothUuid.ServiceClassUuid.HDPSink?10
+QtBluetooth.QBluetoothUuid.ServiceClassUuid.GenericAccess?10
+QtBluetooth.QBluetoothUuid.ServiceClassUuid.GenericAttribute?10
+QtBluetooth.QBluetoothUuid.ServiceClassUuid.ImmediateAlert?10
+QtBluetooth.QBluetoothUuid.ServiceClassUuid.LinkLoss?10
+QtBluetooth.QBluetoothUuid.ServiceClassUuid.TxPower?10
+QtBluetooth.QBluetoothUuid.ServiceClassUuid.CurrentTimeService?10
+QtBluetooth.QBluetoothUuid.ServiceClassUuid.ReferenceTimeUpdateService?10
+QtBluetooth.QBluetoothUuid.ServiceClassUuid.NextDSTChangeService?10
+QtBluetooth.QBluetoothUuid.ServiceClassUuid.Glucose?10
+QtBluetooth.QBluetoothUuid.ServiceClassUuid.HealthThermometer?10
+QtBluetooth.QBluetoothUuid.ServiceClassUuid.DeviceInformation?10
+QtBluetooth.QBluetoothUuid.ServiceClassUuid.HeartRate?10
+QtBluetooth.QBluetoothUuid.ServiceClassUuid.PhoneAlertStatusService?10
+QtBluetooth.QBluetoothUuid.ServiceClassUuid.BatteryService?10
+QtBluetooth.QBluetoothUuid.ServiceClassUuid.BloodPressure?10
+QtBluetooth.QBluetoothUuid.ServiceClassUuid.AlertNotificationService?10
+QtBluetooth.QBluetoothUuid.ServiceClassUuid.HumanInterfaceDevice?10
+QtBluetooth.QBluetoothUuid.ServiceClassUuid.ScanParameters?10
+QtBluetooth.QBluetoothUuid.ServiceClassUuid.RunningSpeedAndCadence?10
+QtBluetooth.QBluetoothUuid.ServiceClassUuid.CyclingSpeedAndCadence?10
+QtBluetooth.QBluetoothUuid.ServiceClassUuid.CyclingPower?10
+QtBluetooth.QBluetoothUuid.ServiceClassUuid.LocationAndNavigation?10
+QtBluetooth.QBluetoothUuid.ServiceClassUuid.EnvironmentalSensing?10
+QtBluetooth.QBluetoothUuid.ServiceClassUuid.BodyComposition?10
+QtBluetooth.QBluetoothUuid.ServiceClassUuid.UserData?10
+QtBluetooth.QBluetoothUuid.ServiceClassUuid.WeightScale?10
+QtBluetooth.QBluetoothUuid.ServiceClassUuid.BondManagement?10
+QtBluetooth.QBluetoothUuid.ServiceClassUuid.ContinuousGlucoseMonitoring?10
+QtBluetooth.QBluetoothUuid.ProtocolUuid?10
+QtBluetooth.QBluetoothUuid.ProtocolUuid.Sdp?10
+QtBluetooth.QBluetoothUuid.ProtocolUuid.Udp?10
+QtBluetooth.QBluetoothUuid.ProtocolUuid.Rfcomm?10
+QtBluetooth.QBluetoothUuid.ProtocolUuid.Tcp?10
+QtBluetooth.QBluetoothUuid.ProtocolUuid.TcsBin?10
+QtBluetooth.QBluetoothUuid.ProtocolUuid.TcsAt?10
+QtBluetooth.QBluetoothUuid.ProtocolUuid.Att?10
+QtBluetooth.QBluetoothUuid.ProtocolUuid.Obex?10
+QtBluetooth.QBluetoothUuid.ProtocolUuid.Ip?10
+QtBluetooth.QBluetoothUuid.ProtocolUuid.Ftp?10
+QtBluetooth.QBluetoothUuid.ProtocolUuid.Http?10
+QtBluetooth.QBluetoothUuid.ProtocolUuid.Wsp?10
+QtBluetooth.QBluetoothUuid.ProtocolUuid.Bnep?10
+QtBluetooth.QBluetoothUuid.ProtocolUuid.Upnp?10
+QtBluetooth.QBluetoothUuid.ProtocolUuid.Hidp?10
+QtBluetooth.QBluetoothUuid.ProtocolUuid.HardcopyControlChannel?10
+QtBluetooth.QBluetoothUuid.ProtocolUuid.HardcopyDataChannel?10
+QtBluetooth.QBluetoothUuid.ProtocolUuid.HardcopyNotification?10
+QtBluetooth.QBluetoothUuid.ProtocolUuid.Avctp?10
+QtBluetooth.QBluetoothUuid.ProtocolUuid.Avdtp?10
+QtBluetooth.QBluetoothUuid.ProtocolUuid.Cmtp?10
+QtBluetooth.QBluetoothUuid.ProtocolUuid.UdiCPlain?10
+QtBluetooth.QBluetoothUuid.ProtocolUuid.McapControlChannel?10
+QtBluetooth.QBluetoothUuid.ProtocolUuid.McapDataChannel?10
+QtBluetooth.QBluetoothUuid.ProtocolUuid.L2cap?10
+QtBluetooth.QBluetoothUuid?1()
+QtBluetooth.QBluetoothUuid.__init__?1(self)
+QtBluetooth.QBluetoothUuid?1(QBluetoothUuid.ProtocolUuid)
+QtBluetooth.QBluetoothUuid.__init__?1(self, QBluetoothUuid.ProtocolUuid)
+QtBluetooth.QBluetoothUuid?1(QBluetoothUuid.ServiceClassUuid)
+QtBluetooth.QBluetoothUuid.__init__?1(self, QBluetoothUuid.ServiceClassUuid)
+QtBluetooth.QBluetoothUuid?1(QBluetoothUuid.CharacteristicType)
+QtBluetooth.QBluetoothUuid.__init__?1(self, QBluetoothUuid.CharacteristicType)
+QtBluetooth.QBluetoothUuid?1(QBluetoothUuid.DescriptorType)
+QtBluetooth.QBluetoothUuid.__init__?1(self, QBluetoothUuid.DescriptorType)
+QtBluetooth.QBluetoothUuid?1(int)
+QtBluetooth.QBluetoothUuid.__init__?1(self, int)
+QtBluetooth.QBluetoothUuid?1(quint128)
+QtBluetooth.QBluetoothUuid.__init__?1(self, quint128)
+QtBluetooth.QBluetoothUuid?1(QString)
+QtBluetooth.QBluetoothUuid.__init__?1(self, QString)
+QtBluetooth.QBluetoothUuid?1(QBluetoothUuid)
+QtBluetooth.QBluetoothUuid.__init__?1(self, QBluetoothUuid)
+QtBluetooth.QBluetoothUuid?1(QUuid)
+QtBluetooth.QBluetoothUuid.__init__?1(self, QUuid)
+QtBluetooth.QBluetoothUuid.minimumSize?4() -> int
+QtBluetooth.QBluetoothUuid.toUInt16?4() -> (int, bool)
+QtBluetooth.QBluetoothUuid.toUInt32?4() -> (int, bool)
+QtBluetooth.QBluetoothUuid.toUInt128?4() -> quint128
+QtBluetooth.QBluetoothUuid.serviceClassToString?4(QBluetoothUuid.ServiceClassUuid) -> QString
+QtBluetooth.QBluetoothUuid.protocolToString?4(QBluetoothUuid.ProtocolUuid) -> QString
+QtBluetooth.QBluetoothUuid.characteristicToString?4(QBluetoothUuid.CharacteristicType) -> QString
+QtBluetooth.QBluetoothUuid.descriptorToString?4(QBluetoothUuid.DescriptorType) -> QString
+QtBluetooth.QLowEnergyAdvertisingData.Discoverability?10
+QtBluetooth.QLowEnergyAdvertisingData.Discoverability.DiscoverabilityNone?10
+QtBluetooth.QLowEnergyAdvertisingData.Discoverability.DiscoverabilityLimited?10
+QtBluetooth.QLowEnergyAdvertisingData.Discoverability.DiscoverabilityGeneral?10
+QtBluetooth.QLowEnergyAdvertisingData?1()
+QtBluetooth.QLowEnergyAdvertisingData.__init__?1(self)
+QtBluetooth.QLowEnergyAdvertisingData?1(QLowEnergyAdvertisingData)
+QtBluetooth.QLowEnergyAdvertisingData.__init__?1(self, QLowEnergyAdvertisingData)
+QtBluetooth.QLowEnergyAdvertisingData.setLocalName?4(QString)
+QtBluetooth.QLowEnergyAdvertisingData.localName?4() -> QString
+QtBluetooth.QLowEnergyAdvertisingData.invalidManufacturerId?4() -> int
+QtBluetooth.QLowEnergyAdvertisingData.setManufacturerData?4(int, QByteArray)
+QtBluetooth.QLowEnergyAdvertisingData.manufacturerId?4() -> int
+QtBluetooth.QLowEnergyAdvertisingData.manufacturerData?4() -> QByteArray
+QtBluetooth.QLowEnergyAdvertisingData.setIncludePowerLevel?4(bool)
+QtBluetooth.QLowEnergyAdvertisingData.includePowerLevel?4() -> bool
+QtBluetooth.QLowEnergyAdvertisingData.setDiscoverability?4(QLowEnergyAdvertisingData.Discoverability)
+QtBluetooth.QLowEnergyAdvertisingData.discoverability?4() -> QLowEnergyAdvertisingData.Discoverability
+QtBluetooth.QLowEnergyAdvertisingData.setServices?4(unknown-type)
+QtBluetooth.QLowEnergyAdvertisingData.services?4() -> unknown-type
+QtBluetooth.QLowEnergyAdvertisingData.setRawData?4(QByteArray)
+QtBluetooth.QLowEnergyAdvertisingData.rawData?4() -> QByteArray
+QtBluetooth.QLowEnergyAdvertisingData.swap?4(QLowEnergyAdvertisingData)
+QtBluetooth.QLowEnergyAdvertisingParameters.FilterPolicy?10
+QtBluetooth.QLowEnergyAdvertisingParameters.FilterPolicy.IgnoreWhiteList?10
+QtBluetooth.QLowEnergyAdvertisingParameters.FilterPolicy.UseWhiteListForScanning?10
+QtBluetooth.QLowEnergyAdvertisingParameters.FilterPolicy.UseWhiteListForConnecting?10
+QtBluetooth.QLowEnergyAdvertisingParameters.FilterPolicy.UseWhiteListForScanningAndConnecting?10
+QtBluetooth.QLowEnergyAdvertisingParameters.Mode?10
+QtBluetooth.QLowEnergyAdvertisingParameters.Mode.AdvInd?10
+QtBluetooth.QLowEnergyAdvertisingParameters.Mode.AdvScanInd?10
+QtBluetooth.QLowEnergyAdvertisingParameters.Mode.AdvNonConnInd?10
+QtBluetooth.QLowEnergyAdvertisingParameters?1()
+QtBluetooth.QLowEnergyAdvertisingParameters.__init__?1(self)
+QtBluetooth.QLowEnergyAdvertisingParameters?1(QLowEnergyAdvertisingParameters)
+QtBluetooth.QLowEnergyAdvertisingParameters.__init__?1(self, QLowEnergyAdvertisingParameters)
+QtBluetooth.QLowEnergyAdvertisingParameters.setMode?4(QLowEnergyAdvertisingParameters.Mode)
+QtBluetooth.QLowEnergyAdvertisingParameters.mode?4() -> QLowEnergyAdvertisingParameters.Mode
+QtBluetooth.QLowEnergyAdvertisingParameters.setWhiteList?4(unknown-type, QLowEnergyAdvertisingParameters.FilterPolicy)
+QtBluetooth.QLowEnergyAdvertisingParameters.whiteList?4() -> unknown-type
+QtBluetooth.QLowEnergyAdvertisingParameters.filterPolicy?4() -> QLowEnergyAdvertisingParameters.FilterPolicy
+QtBluetooth.QLowEnergyAdvertisingParameters.setInterval?4(int, int)
+QtBluetooth.QLowEnergyAdvertisingParameters.minimumInterval?4() -> int
+QtBluetooth.QLowEnergyAdvertisingParameters.maximumInterval?4() -> int
+QtBluetooth.QLowEnergyAdvertisingParameters.swap?4(QLowEnergyAdvertisingParameters)
+QtBluetooth.QLowEnergyAdvertisingParameters.AddressInfo.address?7
+QtBluetooth.QLowEnergyAdvertisingParameters.AddressInfo.type?7
+QtBluetooth.QLowEnergyAdvertisingParameters.AddressInfo?1(QBluetoothAddress, QLowEnergyController.RemoteAddressType)
+QtBluetooth.QLowEnergyAdvertisingParameters.AddressInfo.__init__?1(self, QBluetoothAddress, QLowEnergyController.RemoteAddressType)
+QtBluetooth.QLowEnergyAdvertisingParameters.AddressInfo?1()
+QtBluetooth.QLowEnergyAdvertisingParameters.AddressInfo.__init__?1(self)
+QtBluetooth.QLowEnergyAdvertisingParameters.AddressInfo?1(QLowEnergyAdvertisingParameters.AddressInfo)
+QtBluetooth.QLowEnergyAdvertisingParameters.AddressInfo.__init__?1(self, QLowEnergyAdvertisingParameters.AddressInfo)
+QtBluetooth.QLowEnergyCharacteristic.PropertyType?10
+QtBluetooth.QLowEnergyCharacteristic.PropertyType.Unknown?10
+QtBluetooth.QLowEnergyCharacteristic.PropertyType.Broadcasting?10
+QtBluetooth.QLowEnergyCharacteristic.PropertyType.Read?10
+QtBluetooth.QLowEnergyCharacteristic.PropertyType.WriteNoResponse?10
+QtBluetooth.QLowEnergyCharacteristic.PropertyType.Write?10
+QtBluetooth.QLowEnergyCharacteristic.PropertyType.Notify?10
+QtBluetooth.QLowEnergyCharacteristic.PropertyType.Indicate?10
+QtBluetooth.QLowEnergyCharacteristic.PropertyType.WriteSigned?10
+QtBluetooth.QLowEnergyCharacteristic.PropertyType.ExtendedProperty?10
+QtBluetooth.QLowEnergyCharacteristic.CCCDDisable?7
+QtBluetooth.QLowEnergyCharacteristic.CCCDEnableIndication?7
+QtBluetooth.QLowEnergyCharacteristic.CCCDEnableNotification?7
+QtBluetooth.QLowEnergyCharacteristic?1()
+QtBluetooth.QLowEnergyCharacteristic.__init__?1(self)
+QtBluetooth.QLowEnergyCharacteristic?1(QLowEnergyCharacteristic)
+QtBluetooth.QLowEnergyCharacteristic.__init__?1(self, QLowEnergyCharacteristic)
+QtBluetooth.QLowEnergyCharacteristic.name?4() -> QString
+QtBluetooth.QLowEnergyCharacteristic.uuid?4() -> QBluetoothUuid
+QtBluetooth.QLowEnergyCharacteristic.value?4() -> QByteArray
+QtBluetooth.QLowEnergyCharacteristic.properties?4() -> unknown-type
+QtBluetooth.QLowEnergyCharacteristic.descriptor?4(QBluetoothUuid) -> QLowEnergyDescriptor
+QtBluetooth.QLowEnergyCharacteristic.descriptors?4() -> unknown-type
+QtBluetooth.QLowEnergyCharacteristic.isValid?4() -> bool
+QtBluetooth.QLowEnergyCharacteristic.clientCharacteristicConfiguration?4() -> QLowEnergyDescriptor
+QtBluetooth.QLowEnergyCharacteristicData?1()
+QtBluetooth.QLowEnergyCharacteristicData.__init__?1(self)
+QtBluetooth.QLowEnergyCharacteristicData?1(QLowEnergyCharacteristicData)
+QtBluetooth.QLowEnergyCharacteristicData.__init__?1(self, QLowEnergyCharacteristicData)
+QtBluetooth.QLowEnergyCharacteristicData.uuid?4() -> QBluetoothUuid
+QtBluetooth.QLowEnergyCharacteristicData.setUuid?4(QBluetoothUuid)
+QtBluetooth.QLowEnergyCharacteristicData.value?4() -> QByteArray
+QtBluetooth.QLowEnergyCharacteristicData.setValue?4(QByteArray)
+QtBluetooth.QLowEnergyCharacteristicData.properties?4() -> unknown-type
+QtBluetooth.QLowEnergyCharacteristicData.setProperties?4(unknown-type)
+QtBluetooth.QLowEnergyCharacteristicData.descriptors?4() -> unknown-type
+QtBluetooth.QLowEnergyCharacteristicData.setDescriptors?4(unknown-type)
+QtBluetooth.QLowEnergyCharacteristicData.addDescriptor?4(QLowEnergyDescriptorData)
+QtBluetooth.QLowEnergyCharacteristicData.setReadConstraints?4(unknown-type)
+QtBluetooth.QLowEnergyCharacteristicData.readConstraints?4() -> unknown-type
+QtBluetooth.QLowEnergyCharacteristicData.setWriteConstraints?4(unknown-type)
+QtBluetooth.QLowEnergyCharacteristicData.writeConstraints?4() -> unknown-type
+QtBluetooth.QLowEnergyCharacteristicData.setValueLength?4(int, int)
+QtBluetooth.QLowEnergyCharacteristicData.minimumValueLength?4() -> int
+QtBluetooth.QLowEnergyCharacteristicData.maximumValueLength?4() -> int
+QtBluetooth.QLowEnergyCharacteristicData.isValid?4() -> bool
+QtBluetooth.QLowEnergyCharacteristicData.swap?4(QLowEnergyCharacteristicData)
+QtBluetooth.QLowEnergyConnectionParameters?1()
+QtBluetooth.QLowEnergyConnectionParameters.__init__?1(self)
+QtBluetooth.QLowEnergyConnectionParameters?1(QLowEnergyConnectionParameters)
+QtBluetooth.QLowEnergyConnectionParameters.__init__?1(self, QLowEnergyConnectionParameters)
+QtBluetooth.QLowEnergyConnectionParameters.setIntervalRange?4(float, float)
+QtBluetooth.QLowEnergyConnectionParameters.minimumInterval?4() -> float
+QtBluetooth.QLowEnergyConnectionParameters.maximumInterval?4() -> float
+QtBluetooth.QLowEnergyConnectionParameters.setLatency?4(int)
+QtBluetooth.QLowEnergyConnectionParameters.latency?4() -> int
+QtBluetooth.QLowEnergyConnectionParameters.setSupervisionTimeout?4(int)
+QtBluetooth.QLowEnergyConnectionParameters.supervisionTimeout?4() -> int
+QtBluetooth.QLowEnergyConnectionParameters.swap?4(QLowEnergyConnectionParameters)
+QtBluetooth.QLowEnergyController.Role?10
+QtBluetooth.QLowEnergyController.Role.CentralRole?10
+QtBluetooth.QLowEnergyController.Role.PeripheralRole?10
+QtBluetooth.QLowEnergyController.RemoteAddressType?10
+QtBluetooth.QLowEnergyController.RemoteAddressType.PublicAddress?10
+QtBluetooth.QLowEnergyController.RemoteAddressType.RandomAddress?10
+QtBluetooth.QLowEnergyController.ControllerState?10
+QtBluetooth.QLowEnergyController.ControllerState.UnconnectedState?10
+QtBluetooth.QLowEnergyController.ControllerState.ConnectingState?10
+QtBluetooth.QLowEnergyController.ControllerState.ConnectedState?10
+QtBluetooth.QLowEnergyController.ControllerState.DiscoveringState?10
+QtBluetooth.QLowEnergyController.ControllerState.DiscoveredState?10
+QtBluetooth.QLowEnergyController.ControllerState.ClosingState?10
+QtBluetooth.QLowEnergyController.ControllerState.AdvertisingState?10
+QtBluetooth.QLowEnergyController.Error?10
+QtBluetooth.QLowEnergyController.Error.NoError?10
+QtBluetooth.QLowEnergyController.Error.UnknownError?10
+QtBluetooth.QLowEnergyController.Error.UnknownRemoteDeviceError?10
+QtBluetooth.QLowEnergyController.Error.NetworkError?10
+QtBluetooth.QLowEnergyController.Error.InvalidBluetoothAdapterError?10
+QtBluetooth.QLowEnergyController.Error.ConnectionError?10
+QtBluetooth.QLowEnergyController.Error.AdvertisingError?10
+QtBluetooth.QLowEnergyController.Error.RemoteHostClosedError?10
+QtBluetooth.QLowEnergyController.Error.AuthorizationError?10
+QtBluetooth.QLowEnergyController.localAddress?4() -> QBluetoothAddress
+QtBluetooth.QLowEnergyController.remoteAddress?4() -> QBluetoothAddress
+QtBluetooth.QLowEnergyController.state?4() -> QLowEnergyController.ControllerState
+QtBluetooth.QLowEnergyController.remoteAddressType?4() -> QLowEnergyController.RemoteAddressType
+QtBluetooth.QLowEnergyController.setRemoteAddressType?4(QLowEnergyController.RemoteAddressType)
+QtBluetooth.QLowEnergyController.connectToDevice?4()
+QtBluetooth.QLowEnergyController.disconnectFromDevice?4()
+QtBluetooth.QLowEnergyController.discoverServices?4()
+QtBluetooth.QLowEnergyController.services?4() -> unknown-type
+QtBluetooth.QLowEnergyController.createServiceObject?4(QBluetoothUuid, QObject parent=None) -> QLowEnergyService
+QtBluetooth.QLowEnergyController.error?4() -> QLowEnergyController.Error
+QtBluetooth.QLowEnergyController.errorString?4() -> QString
+QtBluetooth.QLowEnergyController.remoteName?4() -> QString
+QtBluetooth.QLowEnergyController.mtu?4() -> int
+QtBluetooth.QLowEnergyController.connected?4()
+QtBluetooth.QLowEnergyController.disconnected?4()
+QtBluetooth.QLowEnergyController.stateChanged?4(QLowEnergyController.ControllerState)
+QtBluetooth.QLowEnergyController.errorOccurred?4(QLowEnergyController.Error)
+QtBluetooth.QLowEnergyController.serviceDiscovered?4(QBluetoothUuid)
+QtBluetooth.QLowEnergyController.discoveryFinished?4()
+QtBluetooth.QLowEnergyController.connectionUpdated?4(QLowEnergyConnectionParameters)
+QtBluetooth.QLowEnergyController.mtuChanged?4(int)
+QtBluetooth.QLowEnergyController.createCentral?4(QBluetoothDeviceInfo, QObject parent=None) -> QLowEnergyController
+QtBluetooth.QLowEnergyController.createCentral?4(QBluetoothDeviceInfo, QBluetoothAddress, QObject parent=None) -> QLowEnergyController
+QtBluetooth.QLowEnergyController.createPeripheral?4(QBluetoothAddress, QObject parent=None) -> QLowEnergyController
+QtBluetooth.QLowEnergyController.createPeripheral?4(QObject parent=None) -> QLowEnergyController
+QtBluetooth.QLowEnergyController.startAdvertising?4(QLowEnergyAdvertisingParameters, QLowEnergyAdvertisingData, QLowEnergyAdvertisingData scanResponseData=QLowEnergyAdvertisingData())
+QtBluetooth.QLowEnergyController.stopAdvertising?4()
+QtBluetooth.QLowEnergyController.addService?4(QLowEnergyServiceData, QObject parent=None) -> QLowEnergyService
+QtBluetooth.QLowEnergyController.requestConnectionUpdate?4(QLowEnergyConnectionParameters)
+QtBluetooth.QLowEnergyController.role?4() -> QLowEnergyController.Role
+QtBluetooth.QLowEnergyController.remoteDeviceUuid?4() -> QBluetoothUuid
+QtBluetooth.QLowEnergyDescriptor?1()
+QtBluetooth.QLowEnergyDescriptor.__init__?1(self)
+QtBluetooth.QLowEnergyDescriptor?1(QLowEnergyDescriptor)
+QtBluetooth.QLowEnergyDescriptor.__init__?1(self, QLowEnergyDescriptor)
+QtBluetooth.QLowEnergyDescriptor.isValid?4() -> bool
+QtBluetooth.QLowEnergyDescriptor.value?4() -> QByteArray
+QtBluetooth.QLowEnergyDescriptor.uuid?4() -> QBluetoothUuid
+QtBluetooth.QLowEnergyDescriptor.name?4() -> QString
+QtBluetooth.QLowEnergyDescriptor.type?4() -> QBluetoothUuid.DescriptorType
+QtBluetooth.QLowEnergyDescriptorData?1()
+QtBluetooth.QLowEnergyDescriptorData.__init__?1(self)
+QtBluetooth.QLowEnergyDescriptorData?1(QBluetoothUuid, QByteArray)
+QtBluetooth.QLowEnergyDescriptorData.__init__?1(self, QBluetoothUuid, QByteArray)
+QtBluetooth.QLowEnergyDescriptorData?1(QLowEnergyDescriptorData)
+QtBluetooth.QLowEnergyDescriptorData.__init__?1(self, QLowEnergyDescriptorData)
+QtBluetooth.QLowEnergyDescriptorData.value?4() -> QByteArray
+QtBluetooth.QLowEnergyDescriptorData.setValue?4(QByteArray)
+QtBluetooth.QLowEnergyDescriptorData.uuid?4() -> QBluetoothUuid
+QtBluetooth.QLowEnergyDescriptorData.setUuid?4(QBluetoothUuid)
+QtBluetooth.QLowEnergyDescriptorData.isValid?4() -> bool
+QtBluetooth.QLowEnergyDescriptorData.setReadPermissions?4(bool, unknown-type constraints=QBluetooth.AttAccessConstraints())
+QtBluetooth.QLowEnergyDescriptorData.isReadable?4() -> bool
+QtBluetooth.QLowEnergyDescriptorData.readConstraints?4() -> unknown-type
+QtBluetooth.QLowEnergyDescriptorData.setWritePermissions?4(bool, unknown-type constraints=QBluetooth.AttAccessConstraints())
+QtBluetooth.QLowEnergyDescriptorData.isWritable?4() -> bool
+QtBluetooth.QLowEnergyDescriptorData.writeConstraints?4() -> unknown-type
+QtBluetooth.QLowEnergyDescriptorData.swap?4(QLowEnergyDescriptorData)
+QtBluetooth.QLowEnergyService.WriteMode?10
+QtBluetooth.QLowEnergyService.WriteMode.WriteWithResponse?10
+QtBluetooth.QLowEnergyService.WriteMode.WriteWithoutResponse?10
+QtBluetooth.QLowEnergyService.WriteMode.WriteSigned?10
+QtBluetooth.QLowEnergyService.ServiceState?10
+QtBluetooth.QLowEnergyService.ServiceState.InvalidService?10
+QtBluetooth.QLowEnergyService.ServiceState.DiscoveryRequired?10
+QtBluetooth.QLowEnergyService.ServiceState.ServiceDiscovered?10
+QtBluetooth.QLowEnergyService.ServiceState.LocalService?10
+QtBluetooth.QLowEnergyService.ServiceState.RemoteService?10
+QtBluetooth.QLowEnergyService.ServiceState.RemoteServiceDiscovering?10
+QtBluetooth.QLowEnergyService.ServiceState.RemoteServiceDiscovered?10
+QtBluetooth.QLowEnergyService.ServiceState.DiscoveringService?10
+QtBluetooth.QLowEnergyService.ServiceError?10
+QtBluetooth.QLowEnergyService.ServiceError.NoError?10
+QtBluetooth.QLowEnergyService.ServiceError.OperationError?10
+QtBluetooth.QLowEnergyService.ServiceError.CharacteristicWriteError?10
+QtBluetooth.QLowEnergyService.ServiceError.DescriptorWriteError?10
+QtBluetooth.QLowEnergyService.ServiceError.CharacteristicReadError?10
+QtBluetooth.QLowEnergyService.ServiceError.DescriptorReadError?10
+QtBluetooth.QLowEnergyService.ServiceError.UnknownError?10
+QtBluetooth.QLowEnergyService.ServiceType?10
+QtBluetooth.QLowEnergyService.ServiceType.PrimaryService?10
+QtBluetooth.QLowEnergyService.ServiceType.IncludedService?10
+QtBluetooth.QLowEnergyService.DiscoveryMode?10
+QtBluetooth.QLowEnergyService.DiscoveryMode.FullDiscovery?10
+QtBluetooth.QLowEnergyService.DiscoveryMode.SkipValueDiscovery?10
+QtBluetooth.QLowEnergyService.includedServices?4() -> unknown-type
+QtBluetooth.QLowEnergyService.type?4() -> unknown-type
+QtBluetooth.QLowEnergyService.state?4() -> QLowEnergyService.ServiceState
+QtBluetooth.QLowEnergyService.characteristic?4(QBluetoothUuid) -> QLowEnergyCharacteristic
+QtBluetooth.QLowEnergyService.characteristics?4() -> unknown-type
+QtBluetooth.QLowEnergyService.serviceUuid?4() -> QBluetoothUuid
+QtBluetooth.QLowEnergyService.serviceName?4() -> QString
+QtBluetooth.QLowEnergyService.discoverDetails?4(QLowEnergyService.DiscoveryMode mode=QLowEnergyService.FullDiscovery)
+QtBluetooth.QLowEnergyService.error?4() -> QLowEnergyService.ServiceError
+QtBluetooth.QLowEnergyService.contains?4(QLowEnergyCharacteristic) -> bool
+QtBluetooth.QLowEnergyService.contains?4(QLowEnergyDescriptor) -> bool
+QtBluetooth.QLowEnergyService.writeCharacteristic?4(QLowEnergyCharacteristic, QByteArray, QLowEnergyService.WriteMode mode=QLowEnergyService.WriteWithResponse)
+QtBluetooth.QLowEnergyService.writeDescriptor?4(QLowEnergyDescriptor, QByteArray)
+QtBluetooth.QLowEnergyService.stateChanged?4(QLowEnergyService.ServiceState)
+QtBluetooth.QLowEnergyService.characteristicChanged?4(QLowEnergyCharacteristic, QByteArray)
+QtBluetooth.QLowEnergyService.characteristicWritten?4(QLowEnergyCharacteristic, QByteArray)
+QtBluetooth.QLowEnergyService.descriptorWritten?4(QLowEnergyDescriptor, QByteArray)
+QtBluetooth.QLowEnergyService.errorOccurred?4(QLowEnergyService.ServiceError)
+QtBluetooth.QLowEnergyService.readCharacteristic?4(QLowEnergyCharacteristic)
+QtBluetooth.QLowEnergyService.readDescriptor?4(QLowEnergyDescriptor)
+QtBluetooth.QLowEnergyService.characteristicRead?4(QLowEnergyCharacteristic, QByteArray)
+QtBluetooth.QLowEnergyService.descriptorRead?4(QLowEnergyDescriptor, QByteArray)
+QtBluetooth.QLowEnergyServiceData.ServiceType?10
+QtBluetooth.QLowEnergyServiceData.ServiceType.ServiceTypePrimary?10
+QtBluetooth.QLowEnergyServiceData.ServiceType.ServiceTypeSecondary?10
+QtBluetooth.QLowEnergyServiceData?1()
+QtBluetooth.QLowEnergyServiceData.__init__?1(self)
+QtBluetooth.QLowEnergyServiceData?1(QLowEnergyServiceData)
+QtBluetooth.QLowEnergyServiceData.__init__?1(self, QLowEnergyServiceData)
+QtBluetooth.QLowEnergyServiceData.type?4() -> QLowEnergyServiceData.ServiceType
+QtBluetooth.QLowEnergyServiceData.setType?4(QLowEnergyServiceData.ServiceType)
+QtBluetooth.QLowEnergyServiceData.uuid?4() -> QBluetoothUuid
+QtBluetooth.QLowEnergyServiceData.setUuid?4(QBluetoothUuid)
+QtBluetooth.QLowEnergyServiceData.includedServices?4() -> unknown-type
+QtBluetooth.QLowEnergyServiceData.setIncludedServices?4(unknown-type)
+QtBluetooth.QLowEnergyServiceData.addIncludedService?4(QLowEnergyService)
+QtBluetooth.QLowEnergyServiceData.characteristics?4() -> unknown-type
+QtBluetooth.QLowEnergyServiceData.setCharacteristics?4(unknown-type)
+QtBluetooth.QLowEnergyServiceData.addCharacteristic?4(QLowEnergyCharacteristicData)
+QtBluetooth.QLowEnergyServiceData.isValid?4() -> bool
+QtBluetooth.QLowEnergyServiceData.swap?4(QLowEnergyServiceData)
+QtNfc.QNdefFilter?1()
+QtNfc.QNdefFilter.__init__?1(self)
+QtNfc.QNdefFilter?1(QNdefFilter)
+QtNfc.QNdefFilter.__init__?1(self, QNdefFilter)
+QtNfc.QNdefFilter.clear?4()
+QtNfc.QNdefFilter.setOrderMatch?4(bool)
+QtNfc.QNdefFilter.orderMatch?4() -> bool
+QtNfc.QNdefFilter.appendRecord?4(QNdefFilter.Record) -> bool
+QtNfc.QNdefFilter.appendRecord?4(QNdefRecord.TypeNameFormat, QByteArray, int min=1, int max=1) -> bool
+QtNfc.QNdefFilter.recordCount?4() -> int
+QtNfc.QNdefFilter.recordAt?4(int) -> QNdefFilter.Record
+QtNfc.QNdefFilter.match?4(QNdefMessage) -> bool
+QtNfc.QNdefFilter.Record.maximum?7
+QtNfc.QNdefFilter.Record.minimum?7
+QtNfc.QNdefFilter.Record.type?7
+QtNfc.QNdefFilter.Record.typeNameFormat?7
+QtNfc.QNdefFilter.Record?1()
+QtNfc.QNdefFilter.Record.__init__?1(self)
+QtNfc.QNdefFilter.Record?1(QNdefFilter.Record)
+QtNfc.QNdefFilter.Record.__init__?1(self, QNdefFilter.Record)
+QtNfc.QNdefMessage?1()
+QtNfc.QNdefMessage.__init__?1(self)
+QtNfc.QNdefMessage?1(QNdefRecord)
+QtNfc.QNdefMessage.__init__?1(self, QNdefRecord)
+QtNfc.QNdefMessage?1(QNdefMessage)
+QtNfc.QNdefMessage.__init__?1(self, QNdefMessage)
+QtNfc.QNdefMessage?1(unknown-type)
+QtNfc.QNdefMessage.__init__?1(self, unknown-type)
+QtNfc.QNdefMessage.toByteArray?4() -> QByteArray
+QtNfc.QNdefMessage.fromByteArray?4(QByteArray) -> QNdefMessage
+QtNfc.QNdefRecord.TypeNameFormat?10
+QtNfc.QNdefRecord.TypeNameFormat.Empty?10
+QtNfc.QNdefRecord.TypeNameFormat.NfcRtd?10
+QtNfc.QNdefRecord.TypeNameFormat.Mime?10
+QtNfc.QNdefRecord.TypeNameFormat.Uri?10
+QtNfc.QNdefRecord.TypeNameFormat.ExternalRtd?10
+QtNfc.QNdefRecord.TypeNameFormat.Unknown?10
+QtNfc.QNdefRecord?1()
+QtNfc.QNdefRecord.__init__?1(self)
+QtNfc.QNdefRecord?1(QNdefRecord)
+QtNfc.QNdefRecord.__init__?1(self, QNdefRecord)
+QtNfc.QNdefRecord.setTypeNameFormat?4(QNdefRecord.TypeNameFormat)
+QtNfc.QNdefRecord.typeNameFormat?4() -> QNdefRecord.TypeNameFormat
+QtNfc.QNdefRecord.setType?4(QByteArray)
+QtNfc.QNdefRecord.type?4() -> QByteArray
+QtNfc.QNdefRecord.setId?4(QByteArray)
+QtNfc.QNdefRecord.id?4() -> QByteArray
+QtNfc.QNdefRecord.setPayload?4(QByteArray)
+QtNfc.QNdefRecord.payload?4() -> QByteArray
+QtNfc.QNdefRecord.isEmpty?4() -> bool
+QtNfc.QNdefRecord.clear?4()
+QtNfc.QNdefNfcIconRecord?1()
+QtNfc.QNdefNfcIconRecord.__init__?1(self)
+QtNfc.QNdefNfcIconRecord?1(QNdefRecord)
+QtNfc.QNdefNfcIconRecord.__init__?1(self, QNdefRecord)
+QtNfc.QNdefNfcIconRecord?1(QNdefNfcIconRecord)
+QtNfc.QNdefNfcIconRecord.__init__?1(self, QNdefNfcIconRecord)
+QtNfc.QNdefNfcIconRecord.setData?4(QByteArray)
+QtNfc.QNdefNfcIconRecord.data?4() -> QByteArray
+QtNfc.QNdefNfcSmartPosterRecord.Action?10
+QtNfc.QNdefNfcSmartPosterRecord.Action.UnspecifiedAction?10
+QtNfc.QNdefNfcSmartPosterRecord.Action.DoAction?10
+QtNfc.QNdefNfcSmartPosterRecord.Action.SaveAction?10
+QtNfc.QNdefNfcSmartPosterRecord.Action.EditAction?10
+QtNfc.QNdefNfcSmartPosterRecord?1()
+QtNfc.QNdefNfcSmartPosterRecord.__init__?1(self)
+QtNfc.QNdefNfcSmartPosterRecord?1(QNdefNfcSmartPosterRecord)
+QtNfc.QNdefNfcSmartPosterRecord.__init__?1(self, QNdefNfcSmartPosterRecord)
+QtNfc.QNdefNfcSmartPosterRecord?1(QNdefRecord)
+QtNfc.QNdefNfcSmartPosterRecord.__init__?1(self, QNdefRecord)
+QtNfc.QNdefNfcSmartPosterRecord.setPayload?4(QByteArray)
+QtNfc.QNdefNfcSmartPosterRecord.hasTitle?4(QString locale='') -> bool
+QtNfc.QNdefNfcSmartPosterRecord.hasAction?4() -> bool
+QtNfc.QNdefNfcSmartPosterRecord.hasIcon?4(QByteArray mimetype=QByteArray()) -> bool
+QtNfc.QNdefNfcSmartPosterRecord.hasSize?4() -> bool
+QtNfc.QNdefNfcSmartPosterRecord.hasTypeInfo?4() -> bool
+QtNfc.QNdefNfcSmartPosterRecord.titleCount?4() -> int
+QtNfc.QNdefNfcSmartPosterRecord.title?4(QString locale='') -> QString
+QtNfc.QNdefNfcSmartPosterRecord.titleRecord?4(int) -> QNdefNfcTextRecord
+QtNfc.QNdefNfcSmartPosterRecord.titleRecords?4() -> unknown-type
+QtNfc.QNdefNfcSmartPosterRecord.addTitle?4(QNdefNfcTextRecord) -> bool
+QtNfc.QNdefNfcSmartPosterRecord.addTitle?4(QString, QString, QNdefNfcTextRecord.Encoding) -> bool
+QtNfc.QNdefNfcSmartPosterRecord.removeTitle?4(QNdefNfcTextRecord) -> bool
+QtNfc.QNdefNfcSmartPosterRecord.removeTitle?4(QString) -> bool
+QtNfc.QNdefNfcSmartPosterRecord.setTitles?4(unknown-type)
+QtNfc.QNdefNfcSmartPosterRecord.uri?4() -> QUrl
+QtNfc.QNdefNfcSmartPosterRecord.uriRecord?4() -> QNdefNfcUriRecord
+QtNfc.QNdefNfcSmartPosterRecord.setUri?4(QNdefNfcUriRecord)
+QtNfc.QNdefNfcSmartPosterRecord.setUri?4(QUrl)
+QtNfc.QNdefNfcSmartPosterRecord.action?4() -> QNdefNfcSmartPosterRecord.Action
+QtNfc.QNdefNfcSmartPosterRecord.setAction?4(QNdefNfcSmartPosterRecord.Action)
+QtNfc.QNdefNfcSmartPosterRecord.iconCount?4() -> int
+QtNfc.QNdefNfcSmartPosterRecord.icon?4(QByteArray mimetype=QByteArray()) -> QByteArray
+QtNfc.QNdefNfcSmartPosterRecord.iconRecord?4(int) -> QNdefNfcIconRecord
+QtNfc.QNdefNfcSmartPosterRecord.iconRecords?4() -> unknown-type
+QtNfc.QNdefNfcSmartPosterRecord.addIcon?4(QNdefNfcIconRecord)
+QtNfc.QNdefNfcSmartPosterRecord.addIcon?4(QByteArray, QByteArray)
+QtNfc.QNdefNfcSmartPosterRecord.removeIcon?4(QNdefNfcIconRecord) -> bool
+QtNfc.QNdefNfcSmartPosterRecord.removeIcon?4(QByteArray) -> bool
+QtNfc.QNdefNfcSmartPosterRecord.setIcons?4(unknown-type)
+QtNfc.QNdefNfcSmartPosterRecord.size?4() -> int
+QtNfc.QNdefNfcSmartPosterRecord.setSize?4(int)
+QtNfc.QNdefNfcSmartPosterRecord.typeInfo?4() -> QString
+QtNfc.QNdefNfcSmartPosterRecord.setTypeInfo?4(QString)
+QtNfc.QNdefNfcTextRecord.Encoding?10
+QtNfc.QNdefNfcTextRecord.Encoding.Utf8?10
+QtNfc.QNdefNfcTextRecord.Encoding.Utf16?10
+QtNfc.QNdefNfcTextRecord?1()
+QtNfc.QNdefNfcTextRecord.__init__?1(self)
+QtNfc.QNdefNfcTextRecord?1(QNdefRecord)
+QtNfc.QNdefNfcTextRecord.__init__?1(self, QNdefRecord)
+QtNfc.QNdefNfcTextRecord?1(QNdefNfcTextRecord)
+QtNfc.QNdefNfcTextRecord.__init__?1(self, QNdefNfcTextRecord)
+QtNfc.QNdefNfcTextRecord.locale?4() -> QString
+QtNfc.QNdefNfcTextRecord.setLocale?4(QString)
+QtNfc.QNdefNfcTextRecord.text?4() -> QString
+QtNfc.QNdefNfcTextRecord.setText?4(QString)
+QtNfc.QNdefNfcTextRecord.encoding?4() -> QNdefNfcTextRecord.Encoding
+QtNfc.QNdefNfcTextRecord.setEncoding?4(QNdefNfcTextRecord.Encoding)
+QtNfc.QNdefNfcUriRecord?1()
+QtNfc.QNdefNfcUriRecord.__init__?1(self)
+QtNfc.QNdefNfcUriRecord?1(QNdefRecord)
+QtNfc.QNdefNfcUriRecord.__init__?1(self, QNdefRecord)
+QtNfc.QNdefNfcUriRecord?1(QNdefNfcUriRecord)
+QtNfc.QNdefNfcUriRecord.__init__?1(self, QNdefNfcUriRecord)
+QtNfc.QNdefNfcUriRecord.uri?4() -> QUrl
+QtNfc.QNdefNfcUriRecord.setUri?4(QUrl)
+QtNfc.QNearFieldManager.AdapterState?10
+QtNfc.QNearFieldManager.AdapterState.Offline?10
+QtNfc.QNearFieldManager.AdapterState.TurningOn?10
+QtNfc.QNearFieldManager.AdapterState.Online?10
+QtNfc.QNearFieldManager.AdapterState.TurningOff?10
+QtNfc.QNearFieldManager?1(QObject parent=None)
+QtNfc.QNearFieldManager.__init__?1(self, QObject parent=None)
+QtNfc.QNearFieldManager.startTargetDetection?4(QNearFieldTarget.AccessMethod) -> bool
+QtNfc.QNearFieldManager.stopTargetDetection?4(QString errorMessage='')
+QtNfc.QNearFieldManager.targetDetected?4(QNearFieldTarget)
+QtNfc.QNearFieldManager.targetLost?4(QNearFieldTarget)
+QtNfc.QNearFieldManager.targetDetectionStopped?4()
+QtNfc.QNearFieldManager.isSupported?4(QNearFieldTarget.AccessMethod accessMethod=QNearFieldTarget.AnyAccess) -> bool
+QtNfc.QNearFieldManager.adapterStateChanged?4(QNearFieldManager.AdapterState)
+QtNfc.QNearFieldManager.isEnabled?4() -> bool
+QtNfc.QNearFieldManager.setUserInformation?4(QString)
+QtNfc.QNearFieldTarget.Error?10
+QtNfc.QNearFieldTarget.Error.NoError?10
+QtNfc.QNearFieldTarget.Error.UnknownError?10
+QtNfc.QNearFieldTarget.Error.UnsupportedError?10
+QtNfc.QNearFieldTarget.Error.TargetOutOfRangeError?10
+QtNfc.QNearFieldTarget.Error.NoResponseError?10
+QtNfc.QNearFieldTarget.Error.ChecksumMismatchError?10
+QtNfc.QNearFieldTarget.Error.InvalidParametersError?10
+QtNfc.QNearFieldTarget.Error.NdefReadError?10
+QtNfc.QNearFieldTarget.Error.NdefWriteError?10
+QtNfc.QNearFieldTarget.Error.CommandError?10
+QtNfc.QNearFieldTarget.Error.ConnectionError?10
+QtNfc.QNearFieldTarget.Error.TimeoutError?10
+QtNfc.QNearFieldTarget.AccessMethod?10
+QtNfc.QNearFieldTarget.AccessMethod.UnknownAccess?10
+QtNfc.QNearFieldTarget.AccessMethod.NdefAccess?10
+QtNfc.QNearFieldTarget.AccessMethod.TagTypeSpecificAccess?10
+QtNfc.QNearFieldTarget.AccessMethod.AnyAccess?10
+QtNfc.QNearFieldTarget.Type?10
+QtNfc.QNearFieldTarget.Type.ProprietaryTag?10
+QtNfc.QNearFieldTarget.Type.NfcTagType1?10
+QtNfc.QNearFieldTarget.Type.NfcTagType2?10
+QtNfc.QNearFieldTarget.Type.NfcTagType3?10
+QtNfc.QNearFieldTarget.Type.NfcTagType4?10
+QtNfc.QNearFieldTarget.Type.NfcTagType4A?10
+QtNfc.QNearFieldTarget.Type.NfcTagType4B?10
+QtNfc.QNearFieldTarget.Type.MifareTag?10
+QtNfc.QNearFieldTarget?1(QObject parent=None)
+QtNfc.QNearFieldTarget.__init__?1(self, QObject parent=None)
+QtNfc.QNearFieldTarget.uid?4() -> QByteArray
+QtNfc.QNearFieldTarget.type?4() -> QNearFieldTarget.Type
+QtNfc.QNearFieldTarget.accessMethods?4() -> unknown-type
+QtNfc.QNearFieldTarget.hasNdefMessage?4() -> bool
+QtNfc.QNearFieldTarget.readNdefMessages?4() -> QNearFieldTarget.RequestId
+QtNfc.QNearFieldTarget.writeNdefMessages?4(unknown-type) -> QNearFieldTarget.RequestId
+QtNfc.QNearFieldTarget.sendCommand?4(QByteArray) -> QNearFieldTarget.RequestId
+QtNfc.QNearFieldTarget.waitForRequestCompleted?4(QNearFieldTarget.RequestId, int msecs=5000) -> bool
+QtNfc.QNearFieldTarget.requestResponse?4(QNearFieldTarget.RequestId) -> QVariant
+QtNfc.QNearFieldTarget.disconnected?4()
+QtNfc.QNearFieldTarget.ndefMessageRead?4(QNdefMessage)
+QtNfc.QNearFieldTarget.requestCompleted?4(QNearFieldTarget.RequestId)
+QtNfc.QNearFieldTarget.error?4(QNearFieldTarget.Error, QNearFieldTarget.RequestId)
+QtNfc.QNearFieldTarget.disconnect?4() -> bool
+QtNfc.QNearFieldTarget.maxCommandLength?4() -> int
+QtNfc.QNearFieldTarget.RequestId?1()
+QtNfc.QNearFieldTarget.RequestId.__init__?1(self)
+QtNfc.QNearFieldTarget.RequestId?1(QNearFieldTarget.RequestId)
+QtNfc.QNearFieldTarget.RequestId.__init__?1(self, QNearFieldTarget.RequestId)
+QtNfc.QNearFieldTarget.RequestId.isValid?4() -> bool
+QtNfc.QNearFieldTarget.RequestId.refCount?4() -> int

eric ide

mercurial