APIs/Python/PyQt6.api

branch
eric7
changeset 42
37f3e7ddc937
parent 35
908f5f14b718
equal deleted inserted replaced
41:3fd5894ef2ed 42:37f3e7ddc937
380 QtCore.Qt.InputMethodQuery.ImTextBeforeCursor?10 380 QtCore.Qt.InputMethodQuery.ImTextBeforeCursor?10
381 QtCore.Qt.InputMethodQuery.ImTextAfterCursor?10 381 QtCore.Qt.InputMethodQuery.ImTextAfterCursor?10
382 QtCore.Qt.InputMethodQuery.ImEnterKeyType?10 382 QtCore.Qt.InputMethodQuery.ImEnterKeyType?10
383 QtCore.Qt.InputMethodQuery.ImAnchorRectangle?10 383 QtCore.Qt.InputMethodQuery.ImAnchorRectangle?10
384 QtCore.Qt.InputMethodQuery.ImInputItemClipRectangle?10 384 QtCore.Qt.InputMethodQuery.ImInputItemClipRectangle?10
385 QtCore.Qt.InputMethodQuery.ImReadOnly?10
385 QtCore.Qt.ContextMenuPolicy?10 386 QtCore.Qt.ContextMenuPolicy?10
386 QtCore.Qt.ContextMenuPolicy.NoContextMenu?10 387 QtCore.Qt.ContextMenuPolicy.NoContextMenu?10
387 QtCore.Qt.ContextMenuPolicy.PreventContextMenu?10 388 QtCore.Qt.ContextMenuPolicy.PreventContextMenu?10
388 QtCore.Qt.ContextMenuPolicy.DefaultContextMenu?10 389 QtCore.Qt.ContextMenuPolicy.DefaultContextMenu?10
389 QtCore.Qt.ContextMenuPolicy.ActionsContextMenu?10 390 QtCore.Qt.ContextMenuPolicy.ActionsContextMenu?10
1783 QtCore.QByteArray.Base64Option.AbortOnBase64DecodingErrors?10 1784 QtCore.QByteArray.Base64Option.AbortOnBase64DecodingErrors?10
1784 QtCore.QByteArray?1() 1785 QtCore.QByteArray?1()
1785 QtCore.QByteArray.__init__?1(self) 1786 QtCore.QByteArray.__init__?1(self)
1786 QtCore.QByteArray?1(int, str) 1787 QtCore.QByteArray?1(int, str)
1787 QtCore.QByteArray.__init__?1(self, int, str) 1788 QtCore.QByteArray.__init__?1(self, int, str)
1788 QtCore.QByteArray?1(str, int size=-1)
1789 QtCore.QByteArray.__init__?1(self, str, int size=-1)
1790 QtCore.QByteArray?1(QByteArray) 1789 QtCore.QByteArray?1(QByteArray)
1791 QtCore.QByteArray.__init__?1(self, QByteArray) 1790 QtCore.QByteArray.__init__?1(self, QByteArray)
1792 QtCore.QByteArray.resize?4(int) 1791 QtCore.QByteArray.resize?4(int)
1793 QtCore.QByteArray.fill?4(str, int size=-1) -> QByteArray 1792 QtCore.QByteArray.fill?4(str, int size=-1) -> QByteArray
1794 QtCore.QByteArray.clear?4() 1793 QtCore.QByteArray.clear?4()
1848 QtCore.QByteArray.reserve?4(int) 1847 QtCore.QByteArray.reserve?4(int)
1849 QtCore.QByteArray.squeeze?4() 1848 QtCore.QByteArray.squeeze?4()
1850 QtCore.QByteArray.push_back?4(QByteArrayView) 1849 QtCore.QByteArray.push_back?4(QByteArrayView)
1851 QtCore.QByteArray.push_front?4(QByteArrayView) 1850 QtCore.QByteArray.push_front?4(QByteArrayView)
1852 QtCore.QByteArray.contains?4(QByteArrayView) -> bool 1851 QtCore.QByteArray.contains?4(QByteArrayView) -> bool
1853 QtCore.QByteArray.toHex?4(str separator='\x00') -> QByteArray 1852 QtCore.QByteArray.toHex?4(str separator='\000') -> QByteArray
1854 QtCore.QByteArray.toPercentEncoding?4(QByteArray exclude=QByteArray(), QByteArray include=QByteArray(), str percent='%') -> QByteArray 1853 QtCore.QByteArray.toPercentEncoding?4(QByteArray exclude=QByteArray(), QByteArray include=QByteArray(), str percent='%') -> QByteArray
1855 QtCore.QByteArray.fromPercentEncoding?4(QByteArray, str percent='%') -> QByteArray 1854 QtCore.QByteArray.fromPercentEncoding?4(QByteArray, str percent='%') -> QByteArray
1856 QtCore.QByteArray.repeated?4(int) -> QByteArray 1855 QtCore.QByteArray.repeated?4(int) -> QByteArray
1857 QtCore.QByteArray.swap?4(QByteArray) 1856 QtCore.QByteArray.swap?4(QByteArray)
1858 QtCore.QByteArray.chopped?4(int) -> QByteArray 1857 QtCore.QByteArray.chopped?4(int) -> QByteArray
1860 QtCore.QByteArray.isUpper?4() -> bool 1859 QtCore.QByteArray.isUpper?4() -> bool
1861 QtCore.QByteArray.isLower?4() -> bool 1860 QtCore.QByteArray.isLower?4() -> bool
1862 QtCore.QByteArray.fromBase64Encoding?4(QByteArray, unknown-type options=QByteArray.Base64Encoding) -> QByteArray.FromBase64Result 1861 QtCore.QByteArray.fromBase64Encoding?4(QByteArray, unknown-type options=QByteArray.Base64Encoding) -> QByteArray.FromBase64Result
1863 QtCore.QByteArray.sliced?4(int) -> QByteArray 1862 QtCore.QByteArray.sliced?4(int) -> QByteArray
1864 QtCore.QByteArray.sliced?4(int, int) -> QByteArray 1863 QtCore.QByteArray.sliced?4(int, int) -> QByteArray
1864 QtCore.QByteArray.isValidUtf8?4() -> bool
1865 QtCore.QByteArray.FromBase64Result.decoded?7 1865 QtCore.QByteArray.FromBase64Result.decoded?7
1866 QtCore.QByteArray.FromBase64Result.decodingStatus?7 1866 QtCore.QByteArray.FromBase64Result.decodingStatus?7
1867 QtCore.QByteArray.FromBase64Result?1() 1867 QtCore.QByteArray.FromBase64Result?1()
1868 QtCore.QByteArray.FromBase64Result.__init__?1(self) 1868 QtCore.QByteArray.FromBase64Result.__init__?1(self)
1869 QtCore.QByteArray.FromBase64Result?1(QByteArray.FromBase64Result) 1869 QtCore.QByteArray.FromBase64Result?1(QByteArray.FromBase64Result)
1870 QtCore.QByteArray.FromBase64Result.__init__?1(self, QByteArray.FromBase64Result) 1870 QtCore.QByteArray.FromBase64Result.__init__?1(self, QByteArray.FromBase64Result)
1871 QtCore.QByteArray.FromBase64Result.swap?4(QByteArray.FromBase64Result) 1871 QtCore.QByteArray.FromBase64Result.swap?4(QByteArray.FromBase64Result)
1872 QtCore.QByteArrayMatcher?1(str, int length=-1)
1873 QtCore.QByteArrayMatcher.__init__?1(self, str, int length=-1)
1874 QtCore.QByteArrayMatcher?1(QByteArrayView)
1875 QtCore.QByteArrayMatcher.__init__?1(self, QByteArrayView)
1872 QtCore.QByteArrayMatcher?1() 1876 QtCore.QByteArrayMatcher?1()
1873 QtCore.QByteArrayMatcher.__init__?1(self) 1877 QtCore.QByteArrayMatcher.__init__?1(self)
1874 QtCore.QByteArrayMatcher?1(str, int)
1875 QtCore.QByteArrayMatcher.__init__?1(self, str, int)
1876 QtCore.QByteArrayMatcher?1(QByteArray)
1877 QtCore.QByteArrayMatcher.__init__?1(self, QByteArray)
1878 QtCore.QByteArrayMatcher?1(QByteArrayMatcher) 1878 QtCore.QByteArrayMatcher?1(QByteArrayMatcher)
1879 QtCore.QByteArrayMatcher.__init__?1(self, QByteArrayMatcher) 1879 QtCore.QByteArrayMatcher.__init__?1(self, QByteArrayMatcher)
1880 QtCore.QByteArrayMatcher.setPattern?4(QByteArray) 1880 QtCore.QByteArrayMatcher.setPattern?4(QByteArray)
1881 QtCore.QByteArrayMatcher.indexIn?4(QByteArrayView, int from=0) -> int
1881 QtCore.QByteArrayMatcher.indexIn?4(str, int, int from=0) -> int 1882 QtCore.QByteArrayMatcher.indexIn?4(str, int, int from=0) -> int
1882 QtCore.QByteArrayMatcher.indexIn?4(QByteArray, int from=0) -> int
1883 QtCore.QByteArrayMatcher.pattern?4() -> QByteArray 1883 QtCore.QByteArrayMatcher.pattern?4() -> QByteArray
1884 QtCore.QCalendar.System?10 1884 QtCore.QCalendar.System?10
1885 QtCore.QCalendar.System.Gregorian?10 1885 QtCore.QCalendar.System.Gregorian?10
1886 QtCore.QCalendar.System.Julian?10 1886 QtCore.QCalendar.System.Julian?10
1887 QtCore.QCalendar.System.Milankovic?10 1887 QtCore.QCalendar.System.Milankovic?10
2064 QtCore.QCollator.numericMode?4() -> bool 2064 QtCore.QCollator.numericMode?4() -> bool
2065 QtCore.QCollator.setIgnorePunctuation?4(bool) 2065 QtCore.QCollator.setIgnorePunctuation?4(bool)
2066 QtCore.QCollator.ignorePunctuation?4() -> bool 2066 QtCore.QCollator.ignorePunctuation?4() -> bool
2067 QtCore.QCollator.compare?4(QString, QString) -> int 2067 QtCore.QCollator.compare?4(QString, QString) -> int
2068 QtCore.QCollator.sortKey?4(QString) -> QCollatorSortKey 2068 QtCore.QCollator.sortKey?4(QString) -> QCollatorSortKey
2069 QtCore.QCollator.defaultCompare?4(QStringView, QStringView) -> int
2070 QtCore.QCollator.defaultSortKey?4(QStringView) -> QCollatorSortKey
2069 QtCore.QCommandLineOption.Flag?10 2071 QtCore.QCommandLineOption.Flag?10
2070 QtCore.QCommandLineOption.Flag.HiddenFromHelp?10 2072 QtCore.QCommandLineOption.Flag.HiddenFromHelp?10
2071 QtCore.QCommandLineOption.Flag.ShortOptionStyle?10 2073 QtCore.QCommandLineOption.Flag.ShortOptionStyle?10
2072 QtCore.QCommandLineOption?1(QString) 2074 QtCore.QCommandLineOption?1(QString)
2073 QtCore.QCommandLineOption.__init__?1(self, QString) 2075 QtCore.QCommandLineOption.__init__?1(self, QString)
2157 QtCore.QCoreApplication.arguments?4() -> QStringList 2159 QtCore.QCoreApplication.arguments?4() -> QStringList
2158 QtCore.QCoreApplication.instance?4() -> QCoreApplication 2160 QtCore.QCoreApplication.instance?4() -> QCoreApplication
2159 QtCore.QCoreApplication.exec?4() -> int 2161 QtCore.QCoreApplication.exec?4() -> int
2160 QtCore.QCoreApplication.processEvents?4(unknown-type flags=QEventLoop.AllEvents) 2162 QtCore.QCoreApplication.processEvents?4(unknown-type flags=QEventLoop.AllEvents)
2161 QtCore.QCoreApplication.processEvents?4(unknown-type, int) 2163 QtCore.QCoreApplication.processEvents?4(unknown-type, int)
2162 QtCore.QCoreApplication.exit?4(int returnCode=0)
2163 QtCore.QCoreApplication.sendEvent?4(QObject, QEvent) -> bool 2164 QtCore.QCoreApplication.sendEvent?4(QObject, QEvent) -> bool
2164 QtCore.QCoreApplication.postEvent?4(QObject, QEvent, int priority=Qt.NormalEventPriority) 2165 QtCore.QCoreApplication.postEvent?4(QObject, QEvent, int priority=Qt.NormalEventPriority)
2165 QtCore.QCoreApplication.sendPostedEvents?4(QObject receiver=None, int eventType=0) 2166 QtCore.QCoreApplication.sendPostedEvents?4(QObject receiver=None, int eventType=0)
2166 QtCore.QCoreApplication.removePostedEvents?4(QObject, int eventType=0) 2167 QtCore.QCoreApplication.removePostedEvents?4(QObject, int eventType=0)
2167 QtCore.QCoreApplication.notify?4(QObject, QEvent) -> bool 2168 QtCore.QCoreApplication.notify?4(QObject, QEvent) -> bool
2177 QtCore.QCoreApplication.removeTranslator?4(QTranslator) -> bool 2178 QtCore.QCoreApplication.removeTranslator?4(QTranslator) -> bool
2178 QtCore.QCoreApplication.translate?4(str, str, str disambiguation=None, int n=-1) -> QString 2179 QtCore.QCoreApplication.translate?4(str, str, str disambiguation=None, int n=-1) -> QString
2179 QtCore.QCoreApplication.setAttribute?4(Qt.ApplicationAttribute, bool on=True) 2180 QtCore.QCoreApplication.setAttribute?4(Qt.ApplicationAttribute, bool on=True)
2180 QtCore.QCoreApplication.testAttribute?4(Qt.ApplicationAttribute) -> bool 2181 QtCore.QCoreApplication.testAttribute?4(Qt.ApplicationAttribute) -> bool
2181 QtCore.QCoreApplication.quit?4() 2182 QtCore.QCoreApplication.quit?4()
2183 QtCore.QCoreApplication.exit?4(int returnCode=0)
2182 QtCore.QCoreApplication.aboutToQuit?4() 2184 QtCore.QCoreApplication.aboutToQuit?4()
2183 QtCore.QCoreApplication.event?4(QEvent) -> bool 2185 QtCore.QCoreApplication.event?4(QEvent) -> bool
2184 QtCore.QCoreApplication.setApplicationVersion?4(QString) 2186 QtCore.QCoreApplication.setApplicationVersion?4(QString)
2185 QtCore.QCoreApplication.applicationVersion?4() -> QString 2187 QtCore.QCoreApplication.applicationVersion?4() -> QString
2186 QtCore.QCoreApplication.applicationPid?4() -> int 2188 QtCore.QCoreApplication.applicationPid?4() -> int
2401 QtCore.QCryptographicHash.Algorithm.Blake2s_224?10 2403 QtCore.QCryptographicHash.Algorithm.Blake2s_224?10
2402 QtCore.QCryptographicHash.Algorithm.Blake2s_256?10 2404 QtCore.QCryptographicHash.Algorithm.Blake2s_256?10
2403 QtCore.QCryptographicHash?1(QCryptographicHash.Algorithm) 2405 QtCore.QCryptographicHash?1(QCryptographicHash.Algorithm)
2404 QtCore.QCryptographicHash.__init__?1(self, QCryptographicHash.Algorithm) 2406 QtCore.QCryptographicHash.__init__?1(self, QCryptographicHash.Algorithm)
2405 QtCore.QCryptographicHash.reset?4() 2407 QtCore.QCryptographicHash.reset?4()
2408 QtCore.QCryptographicHash.addData?4(QByteArrayView)
2406 QtCore.QCryptographicHash.addData?4(bytes) 2409 QtCore.QCryptographicHash.addData?4(bytes)
2407 QtCore.QCryptographicHash.addData?4(QByteArray)
2408 QtCore.QCryptographicHash.addData?4(QIODevice) -> bool 2410 QtCore.QCryptographicHash.addData?4(QIODevice) -> bool
2409 QtCore.QCryptographicHash.result?4() -> QByteArray 2411 QtCore.QCryptographicHash.result?4() -> QByteArray
2410 QtCore.QCryptographicHash.hash?4(QByteArray, QCryptographicHash.Algorithm) -> QByteArray 2412 QtCore.QCryptographicHash.resultView?4() -> QByteArrayView
2413 QtCore.QCryptographicHash.hash?4(QByteArrayView, QCryptographicHash.Algorithm) -> QByteArray
2411 QtCore.QCryptographicHash.hashLength?4(QCryptographicHash.Algorithm) -> int 2414 QtCore.QCryptographicHash.hashLength?4(QCryptographicHash.Algorithm) -> int
2412 QtCore.QDataStream.FloatingPointPrecision?10 2415 QtCore.QDataStream.FloatingPointPrecision?10
2413 QtCore.QDataStream.FloatingPointPrecision.SinglePrecision?10 2416 QtCore.QDataStream.FloatingPointPrecision.SinglePrecision?10
2414 QtCore.QDataStream.FloatingPointPrecision.DoublePrecision?10 2417 QtCore.QDataStream.FloatingPointPrecision.DoublePrecision?10
2415 QtCore.QDataStream.Status?10 2418 QtCore.QDataStream.Status?10
2453 QtCore.QDataStream.Version.Qt_5_13?10 2456 QtCore.QDataStream.Version.Qt_5_13?10
2454 QtCore.QDataStream.Version.Qt_5_14?10 2457 QtCore.QDataStream.Version.Qt_5_14?10
2455 QtCore.QDataStream.Version.Qt_5_15?10 2458 QtCore.QDataStream.Version.Qt_5_15?10
2456 QtCore.QDataStream.Version.Qt_6_0?10 2459 QtCore.QDataStream.Version.Qt_6_0?10
2457 QtCore.QDataStream.Version.Qt_6_1?10 2460 QtCore.QDataStream.Version.Qt_6_1?10
2461 QtCore.QDataStream.Version.Qt_6_2?10
2462 QtCore.QDataStream.Version.Qt_6_3?10
2458 QtCore.QDataStream?1() 2463 QtCore.QDataStream?1()
2459 QtCore.QDataStream.__init__?1(self) 2464 QtCore.QDataStream.__init__?1(self)
2460 QtCore.QDataStream?1(QIODevice) 2465 QtCore.QDataStream?1(QIODevice)
2461 QtCore.QDataStream.__init__?1(self, QIODevice) 2466 QtCore.QDataStream.__init__?1(self, QIODevice)
2462 QtCore.QDataStream?1(QByteArray, unknown-type) 2467 QtCore.QDataStream?1(QByteArray, unknown-type)
2739 QtCore.QDir.nameFiltersFromString?4(QString) -> QStringList 2744 QtCore.QDir.nameFiltersFromString?4(QString) -> QStringList
2740 QtCore.QDir.entryList?4(unknown-type filters=QDir.NoFilter, unknown-type sort=QDir.NoSort) -> QStringList 2745 QtCore.QDir.entryList?4(unknown-type filters=QDir.NoFilter, unknown-type sort=QDir.NoSort) -> QStringList
2741 QtCore.QDir.entryList?4(QStringList, unknown-type filters=QDir.NoFilter, unknown-type sort=QDir.NoSort) -> QStringList 2746 QtCore.QDir.entryList?4(QStringList, unknown-type filters=QDir.NoFilter, unknown-type sort=QDir.NoSort) -> QStringList
2742 QtCore.QDir.entryInfoList?4(unknown-type filters=QDir.NoFilter, unknown-type sort=QDir.NoSort) -> unknown-type 2747 QtCore.QDir.entryInfoList?4(unknown-type filters=QDir.NoFilter, unknown-type sort=QDir.NoSort) -> unknown-type
2743 QtCore.QDir.entryInfoList?4(QStringList, unknown-type filters=QDir.NoFilter, unknown-type sort=QDir.NoSort) -> unknown-type 2748 QtCore.QDir.entryInfoList?4(QStringList, unknown-type filters=QDir.NoFilter, unknown-type sort=QDir.NoSort) -> unknown-type
2749 QtCore.QDir.mkdir?4(QString, unknown-type) -> bool
2744 QtCore.QDir.mkdir?4(QString) -> bool 2750 QtCore.QDir.mkdir?4(QString) -> bool
2745 QtCore.QDir.rmdir?4(QString) -> bool 2751 QtCore.QDir.rmdir?4(QString) -> bool
2746 QtCore.QDir.mkpath?4(QString) -> bool 2752 QtCore.QDir.mkpath?4(QString) -> bool
2747 QtCore.QDir.rmpath?4(QString) -> bool 2753 QtCore.QDir.rmpath?4(QString) -> bool
2748 QtCore.QDir.isReadable?4() -> bool 2754 QtCore.QDir.isReadable?4() -> bool
2791 QtCore.QDirIterator?1(QString, unknown-type, unknown-type flags=QDirIterator.NoIteratorFlags) 2797 QtCore.QDirIterator?1(QString, unknown-type, unknown-type flags=QDirIterator.NoIteratorFlags)
2792 QtCore.QDirIterator.__init__?1(self, QString, unknown-type, unknown-type flags=QDirIterator.NoIteratorFlags) 2798 QtCore.QDirIterator.__init__?1(self, QString, unknown-type, unknown-type flags=QDirIterator.NoIteratorFlags)
2793 QtCore.QDirIterator?1(QString, QStringList, unknown-type filters=QDir.NoFilter, unknown-type flags=QDirIterator.NoIteratorFlags) 2799 QtCore.QDirIterator?1(QString, QStringList, unknown-type filters=QDir.NoFilter, unknown-type flags=QDirIterator.NoIteratorFlags)
2794 QtCore.QDirIterator.__init__?1(self, QString, QStringList, unknown-type filters=QDir.NoFilter, unknown-type flags=QDirIterator.NoIteratorFlags) 2800 QtCore.QDirIterator.__init__?1(self, QString, QStringList, unknown-type filters=QDir.NoFilter, unknown-type flags=QDirIterator.NoIteratorFlags)
2795 QtCore.QDirIterator.next?4() -> QString 2801 QtCore.QDirIterator.next?4() -> QString
2802 QtCore.QDirIterator.nextFileInfo?4() -> QFileInfo
2796 QtCore.QDirIterator.hasNext?4() -> bool 2803 QtCore.QDirIterator.hasNext?4() -> bool
2797 QtCore.QDirIterator.fileName?4() -> QString 2804 QtCore.QDirIterator.fileName?4() -> QString
2798 QtCore.QDirIterator.filePath?4() -> QString 2805 QtCore.QDirIterator.filePath?4() -> QString
2799 QtCore.QDirIterator.fileInfo?4() -> QFileInfo 2806 QtCore.QDirIterator.fileInfo?4() -> QFileInfo
2800 QtCore.QDirIterator.path?4() -> QString 2807 QtCore.QDirIterator.path?4() -> QString
2891 QtCore.QEventLoop.ProcessEventsFlag?10 2898 QtCore.QEventLoop.ProcessEventsFlag?10
2892 QtCore.QEventLoop.ProcessEventsFlag.AllEvents?10 2899 QtCore.QEventLoop.ProcessEventsFlag.AllEvents?10
2893 QtCore.QEventLoop.ProcessEventsFlag.ExcludeUserInputEvents?10 2900 QtCore.QEventLoop.ProcessEventsFlag.ExcludeUserInputEvents?10
2894 QtCore.QEventLoop.ProcessEventsFlag.ExcludeSocketNotifiers?10 2901 QtCore.QEventLoop.ProcessEventsFlag.ExcludeSocketNotifiers?10
2895 QtCore.QEventLoop.ProcessEventsFlag.WaitForMoreEvents?10 2902 QtCore.QEventLoop.ProcessEventsFlag.WaitForMoreEvents?10
2896 QtCore.QEventLoop.ProcessEventsFlag.X11ExcludeTimers?10
2897 QtCore.QEventLoop?1(QObject parent=None) 2903 QtCore.QEventLoop?1(QObject parent=None)
2898 QtCore.QEventLoop.__init__?1(self, QObject parent=None) 2904 QtCore.QEventLoop.__init__?1(self, QObject parent=None)
2899 QtCore.QEventLoop.processEvents?4(unknown-type flags=QEventLoop.AllEvents) -> bool 2905 QtCore.QEventLoop.processEvents?4(unknown-type flags=QEventLoop.AllEvents) -> bool
2900 QtCore.QEventLoop.processEvents?4(unknown-type, int) 2906 QtCore.QEventLoop.processEvents?4(unknown-type, int)
2901 QtCore.QEventLoop.exec?4(unknown-type flags=QEventLoop.AllEvents) -> int 2907 QtCore.QEventLoop.exec?4(unknown-type flags=QEventLoop.AllEvents) -> int
2994 QtCore.QFile.rename?4(QString, QString) -> bool 3000 QtCore.QFile.rename?4(QString, QString) -> bool
2995 QtCore.QFile.link?4(QString) -> bool 3001 QtCore.QFile.link?4(QString) -> bool
2996 QtCore.QFile.link?4(QString, QString) -> bool 3002 QtCore.QFile.link?4(QString, QString) -> bool
2997 QtCore.QFile.copy?4(QString) -> bool 3003 QtCore.QFile.copy?4(QString) -> bool
2998 QtCore.QFile.copy?4(QString, QString) -> bool 3004 QtCore.QFile.copy?4(QString, QString) -> bool
3005 QtCore.QFile.open?4(unknown-type, unknown-type) -> bool
2999 QtCore.QFile.open?4(unknown-type) -> bool 3006 QtCore.QFile.open?4(unknown-type) -> bool
3000 QtCore.QFile.open?4(int, unknown-type, unknown-type handleFlags=QFileDevice.DontCloseHandle) -> bool 3007 QtCore.QFile.open?4(int, unknown-type, unknown-type handleFlags=QFileDevice.DontCloseHandle) -> bool
3001 QtCore.QFile.size?4() -> int 3008 QtCore.QFile.size?4() -> int
3002 QtCore.QFile.resize?4(int) -> bool 3009 QtCore.QFile.resize?4(int) -> bool
3003 QtCore.QFile.resize?4(QString, int) -> bool 3010 QtCore.QFile.resize?4(QString, int) -> bool
3069 QtCore.QFileInfo.fileTime?4(QFileDevice.FileTime) -> QDateTime 3076 QtCore.QFileInfo.fileTime?4(QFileDevice.FileTime) -> QDateTime
3070 QtCore.QFileInfo.isSymbolicLink?4() -> bool 3077 QtCore.QFileInfo.isSymbolicLink?4() -> bool
3071 QtCore.QFileInfo.isShortcut?4() -> bool 3078 QtCore.QFileInfo.isShortcut?4() -> bool
3072 QtCore.QFileInfo.isJunction?4() -> bool 3079 QtCore.QFileInfo.isJunction?4() -> bool
3073 QtCore.QFileInfo.stat?4() 3080 QtCore.QFileInfo.stat?4()
3081 QtCore.QFileInfo.junctionTarget?4() -> QString
3074 QtCore.QFileSelector?1(QObject parent=None) 3082 QtCore.QFileSelector?1(QObject parent=None)
3075 QtCore.QFileSelector.__init__?1(self, QObject parent=None) 3083 QtCore.QFileSelector.__init__?1(self, QObject parent=None)
3076 QtCore.QFileSelector.select?4(QString) -> QString 3084 QtCore.QFileSelector.select?4(QString) -> QString
3077 QtCore.QFileSelector.select?4(QUrl) -> QUrl 3085 QtCore.QFileSelector.select?4(QUrl) -> QUrl
3078 QtCore.QFileSelector.extraSelectors?4() -> QStringList 3086 QtCore.QFileSelector.extraSelectors?4() -> QStringList
3330 QtCore.QLibraryInfo.LibraryPath.DataPath?10 3338 QtCore.QLibraryInfo.LibraryPath.DataPath?10
3331 QtCore.QLibraryInfo.LibraryPath.TranslationsPath?10 3339 QtCore.QLibraryInfo.LibraryPath.TranslationsPath?10
3332 QtCore.QLibraryInfo.LibraryPath.ExamplesPath?10 3340 QtCore.QLibraryInfo.LibraryPath.ExamplesPath?10
3333 QtCore.QLibraryInfo.LibraryPath.TestsPath?10 3341 QtCore.QLibraryInfo.LibraryPath.TestsPath?10
3334 QtCore.QLibraryInfo.LibraryPath.SettingsPath?10 3342 QtCore.QLibraryInfo.LibraryPath.SettingsPath?10
3343 QtCore.QLibraryInfo.LibraryPath.QmlImportsPath?10
3335 QtCore.QLibraryInfo?1(QLibraryInfo) 3344 QtCore.QLibraryInfo?1(QLibraryInfo)
3336 QtCore.QLibraryInfo.__init__?1(self, QLibraryInfo) 3345 QtCore.QLibraryInfo.__init__?1(self, QLibraryInfo)
3337 QtCore.QLibraryInfo.isDebugBuild?4() -> bool 3346 QtCore.QLibraryInfo.isDebugBuild?4() -> bool
3338 QtCore.QLibraryInfo.path?4(QLibraryInfo.LibraryPath) -> QString 3347 QtCore.QLibraryInfo.path?4(QLibraryInfo.LibraryPath) -> QString
3339 QtCore.QLibraryInfo.version?4() -> QVersionNumber 3348 QtCore.QLibraryInfo.version?4() -> QVersionNumber
3404 QtCore.QLineF.setP1?4(QPointF) 3413 QtCore.QLineF.setP1?4(QPointF)
3405 QtCore.QLineF.setP2?4(QPointF) 3414 QtCore.QLineF.setP2?4(QPointF)
3406 QtCore.QLineF.setPoints?4(QPointF, QPointF) 3415 QtCore.QLineF.setPoints?4(QPointF, QPointF)
3407 QtCore.QLineF.setLine?4(float, float, float, float) 3416 QtCore.QLineF.setLine?4(float, float, float, float)
3408 QtCore.QLineF.center?4() -> QPointF 3417 QtCore.QLineF.center?4() -> QPointF
3418 QtCore.QLocale.LanguageCodeType?10
3419 QtCore.QLocale.LanguageCodeType.ISO639Part1?10
3420 QtCore.QLocale.LanguageCodeType.ISO639Part2B?10
3421 QtCore.QLocale.LanguageCodeType.ISO639Part2T?10
3422 QtCore.QLocale.LanguageCodeType.ISO639Part3?10
3423 QtCore.QLocale.LanguageCodeType.LegacyLanguageCode?10
3424 QtCore.QLocale.LanguageCodeType.ISO639Part2?10
3425 QtCore.QLocale.LanguageCodeType.ISO639Alpha2?10
3426 QtCore.QLocale.LanguageCodeType.ISO639Alpha3?10
3427 QtCore.QLocale.LanguageCodeType.ISO639?10
3428 QtCore.QLocale.LanguageCodeType.AnyLanguageCode?10
3409 QtCore.QLocale.DataSizeFormat?10 3429 QtCore.QLocale.DataSizeFormat?10
3410 QtCore.QLocale.DataSizeFormat.DataSizeIecFormat?10 3430 QtCore.QLocale.DataSizeFormat.DataSizeIecFormat?10
3411 QtCore.QLocale.DataSizeFormat.DataSizeTraditionalFormat?10 3431 QtCore.QLocale.DataSizeFormat.DataSizeTraditionalFormat?10
3412 QtCore.QLocale.DataSizeFormat.DataSizeSIFormat?10 3432 QtCore.QLocale.DataSizeFormat.DataSizeSIFormat?10
3413 QtCore.QLocale.FloatingPointPrecisionOption?10 3433 QtCore.QLocale.FloatingPointPrecisionOption?10
3584 QtCore.QLocale.NumberOption.RejectLeadingZeroInExponent?10 3604 QtCore.QLocale.NumberOption.RejectLeadingZeroInExponent?10
3585 QtCore.QLocale.NumberOption.IncludeTrailingZeroesAfterDot?10 3605 QtCore.QLocale.NumberOption.IncludeTrailingZeroesAfterDot?10
3586 QtCore.QLocale.NumberOption.RejectTrailingZeroesAfterDot?10 3606 QtCore.QLocale.NumberOption.RejectTrailingZeroesAfterDot?10
3587 QtCore.QLocale.Country?10 3607 QtCore.QLocale.Country?10
3588 QtCore.QLocale.Country.AnyCountry?10 3608 QtCore.QLocale.Country.AnyCountry?10
3609 QtCore.QLocale.Country.AnyTerritory?10
3589 QtCore.QLocale.Country.Afghanistan?10 3610 QtCore.QLocale.Country.Afghanistan?10
3590 QtCore.QLocale.Country.Albania?10 3611 QtCore.QLocale.Country.Albania?10
3591 QtCore.QLocale.Country.Algeria?10 3612 QtCore.QLocale.Country.Algeria?10
3592 QtCore.QLocale.Country.AmericanSamoa?10 3613 QtCore.QLocale.Country.AmericanSamoa?10
3593 QtCore.QLocale.Country.Andorra?10 3614 QtCore.QLocale.Country.Andorra?10
3866 QtCore.QLocale.Country.SvalbardAndJanMayen?10 3887 QtCore.QLocale.Country.SvalbardAndJanMayen?10
3867 QtCore.QLocale.Country.TimorLeste?10 3888 QtCore.QLocale.Country.TimorLeste?10
3868 QtCore.QLocale.Country.UnitedStatesOutlyingIslands?10 3889 QtCore.QLocale.Country.UnitedStatesOutlyingIslands?10
3869 QtCore.QLocale.Country.VaticanCity?10 3890 QtCore.QLocale.Country.VaticanCity?10
3870 QtCore.QLocale.Country.WallisAndFutuna?10 3891 QtCore.QLocale.Country.WallisAndFutuna?10
3892 QtCore.QLocale.Country.NauruTerritory?10
3893 QtCore.QLocale.Country.TokelauTerritory?10
3894 QtCore.QLocale.Country.TuvaluTerritory?10
3871 QtCore.QLocale.Language?10 3895 QtCore.QLocale.Language?10
3872 QtCore.QLocale.Language.C?10 3896 QtCore.QLocale.Language.C?10
3873 QtCore.QLocale.Language.Abkhazian?10 3897 QtCore.QLocale.Language.Abkhazian?10
3874 QtCore.QLocale.Language.Afan?10 3898 QtCore.QLocale.Language.Afan?10
3875 QtCore.QLocale.Language.Afar?10 3899 QtCore.QLocale.Language.Afar?10
4215 QtCore.QLocale.Language.Kyrgyz?10 4239 QtCore.QLocale.Language.Kyrgyz?10
4216 QtCore.QLocale.Language.Navajo?10 4240 QtCore.QLocale.Language.Navajo?10
4217 QtCore.QLocale.Language.Odia?10 4241 QtCore.QLocale.Language.Odia?10
4218 QtCore.QLocale.Language.Uyghur?10 4242 QtCore.QLocale.Language.Uyghur?10
4219 QtCore.QLocale.Language.Wolaytta?10 4243 QtCore.QLocale.Language.Wolaytta?10
4244 QtCore.QLocale.Language.Kaingang?10
4245 QtCore.QLocale.Language.Nheengatu?10
4220 QtCore.QLocale?1() 4246 QtCore.QLocale?1()
4221 QtCore.QLocale.__init__?1(self) 4247 QtCore.QLocale.__init__?1(self)
4222 QtCore.QLocale?1(QString) 4248 QtCore.QLocale?1(QString)
4223 QtCore.QLocale.__init__?1(self, QString) 4249 QtCore.QLocale.__init__?1(self, QString)
4224 QtCore.QLocale?1(QLocale.Language, QLocale.Country country=QLocale.AnyCountry) 4250 QtCore.QLocale?1(QLocale.Language, QLocale.Country country=QLocale.AnyCountry)
4225 QtCore.QLocale.__init__?1(self, QLocale.Language, QLocale.Country country=QLocale.AnyCountry) 4251 QtCore.QLocale.__init__?1(self, QLocale.Language, QLocale.Country country=QLocale.AnyCountry)
4252 QtCore.QLocale?1(QLocale.Language, QLocale.Script, QLocale.Country)
4253 QtCore.QLocale.__init__?1(self, QLocale.Language, QLocale.Script, QLocale.Country)
4226 QtCore.QLocale?1(QLocale) 4254 QtCore.QLocale?1(QLocale)
4227 QtCore.QLocale.__init__?1(self, QLocale) 4255 QtCore.QLocale.__init__?1(self, QLocale)
4228 QtCore.QLocale?1(QLocale.Language, QLocale.Script, QLocale.Country)
4229 QtCore.QLocale.__init__?1(self, QLocale.Language, QLocale.Script, QLocale.Country)
4230 QtCore.QLocale.language?4() -> QLocale.Language 4256 QtCore.QLocale.language?4() -> QLocale.Language
4231 QtCore.QLocale.country?4() -> QLocale.Country 4257 QtCore.QLocale.country?4() -> QLocale.Country
4232 QtCore.QLocale.name?4() -> QString 4258 QtCore.QLocale.name?4() -> QString
4233 QtCore.QLocale.toShort?4(QString) -> (int, bool) 4259 QtCore.QLocale.toShort?4(QString) -> (int, bool)
4234 QtCore.QLocale.toUShort?4(QString) -> (int, bool) 4260 QtCore.QLocale.toUShort?4(QString) -> (int, bool)
4304 QtCore.QLocale.toDate?4(QString, QLocale.FormatType, QCalendar) -> QDate 4330 QtCore.QLocale.toDate?4(QString, QLocale.FormatType, QCalendar) -> QDate
4305 QtCore.QLocale.toDateTime?4(QString, QLocale.FormatType, QCalendar) -> QDateTime 4331 QtCore.QLocale.toDateTime?4(QString, QLocale.FormatType, QCalendar) -> QDateTime
4306 QtCore.QLocale.toDate?4(QString, QString, QCalendar) -> QDate 4332 QtCore.QLocale.toDate?4(QString, QString, QCalendar) -> QDate
4307 QtCore.QLocale.toDateTime?4(QString, QString, QCalendar) -> QDateTime 4333 QtCore.QLocale.toDateTime?4(QString, QString, QCalendar) -> QDateTime
4308 QtCore.QLocale.collation?4() -> QLocale 4334 QtCore.QLocale.collation?4() -> QLocale
4309 QtCore.QLocale.languageToCode?4(QLocale.Language) -> QString 4335 QtCore.QLocale.languageToCode?4(QLocale.Language, unknown-type codeTypes=QLocale.AnyLanguageCode) -> QString
4310 QtCore.QLocale.codeToLanguage?4(QStringView) -> QLocale.Language 4336 QtCore.QLocale.codeToLanguage?4(QStringView, unknown-type codeTypes=QLocale.AnyLanguageCode) -> QLocale.Language
4311 QtCore.QLocale.countryToCode?4(QLocale.Country) -> QString 4337 QtCore.QLocale.countryToCode?4(QLocale.Country) -> QString
4312 QtCore.QLocale.codeToCountry?4(QStringView) -> QLocale.Country 4338 QtCore.QLocale.codeToCountry?4(QStringView) -> QLocale.Country
4313 QtCore.QLocale.scriptToCode?4(QLocale.Script) -> QString 4339 QtCore.QLocale.scriptToCode?4(QLocale.Script) -> QString
4314 QtCore.QLocale.codeToScript?4(QStringView) -> QLocale.Script 4340 QtCore.QLocale.codeToScript?4(QStringView) -> QLocale.Script
4341 QtCore.QLocale.territory?4() -> QLocale.Country
4342 QtCore.QLocale.nativeTerritoryName?4() -> QString
4343 QtCore.QLocale.territoryToCode?4(QLocale.Country) -> QString
4344 QtCore.QLocale.codeToTerritory?4(QStringView) -> QLocale.Country
4345 QtCore.QLocale.territoryToString?4(QLocale.Country) -> QString
4315 QtCore.QLockFile.LockError?10 4346 QtCore.QLockFile.LockError?10
4316 QtCore.QLockFile.LockError.NoError?10 4347 QtCore.QLockFile.LockError.NoError?10
4317 QtCore.QLockFile.LockError.LockFailedError?10 4348 QtCore.QLockFile.LockError.LockFailedError?10
4318 QtCore.QLockFile.LockError.PermissionError?10 4349 QtCore.QLockFile.LockError.PermissionError?10
4319 QtCore.QLockFile.LockError.UnknownError?10 4350 QtCore.QLockFile.LockError.UnknownError?10
4428 QtCore.QMetaMethod.parameterType?4(int) -> int 4459 QtCore.QMetaMethod.parameterType?4(int) -> int
4429 QtCore.QMetaMethod.returnMetaType?4() -> QMetaType 4460 QtCore.QMetaMethod.returnMetaType?4() -> QMetaType
4430 QtCore.QMetaMethod.parameterMetaType?4(int) -> QMetaType 4461 QtCore.QMetaMethod.parameterMetaType?4(int) -> QMetaType
4431 QtCore.QMetaMethod.parameterTypeName?4(int) -> QByteArray 4462 QtCore.QMetaMethod.parameterTypeName?4(int) -> QByteArray
4432 QtCore.QMetaMethod.relativeMethodIndex?4() -> int 4463 QtCore.QMetaMethod.relativeMethodIndex?4() -> int
4464 QtCore.QMetaMethod.isConst?4() -> bool
4433 QtCore.QMetaEnum?1() 4465 QtCore.QMetaEnum?1()
4434 QtCore.QMetaEnum.__init__?1(self) 4466 QtCore.QMetaEnum.__init__?1(self)
4435 QtCore.QMetaEnum?1(QMetaEnum) 4467 QtCore.QMetaEnum?1(QMetaEnum)
4436 QtCore.QMetaEnum.__init__?1(self, QMetaEnum) 4468 QtCore.QMetaEnum.__init__?1(self, QMetaEnum)
4437 QtCore.QMetaEnum.name?4() -> str 4469 QtCore.QMetaEnum.name?4() -> str
4493 QtCore.QMetaType.TypeFlag.IsEnumeration?10 4525 QtCore.QMetaType.TypeFlag.IsEnumeration?10
4494 QtCore.QMetaType.TypeFlag.IsUnsignedEnumeration?10 4526 QtCore.QMetaType.TypeFlag.IsUnsignedEnumeration?10
4495 QtCore.QMetaType.TypeFlag.IsPointer?10 4527 QtCore.QMetaType.TypeFlag.IsPointer?10
4496 QtCore.QMetaType.TypeFlag.RelocatableType?10 4528 QtCore.QMetaType.TypeFlag.RelocatableType?10
4497 QtCore.QMetaType.TypeFlag.IsQmlList?10 4529 QtCore.QMetaType.TypeFlag.IsQmlList?10
4530 QtCore.QMetaType.TypeFlag.IsConst?10
4498 QtCore.QMetaType.Type?10 4531 QtCore.QMetaType.Type?10
4499 QtCore.QMetaType.Type.UnknownType?10 4532 QtCore.QMetaType.Type.UnknownType?10
4500 QtCore.QMetaType.Type.Void?10 4533 QtCore.QMetaType.Type.Void?10
4501 QtCore.QMetaType.Type.Bool?10 4534 QtCore.QMetaType.Type.Bool?10
4502 QtCore.QMetaType.Type.Int?10 4535 QtCore.QMetaType.Type.Int?10
4684 QtCore.QObjectCleanupHandler.clear?4() 4717 QtCore.QObjectCleanupHandler.clear?4()
4685 QtCore.QMetaObject?1() 4718 QtCore.QMetaObject?1()
4686 QtCore.QMetaObject.__init__?1(self) 4719 QtCore.QMetaObject.__init__?1(self)
4687 QtCore.QMetaObject?1(QMetaObject) 4720 QtCore.QMetaObject?1(QMetaObject)
4688 QtCore.QMetaObject.__init__?1(self, QMetaObject) 4721 QtCore.QMetaObject.__init__?1(self, QMetaObject)
4722 QtCore.QMetaObject.metaType?4() -> QMetaType
4689 QtCore.QMetaObject.className?4() -> str 4723 QtCore.QMetaObject.className?4() -> str
4690 QtCore.QMetaObject.superClass?4() -> QMetaObject 4724 QtCore.QMetaObject.superClass?4() -> QMetaObject
4691 QtCore.QMetaObject.userProperty?4() -> QMetaProperty 4725 QtCore.QMetaObject.userProperty?4() -> QMetaProperty
4692 QtCore.QMetaObject.methodOffset?4() -> int 4726 QtCore.QMetaObject.methodOffset?4() -> int
4693 QtCore.QMetaObject.enumeratorOffset?4() -> int 4727 QtCore.QMetaObject.enumeratorOffset?4() -> int
4723 QtCore.QMetaObject.Connection?1() 4757 QtCore.QMetaObject.Connection?1()
4724 QtCore.QMetaObject.Connection.__init__?1(self) 4758 QtCore.QMetaObject.Connection.__init__?1(self)
4725 QtCore.QMetaObject.Connection?1(QMetaObject.Connection) 4759 QtCore.QMetaObject.Connection?1(QMetaObject.Connection)
4726 QtCore.QMetaObject.Connection.__init__?1(self, QMetaObject.Connection) 4760 QtCore.QMetaObject.Connection.__init__?1(self, QMetaObject.Connection)
4727 QtCore.QMetaObject.Connection.swap?4(QMetaObject.Connection) 4761 QtCore.QMetaObject.Connection.swap?4(QMetaObject.Connection)
4762 QtCore.QOperatingSystemVersionBase?1()
4763 QtCore.QOperatingSystemVersionBase.__init__?1(self)
4764 QtCore.QOperatingSystemVersionBase?1(QOperatingSystemVersionBase)
4765 QtCore.QOperatingSystemVersionBase.__init__?1(self, QOperatingSystemVersionBase)
4728 QtCore.QOperatingSystemVersion.OSType?10 4766 QtCore.QOperatingSystemVersion.OSType?10
4729 QtCore.QOperatingSystemVersion.OSType.Unknown?10 4767 QtCore.QOperatingSystemVersion.OSType.Unknown?10
4730 QtCore.QOperatingSystemVersion.OSType.Windows?10 4768 QtCore.QOperatingSystemVersion.OSType.Windows?10
4731 QtCore.QOperatingSystemVersion.OSType.MacOS?10 4769 QtCore.QOperatingSystemVersion.OSType.MacOS?10
4732 QtCore.QOperatingSystemVersion.OSType.IOS?10 4770 QtCore.QOperatingSystemVersion.OSType.IOS?10
4749 QtCore.QOperatingSystemVersion.AndroidPie?7 4787 QtCore.QOperatingSystemVersion.AndroidPie?7
4750 QtCore.QOperatingSystemVersion.MacOSBigSur?7 4788 QtCore.QOperatingSystemVersion.MacOSBigSur?7
4751 QtCore.QOperatingSystemVersion.MacOSCatalina?7 4789 QtCore.QOperatingSystemVersion.MacOSCatalina?7
4752 QtCore.QOperatingSystemVersion.MacOSHighSierra?7 4790 QtCore.QOperatingSystemVersion.MacOSHighSierra?7
4753 QtCore.QOperatingSystemVersion.MacOSMojave?7 4791 QtCore.QOperatingSystemVersion.MacOSMojave?7
4792 QtCore.QOperatingSystemVersion.MacOSMonterey?7
4754 QtCore.QOperatingSystemVersion.MacOSSierra?7 4793 QtCore.QOperatingSystemVersion.MacOSSierra?7
4755 QtCore.QOperatingSystemVersion.OSXElCapitan?7 4794 QtCore.QOperatingSystemVersion.OSXElCapitan?7
4756 QtCore.QOperatingSystemVersion.OSXMavericks?7 4795 QtCore.QOperatingSystemVersion.OSXMavericks?7
4757 QtCore.QOperatingSystemVersion.OSXYosemite?7 4796 QtCore.QOperatingSystemVersion.OSXYosemite?7
4758 QtCore.QOperatingSystemVersion.Windows10?7 4797 QtCore.QOperatingSystemVersion.Windows10?7
4798 QtCore.QOperatingSystemVersion.Windows10_1809?7
4799 QtCore.QOperatingSystemVersion.Windows10_1903?7
4800 QtCore.QOperatingSystemVersion.Windows10_1909?7
4801 QtCore.QOperatingSystemVersion.Windows10_2004?7
4802 QtCore.QOperatingSystemVersion.Windows10_20H2?7
4803 QtCore.QOperatingSystemVersion.Windows10_21H1?7
4804 QtCore.QOperatingSystemVersion.Windows10_21H2?7
4805 QtCore.QOperatingSystemVersion.Windows11?7
4759 QtCore.QOperatingSystemVersion.Windows7?7 4806 QtCore.QOperatingSystemVersion.Windows7?7
4760 QtCore.QOperatingSystemVersion.Windows8?7 4807 QtCore.QOperatingSystemVersion.Windows8?7
4761 QtCore.QOperatingSystemVersion.Windows8_1?7 4808 QtCore.QOperatingSystemVersion.Windows8_1?7
4762 QtCore.QOperatingSystemVersion?1(QOperatingSystemVersion.OSType, int, int vminor=-1, int vmicro=-1) 4809 QtCore.QOperatingSystemVersion?1(QOperatingSystemVersion.OSType, int, int vminor=-1, int vmicro=-1)
4763 QtCore.QOperatingSystemVersion.__init__?1(self, QOperatingSystemVersion.OSType, int, int vminor=-1, int vmicro=-1) 4810 QtCore.QOperatingSystemVersion.__init__?1(self, QOperatingSystemVersion.OSType, int, int vminor=-1, int vmicro=-1)
4944 QtCore.QProcess.open?4(unknown-type mode=QIODeviceBase.ReadWrite) -> bool 4991 QtCore.QProcess.open?4(unknown-type mode=QIODeviceBase.ReadWrite) -> bool
4945 QtCore.QProcess.inputChannelMode?4() -> QProcess.InputChannelMode 4992 QtCore.QProcess.inputChannelMode?4() -> QProcess.InputChannelMode
4946 QtCore.QProcess.setInputChannelMode?4(QProcess.InputChannelMode) 4993 QtCore.QProcess.setInputChannelMode?4(QProcess.InputChannelMode)
4947 QtCore.QProcess.nullDevice?4() -> QString 4994 QtCore.QProcess.nullDevice?4() -> QString
4948 QtCore.QProcess.processId?4() -> int 4995 QtCore.QProcess.processId?4() -> int
4996 QtCore.QProcessEnvironment.Initialization?10
4997 QtCore.QProcessEnvironment.Initialization.InheritFromParent?10
4998 QtCore.QProcessEnvironment?1(QProcessEnvironment.Initialization)
4999 QtCore.QProcessEnvironment.__init__?1(self, QProcessEnvironment.Initialization)
4949 QtCore.QProcessEnvironment?1() 5000 QtCore.QProcessEnvironment?1()
4950 QtCore.QProcessEnvironment.__init__?1(self) 5001 QtCore.QProcessEnvironment.__init__?1(self)
4951 QtCore.QProcessEnvironment?1(QProcessEnvironment) 5002 QtCore.QProcessEnvironment?1(QProcessEnvironment)
4952 QtCore.QProcessEnvironment.__init__?1(self, QProcessEnvironment) 5003 QtCore.QProcessEnvironment.__init__?1(self, QProcessEnvironment)
4953 QtCore.QProcessEnvironment.isEmpty?4() -> bool 5004 QtCore.QProcessEnvironment.isEmpty?4() -> bool
4959 QtCore.QProcessEnvironment.value?4(QString, QString defaultValue='') -> QString 5010 QtCore.QProcessEnvironment.value?4(QString, QString defaultValue='') -> QString
4960 QtCore.QProcessEnvironment.toStringList?4() -> QStringList 5011 QtCore.QProcessEnvironment.toStringList?4() -> QStringList
4961 QtCore.QProcessEnvironment.systemEnvironment?4() -> QProcessEnvironment 5012 QtCore.QProcessEnvironment.systemEnvironment?4() -> QProcessEnvironment
4962 QtCore.QProcessEnvironment.keys?4() -> QStringList 5013 QtCore.QProcessEnvironment.keys?4() -> QStringList
4963 QtCore.QProcessEnvironment.swap?4(QProcessEnvironment) 5014 QtCore.QProcessEnvironment.swap?4(QProcessEnvironment)
5015 QtCore.QProcessEnvironment.inheritsFromParent?4() -> bool
4964 QtCore.QRandomGenerator?1(int seed=1) 5016 QtCore.QRandomGenerator?1(int seed=1)
4965 QtCore.QRandomGenerator.__init__?1(self, int seed=1) 5017 QtCore.QRandomGenerator.__init__?1(self, int seed=1)
4966 QtCore.QRandomGenerator?1(QRandomGenerator) 5018 QtCore.QRandomGenerator?1(QRandomGenerator)
4967 QtCore.QRandomGenerator.__init__?1(self, QRandomGenerator) 5019 QtCore.QRandomGenerator.__init__?1(self, QRandomGenerator)
4968 QtCore.QRandomGenerator.generate?4() -> int 5020 QtCore.QRandomGenerator.generate?4() -> int
5215 QtCore.QRegularExpressionMatch.capturedStart?4(int nth=0) -> int 5267 QtCore.QRegularExpressionMatch.capturedStart?4(int nth=0) -> int
5216 QtCore.QRegularExpressionMatch.capturedLength?4(QStringView) -> int 5268 QtCore.QRegularExpressionMatch.capturedLength?4(QStringView) -> int
5217 QtCore.QRegularExpressionMatch.capturedLength?4(int nth=0) -> int 5269 QtCore.QRegularExpressionMatch.capturedLength?4(int nth=0) -> int
5218 QtCore.QRegularExpressionMatch.capturedEnd?4(QStringView) -> int 5270 QtCore.QRegularExpressionMatch.capturedEnd?4(QStringView) -> int
5219 QtCore.QRegularExpressionMatch.capturedEnd?4(int nth=0) -> int 5271 QtCore.QRegularExpressionMatch.capturedEnd?4(int nth=0) -> int
5272 QtCore.QRegularExpressionMatch.hasCaptured?4(int) -> bool
5273 QtCore.QRegularExpressionMatch.hasCaptured?4(QString) -> bool
5220 QtCore.QRegularExpressionMatchIterator?1() 5274 QtCore.QRegularExpressionMatchIterator?1()
5221 QtCore.QRegularExpressionMatchIterator.__init__?1(self) 5275 QtCore.QRegularExpressionMatchIterator.__init__?1(self)
5222 QtCore.QRegularExpressionMatchIterator?1(QRegularExpressionMatchIterator) 5276 QtCore.QRegularExpressionMatchIterator?1(QRegularExpressionMatchIterator)
5223 QtCore.QRegularExpressionMatchIterator.__init__?1(self, QRegularExpressionMatchIterator) 5277 QtCore.QRegularExpressionMatchIterator.__init__?1(self, QRegularExpressionMatchIterator)
5224 QtCore.QRegularExpressionMatchIterator.swap?4(QRegularExpressionMatchIterator) 5278 QtCore.QRegularExpressionMatchIterator.swap?4(QRegularExpressionMatchIterator)
5878 QtCore.QThreadPool.waitForDone?4(int msecs=-1) -> bool 5932 QtCore.QThreadPool.waitForDone?4(int msecs=-1) -> bool
5879 QtCore.QThreadPool.clear?4() 5933 QtCore.QThreadPool.clear?4()
5880 QtCore.QThreadPool.setStackSize?4(int) 5934 QtCore.QThreadPool.setStackSize?4(int)
5881 QtCore.QThreadPool.stackSize?4() -> int 5935 QtCore.QThreadPool.stackSize?4() -> int
5882 QtCore.QThreadPool.contains?4(QThread) -> bool 5936 QtCore.QThreadPool.contains?4(QThread) -> bool
5937 QtCore.QThreadPool.setThreadPriority?4(QThread.Priority)
5938 QtCore.QThreadPool.threadPriority?4() -> QThread.Priority
5939 QtCore.QThreadPool.startOnReservedThread?4(QRunnable)
5940 QtCore.QThreadPool.startOnReservedThread?4(callable)
5883 QtCore.QTimeLine.State?10 5941 QtCore.QTimeLine.State?10
5884 QtCore.QTimeLine.State.NotRunning?10 5942 QtCore.QTimeLine.State.NotRunning?10
5885 QtCore.QTimeLine.State.Paused?10 5943 QtCore.QTimeLine.State.Paused?10
5886 QtCore.QTimeLine.State.Running?10 5944 QtCore.QTimeLine.State.Running?10
5887 QtCore.QTimeLine.Direction?10 5945 QtCore.QTimeLine.Direction?10
5946 QtCore.QTimeZone.NameType.OffsetName?10 6004 QtCore.QTimeZone.NameType.OffsetName?10
5947 QtCore.QTimeZone.TimeType?10 6005 QtCore.QTimeZone.TimeType?10
5948 QtCore.QTimeZone.TimeType.StandardTime?10 6006 QtCore.QTimeZone.TimeType.StandardTime?10
5949 QtCore.QTimeZone.TimeType.DaylightTime?10 6007 QtCore.QTimeZone.TimeType.DaylightTime?10
5950 QtCore.QTimeZone.TimeType.GenericTime?10 6008 QtCore.QTimeZone.TimeType.GenericTime?10
5951 QtCore.QTimeZone?1() 6009 QtCore.QTimeZone?1(QByteArray, int, QString, QString, QLocale.Country territory=QLocale.AnyTerritory, QString comment='')
5952 QtCore.QTimeZone.__init__?1(self) 6010 QtCore.QTimeZone.__init__?1(self, QByteArray, int, QString, QString, QLocale.Country territory=QLocale.AnyTerritory, QString comment='')
5953 QtCore.QTimeZone?1(QByteArray) 6011 QtCore.QTimeZone?1(QByteArray)
5954 QtCore.QTimeZone.__init__?1(self, QByteArray) 6012 QtCore.QTimeZone.__init__?1(self, QByteArray)
5955 QtCore.QTimeZone?1(int) 6013 QtCore.QTimeZone?1(int)
5956 QtCore.QTimeZone.__init__?1(self, int) 6014 QtCore.QTimeZone.__init__?1(self, int)
5957 QtCore.QTimeZone?1(QByteArray, int, QString, QString, QLocale.Country country=QLocale.AnyCountry, QString comment='')
5958 QtCore.QTimeZone.__init__?1(self, QByteArray, int, QString, QString, QLocale.Country country=QLocale.AnyCountry, QString comment='')
5959 QtCore.QTimeZone?1(QTimeZone) 6015 QtCore.QTimeZone?1(QTimeZone)
5960 QtCore.QTimeZone.__init__?1(self, QTimeZone) 6016 QtCore.QTimeZone.__init__?1(self, QTimeZone)
6017 QtCore.QTimeZone?1()
6018 QtCore.QTimeZone.__init__?1(self)
5961 QtCore.QTimeZone.swap?4(QTimeZone) 6019 QtCore.QTimeZone.swap?4(QTimeZone)
5962 QtCore.QTimeZone.isValid?4() -> bool 6020 QtCore.QTimeZone.isValid?4() -> bool
5963 QtCore.QTimeZone.id?4() -> QByteArray 6021 QtCore.QTimeZone.id?4() -> QByteArray
5964 QtCore.QTimeZone.country?4() -> QLocale.Country 6022 QtCore.QTimeZone.country?4() -> QLocale.Country
6023 QtCore.QTimeZone.territory?4() -> QLocale.Country
5965 QtCore.QTimeZone.comment?4() -> QString 6024 QtCore.QTimeZone.comment?4() -> QString
5966 QtCore.QTimeZone.displayName?4(QDateTime, QTimeZone.NameType nameType=QTimeZone.DefaultName, QLocale locale=QLocale()) -> QString 6025 QtCore.QTimeZone.displayName?4(QDateTime, QTimeZone.NameType nameType=QTimeZone.DefaultName, QLocale locale=QLocale()) -> QString
5967 QtCore.QTimeZone.displayName?4(QTimeZone.TimeType, QTimeZone.NameType nameType=QTimeZone.DefaultName, QLocale locale=QLocale()) -> QString 6026 QtCore.QTimeZone.displayName?4(QTimeZone.TimeType, QTimeZone.NameType nameType=QTimeZone.DefaultName, QLocale locale=QLocale()) -> QString
5968 QtCore.QTimeZone.abbreviation?4(QDateTime) -> QString 6027 QtCore.QTimeZone.abbreviation?4(QDateTime) -> QString
5969 QtCore.QTimeZone.offsetFromUtc?4(QDateTime) -> int 6028 QtCore.QTimeZone.offsetFromUtc?4(QDateTime) -> int
5976 QtCore.QTimeZone.nextTransition?4(QDateTime) -> QTimeZone.OffsetData 6035 QtCore.QTimeZone.nextTransition?4(QDateTime) -> QTimeZone.OffsetData
5977 QtCore.QTimeZone.previousTransition?4(QDateTime) -> QTimeZone.OffsetData 6036 QtCore.QTimeZone.previousTransition?4(QDateTime) -> QTimeZone.OffsetData
5978 QtCore.QTimeZone.transitions?4(QDateTime, QDateTime) -> unknown-type 6037 QtCore.QTimeZone.transitions?4(QDateTime, QDateTime) -> unknown-type
5979 QtCore.QTimeZone.systemTimeZoneId?4() -> QByteArray 6038 QtCore.QTimeZone.systemTimeZoneId?4() -> QByteArray
5980 QtCore.QTimeZone.isTimeZoneIdAvailable?4(QByteArray) -> bool 6039 QtCore.QTimeZone.isTimeZoneIdAvailable?4(QByteArray) -> bool
5981 QtCore.QTimeZone.availableTimeZoneIds?4() -> unknown-type
5982 QtCore.QTimeZone.availableTimeZoneIds?4(QLocale.Country) -> unknown-type 6040 QtCore.QTimeZone.availableTimeZoneIds?4(QLocale.Country) -> unknown-type
5983 QtCore.QTimeZone.availableTimeZoneIds?4(int) -> unknown-type 6041 QtCore.QTimeZone.availableTimeZoneIds?4(int) -> unknown-type
6042 QtCore.QTimeZone.availableTimeZoneIds?4() -> unknown-type
5984 QtCore.QTimeZone.ianaIdToWindowsId?4(QByteArray) -> QByteArray 6043 QtCore.QTimeZone.ianaIdToWindowsId?4(QByteArray) -> QByteArray
5985 QtCore.QTimeZone.windowsIdToDefaultIanaId?4(QByteArray) -> QByteArray 6044 QtCore.QTimeZone.windowsIdToDefaultIanaId?4(QByteArray) -> QByteArray
5986 QtCore.QTimeZone.windowsIdToDefaultIanaId?4(QByteArray, QLocale.Country) -> QByteArray 6045 QtCore.QTimeZone.windowsIdToDefaultIanaId?4(QByteArray, QLocale.Country) -> QByteArray
5987 QtCore.QTimeZone.windowsIdToIanaIds?4(QByteArray) -> unknown-type 6046 QtCore.QTimeZone.windowsIdToIanaIds?4(QByteArray) -> unknown-type
5988 QtCore.QTimeZone.windowsIdToIanaIds?4(QByteArray, QLocale.Country) -> unknown-type 6047 QtCore.QTimeZone.windowsIdToIanaIds?4(QByteArray, QLocale.Country) -> unknown-type
6025 QtCore.QTransposeProxyModel.moveRows?4(QModelIndex, int, int, QModelIndex, int) -> bool 6084 QtCore.QTransposeProxyModel.moveRows?4(QModelIndex, int, int, QModelIndex, int) -> bool
6026 QtCore.QTransposeProxyModel.insertColumns?4(int, int, QModelIndex parent=QModelIndex()) -> bool 6085 QtCore.QTransposeProxyModel.insertColumns?4(int, int, QModelIndex parent=QModelIndex()) -> bool
6027 QtCore.QTransposeProxyModel.removeColumns?4(int, int, QModelIndex parent=QModelIndex()) -> bool 6086 QtCore.QTransposeProxyModel.removeColumns?4(int, int, QModelIndex parent=QModelIndex()) -> bool
6028 QtCore.QTransposeProxyModel.moveColumns?4(QModelIndex, int, int, QModelIndex, int) -> bool 6087 QtCore.QTransposeProxyModel.moveColumns?4(QModelIndex, int, int, QModelIndex, int) -> bool
6029 QtCore.QTransposeProxyModel.sort?4(int, Qt.SortOrder order=Qt.AscendingOrder) 6088 QtCore.QTransposeProxyModel.sort?4(int, Qt.SortOrder order=Qt.AscendingOrder)
6089 QtCore.QUrl.AceProcessingOption?10
6090 QtCore.QUrl.AceProcessingOption.IgnoreIDNWhitelist?10
6091 QtCore.QUrl.AceProcessingOption.AceTransitionalProcessing?10
6030 QtCore.QUrl.UserInputResolutionOption?10 6092 QtCore.QUrl.UserInputResolutionOption?10
6031 QtCore.QUrl.UserInputResolutionOption.DefaultResolution?10 6093 QtCore.QUrl.UserInputResolutionOption.DefaultResolution?10
6032 QtCore.QUrl.UserInputResolutionOption.AssumeLocalFile?10 6094 QtCore.QUrl.UserInputResolutionOption.AssumeLocalFile?10
6033 QtCore.QUrl.ComponentFormattingOption?10 6095 QtCore.QUrl.ComponentFormattingOption?10
6034 QtCore.QUrl.ComponentFormattingOption.PrettyDecoded?10 6096 QtCore.QUrl.ComponentFormattingOption.PrettyDecoded?10
6090 QtCore.QUrl.isRelative?4() -> bool 6152 QtCore.QUrl.isRelative?4() -> bool
6091 QtCore.QUrl.isParentOf?4(QUrl) -> bool 6153 QtCore.QUrl.isParentOf?4(QUrl) -> bool
6092 QtCore.QUrl.fromLocalFile?4(QString) -> QUrl 6154 QtCore.QUrl.fromLocalFile?4(QString) -> QUrl
6093 QtCore.QUrl.toLocalFile?4() -> QString 6155 QtCore.QUrl.toLocalFile?4() -> QString
6094 QtCore.QUrl.toString?4(unknown-type options=QUrl.FormattingOptions(QUrl.PrettyDecoded)) -> QString 6156 QtCore.QUrl.toString?4(unknown-type options=QUrl.FormattingOptions(QUrl.PrettyDecoded)) -> QString
6157 QtCore.QUrl.toString?4(unknown-type) -> QString
6095 QtCore.QUrl.toEncoded?4(unknown-type options=QUrl.FullyEncoded) -> QByteArray 6158 QtCore.QUrl.toEncoded?4(unknown-type options=QUrl.FullyEncoded) -> QByteArray
6159 QtCore.QUrl.toEncoded?4(unknown-type) -> QByteArray
6096 QtCore.QUrl.fromEncoded?4(QByteArray, QUrl.ParsingMode mode=QUrl.TolerantMode) -> QUrl 6160 QtCore.QUrl.fromEncoded?4(QByteArray, QUrl.ParsingMode mode=QUrl.TolerantMode) -> QUrl
6097 QtCore.QUrl.detach?4() 6161 QtCore.QUrl.detach?4()
6098 QtCore.QUrl.isDetached?4() -> bool 6162 QtCore.QUrl.isDetached?4() -> bool
6099 QtCore.QUrl.fromPercentEncoding?4(QByteArray) -> QString 6163 QtCore.QUrl.fromPercentEncoding?4(QByteArray) -> QString
6100 QtCore.QUrl.toPercentEncoding?4(QString, QByteArray exclude=QByteArray(), QByteArray include=QByteArray()) -> QByteArray 6164 QtCore.QUrl.toPercentEncoding?4(QString, QByteArray exclude=QByteArray(), QByteArray include=QByteArray()) -> QByteArray
6101 QtCore.QUrl.hasQuery?4() -> bool 6165 QtCore.QUrl.hasQuery?4() -> bool
6102 QtCore.QUrl.hasFragment?4() -> bool 6166 QtCore.QUrl.hasFragment?4() -> bool
6103 QtCore.QUrl.errorString?4() -> QString 6167 QtCore.QUrl.errorString?4() -> QString
6104 QtCore.QUrl.fromAce?4(QByteArray) -> QString 6168 QtCore.QUrl.fromAce?4(QByteArray, unknown-type options={}) -> QString
6105 QtCore.QUrl.toAce?4(QString) -> QByteArray 6169 QtCore.QUrl.toAce?4(QString, unknown-type options={}) -> QByteArray
6106 QtCore.QUrl.idnWhitelist?4() -> QStringList 6170 QtCore.QUrl.idnWhitelist?4() -> QStringList
6107 QtCore.QUrl.setIdnWhitelist?4(QStringList) 6171 QtCore.QUrl.setIdnWhitelist?4(QStringList)
6108 QtCore.QUrl.fromUserInput?4(QString, QString workingDirectory='', unknown-type options=QUrl.DefaultResolution) -> QUrl 6172 QtCore.QUrl.fromUserInput?4(QString, QString workingDirectory='', unknown-type options=QUrl.DefaultResolution) -> QUrl
6109 QtCore.QUrl.swap?4(QUrl) 6173 QtCore.QUrl.swap?4(QUrl)
6110 QtCore.QUrl.isLocalFile?4() -> bool 6174 QtCore.QUrl.isLocalFile?4() -> bool
6111 QtCore.QUrl.toDisplayString?4(unknown-type options=QUrl.FormattingOptions(QUrl.PrettyDecoded)) -> QString 6175 QtCore.QUrl.toDisplayString?4(unknown-type options=QUrl.FormattingOptions(QUrl.PrettyDecoded)) -> QString
6176 QtCore.QUrl.toDisplayString?4(unknown-type) -> QString
6112 QtCore.QUrl.setQuery?4(QString, QUrl.ParsingMode mode=QUrl.TolerantMode) 6177 QtCore.QUrl.setQuery?4(QString, QUrl.ParsingMode mode=QUrl.TolerantMode)
6113 QtCore.QUrl.setQuery?4(QUrlQuery) 6178 QtCore.QUrl.setQuery?4(QUrlQuery)
6114 QtCore.QUrl.query?4(unknown-type options=QUrl.PrettyDecoded) -> QString 6179 QtCore.QUrl.query?4(unknown-type options=QUrl.PrettyDecoded) -> QString
6115 QtCore.QUrl.toStringList?4(unknown-type, unknown-type options=QUrl.FormattingOptions(QUrl.PrettyDecoded)) -> QStringList 6180 QtCore.QUrl.toStringList?4(unknown-type, unknown-type options=QUrl.FormattingOptions(QUrl.PrettyDecoded)) -> QStringList
6116 QtCore.QUrl.fromStringList?4(QStringList, QUrl.ParsingMode mode=QUrl.TolerantMode) -> unknown-type 6181 QtCore.QUrl.fromStringList?4(QStringList, QUrl.ParsingMode mode=QUrl.TolerantMode) -> unknown-type
6182 QtCore.QUuid.createUuidV5?4(QUuid, QString) -> QUuid 6247 QtCore.QUuid.createUuidV5?4(QUuid, QString) -> QUuid
6183 QtCore.QUuid.variant?4() -> QUuid.Variant 6248 QtCore.QUuid.variant?4() -> QUuid.Variant
6184 QtCore.QUuid.version?4() -> QUuid.Version 6249 QtCore.QUuid.version?4() -> QUuid.Version
6185 QtCore.QUuid.toByteArray?4(QUuid.StringFormat mode=QUuid.WithBraces) -> QByteArray 6250 QtCore.QUuid.toByteArray?4(QUuid.StringFormat mode=QUuid.WithBraces) -> QByteArray
6186 QtCore.QUuid.toRfc4122?4() -> QByteArray 6251 QtCore.QUuid.toRfc4122?4() -> QByteArray
6187 QtCore.QUuid.fromRfc4122?4(QByteArray) -> QUuid 6252 QtCore.QUuid.fromRfc4122?4(QByteArrayView) -> QUuid
6253 QtCore.QUuid.fromString?4(QStringView) -> QUuid
6188 QtCore.QVariant?1() 6254 QtCore.QVariant?1()
6189 QtCore.QVariant.__init__?1(self) 6255 QtCore.QVariant.__init__?1(self)
6190 QtCore.QVariant?1(object) 6256 QtCore.QVariant?1(object)
6191 QtCore.QVariant.__init__?1(self, object) 6257 QtCore.QVariant.__init__?1(self, object)
6192 QtCore.QVariant?1(QVariant) 6258 QtCore.QVariant?1(QVariant)
6349 QtCore.QXmlStreamReader.documentVersion?4() -> QStringView 6415 QtCore.QXmlStreamReader.documentVersion?4() -> QStringView
6350 QtCore.QXmlStreamReader.documentEncoding?4() -> QStringView 6416 QtCore.QXmlStreamReader.documentEncoding?4() -> QStringView
6351 QtCore.QXmlStreamReader.lineNumber?4() -> int 6417 QtCore.QXmlStreamReader.lineNumber?4() -> int
6352 QtCore.QXmlStreamReader.columnNumber?4() -> int 6418 QtCore.QXmlStreamReader.columnNumber?4() -> int
6353 QtCore.QXmlStreamReader.characterOffset?4() -> int 6419 QtCore.QXmlStreamReader.characterOffset?4() -> int
6354 QtCore.QXmlStreamReader.attributes?4() -> unknown-type 6420 QtCore.QXmlStreamReader.attributes?4() -> QXmlStreamAttributes
6355 QtCore.QXmlStreamReader.readElementText?4(QXmlStreamReader.ReadElementTextBehaviour behaviour=QXmlStreamReader.ErrorOnUnexpectedElement) -> QString 6421 QtCore.QXmlStreamReader.readElementText?4(QXmlStreamReader.ReadElementTextBehaviour behaviour=QXmlStreamReader.ErrorOnUnexpectedElement) -> QString
6356 QtCore.QXmlStreamReader.name?4() -> QStringView 6422 QtCore.QXmlStreamReader.name?4() -> QStringView
6357 QtCore.QXmlStreamReader.namespaceUri?4() -> QStringView 6423 QtCore.QXmlStreamReader.namespaceUri?4() -> QStringView
6358 QtCore.QXmlStreamReader.qualifiedName?4() -> QStringView 6424 QtCore.QXmlStreamReader.qualifiedName?4() -> QStringView
6359 QtCore.QXmlStreamReader.prefix?4() -> QStringView 6425 QtCore.QXmlStreamReader.prefix?4() -> QStringView
6391 QtCore.QXmlStreamWriter.setAutoFormattingIndent?4(int) 6457 QtCore.QXmlStreamWriter.setAutoFormattingIndent?4(int)
6392 QtCore.QXmlStreamWriter.autoFormattingIndent?4() -> int 6458 QtCore.QXmlStreamWriter.autoFormattingIndent?4() -> int
6393 QtCore.QXmlStreamWriter.writeAttribute?4(QString, QString) 6459 QtCore.QXmlStreamWriter.writeAttribute?4(QString, QString)
6394 QtCore.QXmlStreamWriter.writeAttribute?4(QString, QString, QString) 6460 QtCore.QXmlStreamWriter.writeAttribute?4(QString, QString, QString)
6395 QtCore.QXmlStreamWriter.writeAttribute?4(QXmlStreamAttribute) 6461 QtCore.QXmlStreamWriter.writeAttribute?4(QXmlStreamAttribute)
6396 QtCore.QXmlStreamWriter.writeAttributes?4(unknown-type) 6462 QtCore.QXmlStreamWriter.writeAttributes?4(QXmlStreamAttributes)
6397 QtCore.QXmlStreamWriter.writeCDATA?4(QString) 6463 QtCore.QXmlStreamWriter.writeCDATA?4(QString)
6398 QtCore.QXmlStreamWriter.writeCharacters?4(QString) 6464 QtCore.QXmlStreamWriter.writeCharacters?4(QString)
6399 QtCore.QXmlStreamWriter.writeComment?4(QString) 6465 QtCore.QXmlStreamWriter.writeComment?4(QString)
6400 QtCore.QXmlStreamWriter.writeDTD?4(QString) 6466 QtCore.QXmlStreamWriter.writeDTD?4(QString)
6401 QtCore.QXmlStreamWriter.writeEmptyElement?4(QString) 6467 QtCore.QXmlStreamWriter.writeEmptyElement?4(QString)
6413 QtCore.QXmlStreamWriter.writeStartDocument?4(QString, bool) 6479 QtCore.QXmlStreamWriter.writeStartDocument?4(QString, bool)
6414 QtCore.QXmlStreamWriter.writeStartElement?4(QString) 6480 QtCore.QXmlStreamWriter.writeStartElement?4(QString)
6415 QtCore.QXmlStreamWriter.writeStartElement?4(QString, QString) 6481 QtCore.QXmlStreamWriter.writeStartElement?4(QString, QString)
6416 QtCore.QXmlStreamWriter.writeCurrentToken?4(QXmlStreamReader) 6482 QtCore.QXmlStreamWriter.writeCurrentToken?4(QXmlStreamReader)
6417 QtCore.QXmlStreamWriter.hasError?4() -> bool 6483 QtCore.QXmlStreamWriter.hasError?4() -> bool
6484 QtCore.QXmlStreamAttributes?1()
6485 QtCore.QXmlStreamAttributes.__init__?1(self)
6486 QtCore.QXmlStreamAttributes?1(QXmlStreamAttributes)
6487 QtCore.QXmlStreamAttributes.__init__?1(self, QXmlStreamAttributes)
6488 QtCore.QXmlStreamAttributes.value?4(QString, QString) -> QStringView
6489 QtCore.QXmlStreamAttributes.value?4(QString) -> QStringView
6490 QtCore.QXmlStreamAttributes.append?4(QString, QString, QString)
6491 QtCore.QXmlStreamAttributes.append?4(QString, QString)
6492 QtCore.QXmlStreamAttributes.hasAttribute?4(QString, QString) -> bool
6493 QtCore.QXmlStreamAttributes.hasAttribute?4(QString) -> bool
6494 QtCore.QXmlStreamAttributes.append?4(QXmlStreamAttribute)
6495 QtCore.QXmlStreamAttributes.at?4(int) -> QXmlStreamAttribute
6496 QtCore.QXmlStreamAttributes.clear?4()
6497 QtCore.QXmlStreamAttributes.contains?4(QXmlStreamAttribute) -> bool
6498 QtCore.QXmlStreamAttributes.count?4(QXmlStreamAttribute) -> int
6499 QtCore.QXmlStreamAttributes.count?4() -> int
6500 QtCore.QXmlStreamAttributes.data?4() -> sip.voidptr
6501 QtCore.QXmlStreamAttributes.fill?4(QXmlStreamAttribute, int size=-1)
6502 QtCore.QXmlStreamAttributes.first?4() -> QXmlStreamAttribute
6503 QtCore.QXmlStreamAttributes.indexOf?4(QXmlStreamAttribute, int from=0) -> int
6504 QtCore.QXmlStreamAttributes.insert?4(int, QXmlStreamAttribute)
6505 QtCore.QXmlStreamAttributes.isEmpty?4() -> bool
6506 QtCore.QXmlStreamAttributes.last?4() -> QXmlStreamAttribute
6507 QtCore.QXmlStreamAttributes.lastIndexOf?4(QXmlStreamAttribute, int from=-1) -> int
6508 QtCore.QXmlStreamAttributes.prepend?4(QXmlStreamAttribute)
6509 QtCore.QXmlStreamAttributes.remove?4(int)
6510 QtCore.QXmlStreamAttributes.remove?4(int, int)
6511 QtCore.QXmlStreamAttributes.replace?4(int, QXmlStreamAttribute)
6512 QtCore.QXmlStreamAttributes.size?4() -> int
6418 QtCore.QMutexLocker?1(QMutex) 6513 QtCore.QMutexLocker?1(QMutex)
6419 QtCore.QMutexLocker.__init__?1(self, QMutex) 6514 QtCore.QMutexLocker.__init__?1(self, QMutex)
6420 QtCore.QMutexLocker?1(QRecursiveMutex) 6515 QtCore.QMutexLocker?1(QRecursiveMutex)
6421 QtCore.QMutexLocker.__init__?1(self, QRecursiveMutex) 6516 QtCore.QMutexLocker.__init__?1(self, QRecursiveMutex)
6422 QtCore.QMutexLocker.mutex?4() -> object 6517 QtCore.QMutexLocker.mutex?4() -> object
6817 QtNetwork.QLocalServer.SocketOption?10 6912 QtNetwork.QLocalServer.SocketOption?10
6818 QtNetwork.QLocalServer.SocketOption.UserAccessOption?10 6913 QtNetwork.QLocalServer.SocketOption.UserAccessOption?10
6819 QtNetwork.QLocalServer.SocketOption.GroupAccessOption?10 6914 QtNetwork.QLocalServer.SocketOption.GroupAccessOption?10
6820 QtNetwork.QLocalServer.SocketOption.OtherAccessOption?10 6915 QtNetwork.QLocalServer.SocketOption.OtherAccessOption?10
6821 QtNetwork.QLocalServer.SocketOption.WorldAccessOption?10 6916 QtNetwork.QLocalServer.SocketOption.WorldAccessOption?10
6917 QtNetwork.QLocalServer.SocketOption.AbstractNamespaceOption?10
6822 QtNetwork.QLocalServer?1(QObject parent=None) 6918 QtNetwork.QLocalServer?1(QObject parent=None)
6823 QtNetwork.QLocalServer.__init__?1(self, QObject parent=None) 6919 QtNetwork.QLocalServer.__init__?1(self, QObject parent=None)
6824 QtNetwork.QLocalServer.close?4() 6920 QtNetwork.QLocalServer.close?4()
6825 QtNetwork.QLocalServer.errorString?4() -> QString 6921 QtNetwork.QLocalServer.errorString?4() -> QString
6826 QtNetwork.QLocalServer.hasPendingConnections?4() -> bool 6922 QtNetwork.QLocalServer.hasPendingConnections?4() -> bool
6838 QtNetwork.QLocalServer.newConnection?4() 6934 QtNetwork.QLocalServer.newConnection?4()
6839 QtNetwork.QLocalServer.incomingConnection?4(quintptr) 6935 QtNetwork.QLocalServer.incomingConnection?4(quintptr)
6840 QtNetwork.QLocalServer.setSocketOptions?4(unknown-type) 6936 QtNetwork.QLocalServer.setSocketOptions?4(unknown-type)
6841 QtNetwork.QLocalServer.socketOptions?4() -> unknown-type 6937 QtNetwork.QLocalServer.socketOptions?4() -> unknown-type
6842 QtNetwork.QLocalServer.socketDescriptor?4() -> qintptr 6938 QtNetwork.QLocalServer.socketDescriptor?4() -> qintptr
6939 QtNetwork.QLocalServer.setListenBacklogSize?4(int)
6940 QtNetwork.QLocalServer.listenBacklogSize?4() -> int
6941 QtNetwork.QLocalSocket.SocketOption?10
6942 QtNetwork.QLocalSocket.SocketOption.NoOptions?10
6943 QtNetwork.QLocalSocket.SocketOption.AbstractNamespaceOption?10
6843 QtNetwork.QLocalSocket.LocalSocketState?10 6944 QtNetwork.QLocalSocket.LocalSocketState?10
6844 QtNetwork.QLocalSocket.LocalSocketState.UnconnectedState?10 6945 QtNetwork.QLocalSocket.LocalSocketState.UnconnectedState?10
6845 QtNetwork.QLocalSocket.LocalSocketState.ConnectingState?10 6946 QtNetwork.QLocalSocket.LocalSocketState.ConnectingState?10
6846 QtNetwork.QLocalSocket.LocalSocketState.ConnectedState?10 6947 QtNetwork.QLocalSocket.LocalSocketState.ConnectedState?10
6847 QtNetwork.QLocalSocket.LocalSocketState.ClosingState?10 6948 QtNetwork.QLocalSocket.LocalSocketState.ClosingState?10
6889 QtNetwork.QLocalSocket.errorOccurred?4(QLocalSocket.LocalSocketError) 6990 QtNetwork.QLocalSocket.errorOccurred?4(QLocalSocket.LocalSocketError)
6890 QtNetwork.QLocalSocket.stateChanged?4(QLocalSocket.LocalSocketState) 6991 QtNetwork.QLocalSocket.stateChanged?4(QLocalSocket.LocalSocketState)
6891 QtNetwork.QLocalSocket.readData?4(int) -> object 6992 QtNetwork.QLocalSocket.readData?4(int) -> object
6892 QtNetwork.QLocalSocket.writeData?4(buffer) -> int 6993 QtNetwork.QLocalSocket.writeData?4(buffer) -> int
6893 QtNetwork.QLocalSocket.skipData?4(int) -> int 6994 QtNetwork.QLocalSocket.skipData?4(int) -> int
6995 QtNetwork.QLocalSocket.setSocketOptions?4(unknown-type)
6996 QtNetwork.QLocalSocket.socketOptions?4() -> unknown-type
6997 QtNetwork.QLocalSocket.readLineData?4(int) -> object
6894 QtNetwork.QNetworkAccessManager.Operation?10 6998 QtNetwork.QNetworkAccessManager.Operation?10
6895 QtNetwork.QNetworkAccessManager.Operation.HeadOperation?10 6999 QtNetwork.QNetworkAccessManager.Operation.HeadOperation?10
6896 QtNetwork.QNetworkAccessManager.Operation.GetOperation?10 7000 QtNetwork.QNetworkAccessManager.Operation.GetOperation?10
6897 QtNetwork.QNetworkAccessManager.Operation.PutOperation?10 7001 QtNetwork.QNetworkAccessManager.Operation.PutOperation?10
6898 QtNetwork.QNetworkAccessManager.Operation.PostOperation?10 7002 QtNetwork.QNetworkAccessManager.Operation.PostOperation?10
7027 QtNetwork.QNetworkDiskCache.prepare?4(QNetworkCacheMetaData) -> QIODevice 7131 QtNetwork.QNetworkDiskCache.prepare?4(QNetworkCacheMetaData) -> QIODevice
7028 QtNetwork.QNetworkDiskCache.insert?4(QIODevice) 7132 QtNetwork.QNetworkDiskCache.insert?4(QIODevice)
7029 QtNetwork.QNetworkDiskCache.fileMetaData?4(QString) -> QNetworkCacheMetaData 7133 QtNetwork.QNetworkDiskCache.fileMetaData?4(QString) -> QNetworkCacheMetaData
7030 QtNetwork.QNetworkDiskCache.clear?4() 7134 QtNetwork.QNetworkDiskCache.clear?4()
7031 QtNetwork.QNetworkDiskCache.expire?4() -> int 7135 QtNetwork.QNetworkDiskCache.expire?4() -> int
7136 QtNetwork.QNetworkInformation.TransportMedium?10
7137 QtNetwork.QNetworkInformation.TransportMedium.Unknown?10
7138 QtNetwork.QNetworkInformation.TransportMedium.Ethernet?10
7139 QtNetwork.QNetworkInformation.TransportMedium.Cellular?10
7140 QtNetwork.QNetworkInformation.TransportMedium.WiFi?10
7141 QtNetwork.QNetworkInformation.TransportMedium.Bluetooth?10
7032 QtNetwork.QNetworkInformation.Feature?10 7142 QtNetwork.QNetworkInformation.Feature?10
7033 QtNetwork.QNetworkInformation.Feature.Reachability?10 7143 QtNetwork.QNetworkInformation.Feature.Reachability?10
7144 QtNetwork.QNetworkInformation.Feature.CaptivePortal?10
7145 QtNetwork.QNetworkInformation.Feature.TransportMedium?10
7146 QtNetwork.QNetworkInformation.Feature.Metered?10
7034 QtNetwork.QNetworkInformation.Reachability?10 7147 QtNetwork.QNetworkInformation.Reachability?10
7035 QtNetwork.QNetworkInformation.Reachability.Unknown?10 7148 QtNetwork.QNetworkInformation.Reachability.Unknown?10
7036 QtNetwork.QNetworkInformation.Reachability.Disconnected?10 7149 QtNetwork.QNetworkInformation.Reachability.Disconnected?10
7037 QtNetwork.QNetworkInformation.Reachability.Local?10 7150 QtNetwork.QNetworkInformation.Reachability.Local?10
7038 QtNetwork.QNetworkInformation.Reachability.Site?10 7151 QtNetwork.QNetworkInformation.Reachability.Site?10
7043 QtNetwork.QNetworkInformation.load?4(QStringView) -> bool 7156 QtNetwork.QNetworkInformation.load?4(QStringView) -> bool
7044 QtNetwork.QNetworkInformation.load?4(unknown-type) -> bool 7157 QtNetwork.QNetworkInformation.load?4(unknown-type) -> bool
7045 QtNetwork.QNetworkInformation.availableBackends?4() -> QStringList 7158 QtNetwork.QNetworkInformation.availableBackends?4() -> QStringList
7046 QtNetwork.QNetworkInformation.instance?4() -> QNetworkInformation 7159 QtNetwork.QNetworkInformation.instance?4() -> QNetworkInformation
7047 QtNetwork.QNetworkInformation.reachabilityChanged?4(QNetworkInformation.Reachability) 7160 QtNetwork.QNetworkInformation.reachabilityChanged?4(QNetworkInformation.Reachability)
7161 QtNetwork.QNetworkInformation.isBehindCaptivePortal?4() -> bool
7162 QtNetwork.QNetworkInformation.isBehindCaptivePortalChanged?4(bool)
7163 QtNetwork.QNetworkInformation.transportMedium?4() -> QNetworkInformation.TransportMedium
7164 QtNetwork.QNetworkInformation.isMetered?4() -> bool
7165 QtNetwork.QNetworkInformation.supportedFeatures?4() -> unknown-type
7166 QtNetwork.QNetworkInformation.loadDefaultBackend?4() -> bool
7167 QtNetwork.QNetworkInformation.transportMediumChanged?4(QNetworkInformation.TransportMedium)
7168 QtNetwork.QNetworkInformation.isMeteredChanged?4(bool)
7048 QtNetwork.QNetworkAddressEntry.DnsEligibilityStatus?10 7169 QtNetwork.QNetworkAddressEntry.DnsEligibilityStatus?10
7049 QtNetwork.QNetworkAddressEntry.DnsEligibilityStatus.DnsEligibilityUnknown?10 7170 QtNetwork.QNetworkAddressEntry.DnsEligibilityStatus.DnsEligibilityUnknown?10
7050 QtNetwork.QNetworkAddressEntry.DnsEligibilityStatus.DnsIneligible?10 7171 QtNetwork.QNetworkAddressEntry.DnsEligibilityStatus.DnsIneligible?10
7051 QtNetwork.QNetworkAddressEntry.DnsEligibilityStatus.DnsEligible?10 7172 QtNetwork.QNetworkAddressEntry.DnsEligibilityStatus.DnsEligible?10
7052 QtNetwork.QNetworkAddressEntry?1() 7173 QtNetwork.QNetworkAddressEntry?1()
7277 QtNetwork.QNetworkReply.ignoreSslErrors?4(unknown-type) 7398 QtNetwork.QNetworkReply.ignoreSslErrors?4(unknown-type)
7278 QtNetwork.QNetworkReply.rawHeaderPairs?4() -> unknown-type 7399 QtNetwork.QNetworkReply.rawHeaderPairs?4() -> unknown-type
7279 QtNetwork.QNetworkReply.sslConfigurationImplementation?4(QSslConfiguration) 7400 QtNetwork.QNetworkReply.sslConfigurationImplementation?4(QSslConfiguration)
7280 QtNetwork.QNetworkReply.setSslConfigurationImplementation?4(QSslConfiguration) 7401 QtNetwork.QNetworkReply.setSslConfigurationImplementation?4(QSslConfiguration)
7281 QtNetwork.QNetworkReply.ignoreSslErrorsImplementation?4(unknown-type) 7402 QtNetwork.QNetworkReply.ignoreSslErrorsImplementation?4(unknown-type)
7403 QtNetwork.QNetworkReply.socketStartedConnecting?4()
7404 QtNetwork.QNetworkReply.requestSent?4()
7282 QtNetwork.QNetworkRequest.TransferTimeoutConstant?10 7405 QtNetwork.QNetworkRequest.TransferTimeoutConstant?10
7283 QtNetwork.QNetworkRequest.TransferTimeoutConstant.DefaultTransferTimeoutConstant?10 7406 QtNetwork.QNetworkRequest.TransferTimeoutConstant.DefaultTransferTimeoutConstant?10
7284 QtNetwork.QNetworkRequest.RedirectPolicy?10 7407 QtNetwork.QNetworkRequest.RedirectPolicy?10
7285 QtNetwork.QNetworkRequest.RedirectPolicy.ManualRedirectPolicy?10 7408 QtNetwork.QNetworkRequest.RedirectPolicy.ManualRedirectPolicy?10
7286 QtNetwork.QNetworkRequest.RedirectPolicy.NoLessSafeRedirectPolicy?10 7409 QtNetwork.QNetworkRequest.RedirectPolicy.NoLessSafeRedirectPolicy?10
7319 QtNetwork.QNetworkRequest.Attribute.Http2WasUsedAttribute?10 7442 QtNetwork.QNetworkRequest.Attribute.Http2WasUsedAttribute?10
7320 QtNetwork.QNetworkRequest.Attribute.OriginalContentLengthAttribute?10 7443 QtNetwork.QNetworkRequest.Attribute.OriginalContentLengthAttribute?10
7321 QtNetwork.QNetworkRequest.Attribute.RedirectPolicyAttribute?10 7444 QtNetwork.QNetworkRequest.Attribute.RedirectPolicyAttribute?10
7322 QtNetwork.QNetworkRequest.Attribute.Http2DirectAttribute?10 7445 QtNetwork.QNetworkRequest.Attribute.Http2DirectAttribute?10
7323 QtNetwork.QNetworkRequest.Attribute.AutoDeleteReplyOnFinishAttribute?10 7446 QtNetwork.QNetworkRequest.Attribute.AutoDeleteReplyOnFinishAttribute?10
7447 QtNetwork.QNetworkRequest.Attribute.ConnectionCacheExpiryTimeoutSecondsAttribute?10
7448 QtNetwork.QNetworkRequest.Attribute.Http2CleartextAllowedAttribute?10
7324 QtNetwork.QNetworkRequest.Attribute.User?10 7449 QtNetwork.QNetworkRequest.Attribute.User?10
7325 QtNetwork.QNetworkRequest.Attribute.UserMax?10 7450 QtNetwork.QNetworkRequest.Attribute.UserMax?10
7326 QtNetwork.QNetworkRequest.KnownHeaders?10 7451 QtNetwork.QNetworkRequest.KnownHeaders?10
7327 QtNetwork.QNetworkRequest.KnownHeaders.ContentTypeHeader?10 7452 QtNetwork.QNetworkRequest.KnownHeaders.ContentTypeHeader?10
7328 QtNetwork.QNetworkRequest.KnownHeaders.ContentLengthHeader?10 7453 QtNetwork.QNetworkRequest.KnownHeaders.ContentLengthHeader?10
7366 QtNetwork.QNetworkRequest.setPeerVerifyName?4(QString) 7491 QtNetwork.QNetworkRequest.setPeerVerifyName?4(QString)
7367 QtNetwork.QNetworkRequest.http2Configuration?4() -> QHttp2Configuration 7492 QtNetwork.QNetworkRequest.http2Configuration?4() -> QHttp2Configuration
7368 QtNetwork.QNetworkRequest.setHttp2Configuration?4(QHttp2Configuration) 7493 QtNetwork.QNetworkRequest.setHttp2Configuration?4(QHttp2Configuration)
7369 QtNetwork.QNetworkRequest.transferTimeout?4() -> int 7494 QtNetwork.QNetworkRequest.transferTimeout?4() -> int
7370 QtNetwork.QNetworkRequest.setTransferTimeout?4(int timeout=QNetworkRequest.DefaultTransferTimeoutConstant) 7495 QtNetwork.QNetworkRequest.setTransferTimeout?4(int timeout=QNetworkRequest.DefaultTransferTimeoutConstant)
7496 QtNetwork.QNetworkRequest.decompressedSafetyCheckThreshold?4() -> int
7497 QtNetwork.QNetworkRequest.setDecompressedSafetyCheckThreshold?4(int)
7371 QtNetwork.QOcspResponse?1() 7498 QtNetwork.QOcspResponse?1()
7372 QtNetwork.QOcspResponse.__init__?1(self) 7499 QtNetwork.QOcspResponse.__init__?1(self)
7373 QtNetwork.QOcspResponse?1(QOcspResponse) 7500 QtNetwork.QOcspResponse?1(QOcspResponse)
7374 QtNetwork.QOcspResponse.__init__?1(self, QOcspResponse) 7501 QtNetwork.QOcspResponse.__init__?1(self, QOcspResponse)
7375 QtNetwork.QOcspResponse.certificateStatus?4() -> QOcspCertificateStatus 7502 QtNetwork.QOcspResponse.certificateStatus?4() -> QOcspCertificateStatus
7392 QtNetwork.QSsl.ImplementedClass.Certificate?10 7519 QtNetwork.QSsl.ImplementedClass.Certificate?10
7393 QtNetwork.QSsl.ImplementedClass.Socket?10 7520 QtNetwork.QSsl.ImplementedClass.Socket?10
7394 QtNetwork.QSsl.ImplementedClass.DiffieHellman?10 7521 QtNetwork.QSsl.ImplementedClass.DiffieHellman?10
7395 QtNetwork.QSsl.ImplementedClass.EllipticCurve?10 7522 QtNetwork.QSsl.ImplementedClass.EllipticCurve?10
7396 QtNetwork.QSsl.ImplementedClass.Dtls?10 7523 QtNetwork.QSsl.ImplementedClass.Dtls?10
7524 QtNetwork.QSsl.ImplementedClass.DtlsCookie?10
7397 QtNetwork.QSsl.AlertType?10 7525 QtNetwork.QSsl.AlertType?10
7398 QtNetwork.QSsl.AlertType.CloseNotify?10 7526 QtNetwork.QSsl.AlertType.CloseNotify?10
7399 QtNetwork.QSsl.AlertType.UnexpectedMessage?10 7527 QtNetwork.QSsl.AlertType.UnexpectedMessage?10
7400 QtNetwork.QSsl.AlertType.BadRecordMac?10 7528 QtNetwork.QSsl.AlertType.BadRecordMac?10
7401 QtNetwork.QSsl.AlertType.RecordOverflow?10 7529 QtNetwork.QSsl.AlertType.RecordOverflow?10
7615 QtNetwork.QSslConfiguration.addCaCertificates?4(unknown-type) 7743 QtNetwork.QSslConfiguration.addCaCertificates?4(unknown-type)
7616 QtNetwork.QSslConfiguration.handshakeMustInterruptOnError?4() -> bool 7744 QtNetwork.QSslConfiguration.handshakeMustInterruptOnError?4() -> bool
7617 QtNetwork.QSslConfiguration.setHandshakeMustInterruptOnError?4(bool) 7745 QtNetwork.QSslConfiguration.setHandshakeMustInterruptOnError?4(bool)
7618 QtNetwork.QSslConfiguration.missingCertificateIsFatal?4() -> bool 7746 QtNetwork.QSslConfiguration.missingCertificateIsFatal?4() -> bool
7619 QtNetwork.QSslConfiguration.setMissingCertificateIsFatal?4(bool) 7747 QtNetwork.QSslConfiguration.setMissingCertificateIsFatal?4(bool)
7748 QtNetwork.QSslConfiguration.dtlsCookieVerificationEnabled?4() -> bool
7749 QtNetwork.QSslConfiguration.setDtlsCookieVerificationEnabled?4(bool)
7750 QtNetwork.QSslConfiguration.defaultDtlsConfiguration?4() -> QSslConfiguration
7751 QtNetwork.QSslConfiguration.setDefaultDtlsConfiguration?4(QSslConfiguration)
7620 QtNetwork.QSslDiffieHellmanParameters.Error?10 7752 QtNetwork.QSslDiffieHellmanParameters.Error?10
7621 QtNetwork.QSslDiffieHellmanParameters.Error.NoError?10 7753 QtNetwork.QSslDiffieHellmanParameters.Error.NoError?10
7622 QtNetwork.QSslDiffieHellmanParameters.Error.InvalidInputDataError?10 7754 QtNetwork.QSslDiffieHellmanParameters.Error.InvalidInputDataError?10
7623 QtNetwork.QSslDiffieHellmanParameters.Error.UnsafeParametersError?10 7755 QtNetwork.QSslDiffieHellmanParameters.Error.UnsafeParametersError?10
7624 QtNetwork.QSslDiffieHellmanParameters?1() 7756 QtNetwork.QSslDiffieHellmanParameters?1()
7839 QtNetwork.QTcpServer.resumeAccepting?4() 7971 QtNetwork.QTcpServer.resumeAccepting?4()
7840 QtNetwork.QTcpServer.incomingConnection?4(qintptr) 7972 QtNetwork.QTcpServer.incomingConnection?4(qintptr)
7841 QtNetwork.QTcpServer.addPendingConnection?4(QTcpSocket) 7973 QtNetwork.QTcpServer.addPendingConnection?4(QTcpSocket)
7842 QtNetwork.QTcpServer.newConnection?4() 7974 QtNetwork.QTcpServer.newConnection?4()
7843 QtNetwork.QTcpServer.acceptError?4(QAbstractSocket.SocketError) 7975 QtNetwork.QTcpServer.acceptError?4(QAbstractSocket.SocketError)
7976 QtNetwork.QTcpServer.setListenBacklogSize?4(int)
7977 QtNetwork.QTcpServer.listenBacklogSize?4() -> int
7844 QtNetwork.QUdpSocket?1(QObject parent=None) 7978 QtNetwork.QUdpSocket?1(QObject parent=None)
7845 QtNetwork.QUdpSocket.__init__?1(self, QObject parent=None) 7979 QtNetwork.QUdpSocket.__init__?1(self, QObject parent=None)
7846 QtNetwork.QUdpSocket.hasPendingDatagrams?4() -> bool 7980 QtNetwork.QUdpSocket.hasPendingDatagrams?4() -> bool
7847 QtNetwork.QUdpSocket.pendingDatagramSize?4() -> int 7981 QtNetwork.QUdpSocket.pendingDatagramSize?4() -> int
7848 QtNetwork.QUdpSocket.readDatagram?4(int) -> (object, QHostAddress, int) 7982 QtNetwork.QUdpSocket.readDatagram?4(int) -> (object, QHostAddress, int)
8154 QtGui.QPixmap.scroll?4(int, int, QRect) -> QRegion 8288 QtGui.QPixmap.scroll?4(int, int, QRect) -> QRegion
8155 QtGui.QPixmap.scroll?4(int, int, int, int, int, int) -> QRegion 8289 QtGui.QPixmap.scroll?4(int, int, int, int, int, int) -> QRegion
8156 QtGui.QPixmap.swap?4(QPixmap) 8290 QtGui.QPixmap.swap?4(QPixmap)
8157 QtGui.QPixmap.devicePixelRatio?4() -> float 8291 QtGui.QPixmap.devicePixelRatio?4() -> float
8158 QtGui.QPixmap.setDevicePixelRatio?4(float) 8292 QtGui.QPixmap.setDevicePixelRatio?4(float)
8293 QtGui.QPixmap.deviceIndependentSize?4() -> QSizeF
8159 QtGui.QBitmap?1() 8294 QtGui.QBitmap?1()
8160 QtGui.QBitmap.__init__?1(self) 8295 QtGui.QBitmap.__init__?1(self)
8161 QtGui.QBitmap?1(int, int) 8296 QtGui.QBitmap?1(int, int)
8162 QtGui.QBitmap.__init__?1(self, int, int) 8297 QtGui.QBitmap.__init__?1(self, int, int)
8163 QtGui.QBitmap?1(QSize) 8298 QtGui.QBitmap?1(QSize)
8811 QtGui.QColorSpace.setPrimaries?4(QPointF, QPointF, QPointF, QPointF) 8946 QtGui.QColorSpace.setPrimaries?4(QPointF, QPointF, QPointF, QPointF)
8812 QtGui.QColorSpace.isValid?4() -> bool 8947 QtGui.QColorSpace.isValid?4() -> bool
8813 QtGui.QColorSpace.fromIccProfile?4(QByteArray) -> QColorSpace 8948 QtGui.QColorSpace.fromIccProfile?4(QByteArray) -> QColorSpace
8814 QtGui.QColorSpace.iccProfile?4() -> QByteArray 8949 QtGui.QColorSpace.iccProfile?4() -> QByteArray
8815 QtGui.QColorSpace.transformationToColorSpace?4(QColorSpace) -> QColorTransform 8950 QtGui.QColorSpace.transformationToColorSpace?4(QColorSpace) -> QColorTransform
8951 QtGui.QColorSpace.description?4() -> QString
8952 QtGui.QColorSpace.setDescription?4(QString)
8816 QtGui.QColorTransform?1() 8953 QtGui.QColorTransform?1()
8817 QtGui.QColorTransform.__init__?1(self) 8954 QtGui.QColorTransform.__init__?1(self)
8818 QtGui.QColorTransform?1(QColorTransform) 8955 QtGui.QColorTransform?1(QColorTransform)
8819 QtGui.QColorTransform.__init__?1(self, QColorTransform) 8956 QtGui.QColorTransform.__init__?1(self, QColorTransform)
8820 QtGui.QColorTransform.swap?4(QColorTransform) 8957 QtGui.QColorTransform.swap?4(QColorTransform)
9090 QtGui.QMouseEvent.__init__?1(self, QEvent.Type, QPointF, Qt.MouseButton, unknown-type, unknown-type, QPointingDevice device=QPointingDevice.primaryPointingDevice()) 9227 QtGui.QMouseEvent.__init__?1(self, QEvent.Type, QPointF, Qt.MouseButton, unknown-type, unknown-type, QPointingDevice device=QPointingDevice.primaryPointingDevice())
9091 QtGui.QMouseEvent?1(QEvent.Type, QPointF, QPointF, Qt.MouseButton, unknown-type, unknown-type, QPointingDevice device=QPointingDevice.primaryPointingDevice()) 9228 QtGui.QMouseEvent?1(QEvent.Type, QPointF, QPointF, Qt.MouseButton, unknown-type, unknown-type, QPointingDevice device=QPointingDevice.primaryPointingDevice())
9092 QtGui.QMouseEvent.__init__?1(self, QEvent.Type, QPointF, QPointF, Qt.MouseButton, unknown-type, unknown-type, QPointingDevice device=QPointingDevice.primaryPointingDevice()) 9229 QtGui.QMouseEvent.__init__?1(self, QEvent.Type, QPointF, QPointF, Qt.MouseButton, unknown-type, unknown-type, QPointingDevice device=QPointingDevice.primaryPointingDevice())
9093 QtGui.QMouseEvent?1(QEvent.Type, QPointF, QPointF, QPointF, Qt.MouseButton, unknown-type, unknown-type, QPointingDevice device=QPointingDevice.primaryPointingDevice()) 9230 QtGui.QMouseEvent?1(QEvent.Type, QPointF, QPointF, QPointF, Qt.MouseButton, unknown-type, unknown-type, QPointingDevice device=QPointingDevice.primaryPointingDevice())
9094 QtGui.QMouseEvent.__init__?1(self, QEvent.Type, QPointF, QPointF, QPointF, Qt.MouseButton, unknown-type, unknown-type, QPointingDevice device=QPointingDevice.primaryPointingDevice()) 9231 QtGui.QMouseEvent.__init__?1(self, QEvent.Type, QPointF, QPointF, QPointF, Qt.MouseButton, unknown-type, unknown-type, QPointingDevice device=QPointingDevice.primaryPointingDevice())
9232 QtGui.QMouseEvent.pos?4() -> QPoint
9233 QtGui.QMouseEvent.flags?4() -> unknown-type
9095 QtGui.QMouseEvent.clone?4() -> QMouseEvent 9234 QtGui.QMouseEvent.clone?4() -> QMouseEvent
9235 QtGui.QHoverEvent?1(QEvent.Type, QPointF, QPointF, QPointF, unknown-type modifiers=Qt.NoModifier, QPointingDevice device=QPointingDevice.primaryPointingDevice())
9236 QtGui.QHoverEvent.__init__?1(self, QEvent.Type, QPointF, QPointF, QPointF, unknown-type modifiers=Qt.NoModifier, QPointingDevice device=QPointingDevice.primaryPointingDevice())
9096 QtGui.QHoverEvent?1(QEvent.Type, QPointF, QPointF, unknown-type modifiers=Qt.NoModifier, QPointingDevice device=QPointingDevice.primaryPointingDevice()) 9237 QtGui.QHoverEvent?1(QEvent.Type, QPointF, QPointF, unknown-type modifiers=Qt.NoModifier, QPointingDevice device=QPointingDevice.primaryPointingDevice())
9097 QtGui.QHoverEvent.__init__?1(self, QEvent.Type, QPointF, QPointF, unknown-type modifiers=Qt.NoModifier, QPointingDevice device=QPointingDevice.primaryPointingDevice()) 9238 QtGui.QHoverEvent.__init__?1(self, QEvent.Type, QPointF, QPointF, unknown-type modifiers=Qt.NoModifier, QPointingDevice device=QPointingDevice.primaryPointingDevice())
9098 QtGui.QHoverEvent.isUpdateEvent?4() -> bool 9239 QtGui.QHoverEvent.isUpdateEvent?4() -> bool
9099 QtGui.QHoverEvent.oldPos?4() -> QPoint 9240 QtGui.QHoverEvent.oldPos?4() -> QPoint
9100 QtGui.QHoverEvent.oldPosF?4() -> QPointF 9241 QtGui.QHoverEvent.oldPosF?4() -> QPointF
9116 QtGui.QTabletEvent.z?4() -> float 9257 QtGui.QTabletEvent.z?4() -> float
9117 QtGui.QTabletEvent.tangentialPressure?4() -> float 9258 QtGui.QTabletEvent.tangentialPressure?4() -> float
9118 QtGui.QTabletEvent.xTilt?4() -> float 9259 QtGui.QTabletEvent.xTilt?4() -> float
9119 QtGui.QTabletEvent.yTilt?4() -> float 9260 QtGui.QTabletEvent.yTilt?4() -> float
9120 QtGui.QTabletEvent.clone?4() -> QTabletEvent 9261 QtGui.QTabletEvent.clone?4() -> QTabletEvent
9262 QtGui.QNativeGestureEvent?1(Qt.NativeGestureType, QPointingDevice, int, QPointF, QPointF, QPointF, float, QPointF, int sequenceId=UINT64_MAX)
9263 QtGui.QNativeGestureEvent.__init__?1(self, Qt.NativeGestureType, QPointingDevice, int, QPointF, QPointF, QPointF, float, QPointF, int sequenceId=UINT64_MAX)
9121 QtGui.QNativeGestureEvent?1(Qt.NativeGestureType, QPointingDevice, QPointF, QPointF, QPointF, float, int, int) 9264 QtGui.QNativeGestureEvent?1(Qt.NativeGestureType, QPointingDevice, QPointF, QPointF, QPointF, float, int, int)
9122 QtGui.QNativeGestureEvent.__init__?1(self, Qt.NativeGestureType, QPointingDevice, QPointF, QPointF, QPointF, float, int, int) 9265 QtGui.QNativeGestureEvent.__init__?1(self, Qt.NativeGestureType, QPointingDevice, QPointF, QPointF, QPointF, float, int, int)
9123 QtGui.QNativeGestureEvent.gestureType?4() -> Qt.NativeGestureType 9266 QtGui.QNativeGestureEvent.gestureType?4() -> Qt.NativeGestureType
9124 QtGui.QNativeGestureEvent.value?4() -> float 9267 QtGui.QNativeGestureEvent.value?4() -> float
9125 QtGui.QNativeGestureEvent.clone?4() -> QNativeGestureEvent 9268 QtGui.QNativeGestureEvent.clone?4() -> QNativeGestureEvent
9269 QtGui.QNativeGestureEvent.fingerCount?4() -> int
9270 QtGui.QNativeGestureEvent.delta?4() -> QPointF
9126 QtGui.QTouchEvent?1(QEvent.Type, QPointingDevice device=None, unknown-type modifiers=Qt.NoModifier, unknown-type touchPoints=[]) 9271 QtGui.QTouchEvent?1(QEvent.Type, QPointingDevice device=None, unknown-type modifiers=Qt.NoModifier, unknown-type touchPoints=[])
9127 QtGui.QTouchEvent.__init__?1(self, QEvent.Type, QPointingDevice device=None, unknown-type modifiers=Qt.NoModifier, unknown-type touchPoints=[]) 9272 QtGui.QTouchEvent.__init__?1(self, QEvent.Type, QPointingDevice device=None, unknown-type modifiers=Qt.NoModifier, unknown-type touchPoints=[])
9128 QtGui.QTouchEvent.target?4() -> QObject 9273 QtGui.QTouchEvent.target?4() -> QObject
9129 QtGui.QTouchEvent.touchPointStates?4() -> unknown-type 9274 QtGui.QTouchEvent.touchPointStates?4() -> unknown-type
9130 QtGui.QTouchEvent.isBeginEvent?4() -> bool 9275 QtGui.QTouchEvent.isBeginEvent?4() -> bool
9476 QtGui.QFontMetrics.maxWidth?4() -> int 9621 QtGui.QFontMetrics.maxWidth?4() -> int
9477 QtGui.QFontMetrics.xHeight?4() -> int 9622 QtGui.QFontMetrics.xHeight?4() -> int
9478 QtGui.QFontMetrics.inFont?4(QChar) -> bool 9623 QtGui.QFontMetrics.inFont?4(QChar) -> bool
9479 QtGui.QFontMetrics.leftBearing?4(QChar) -> int 9624 QtGui.QFontMetrics.leftBearing?4(QChar) -> int
9480 QtGui.QFontMetrics.rightBearing?4(QChar) -> int 9625 QtGui.QFontMetrics.rightBearing?4(QChar) -> int
9626 QtGui.QFontMetrics.boundingRect?4(QString, QTextOption) -> QRect
9481 QtGui.QFontMetrics.boundingRectChar?4(QChar) -> QRect 9627 QtGui.QFontMetrics.boundingRectChar?4(QChar) -> QRect
9482 QtGui.QFontMetrics.boundingRect?4(QString) -> QRect 9628 QtGui.QFontMetrics.boundingRect?4(QString) -> QRect
9483 QtGui.QFontMetrics.boundingRect?4(QRect, int, QString, int tabStops=0, list tabArray=0) -> QRect 9629 QtGui.QFontMetrics.boundingRect?4(QRect, int, QString, int tabStops=0, list tabArray=0) -> QRect
9484 QtGui.QFontMetrics.boundingRect?4(int, int, int, int, int, QString, int tabStops=0, list tabArray=0) -> QRect 9630 QtGui.QFontMetrics.boundingRect?4(int, int, int, int, int, QString, int tabStops=0, list tabArray=0) -> QRect
9485 QtGui.QFontMetrics.size?4(int, QString, int tabStops=0, list tabArray=0) -> QSize 9631 QtGui.QFontMetrics.size?4(int, QString, int tabStops=0, list tabArray=0) -> QSize
9487 QtGui.QFontMetrics.overlinePos?4() -> int 9633 QtGui.QFontMetrics.overlinePos?4() -> int
9488 QtGui.QFontMetrics.strikeOutPos?4() -> int 9634 QtGui.QFontMetrics.strikeOutPos?4() -> int
9489 QtGui.QFontMetrics.lineWidth?4() -> int 9635 QtGui.QFontMetrics.lineWidth?4() -> int
9490 QtGui.QFontMetrics.averageCharWidth?4() -> int 9636 QtGui.QFontMetrics.averageCharWidth?4() -> int
9491 QtGui.QFontMetrics.elidedText?4(QString, Qt.TextElideMode, int, int flags=0) -> QString 9637 QtGui.QFontMetrics.elidedText?4(QString, Qt.TextElideMode, int, int flags=0) -> QString
9638 QtGui.QFontMetrics.tightBoundingRect?4(QString, QTextOption) -> QRect
9492 QtGui.QFontMetrics.tightBoundingRect?4(QString) -> QRect 9639 QtGui.QFontMetrics.tightBoundingRect?4(QString) -> QRect
9493 QtGui.QFontMetrics.inFontUcs4?4(int) -> bool 9640 QtGui.QFontMetrics.inFontUcs4?4(int) -> bool
9494 QtGui.QFontMetrics.swap?4(QFontMetrics) 9641 QtGui.QFontMetrics.swap?4(QFontMetrics)
9495 QtGui.QFontMetrics.capHeight?4() -> int 9642 QtGui.QFontMetrics.capHeight?4() -> int
9643 QtGui.QFontMetrics.horizontalAdvance?4(QString, QTextOption) -> int
9496 QtGui.QFontMetrics.horizontalAdvance?4(QString, int length=-1) -> int 9644 QtGui.QFontMetrics.horizontalAdvance?4(QString, int length=-1) -> int
9497 QtGui.QFontMetrics.fontDpi?4() -> float 9645 QtGui.QFontMetrics.fontDpi?4() -> float
9498 QtGui.QFontMetricsF?1(QFont) 9646 QtGui.QFontMetricsF?1(QFont)
9499 QtGui.QFontMetricsF.__init__?1(self, QFont) 9647 QtGui.QFontMetricsF.__init__?1(self, QFont)
9500 QtGui.QFontMetricsF?1(QFont, QPaintDevice) 9648 QtGui.QFontMetricsF?1(QFont, QPaintDevice)
9513 QtGui.QFontMetricsF.maxWidth?4() -> float 9661 QtGui.QFontMetricsF.maxWidth?4() -> float
9514 QtGui.QFontMetricsF.xHeight?4() -> float 9662 QtGui.QFontMetricsF.xHeight?4() -> float
9515 QtGui.QFontMetricsF.inFont?4(QChar) -> bool 9663 QtGui.QFontMetricsF.inFont?4(QChar) -> bool
9516 QtGui.QFontMetricsF.leftBearing?4(QChar) -> float 9664 QtGui.QFontMetricsF.leftBearing?4(QChar) -> float
9517 QtGui.QFontMetricsF.rightBearing?4(QChar) -> float 9665 QtGui.QFontMetricsF.rightBearing?4(QChar) -> float
9666 QtGui.QFontMetricsF.boundingRect?4(QString, QTextOption) -> QRectF
9518 QtGui.QFontMetricsF.boundingRectChar?4(QChar) -> QRectF 9667 QtGui.QFontMetricsF.boundingRectChar?4(QChar) -> QRectF
9519 QtGui.QFontMetricsF.boundingRect?4(QString) -> QRectF 9668 QtGui.QFontMetricsF.boundingRect?4(QString) -> QRectF
9520 QtGui.QFontMetricsF.boundingRect?4(QRectF, int, QString, int tabStops=0, list tabArray=0) -> QRectF 9669 QtGui.QFontMetricsF.boundingRect?4(QRectF, int, QString, int tabStops=0, list tabArray=0) -> QRectF
9521 QtGui.QFontMetricsF.size?4(int, QString, int tabStops=0, list tabArray=0) -> QSizeF 9670 QtGui.QFontMetricsF.size?4(int, QString, int tabStops=0, list tabArray=0) -> QSizeF
9522 QtGui.QFontMetricsF.underlinePos?4() -> float 9671 QtGui.QFontMetricsF.underlinePos?4() -> float
9523 QtGui.QFontMetricsF.overlinePos?4() -> float 9672 QtGui.QFontMetricsF.overlinePos?4() -> float
9524 QtGui.QFontMetricsF.strikeOutPos?4() -> float 9673 QtGui.QFontMetricsF.strikeOutPos?4() -> float
9525 QtGui.QFontMetricsF.lineWidth?4() -> float 9674 QtGui.QFontMetricsF.lineWidth?4() -> float
9526 QtGui.QFontMetricsF.averageCharWidth?4() -> float 9675 QtGui.QFontMetricsF.averageCharWidth?4() -> float
9527 QtGui.QFontMetricsF.elidedText?4(QString, Qt.TextElideMode, float, int flags=0) -> QString 9676 QtGui.QFontMetricsF.elidedText?4(QString, Qt.TextElideMode, float, int flags=0) -> QString
9677 QtGui.QFontMetricsF.tightBoundingRect?4(QString, QTextOption) -> QRectF
9528 QtGui.QFontMetricsF.tightBoundingRect?4(QString) -> QRectF 9678 QtGui.QFontMetricsF.tightBoundingRect?4(QString) -> QRectF
9529 QtGui.QFontMetricsF.inFontUcs4?4(int) -> bool 9679 QtGui.QFontMetricsF.inFontUcs4?4(int) -> bool
9530 QtGui.QFontMetricsF.swap?4(QFontMetricsF) 9680 QtGui.QFontMetricsF.swap?4(QFontMetricsF)
9531 QtGui.QFontMetricsF.capHeight?4() -> float 9681 QtGui.QFontMetricsF.capHeight?4() -> float
9682 QtGui.QFontMetricsF.horizontalAdvance?4(QString, QTextOption) -> float
9532 QtGui.QFontMetricsF.horizontalAdvance?4(QString, int length=-1) -> float 9683 QtGui.QFontMetricsF.horizontalAdvance?4(QString, int length=-1) -> float
9533 QtGui.QFontMetricsF.fontDpi?4() -> float 9684 QtGui.QFontMetricsF.fontDpi?4() -> float
9534 QtGui.QMatrix4x3?1() 9685 QtGui.QMatrix4x3?1()
9535 QtGui.QMatrix4x3.__init__?1(self) 9686 QtGui.QMatrix4x3.__init__?1(self)
9536 QtGui.QMatrix4x3?1(QMatrix4x3) 9687 QtGui.QMatrix4x3?1(QMatrix4x3)
9829 QtGui.QImage.Format.Format_RGBX64?10 9980 QtGui.QImage.Format.Format_RGBX64?10
9830 QtGui.QImage.Format.Format_RGBA64?10 9981 QtGui.QImage.Format.Format_RGBA64?10
9831 QtGui.QImage.Format.Format_RGBA64_Premultiplied?10 9982 QtGui.QImage.Format.Format_RGBA64_Premultiplied?10
9832 QtGui.QImage.Format.Format_Grayscale16?10 9983 QtGui.QImage.Format.Format_Grayscale16?10
9833 QtGui.QImage.Format.Format_BGR888?10 9984 QtGui.QImage.Format.Format_BGR888?10
9985 QtGui.QImage.Format.Format_RGBX16FPx4?10
9986 QtGui.QImage.Format.Format_RGBA16FPx4?10
9987 QtGui.QImage.Format.Format_RGBA16FPx4_Premultiplied?10
9988 QtGui.QImage.Format.Format_RGBX32FPx4?10
9989 QtGui.QImage.Format.Format_RGBA32FPx4?10
9990 QtGui.QImage.Format.Format_RGBA32FPx4_Premultiplied?10
9834 QtGui.QImage.InvertMode?10 9991 QtGui.QImage.InvertMode?10
9835 QtGui.QImage.InvertMode.InvertRgb?10 9992 QtGui.QImage.InvertMode.InvertRgb?10
9836 QtGui.QImage.InvertMode.InvertRgba?10 9993 QtGui.QImage.InvertMode.InvertRgba?10
9837 QtGui.QImage?1() 9994 QtGui.QImage?1()
9838 QtGui.QImage.__init__?1(self) 9995 QtGui.QImage.__init__?1(self)
9884 QtGui.QImage.pixel?4(int, int) -> int 10041 QtGui.QImage.pixel?4(int, int) -> int
9885 QtGui.QImage.setPixel?4(QPoint, int) 10042 QtGui.QImage.setPixel?4(QPoint, int)
9886 QtGui.QImage.setPixel?4(int, int, int) 10043 QtGui.QImage.setPixel?4(int, int, int)
9887 QtGui.QImage.colorTable?4() -> unknown-type 10044 QtGui.QImage.colorTable?4() -> unknown-type
9888 QtGui.QImage.setColorTable?4(unknown-type) 10045 QtGui.QImage.setColorTable?4(unknown-type)
10046 QtGui.QImage.fill?4(int)
9889 QtGui.QImage.fill?4(Qt.GlobalColor) 10047 QtGui.QImage.fill?4(Qt.GlobalColor)
9890 QtGui.QImage.fill?4(QColor) 10048 QtGui.QImage.fill?4(QColor)
9891 QtGui.QImage.fill?4(int)
9892 QtGui.QImage.hasAlphaChannel?4() -> bool 10049 QtGui.QImage.hasAlphaChannel?4() -> bool
9893 QtGui.QImage.setAlphaChannel?4(QImage) 10050 QtGui.QImage.setAlphaChannel?4(QImage)
9894 QtGui.QImage.createAlphaMask?4(unknown-type flags=Qt.AutoColor) -> QImage 10051 QtGui.QImage.createAlphaMask?4(unknown-type flags=Qt.AutoColor) -> QImage
9895 QtGui.QImage.createHeuristicMask?4(bool clipTight=True) -> QImage 10052 QtGui.QImage.createHeuristicMask?4(bool clipTight=True) -> QImage
9896 QtGui.QImage.scaled?4(int, int, Qt.AspectRatioMode aspectRatioMode=Qt.IgnoreAspectRatio, Qt.TransformationMode transformMode=Qt.FastTransformation) -> QImage 10053 QtGui.QImage.scaled?4(int, int, Qt.AspectRatioMode aspectRatioMode=Qt.IgnoreAspectRatio, Qt.TransformationMode transformMode=Qt.FastTransformation) -> QImage
9944 QtGui.QImage.colorSpace?4() -> QColorSpace 10101 QtGui.QImage.colorSpace?4() -> QColorSpace
9945 QtGui.QImage.setColorSpace?4(QColorSpace) 10102 QtGui.QImage.setColorSpace?4(QColorSpace)
9946 QtGui.QImage.convertedToColorSpace?4(QColorSpace) -> QImage 10103 QtGui.QImage.convertedToColorSpace?4(QColorSpace) -> QImage
9947 QtGui.QImage.convertToColorSpace?4(QColorSpace) 10104 QtGui.QImage.convertToColorSpace?4(QColorSpace)
9948 QtGui.QImage.applyColorTransform?4(QColorTransform) 10105 QtGui.QImage.applyColorTransform?4(QColorTransform)
10106 QtGui.QImage.deviceIndependentSize?4() -> QSizeF
9949 QtGui.QImageIOHandler.Transformation?10 10107 QtGui.QImageIOHandler.Transformation?10
9950 QtGui.QImageIOHandler.Transformation.TransformationNone?10 10108 QtGui.QImageIOHandler.Transformation.TransformationNone?10
9951 QtGui.QImageIOHandler.Transformation.TransformationMirror?10 10109 QtGui.QImageIOHandler.Transformation.TransformationMirror?10
9952 QtGui.QImageIOHandler.Transformation.TransformationFlip?10 10110 QtGui.QImageIOHandler.Transformation.TransformationFlip?10
9953 QtGui.QImageIOHandler.Transformation.TransformationRotate180?10 10111 QtGui.QImageIOHandler.Transformation.TransformationRotate180?10
10098 QtGui.QInputDevice.Capability.Area?10 10256 QtGui.QInputDevice.Capability.Area?10
10099 QtGui.QInputDevice.Capability.Pressure?10 10257 QtGui.QInputDevice.Capability.Pressure?10
10100 QtGui.QInputDevice.Capability.Velocity?10 10258 QtGui.QInputDevice.Capability.Velocity?10
10101 QtGui.QInputDevice.Capability.NormalizedPosition?10 10259 QtGui.QInputDevice.Capability.NormalizedPosition?10
10102 QtGui.QInputDevice.Capability.MouseEmulation?10 10260 QtGui.QInputDevice.Capability.MouseEmulation?10
10261 QtGui.QInputDevice.Capability.PixelScroll?10
10103 QtGui.QInputDevice.Capability.Scroll?10 10262 QtGui.QInputDevice.Capability.Scroll?10
10104 QtGui.QInputDevice.Capability.Hover?10 10263 QtGui.QInputDevice.Capability.Hover?10
10105 QtGui.QInputDevice.Capability.Rotation?10 10264 QtGui.QInputDevice.Capability.Rotation?10
10106 QtGui.QInputDevice.Capability.XTilt?10 10265 QtGui.QInputDevice.Capability.XTilt?10
10107 QtGui.QInputDevice.Capability.YTilt?10 10266 QtGui.QInputDevice.Capability.YTilt?10
10130 QtGui.QInputDevice.seatName?4() -> QString 10289 QtGui.QInputDevice.seatName?4() -> QString
10131 QtGui.QInputDevice.availableVirtualGeometry?4() -> QRect 10290 QtGui.QInputDevice.availableVirtualGeometry?4() -> QRect
10132 QtGui.QInputDevice.devices?4() -> unknown-type 10291 QtGui.QInputDevice.devices?4() -> unknown-type
10133 QtGui.QInputDevice.primaryKeyboard?4(QString seatName='') -> QInputDevice 10292 QtGui.QInputDevice.primaryKeyboard?4(QString seatName='') -> QInputDevice
10134 QtGui.QInputDevice.availableVirtualGeometryChanged?4(QRect) 10293 QtGui.QInputDevice.availableVirtualGeometryChanged?4(QRect)
10294 QtGui.QInputDevice.seatNames?4() -> QStringList
10135 QtGui.QInputMethod.Action?10 10295 QtGui.QInputMethod.Action?10
10136 QtGui.QInputMethod.Action.Click?10 10296 QtGui.QInputMethod.Action.Click?10
10137 QtGui.QInputMethod.Action.ContextMenu?10 10297 QtGui.QInputMethod.Action.ContextMenu?10
10138 QtGui.QInputMethod.inputItemTransform?4() -> QTransform 10298 QtGui.QInputMethod.inputItemTransform?4() -> QTransform
10139 QtGui.QInputMethod.setInputItemTransform?4(QTransform) 10299 QtGui.QInputMethod.setInputItemTransform?4(QTransform)
12190 QtGui.QSurfaceFormat.FormatOption?10 12350 QtGui.QSurfaceFormat.FormatOption?10
12191 QtGui.QSurfaceFormat.FormatOption.StereoBuffers?10 12351 QtGui.QSurfaceFormat.FormatOption.StereoBuffers?10
12192 QtGui.QSurfaceFormat.FormatOption.DebugContext?10 12352 QtGui.QSurfaceFormat.FormatOption.DebugContext?10
12193 QtGui.QSurfaceFormat.FormatOption.DeprecatedFunctions?10 12353 QtGui.QSurfaceFormat.FormatOption.DeprecatedFunctions?10
12194 QtGui.QSurfaceFormat.FormatOption.ResetNotification?10 12354 QtGui.QSurfaceFormat.FormatOption.ResetNotification?10
12355 QtGui.QSurfaceFormat.FormatOption.ProtectedContent?10
12195 QtGui.QSurfaceFormat?1() 12356 QtGui.QSurfaceFormat?1()
12196 QtGui.QSurfaceFormat.__init__?1(self) 12357 QtGui.QSurfaceFormat.__init__?1(self)
12197 QtGui.QSurfaceFormat?1(unknown-type) 12358 QtGui.QSurfaceFormat?1(unknown-type)
12198 QtGui.QSurfaceFormat.__init__?1(self, unknown-type) 12359 QtGui.QSurfaceFormat.__init__?1(self, unknown-type)
12199 QtGui.QSurfaceFormat?1(QSurfaceFormat) 12360 QtGui.QSurfaceFormat?1(QSurfaceFormat)
12389 QtGui.QTextDocument.FindFlag.FindCaseSensitively?10 12550 QtGui.QTextDocument.FindFlag.FindCaseSensitively?10
12390 QtGui.QTextDocument.FindFlag.FindWholeWords?10 12551 QtGui.QTextDocument.FindFlag.FindWholeWords?10
12391 QtGui.QTextDocument.MetaInformation?10 12552 QtGui.QTextDocument.MetaInformation?10
12392 QtGui.QTextDocument.MetaInformation.DocumentTitle?10 12553 QtGui.QTextDocument.MetaInformation.DocumentTitle?10
12393 QtGui.QTextDocument.MetaInformation.DocumentUrl?10 12554 QtGui.QTextDocument.MetaInformation.DocumentUrl?10
12555 QtGui.QTextDocument.MetaInformation.CssMedia?10
12394 QtGui.QTextDocument?1(QObject parent=None) 12556 QtGui.QTextDocument?1(QObject parent=None)
12395 QtGui.QTextDocument.__init__?1(self, QObject parent=None) 12557 QtGui.QTextDocument.__init__?1(self, QObject parent=None)
12396 QtGui.QTextDocument?1(QString, QObject parent=None) 12558 QtGui.QTextDocument?1(QString, QObject parent=None)
12397 QtGui.QTextDocument.__init__?1(self, QString, QObject parent=None) 12559 QtGui.QTextDocument.__init__?1(self, QString, QObject parent=None)
12398 QtGui.QTextDocument.clone?4(QObject parent=None) -> QTextDocument 12560 QtGui.QTextDocument.clone?4(QObject parent=None) -> QTextDocument
13463 QtGui.QDoubleValidator.bottom?4() -> float 13625 QtGui.QDoubleValidator.bottom?4() -> float
13464 QtGui.QDoubleValidator.top?4() -> float 13626 QtGui.QDoubleValidator.top?4() -> float
13465 QtGui.QDoubleValidator.decimals?4() -> int 13627 QtGui.QDoubleValidator.decimals?4() -> int
13466 QtGui.QDoubleValidator.setNotation?4(QDoubleValidator.Notation) 13628 QtGui.QDoubleValidator.setNotation?4(QDoubleValidator.Notation)
13467 QtGui.QDoubleValidator.notation?4() -> QDoubleValidator.Notation 13629 QtGui.QDoubleValidator.notation?4() -> QDoubleValidator.Notation
13630 QtGui.QDoubleValidator.fixup?4(QString)
13468 QtGui.QRegularExpressionValidator?1(QObject parent=None) 13631 QtGui.QRegularExpressionValidator?1(QObject parent=None)
13469 QtGui.QRegularExpressionValidator.__init__?1(self, QObject parent=None) 13632 QtGui.QRegularExpressionValidator.__init__?1(self, QObject parent=None)
13470 QtGui.QRegularExpressionValidator?1(QRegularExpression, QObject parent=None) 13633 QtGui.QRegularExpressionValidator?1(QRegularExpression, QObject parent=None)
13471 QtGui.QRegularExpressionValidator.__init__?1(self, QRegularExpression, QObject parent=None) 13634 QtGui.QRegularExpressionValidator.__init__?1(self, QRegularExpression, QObject parent=None)
13472 QtGui.QRegularExpressionValidator.validate?4(QString, int) -> (QValidator.State, QString, int) 13635 QtGui.QRegularExpressionValidator.validate?4(QString, int) -> (QValidator.State, QString, int)
13631 QtQml.QJSEngine.setObjectOwnership?4(QObject, QJSEngine.ObjectOwnership) 13794 QtQml.QJSEngine.setObjectOwnership?4(QObject, QJSEngine.ObjectOwnership)
13632 QtQml.QJSEngine.objectOwnership?4(QObject) -> QJSEngine.ObjectOwnership 13795 QtQml.QJSEngine.objectOwnership?4(QObject) -> QJSEngine.ObjectOwnership
13633 QtQml.QJSEngine.hasError?4() -> bool 13796 QtQml.QJSEngine.hasError?4() -> bool
13634 QtQml.QJSEngine.catchError?4() -> QJSValue 13797 QtQml.QJSEngine.catchError?4() -> QJSValue
13635 QtQml.QJSEngine.uiLanguageChanged?4() 13798 QtQml.QJSEngine.uiLanguageChanged?4()
13799 QtQml.QJSEngine.registerModule?4(QString, QJSValue) -> bool
13800 QtQml.QJSEngine.newSymbol?4(QString) -> QJSValue
13636 QtQml.QJSManagedValue.Type?10 13801 QtQml.QJSManagedValue.Type?10
13637 QtQml.QJSManagedValue.Type.Undefined?10 13802 QtQml.QJSManagedValue.Type.Undefined?10
13638 QtQml.QJSManagedValue.Type.Boolean?10 13803 QtQml.QJSManagedValue.Type.Boolean?10
13639 QtQml.QJSManagedValue.Type.Number?10 13804 QtQml.QJSManagedValue.Type.Number?10
13640 QtQml.QJSManagedValue.Type.String?10 13805 QtQml.QJSManagedValue.Type.String?10
13765 QtQml.QJSValue.isObject?4() -> bool 13930 QtQml.QJSValue.isObject?4() -> bool
13766 QtQml.QJSValue.isDate?4() -> bool 13931 QtQml.QJSValue.isDate?4() -> bool
13767 QtQml.QJSValue.isRegExp?4() -> bool 13932 QtQml.QJSValue.isRegExp?4() -> bool
13768 QtQml.QJSValue.isArray?4() -> bool 13933 QtQml.QJSValue.isArray?4() -> bool
13769 QtQml.QJSValue.isError?4() -> bool 13934 QtQml.QJSValue.isError?4() -> bool
13935 QtQml.QJSValue.isUrl?4() -> bool
13770 QtQml.QJSValue.toString?4() -> QString 13936 QtQml.QJSValue.toString?4() -> QString
13771 QtQml.QJSValue.toNumber?4() -> float 13937 QtQml.QJSValue.toNumber?4() -> float
13772 QtQml.QJSValue.toInt?4() -> int 13938 QtQml.QJSValue.toInt?4() -> int
13773 QtQml.QJSValue.toUInt?4() -> int 13939 QtQml.QJSValue.toUInt?4() -> int
13774 QtQml.QJSValue.toBool?4() -> bool 13940 QtQml.QJSValue.toBool?4() -> bool
13845 QtQml.QQmlEngine.offlineStorageDatabaseFilePath?4(QString) -> QString 14011 QtQml.QQmlEngine.offlineStorageDatabaseFilePath?4(QString) -> QString
13846 QtQml.QQmlEngine.singletonInstance?4(int) -> object 14012 QtQml.QQmlEngine.singletonInstance?4(int) -> object
13847 QtQml.QQmlEngine.addUrlInterceptor?4(QQmlAbstractUrlInterceptor) 14013 QtQml.QQmlEngine.addUrlInterceptor?4(QQmlAbstractUrlInterceptor)
13848 QtQml.QQmlEngine.removeUrlInterceptor?4(QQmlAbstractUrlInterceptor) 14014 QtQml.QQmlEngine.removeUrlInterceptor?4(QQmlAbstractUrlInterceptor)
13849 QtQml.QQmlEngine.interceptUrl?4(QUrl, QQmlAbstractUrlInterceptor.DataType) -> QUrl 14015 QtQml.QQmlEngine.interceptUrl?4(QUrl, QQmlAbstractUrlInterceptor.DataType) -> QUrl
14016 QtQml.QQmlEngine.urlInterceptors?4() -> unknown-type
14017 QtQml.QQmlEngine.clearSingletons?4()
13850 QtQml.QQmlApplicationEngine?1(QObject parent=None) 14018 QtQml.QQmlApplicationEngine?1(QObject parent=None)
13851 QtQml.QQmlApplicationEngine.__init__?1(self, QObject parent=None) 14019 QtQml.QQmlApplicationEngine.__init__?1(self, QObject parent=None)
13852 QtQml.QQmlApplicationEngine?1(QUrl, QObject parent=None) 14020 QtQml.QQmlApplicationEngine?1(QUrl, QObject parent=None)
13853 QtQml.QQmlApplicationEngine.__init__?1(self, QUrl, QObject parent=None) 14021 QtQml.QQmlApplicationEngine.__init__?1(self, QUrl, QObject parent=None)
13854 QtQml.QQmlApplicationEngine?1(QString, QObject parent=None) 14022 QtQml.QQmlApplicationEngine?1(QString, QObject parent=None)
13916 QtQml.QQmlContext.nameForObject?4(QObject) -> QString 14084 QtQml.QQmlContext.nameForObject?4(QObject) -> QString
13917 QtQml.QQmlContext.resolvedUrl?4(QUrl) -> QUrl 14085 QtQml.QQmlContext.resolvedUrl?4(QUrl) -> QUrl
13918 QtQml.QQmlContext.setBaseUrl?4(QUrl) 14086 QtQml.QQmlContext.setBaseUrl?4(QUrl)
13919 QtQml.QQmlContext.baseUrl?4() -> QUrl 14087 QtQml.QQmlContext.baseUrl?4() -> QUrl
13920 QtQml.QQmlContext.setContextProperties?4(unknown-type) 14088 QtQml.QQmlContext.setContextProperties?4(unknown-type)
14089 QtQml.QQmlContext.objectForName?4(QString) -> QObject
13921 QtQml.QQmlContext.PropertyPair.name?7 14090 QtQml.QQmlContext.PropertyPair.name?7
13922 QtQml.QQmlContext.PropertyPair.value?7 14091 QtQml.QQmlContext.PropertyPair.value?7
13923 QtQml.QQmlContext.PropertyPair?1() 14092 QtQml.QQmlContext.PropertyPair?1()
13924 QtQml.QQmlContext.PropertyPair.__init__?1(self) 14093 QtQml.QQmlContext.PropertyPair.__init__?1(self)
13925 QtQml.QQmlContext.PropertyPair?1(QQmlContext.PropertyPair) 14094 QtQml.QQmlContext.PropertyPair?1(QQmlContext.PropertyPair)
13971 QtQml.QQmlExpression.hasError?4() -> bool 14140 QtQml.QQmlExpression.hasError?4() -> bool
13972 QtQml.QQmlExpression.clearError?4() 14141 QtQml.QQmlExpression.clearError?4()
13973 QtQml.QQmlExpression.error?4() -> QQmlError 14142 QtQml.QQmlExpression.error?4() -> QQmlError
13974 QtQml.QQmlExpression.evaluate?4() -> (QVariant, bool) 14143 QtQml.QQmlExpression.evaluate?4() -> (QVariant, bool)
13975 QtQml.QQmlExpression.valueChanged?4() 14144 QtQml.QQmlExpression.valueChanged?4()
14145 QtQml.QQmlExtensionPlugin?1(QObject parent=None)
14146 QtQml.QQmlExtensionPlugin.__init__?1(self, QObject parent=None)
14147 QtQml.QQmlExtensionPlugin.registerTypes?4(str)
14148 QtQml.QQmlExtensionPlugin.baseUrl?4() -> QUrl
14149 QtQml.QQmlExtensionPlugin.unregisterTypes?4()
13976 QtQml.QQmlEngineExtensionPlugin?1(QObject parent=None) 14150 QtQml.QQmlEngineExtensionPlugin?1(QObject parent=None)
13977 QtQml.QQmlEngineExtensionPlugin.__init__?1(self, QObject parent=None) 14151 QtQml.QQmlEngineExtensionPlugin.__init__?1(self, QObject parent=None)
13978 QtQml.QQmlEngineExtensionPlugin.initializeEngine?4(QQmlEngine, str) 14152 QtQml.QQmlEngineExtensionPlugin.initializeEngine?4(QQmlEngine, str)
13979 QtQml.QQmlFileSelector?1(QQmlEngine, QObject parent=None) 14153 QtQml.QQmlFileSelector?1(QQmlEngine, QObject parent=None)
13980 QtQml.QQmlFileSelector.__init__?1(self, QQmlEngine, QObject parent=None) 14154 QtQml.QQmlFileSelector.__init__?1(self, QQmlEngine, QObject parent=None)
14074 QtQml.QQmlProperty.__init__?1(self, QQmlProperty) 14248 QtQml.QQmlProperty.__init__?1(self, QQmlProperty)
14075 QtQml.QQmlProperty.type?4() -> QQmlProperty.Type 14249 QtQml.QQmlProperty.type?4() -> QQmlProperty.Type
14076 QtQml.QQmlProperty.isValid?4() -> bool 14250 QtQml.QQmlProperty.isValid?4() -> bool
14077 QtQml.QQmlProperty.isProperty?4() -> bool 14251 QtQml.QQmlProperty.isProperty?4() -> bool
14078 QtQml.QQmlProperty.isSignalProperty?4() -> bool 14252 QtQml.QQmlProperty.isSignalProperty?4() -> bool
14253 QtQml.QQmlProperty.isBindable?4() -> bool
14079 QtQml.QQmlProperty.propertyType?4() -> int 14254 QtQml.QQmlProperty.propertyType?4() -> int
14080 QtQml.QQmlProperty.propertyTypeCategory?4() -> QQmlProperty.PropertyTypeCategory 14255 QtQml.QQmlProperty.propertyTypeCategory?4() -> QQmlProperty.PropertyTypeCategory
14081 QtQml.QQmlProperty.propertyTypeName?4() -> str 14256 QtQml.QQmlProperty.propertyTypeName?4() -> str
14082 QtQml.QQmlProperty.propertyMetaType?4() -> QMetaType 14257 QtQml.QQmlProperty.propertyMetaType?4() -> QMetaType
14083 QtQml.QQmlProperty.name?4() -> QString 14258 QtQml.QQmlProperty.name?4() -> QString
14099 QtQml.QQmlProperty.isResettable?4() -> bool 14274 QtQml.QQmlProperty.isResettable?4() -> bool
14100 QtQml.QQmlProperty.object?4() -> QObject 14275 QtQml.QQmlProperty.object?4() -> QObject
14101 QtQml.QQmlProperty.index?4() -> int 14276 QtQml.QQmlProperty.index?4() -> int
14102 QtQml.QQmlProperty.property?4() -> QMetaProperty 14277 QtQml.QQmlProperty.property?4() -> QMetaProperty
14103 QtQml.QQmlProperty.method?4() -> QMetaMethod 14278 QtQml.QQmlProperty.method?4() -> QMetaMethod
14279 QtQml.QQmlProperty.swap?4(QQmlProperty)
14104 QtQml.QQmlPropertyMap?1(QObject parent=None) 14280 QtQml.QQmlPropertyMap?1(QObject parent=None)
14105 QtQml.QQmlPropertyMap.__init__?1(self, QObject parent=None) 14281 QtQml.QQmlPropertyMap.__init__?1(self, QObject parent=None)
14106 QtQml.QQmlPropertyMap.value?4(QString) -> QVariant 14282 QtQml.QQmlPropertyMap.value?4(QString) -> QVariant
14107 QtQml.QQmlPropertyMap.insert?4(unknown-type) 14283 QtQml.QQmlPropertyMap.insert?4(unknown-type)
14108 QtQml.QQmlPropertyMap.insert?4(QString, QVariant) 14284 QtQml.QQmlPropertyMap.insert?4(QString, QVariant)
14305 QtWidgets.QWidget.scroll?4(int, int, QRect) 14481 QtWidgets.QWidget.scroll?4(int, int, QRect)
14306 QtWidgets.QWidget.focusWidget?4() -> QWidget 14482 QtWidgets.QWidget.focusWidget?4() -> QWidget
14307 QtWidgets.QWidget.nextInFocusChain?4() -> QWidget 14483 QtWidgets.QWidget.nextInFocusChain?4() -> QWidget
14308 QtWidgets.QWidget.acceptDrops?4() -> bool 14484 QtWidgets.QWidget.acceptDrops?4() -> bool
14309 QtWidgets.QWidget.setAcceptDrops?4(bool) 14485 QtWidgets.QWidget.setAcceptDrops?4(bool)
14486 QtWidgets.QWidget.addAction?4(QIcon, QString) -> QAction
14487 QtWidgets.QWidget.addAction?4(QIcon, QString, object, Qt.ConnectionType type=Qt.AutoConnection) -> QAction
14488 QtWidgets.QWidget.addAction?4(QIcon, QString, QKeySequence) -> QAction
14489 QtWidgets.QWidget.addAction?4(QIcon, QString, QKeySequence, object, Qt.ConnectionType type=Qt.AutoConnection) -> QAction
14490 QtWidgets.QWidget.addAction?4(QString) -> QAction
14491 QtWidgets.QWidget.addAction?4(QString, QKeySequence) -> QAction
14492 QtWidgets.QWidget.addAction?4(QString, object, Qt.ConnectionType type=Qt.AutoConnection) -> QAction
14493 QtWidgets.QWidget.addAction?4(QString, QKeySequence, object, Qt.ConnectionType type=Qt.AutoConnection) -> QAction
14310 QtWidgets.QWidget.addAction?4(QAction) 14494 QtWidgets.QWidget.addAction?4(QAction)
14311 QtWidgets.QWidget.addActions?4(unknown-type) 14495 QtWidgets.QWidget.addActions?4(unknown-type)
14312 QtWidgets.QWidget.insertAction?4(QAction, QAction) 14496 QtWidgets.QWidget.insertAction?4(QAction, QAction)
14313 QtWidgets.QWidget.insertActions?4(QAction, unknown-type) 14497 QtWidgets.QWidget.insertActions?4(QAction, unknown-type)
14314 QtWidgets.QWidget.removeAction?4(QAction) 14498 QtWidgets.QWidget.removeAction?4(QAction)
14412 QtWidgets.QWidget.setWindowFilePath?4(QString) 14596 QtWidgets.QWidget.setWindowFilePath?4(QString)
14413 QtWidgets.QWidget.windowFilePath?4() -> QString 14597 QtWidgets.QWidget.windowFilePath?4() -> QString
14414 QtWidgets.QWidget.graphicsProxyWidget?4() -> QGraphicsProxyWidget 14598 QtWidgets.QWidget.graphicsProxyWidget?4() -> QGraphicsProxyWidget
14415 QtWidgets.QWidget.graphicsEffect?4() -> QGraphicsEffect 14599 QtWidgets.QWidget.graphicsEffect?4() -> QGraphicsEffect
14416 QtWidgets.QWidget.setGraphicsEffect?4(QGraphicsEffect) 14600 QtWidgets.QWidget.setGraphicsEffect?4(QGraphicsEffect)
14417 QtWidgets.QWidget.grabGesture?4(Qt.GestureType, unknown-type flags=Qt.GestureFlags()) 14601 QtWidgets.QWidget.grabGesture?4(int, unknown-type flags=Qt.GestureFlags())
14418 QtWidgets.QWidget.ungrabGesture?4(Qt.GestureType) 14602 QtWidgets.QWidget.ungrabGesture?4(int)
14419 QtWidgets.QWidget.setContentsMargins?4(QMargins) 14603 QtWidgets.QWidget.setContentsMargins?4(QMargins)
14420 QtWidgets.QWidget.contentsMargins?4() -> QMargins 14604 QtWidgets.QWidget.contentsMargins?4() -> QMargins
14421 QtWidgets.QWidget.previousInFocusChain?4() -> QWidget 14605 QtWidgets.QWidget.previousInFocusChain?4() -> QWidget
14422 QtWidgets.QWidget.inputMethodHints?4() -> unknown-type 14606 QtWidgets.QWidget.inputMethodHints?4() -> unknown-type
14423 QtWidgets.QWidget.setInputMethodHints?4(unknown-type) 14607 QtWidgets.QWidget.setInputMethodHints?4(unknown-type)
15290 QtWidgets.QComboBox.maxCount?4() -> int 15474 QtWidgets.QComboBox.maxCount?4() -> int
15291 QtWidgets.QComboBox.duplicatesEnabled?4() -> bool 15475 QtWidgets.QComboBox.duplicatesEnabled?4() -> bool
15292 QtWidgets.QComboBox.setDuplicatesEnabled?4(bool) 15476 QtWidgets.QComboBox.setDuplicatesEnabled?4(bool)
15293 QtWidgets.QComboBox.setFrame?4(bool) 15477 QtWidgets.QComboBox.setFrame?4(bool)
15294 QtWidgets.QComboBox.hasFrame?4() -> bool 15478 QtWidgets.QComboBox.hasFrame?4() -> bool
15295 QtWidgets.QComboBox.findText?4(QString, unknown-type flags=Qt.MatchExactly|Qt.MatchCaseSensitive) -> int 15479 QtWidgets.QComboBox.findText?4(QString, unknown-type flags=static_cast<QFlags<Qt.MatchFlag>>(Qt.MatchExactly|Qt.MatchCaseSensitive)) -> int
15296 QtWidgets.QComboBox.findData?4(QVariant, int role=Qt.UserRole, unknown-type flags=Qt.MatchExactly|Qt.MatchCaseSensitive) -> int 15480 QtWidgets.QComboBox.findData?4(QVariant, int role=Qt.UserRole, unknown-type flags=static_cast<QFlags<Qt.MatchFlag>>(Qt.MatchExactly|Qt.MatchCaseSensitive)) -> int
15297 QtWidgets.QComboBox.insertPolicy?4() -> QComboBox.InsertPolicy 15481 QtWidgets.QComboBox.insertPolicy?4() -> QComboBox.InsertPolicy
15298 QtWidgets.QComboBox.setInsertPolicy?4(QComboBox.InsertPolicy) 15482 QtWidgets.QComboBox.setInsertPolicy?4(QComboBox.InsertPolicy)
15299 QtWidgets.QComboBox.sizeAdjustPolicy?4() -> QComboBox.SizeAdjustPolicy 15483 QtWidgets.QComboBox.sizeAdjustPolicy?4() -> QComboBox.SizeAdjustPolicy
15300 QtWidgets.QComboBox.setSizeAdjustPolicy?4(QComboBox.SizeAdjustPolicy) 15484 QtWidgets.QComboBox.setSizeAdjustPolicy?4(QComboBox.SizeAdjustPolicy)
15301 QtWidgets.QComboBox.minimumContentsLength?4() -> int 15485 QtWidgets.QComboBox.minimumContentsLength?4() -> int
15492 QtWidgets.QStyle.StandardPixmap.SP_DialogSaveAllButton?10 15676 QtWidgets.QStyle.StandardPixmap.SP_DialogSaveAllButton?10
15493 QtWidgets.QStyle.StandardPixmap.SP_DialogAbortButton?10 15677 QtWidgets.QStyle.StandardPixmap.SP_DialogAbortButton?10
15494 QtWidgets.QStyle.StandardPixmap.SP_DialogRetryButton?10 15678 QtWidgets.QStyle.StandardPixmap.SP_DialogRetryButton?10
15495 QtWidgets.QStyle.StandardPixmap.SP_DialogIgnoreButton?10 15679 QtWidgets.QStyle.StandardPixmap.SP_DialogIgnoreButton?10
15496 QtWidgets.QStyle.StandardPixmap.SP_RestoreDefaultsButton?10 15680 QtWidgets.QStyle.StandardPixmap.SP_RestoreDefaultsButton?10
15681 QtWidgets.QStyle.StandardPixmap.SP_TabCloseButton?10
15497 QtWidgets.QStyle.StandardPixmap.SP_CustomBase?10 15682 QtWidgets.QStyle.StandardPixmap.SP_CustomBase?10
15498 QtWidgets.QStyle.StyleHint?10 15683 QtWidgets.QStyle.StyleHint?10
15499 QtWidgets.QStyle.StyleHint.SH_EtchDisabledText?10 15684 QtWidgets.QStyle.StyleHint.SH_EtchDisabledText?10
15500 QtWidgets.QStyle.StyleHint.SH_DitherDisabledText?10 15685 QtWidgets.QStyle.StyleHint.SH_DitherDisabledText?10
15501 QtWidgets.QStyle.StyleHint.SH_ScrollBar_MiddleClickAbsolutePosition?10 15686 QtWidgets.QStyle.StyleHint.SH_ScrollBar_MiddleClickAbsolutePosition?10
15610 QtWidgets.QStyle.StyleHint.SH_TitleBar_ShowToolTipsOnButtons?10 15795 QtWidgets.QStyle.StyleHint.SH_TitleBar_ShowToolTipsOnButtons?10
15611 QtWidgets.QStyle.StyleHint.SH_Widget_Animation_Duration?10 15796 QtWidgets.QStyle.StyleHint.SH_Widget_Animation_Duration?10
15612 QtWidgets.QStyle.StyleHint.SH_ComboBox_AllowWheelScrolling?10 15797 QtWidgets.QStyle.StyleHint.SH_ComboBox_AllowWheelScrolling?10
15613 QtWidgets.QStyle.StyleHint.SH_SpinBox_ButtonsInsideFrame?10 15798 QtWidgets.QStyle.StyleHint.SH_SpinBox_ButtonsInsideFrame?10
15614 QtWidgets.QStyle.StyleHint.SH_SpinBox_StepModifier?10 15799 QtWidgets.QStyle.StyleHint.SH_SpinBox_StepModifier?10
15800 QtWidgets.QStyle.StyleHint.SH_TabBar_AllowWheelScrolling?10
15801 QtWidgets.QStyle.StyleHint.SH_Table_AlwaysDrawLeftTopGridLines?10
15802 QtWidgets.QStyle.StyleHint.SH_SpinBox_SelectOnStep?10
15615 QtWidgets.QStyle.StyleHint.SH_CustomBase?10 15803 QtWidgets.QStyle.StyleHint.SH_CustomBase?10
15616 QtWidgets.QStyle.StyleHint.SH_TabBar_AllowWheelScrolling?10
15617 QtWidgets.QStyle.ContentsType?10 15804 QtWidgets.QStyle.ContentsType?10
15618 QtWidgets.QStyle.ContentsType.CT_PushButton?10 15805 QtWidgets.QStyle.ContentsType.CT_PushButton?10
15619 QtWidgets.QStyle.ContentsType.CT_CheckBox?10 15806 QtWidgets.QStyle.ContentsType.CT_CheckBox?10
15620 QtWidgets.QStyle.ContentsType.CT_RadioButton?10 15807 QtWidgets.QStyle.ContentsType.CT_RadioButton?10
15621 QtWidgets.QStyle.ContentsType.CT_ToolButton?10 15808 QtWidgets.QStyle.ContentsType.CT_ToolButton?10
15731 QtWidgets.QStyle.PixelMetric.PM_TreeViewIndentation?10 15918 QtWidgets.QStyle.PixelMetric.PM_TreeViewIndentation?10
15732 QtWidgets.QStyle.PixelMetric.PM_HeaderDefaultSectionSizeHorizontal?10 15919 QtWidgets.QStyle.PixelMetric.PM_HeaderDefaultSectionSizeHorizontal?10
15733 QtWidgets.QStyle.PixelMetric.PM_HeaderDefaultSectionSizeVertical?10 15920 QtWidgets.QStyle.PixelMetric.PM_HeaderDefaultSectionSizeVertical?10
15734 QtWidgets.QStyle.PixelMetric.PM_TitleBarButtonIconSize?10 15921 QtWidgets.QStyle.PixelMetric.PM_TitleBarButtonIconSize?10
15735 QtWidgets.QStyle.PixelMetric.PM_TitleBarButtonSize?10 15922 QtWidgets.QStyle.PixelMetric.PM_TitleBarButtonSize?10
15923 QtWidgets.QStyle.PixelMetric.PM_LineEditIconSize?10
15924 QtWidgets.QStyle.PixelMetric.PM_LineEditIconMargin?10
15736 QtWidgets.QStyle.PixelMetric.PM_CustomBase?10 15925 QtWidgets.QStyle.PixelMetric.PM_CustomBase?10
15737 QtWidgets.QStyle.SubControl?10 15926 QtWidgets.QStyle.SubControl?10
15738 QtWidgets.QStyle.SubControl.SC_None?10 15927 QtWidgets.QStyle.SubControl.SC_None?10
15739 QtWidgets.QStyle.SubControl.SC_ScrollBarAddLine?10 15928 QtWidgets.QStyle.SubControl.SC_ScrollBarAddLine?10
15740 QtWidgets.QStyle.SubControl.SC_ScrollBarSubLine?10 15929 QtWidgets.QStyle.SubControl.SC_ScrollBarSubLine?10
16040 QtWidgets.QCompleter.ModelSorting.CaseInsensitivelySortedModel?10 16229 QtWidgets.QCompleter.ModelSorting.CaseInsensitivelySortedModel?10
16041 QtWidgets.QCompleter.CompletionMode?10 16230 QtWidgets.QCompleter.CompletionMode?10
16042 QtWidgets.QCompleter.CompletionMode.PopupCompletion?10 16231 QtWidgets.QCompleter.CompletionMode.PopupCompletion?10
16043 QtWidgets.QCompleter.CompletionMode.UnfilteredPopupCompletion?10 16232 QtWidgets.QCompleter.CompletionMode.UnfilteredPopupCompletion?10
16044 QtWidgets.QCompleter.CompletionMode.InlineCompletion?10 16233 QtWidgets.QCompleter.CompletionMode.InlineCompletion?10
16045 QtWidgets.QCompleter?1(QObject parent=None)
16046 QtWidgets.QCompleter.__init__?1(self, QObject parent=None)
16047 QtWidgets.QCompleter?1(QAbstractItemModel, QObject parent=None) 16234 QtWidgets.QCompleter?1(QAbstractItemModel, QObject parent=None)
16048 QtWidgets.QCompleter.__init__?1(self, QAbstractItemModel, QObject parent=None) 16235 QtWidgets.QCompleter.__init__?1(self, QAbstractItemModel, QObject parent=None)
16049 QtWidgets.QCompleter?1(QStringList, QObject parent=None) 16236 QtWidgets.QCompleter?1(QStringList, QObject parent=None)
16050 QtWidgets.QCompleter.__init__?1(self, QStringList, QObject parent=None) 16237 QtWidgets.QCompleter.__init__?1(self, QStringList, QObject parent=None)
16238 QtWidgets.QCompleter?1(QObject parent=None)
16239 QtWidgets.QCompleter.__init__?1(self, QObject parent=None)
16051 QtWidgets.QCompleter.setWidget?4(QWidget) 16240 QtWidgets.QCompleter.setWidget?4(QWidget)
16052 QtWidgets.QCompleter.widget?4() -> QWidget 16241 QtWidgets.QCompleter.widget?4() -> QWidget
16053 QtWidgets.QCompleter.setModel?4(QAbstractItemModel) 16242 QtWidgets.QCompleter.setModel?4(QAbstractItemModel)
16054 QtWidgets.QCompleter.model?4() -> QAbstractItemModel 16243 QtWidgets.QCompleter.model?4() -> QAbstractItemModel
16055 QtWidgets.QCompleter.setCompletionMode?4(QCompleter.CompletionMode) 16244 QtWidgets.QCompleter.setCompletionMode?4(QCompleter.CompletionMode)
16464 QtWidgets.QFontComboBox.currentFont?4() -> QFont 16653 QtWidgets.QFontComboBox.currentFont?4() -> QFont
16465 QtWidgets.QFontComboBox.sizeHint?4() -> QSize 16654 QtWidgets.QFontComboBox.sizeHint?4() -> QSize
16466 QtWidgets.QFontComboBox.setCurrentFont?4(QFont) 16655 QtWidgets.QFontComboBox.setCurrentFont?4(QFont)
16467 QtWidgets.QFontComboBox.currentFontChanged?4(QFont) 16656 QtWidgets.QFontComboBox.currentFontChanged?4(QFont)
16468 QtWidgets.QFontComboBox.event?4(QEvent) -> bool 16657 QtWidgets.QFontComboBox.event?4(QEvent) -> bool
16658 QtWidgets.QFontComboBox.setSampleTextForSystem?4(QFontDatabase.WritingSystem, QString)
16659 QtWidgets.QFontComboBox.sampleTextForSystem?4(QFontDatabase.WritingSystem) -> QString
16660 QtWidgets.QFontComboBox.setSampleTextForFont?4(QString, QString)
16661 QtWidgets.QFontComboBox.sampleTextForFont?4(QString) -> QString
16662 QtWidgets.QFontComboBox.setDisplayFont?4(QString, QFont)
16663 QtWidgets.QFontComboBox.displayFont?4(QString) -> object
16469 QtWidgets.QFontDialog.FontDialogOption?10 16664 QtWidgets.QFontDialog.FontDialogOption?10
16470 QtWidgets.QFontDialog.FontDialogOption.NoButtons?10 16665 QtWidgets.QFontDialog.FontDialogOption.NoButtons?10
16471 QtWidgets.QFontDialog.FontDialogOption.DontUseNativeDialog?10 16666 QtWidgets.QFontDialog.FontDialogOption.DontUseNativeDialog?10
16472 QtWidgets.QFontDialog.FontDialogOption.ScalableFonts?10 16667 QtWidgets.QFontDialog.FontDialogOption.ScalableFonts?10
16473 QtWidgets.QFontDialog.FontDialogOption.NonScalableFonts?10 16668 QtWidgets.QFontDialog.FontDialogOption.NonScalableFonts?10
16570 QtWidgets.QGesture.GestureCancelPolicy?10 16765 QtWidgets.QGesture.GestureCancelPolicy?10
16571 QtWidgets.QGesture.GestureCancelPolicy.CancelNone?10 16766 QtWidgets.QGesture.GestureCancelPolicy.CancelNone?10
16572 QtWidgets.QGesture.GestureCancelPolicy.CancelAllInContext?10 16767 QtWidgets.QGesture.GestureCancelPolicy.CancelAllInContext?10
16573 QtWidgets.QGesture?1(QObject parent=None) 16768 QtWidgets.QGesture?1(QObject parent=None)
16574 QtWidgets.QGesture.__init__?1(self, QObject parent=None) 16769 QtWidgets.QGesture.__init__?1(self, QObject parent=None)
16575 QtWidgets.QGesture.gestureType?4() -> Qt.GestureType 16770 QtWidgets.QGesture.gestureType?4() -> int
16576 QtWidgets.QGesture.state?4() -> Qt.GestureState 16771 QtWidgets.QGesture.state?4() -> Qt.GestureState
16577 QtWidgets.QGesture.hotSpot?4() -> QPointF 16772 QtWidgets.QGesture.hotSpot?4() -> QPointF
16578 QtWidgets.QGesture.setHotSpot?4(QPointF) 16773 QtWidgets.QGesture.setHotSpot?4(QPointF)
16579 QtWidgets.QGesture.hasHotSpot?4() -> bool 16774 QtWidgets.QGesture.hasHotSpot?4() -> bool
16580 QtWidgets.QGesture.unsetHotSpot?4() 16775 QtWidgets.QGesture.unsetHotSpot?4()
16642 QtWidgets.QGestureEvent?1(unknown-type) 16837 QtWidgets.QGestureEvent?1(unknown-type)
16643 QtWidgets.QGestureEvent.__init__?1(self, unknown-type) 16838 QtWidgets.QGestureEvent.__init__?1(self, unknown-type)
16644 QtWidgets.QGestureEvent?1(QGestureEvent) 16839 QtWidgets.QGestureEvent?1(QGestureEvent)
16645 QtWidgets.QGestureEvent.__init__?1(self, QGestureEvent) 16840 QtWidgets.QGestureEvent.__init__?1(self, QGestureEvent)
16646 QtWidgets.QGestureEvent.gestures?4() -> unknown-type 16841 QtWidgets.QGestureEvent.gestures?4() -> unknown-type
16647 QtWidgets.QGestureEvent.gesture?4(Qt.GestureType) -> QGesture 16842 QtWidgets.QGestureEvent.gesture?4(int) -> QGesture
16648 QtWidgets.QGestureEvent.activeGestures?4() -> unknown-type 16843 QtWidgets.QGestureEvent.activeGestures?4() -> unknown-type
16649 QtWidgets.QGestureEvent.canceledGestures?4() -> unknown-type 16844 QtWidgets.QGestureEvent.canceledGestures?4() -> unknown-type
16650 QtWidgets.QGestureEvent.setAccepted?4(bool) 16845 QtWidgets.QGestureEvent.setAccepted?4(bool)
16651 QtWidgets.QGestureEvent.isAccepted?4() -> bool 16846 QtWidgets.QGestureEvent.isAccepted?4() -> bool
16652 QtWidgets.QGestureEvent.accept?4() 16847 QtWidgets.QGestureEvent.accept?4()
16653 QtWidgets.QGestureEvent.ignore?4() 16848 QtWidgets.QGestureEvent.ignore?4()
16654 QtWidgets.QGestureEvent.setAccepted?4(QGesture, bool) 16849 QtWidgets.QGestureEvent.setAccepted?4(QGesture, bool)
16655 QtWidgets.QGestureEvent.accept?4(QGesture) 16850 QtWidgets.QGestureEvent.accept?4(QGesture)
16656 QtWidgets.QGestureEvent.ignore?4(QGesture) 16851 QtWidgets.QGestureEvent.ignore?4(QGesture)
16657 QtWidgets.QGestureEvent.isAccepted?4(QGesture) -> bool 16852 QtWidgets.QGestureEvent.isAccepted?4(QGesture) -> bool
16658 QtWidgets.QGestureEvent.setAccepted?4(Qt.GestureType, bool) 16853 QtWidgets.QGestureEvent.setAccepted?4(int, bool)
16659 QtWidgets.QGestureEvent.accept?4(Qt.GestureType) 16854 QtWidgets.QGestureEvent.accept?4(int)
16660 QtWidgets.QGestureEvent.ignore?4(Qt.GestureType) 16855 QtWidgets.QGestureEvent.ignore?4(int)
16661 QtWidgets.QGestureEvent.isAccepted?4(Qt.GestureType) -> bool 16856 QtWidgets.QGestureEvent.isAccepted?4(int) -> bool
16662 QtWidgets.QGestureEvent.widget?4() -> QWidget 16857 QtWidgets.QGestureEvent.widget?4() -> QWidget
16663 QtWidgets.QGestureEvent.mapToGraphicsScene?4(QPointF) -> QPointF 16858 QtWidgets.QGestureEvent.mapToGraphicsScene?4(QPointF) -> QPointF
16664 QtWidgets.QGestureRecognizer.ResultFlag?10 16859 QtWidgets.QGestureRecognizer.ResultFlag?10
16665 QtWidgets.QGestureRecognizer.ResultFlag.Ignore?10 16860 QtWidgets.QGestureRecognizer.ResultFlag.Ignore?10
16666 QtWidgets.QGestureRecognizer.ResultFlag.MayBeGesture?10 16861 QtWidgets.QGestureRecognizer.ResultFlag.MayBeGesture?10
16673 QtWidgets.QGestureRecognizer?1(QGestureRecognizer) 16868 QtWidgets.QGestureRecognizer?1(QGestureRecognizer)
16674 QtWidgets.QGestureRecognizer.__init__?1(self, QGestureRecognizer) 16869 QtWidgets.QGestureRecognizer.__init__?1(self, QGestureRecognizer)
16675 QtWidgets.QGestureRecognizer.create?4(QObject) -> QGesture 16870 QtWidgets.QGestureRecognizer.create?4(QObject) -> QGesture
16676 QtWidgets.QGestureRecognizer.recognize?4(QGesture, QObject, QEvent) -> unknown-type 16871 QtWidgets.QGestureRecognizer.recognize?4(QGesture, QObject, QEvent) -> unknown-type
16677 QtWidgets.QGestureRecognizer.reset?4(QGesture) 16872 QtWidgets.QGestureRecognizer.reset?4(QGesture)
16678 QtWidgets.QGestureRecognizer.registerRecognizer?4(QGestureRecognizer) -> Qt.GestureType 16873 QtWidgets.QGestureRecognizer.registerRecognizer?4(QGestureRecognizer) -> int
16679 QtWidgets.QGestureRecognizer.unregisterRecognizer?4(Qt.GestureType) 16874 QtWidgets.QGestureRecognizer.unregisterRecognizer?4(int)
16680 QtWidgets.QGraphicsAnchor.setSpacing?4(float) 16875 QtWidgets.QGraphicsAnchor.setSpacing?4(float)
16681 QtWidgets.QGraphicsAnchor.unsetSpacing?4() 16876 QtWidgets.QGraphicsAnchor.unsetSpacing?4()
16682 QtWidgets.QGraphicsAnchor.spacing?4() -> float 16877 QtWidgets.QGraphicsAnchor.spacing?4() -> float
16683 QtWidgets.QGraphicsAnchor.setSizePolicy?4(QSizePolicy.Policy) 16878 QtWidgets.QGraphicsAnchor.setSizePolicy?4(QSizePolicy.Policy)
16684 QtWidgets.QGraphicsAnchor.sizePolicy?4() -> QSizePolicy.Policy 16879 QtWidgets.QGraphicsAnchor.sizePolicy?4() -> QSizePolicy.Policy
17276 QtWidgets.QGraphicsItemGroup.isObscuredBy?4(QGraphicsItem) -> bool 17471 QtWidgets.QGraphicsItemGroup.isObscuredBy?4(QGraphicsItem) -> bool
17277 QtWidgets.QGraphicsItemGroup.opaqueArea?4() -> QPainterPath 17472 QtWidgets.QGraphicsItemGroup.opaqueArea?4() -> QPainterPath
17278 QtWidgets.QGraphicsItemGroup.type?4() -> int 17473 QtWidgets.QGraphicsItemGroup.type?4() -> int
17279 QtWidgets.QGraphicsObject?1(QGraphicsItem parent=None) 17474 QtWidgets.QGraphicsObject?1(QGraphicsItem parent=None)
17280 QtWidgets.QGraphicsObject.__init__?1(self, QGraphicsItem parent=None) 17475 QtWidgets.QGraphicsObject.__init__?1(self, QGraphicsItem parent=None)
17281 QtWidgets.QGraphicsObject.grabGesture?4(Qt.GestureType, unknown-type flags=Qt.GestureFlags()) 17476 QtWidgets.QGraphicsObject.grabGesture?4(int, unknown-type flags=Qt.GestureFlags())
17282 QtWidgets.QGraphicsObject.ungrabGesture?4(Qt.GestureType) 17477 QtWidgets.QGraphicsObject.ungrabGesture?4(int)
17283 QtWidgets.QGraphicsObject.parentChanged?4() 17478 QtWidgets.QGraphicsObject.parentChanged?4()
17284 QtWidgets.QGraphicsObject.opacityChanged?4() 17479 QtWidgets.QGraphicsObject.opacityChanged?4()
17285 QtWidgets.QGraphicsObject.visibleChanged?4() 17480 QtWidgets.QGraphicsObject.visibleChanged?4()
17286 QtWidgets.QGraphicsObject.enabledChanged?4() 17481 QtWidgets.QGraphicsObject.enabledChanged?4()
17287 QtWidgets.QGraphicsObject.xChanged?4() 17482 QtWidgets.QGraphicsObject.xChanged?4()
17607 QtWidgets.QGraphicsScene.setMinimumRenderSize?4(float) 17802 QtWidgets.QGraphicsScene.setMinimumRenderSize?4(float)
17608 QtWidgets.QGraphicsScene.focusItemChanged?4(QGraphicsItem, QGraphicsItem, Qt.FocusReason) 17803 QtWidgets.QGraphicsScene.focusItemChanged?4(QGraphicsItem, QGraphicsItem, Qt.FocusReason)
17609 QtWidgets.QGraphicsScene.focusOnTouch?4() -> bool 17804 QtWidgets.QGraphicsScene.focusOnTouch?4() -> bool
17610 QtWidgets.QGraphicsScene.setFocusOnTouch?4(bool) 17805 QtWidgets.QGraphicsScene.setFocusOnTouch?4(bool)
17611 QtWidgets.QGraphicsSceneEvent.widget?4() -> QWidget 17806 QtWidgets.QGraphicsSceneEvent.widget?4() -> QWidget
17807 QtWidgets.QGraphicsSceneEvent.timestamp?4() -> int
17612 QtWidgets.QGraphicsSceneMouseEvent.pos?4() -> QPointF 17808 QtWidgets.QGraphicsSceneMouseEvent.pos?4() -> QPointF
17613 QtWidgets.QGraphicsSceneMouseEvent.scenePos?4() -> QPointF 17809 QtWidgets.QGraphicsSceneMouseEvent.scenePos?4() -> QPointF
17614 QtWidgets.QGraphicsSceneMouseEvent.screenPos?4() -> QPoint 17810 QtWidgets.QGraphicsSceneMouseEvent.screenPos?4() -> QPoint
17615 QtWidgets.QGraphicsSceneMouseEvent.buttonDownPos?4(Qt.MouseButton) -> QPointF 17811 QtWidgets.QGraphicsSceneMouseEvent.buttonDownPos?4(Qt.MouseButton) -> QPointF
17616 QtWidgets.QGraphicsSceneMouseEvent.buttonDownScenePos?4(Qt.MouseButton) -> QPointF 17812 QtWidgets.QGraphicsSceneMouseEvent.buttonDownScenePos?4(Qt.MouseButton) -> QPointF
17628 QtWidgets.QGraphicsSceneWheelEvent.screenPos?4() -> QPoint 17824 QtWidgets.QGraphicsSceneWheelEvent.screenPos?4() -> QPoint
17629 QtWidgets.QGraphicsSceneWheelEvent.buttons?4() -> unknown-type 17825 QtWidgets.QGraphicsSceneWheelEvent.buttons?4() -> unknown-type
17630 QtWidgets.QGraphicsSceneWheelEvent.modifiers?4() -> unknown-type 17826 QtWidgets.QGraphicsSceneWheelEvent.modifiers?4() -> unknown-type
17631 QtWidgets.QGraphicsSceneWheelEvent.delta?4() -> int 17827 QtWidgets.QGraphicsSceneWheelEvent.delta?4() -> int
17632 QtWidgets.QGraphicsSceneWheelEvent.orientation?4() -> Qt.Orientation 17828 QtWidgets.QGraphicsSceneWheelEvent.orientation?4() -> Qt.Orientation
17829 QtWidgets.QGraphicsSceneWheelEvent.phase?4() -> Qt.ScrollPhase
17830 QtWidgets.QGraphicsSceneWheelEvent.pixelDelta?4() -> QPoint
17831 QtWidgets.QGraphicsSceneWheelEvent.isInverted?4() -> bool
17633 QtWidgets.QGraphicsSceneContextMenuEvent.Reason?10 17832 QtWidgets.QGraphicsSceneContextMenuEvent.Reason?10
17634 QtWidgets.QGraphicsSceneContextMenuEvent.Reason.Mouse?10 17833 QtWidgets.QGraphicsSceneContextMenuEvent.Reason.Mouse?10
17635 QtWidgets.QGraphicsSceneContextMenuEvent.Reason.Keyboard?10 17834 QtWidgets.QGraphicsSceneContextMenuEvent.Reason.Keyboard?10
17636 QtWidgets.QGraphicsSceneContextMenuEvent.Reason.Other?10 17835 QtWidgets.QGraphicsSceneContextMenuEvent.Reason.Other?10
17637 QtWidgets.QGraphicsSceneContextMenuEvent.pos?4() -> QPointF 17836 QtWidgets.QGraphicsSceneContextMenuEvent.pos?4() -> QPointF
18213 QtWidgets.QWidgetItem.geometry?4() -> QRect 18412 QtWidgets.QWidgetItem.geometry?4() -> QRect
18214 QtWidgets.QWidgetItem.widget?4() -> QWidget 18413 QtWidgets.QWidgetItem.widget?4() -> QWidget
18215 QtWidgets.QWidgetItem.hasHeightForWidth?4() -> bool 18414 QtWidgets.QWidgetItem.hasHeightForWidth?4() -> bool
18216 QtWidgets.QWidgetItem.heightForWidth?4(int) -> int 18415 QtWidgets.QWidgetItem.heightForWidth?4(int) -> int
18217 QtWidgets.QWidgetItem.controlTypes?4() -> unknown-type 18416 QtWidgets.QWidgetItem.controlTypes?4() -> unknown-type
18417 QtWidgets.QWidgetItem.minimumHeightForWidth?4(int) -> int
18218 QtWidgets.QLCDNumber.SegmentStyle?10 18418 QtWidgets.QLCDNumber.SegmentStyle?10
18219 QtWidgets.QLCDNumber.SegmentStyle.Outline?10 18419 QtWidgets.QLCDNumber.SegmentStyle.Outline?10
18220 QtWidgets.QLCDNumber.SegmentStyle.Filled?10 18420 QtWidgets.QLCDNumber.SegmentStyle.Filled?10
18221 QtWidgets.QLCDNumber.SegmentStyle.Flat?10 18421 QtWidgets.QLCDNumber.SegmentStyle.Flat?10
18222 QtWidgets.QLCDNumber.Mode?10 18422 QtWidgets.QLCDNumber.Mode?10
18710 QtWidgets.QMdiSubWindow.childEvent?4(QChildEvent) 18910 QtWidgets.QMdiSubWindow.childEvent?4(QChildEvent)
18711 QtWidgets.QMenu?1(QWidget parent=None) 18911 QtWidgets.QMenu?1(QWidget parent=None)
18712 QtWidgets.QMenu.__init__?1(self, QWidget parent=None) 18912 QtWidgets.QMenu.__init__?1(self, QWidget parent=None)
18713 QtWidgets.QMenu?1(QString, QWidget parent=None) 18913 QtWidgets.QMenu?1(QString, QWidget parent=None)
18714 QtWidgets.QMenu.__init__?1(self, QString, QWidget parent=None) 18914 QtWidgets.QMenu.__init__?1(self, QString, QWidget parent=None)
18715 QtWidgets.QMenu.addAction?4(QAction)
18716 QtWidgets.QMenu.addAction?4(QString) -> QAction
18717 QtWidgets.QMenu.addAction?4(QString, object, QKeySequence shortcut=0) -> QAction
18718 QtWidgets.QMenu.addAction?4(QIcon, QString) -> QAction
18719 QtWidgets.QMenu.addAction?4(QIcon, QString, object, QKeySequence shortcut=0) -> QAction
18720 QtWidgets.QMenu.addMenu?4(QMenu) -> QAction 18915 QtWidgets.QMenu.addMenu?4(QMenu) -> QAction
18721 QtWidgets.QMenu.addMenu?4(QString) -> QMenu 18916 QtWidgets.QMenu.addMenu?4(QString) -> QMenu
18722 QtWidgets.QMenu.addMenu?4(QIcon, QString) -> QMenu 18917 QtWidgets.QMenu.addMenu?4(QIcon, QString) -> QMenu
18723 QtWidgets.QMenu.addSeparator?4() -> QAction 18918 QtWidgets.QMenu.addSeparator?4() -> QAction
18724 QtWidgets.QMenu.insertMenu?4(QAction, QMenu) -> QAction 18919 QtWidgets.QMenu.insertMenu?4(QAction, QMenu) -> QAction
18774 QtWidgets.QMenu.insertSection?4(QAction, QIcon, QString) -> QAction 18969 QtWidgets.QMenu.insertSection?4(QAction, QIcon, QString) -> QAction
18775 QtWidgets.QMenu.toolTipsVisible?4() -> bool 18970 QtWidgets.QMenu.toolTipsVisible?4() -> bool
18776 QtWidgets.QMenu.setToolTipsVisible?4(bool) 18971 QtWidgets.QMenu.setToolTipsVisible?4(bool)
18777 QtWidgets.QMenu.showTearOffMenu?4() 18972 QtWidgets.QMenu.showTearOffMenu?4()
18778 QtWidgets.QMenu.showTearOffMenu?4(QPoint) 18973 QtWidgets.QMenu.showTearOffMenu?4(QPoint)
18974 QtWidgets.QMenu.menuInAction?4(QAction) -> QMenu
18779 QtWidgets.QMenuBar?1(QWidget parent=None) 18975 QtWidgets.QMenuBar?1(QWidget parent=None)
18780 QtWidgets.QMenuBar.__init__?1(self, QWidget parent=None) 18976 QtWidgets.QMenuBar.__init__?1(self, QWidget parent=None)
18781 QtWidgets.QMenuBar.addAction?4(QAction)
18782 QtWidgets.QMenuBar.addAction?4(QString) -> QAction
18783 QtWidgets.QMenuBar.addAction?4(QString, object) -> QAction
18784 QtWidgets.QMenuBar.addMenu?4(QMenu) -> QAction 18977 QtWidgets.QMenuBar.addMenu?4(QMenu) -> QAction
18785 QtWidgets.QMenuBar.addMenu?4(QString) -> QMenu 18978 QtWidgets.QMenuBar.addMenu?4(QString) -> QMenu
18786 QtWidgets.QMenuBar.addMenu?4(QIcon, QString) -> QMenu 18979 QtWidgets.QMenuBar.addMenu?4(QIcon, QString) -> QMenu
18787 QtWidgets.QMenuBar.addSeparator?4() -> QAction 18980 QtWidgets.QMenuBar.addSeparator?4() -> QAction
18788 QtWidgets.QMenuBar.insertMenu?4(QAction, QMenu) -> QAction 18981 QtWidgets.QMenuBar.insertMenu?4(QAction, QMenu) -> QAction
19220 QtWidgets.QScroller.State.Pressed?10 19413 QtWidgets.QScroller.State.Pressed?10
19221 QtWidgets.QScroller.State.Dragging?10 19414 QtWidgets.QScroller.State.Dragging?10
19222 QtWidgets.QScroller.State.Scrolling?10 19415 QtWidgets.QScroller.State.Scrolling?10
19223 QtWidgets.QScroller.hasScroller?4(QObject) -> bool 19416 QtWidgets.QScroller.hasScroller?4(QObject) -> bool
19224 QtWidgets.QScroller.scroller?4(QObject) -> QScroller 19417 QtWidgets.QScroller.scroller?4(QObject) -> QScroller
19225 QtWidgets.QScroller.grabGesture?4(QObject, QScroller.ScrollerGestureType scrollGestureType=QScroller.TouchGesture) -> Qt.GestureType 19418 QtWidgets.QScroller.grabGesture?4(QObject, QScroller.ScrollerGestureType scrollGestureType=QScroller.TouchGesture) -> int
19226 QtWidgets.QScroller.grabbedGesture?4(QObject) -> Qt.GestureType 19419 QtWidgets.QScroller.grabbedGesture?4(QObject) -> int
19227 QtWidgets.QScroller.ungrabGesture?4(QObject) 19420 QtWidgets.QScroller.ungrabGesture?4(QObject)
19228 QtWidgets.QScroller.activeScrollers?4() -> unknown-type 19421 QtWidgets.QScroller.activeScrollers?4() -> unknown-type
19229 QtWidgets.QScroller.target?4() -> QObject 19422 QtWidgets.QScroller.target?4() -> QObject
19230 QtWidgets.QScroller.state?4() -> QScroller.State 19423 QtWidgets.QScroller.state?4() -> QScroller.State
19231 QtWidgets.QScroller.handleInput?4(QScroller.Input, QPointF, int timestamp=0) -> bool 19424 QtWidgets.QScroller.handleInput?4(QScroller.Input, QPointF, int timestamp=0) -> bool
20710 QtWidgets.QToolBar.allowedAreas?4() -> unknown-type 20903 QtWidgets.QToolBar.allowedAreas?4() -> unknown-type
20711 QtWidgets.QToolBar.isAreaAllowed?4(Qt.ToolBarArea) -> bool 20904 QtWidgets.QToolBar.isAreaAllowed?4(Qt.ToolBarArea) -> bool
20712 QtWidgets.QToolBar.setOrientation?4(Qt.Orientation) 20905 QtWidgets.QToolBar.setOrientation?4(Qt.Orientation)
20713 QtWidgets.QToolBar.orientation?4() -> Qt.Orientation 20906 QtWidgets.QToolBar.orientation?4() -> Qt.Orientation
20714 QtWidgets.QToolBar.clear?4() 20907 QtWidgets.QToolBar.clear?4()
20715 QtWidgets.QToolBar.addAction?4(QAction)
20716 QtWidgets.QToolBar.addAction?4(QString) -> QAction
20717 QtWidgets.QToolBar.addAction?4(QIcon, QString) -> QAction
20718 QtWidgets.QToolBar.addAction?4(QString, object) -> QAction
20719 QtWidgets.QToolBar.addAction?4(QIcon, QString, object) -> QAction
20720 QtWidgets.QToolBar.addSeparator?4() -> QAction 20908 QtWidgets.QToolBar.addSeparator?4() -> QAction
20721 QtWidgets.QToolBar.insertSeparator?4(QAction) -> QAction 20909 QtWidgets.QToolBar.insertSeparator?4(QAction) -> QAction
20722 QtWidgets.QToolBar.addWidget?4(QWidget) -> QAction 20910 QtWidgets.QToolBar.addWidget?4(QWidget) -> QAction
20723 QtWidgets.QToolBar.insertWidget?4(QAction, QWidget) -> QAction 20911 QtWidgets.QToolBar.insertWidget?4(QAction, QWidget) -> QAction
20724 QtWidgets.QToolBar.actionGeometry?4(QAction) -> QRect 20912 QtWidgets.QToolBar.actionGeometry?4(QAction) -> QRect
20806 QtWidgets.QToolButton.timerEvent?4(QTimerEvent) 20994 QtWidgets.QToolButton.timerEvent?4(QTimerEvent)
20807 QtWidgets.QToolButton.changeEvent?4(QEvent) 20995 QtWidgets.QToolButton.changeEvent?4(QEvent)
20808 QtWidgets.QToolButton.mouseReleaseEvent?4(QMouseEvent) 20996 QtWidgets.QToolButton.mouseReleaseEvent?4(QMouseEvent)
20809 QtWidgets.QToolButton.nextCheckState?4() 20997 QtWidgets.QToolButton.nextCheckState?4()
20810 QtWidgets.QToolButton.hitButton?4(QPoint) -> bool 20998 QtWidgets.QToolButton.hitButton?4(QPoint) -> bool
20999 QtWidgets.QToolButton.checkStateSet?4()
20811 QtWidgets.QToolTip?1(QToolTip) 21000 QtWidgets.QToolTip?1(QToolTip)
20812 QtWidgets.QToolTip.__init__?1(self, QToolTip) 21001 QtWidgets.QToolTip.__init__?1(self, QToolTip)
20813 QtWidgets.QToolTip.showText?4(QPoint, QString, QWidget widget=None, QRect rect={}, int msecShowTime=-1) 21002 QtWidgets.QToolTip.showText?4(QPoint, QString, QWidget widget=None, QRect rect={}, int msecShowTime=-1)
20814 QtWidgets.QToolTip.palette?4() -> QPalette 21003 QtWidgets.QToolTip.palette?4() -> QPalette
20815 QtWidgets.QToolTip.hideText?4() 21004 QtWidgets.QToolTip.hideText?4()
22720 QtOpenGL.QOpenGLTextureBlitter.setOpacity?4(float) 22909 QtOpenGL.QOpenGLTextureBlitter.setOpacity?4(float)
22721 QtOpenGL.QOpenGLTextureBlitter.blit?4(int, QMatrix4x4, QOpenGLTextureBlitter.Origin) 22910 QtOpenGL.QOpenGLTextureBlitter.blit?4(int, QMatrix4x4, QOpenGLTextureBlitter.Origin)
22722 QtOpenGL.QOpenGLTextureBlitter.blit?4(int, QMatrix4x4, QMatrix3x3) 22911 QtOpenGL.QOpenGLTextureBlitter.blit?4(int, QMatrix4x4, QMatrix3x3)
22723 QtOpenGL.QOpenGLTextureBlitter.targetTransform?4(QRectF, QRect) -> QMatrix4x4 22912 QtOpenGL.QOpenGLTextureBlitter.targetTransform?4(QRectF, QRect) -> QMatrix4x4
22724 QtOpenGL.QOpenGLTextureBlitter.sourceTransform?4(QRectF, QSize, QOpenGLTextureBlitter.Origin) -> QMatrix3x3 22913 QtOpenGL.QOpenGLTextureBlitter.sourceTransform?4(QRectF, QSize, QOpenGLTextureBlitter.Origin) -> QMatrix3x3
22914 QtOpenGL.QOpenGLTextureBlitter.supportsRectangleTarget?4() -> bool
22725 QtOpenGL.QOpenGLTimerQuery?1(QObject parent=None) 22915 QtOpenGL.QOpenGLTimerQuery?1(QObject parent=None)
22726 QtOpenGL.QOpenGLTimerQuery.__init__?1(self, QObject parent=None) 22916 QtOpenGL.QOpenGLTimerQuery.__init__?1(self, QObject parent=None)
22727 QtOpenGL.QOpenGLTimerQuery.create?4() -> bool 22917 QtOpenGL.QOpenGLTimerQuery.create?4() -> bool
22728 QtOpenGL.QOpenGLTimerQuery.destroy?4() 22918 QtOpenGL.QOpenGLTimerQuery.destroy?4()
22729 QtOpenGL.QOpenGLTimerQuery.isCreated?4() -> bool 22919 QtOpenGL.QOpenGLTimerQuery.isCreated?4() -> bool
24464 QtQuick.QQuickItem.Flag.ItemClipsChildrenToShape?10 24654 QtQuick.QQuickItem.Flag.ItemClipsChildrenToShape?10
24465 QtQuick.QQuickItem.Flag.ItemAcceptsInputMethod?10 24655 QtQuick.QQuickItem.Flag.ItemAcceptsInputMethod?10
24466 QtQuick.QQuickItem.Flag.ItemIsFocusScope?10 24656 QtQuick.QQuickItem.Flag.ItemIsFocusScope?10
24467 QtQuick.QQuickItem.Flag.ItemHasContents?10 24657 QtQuick.QQuickItem.Flag.ItemHasContents?10
24468 QtQuick.QQuickItem.Flag.ItemAcceptsDrops?10 24658 QtQuick.QQuickItem.Flag.ItemAcceptsDrops?10
24659 QtQuick.QQuickItem.Flag.ItemIsViewport?10
24660 QtQuick.QQuickItem.Flag.ItemObservesViewport?10
24469 QtQuick.QQuickItem?1(QQuickItem parent=None) 24661 QtQuick.QQuickItem?1(QQuickItem parent=None)
24470 QtQuick.QQuickItem.__init__?1(self, QQuickItem parent=None) 24662 QtQuick.QQuickItem.__init__?1(self, QQuickItem parent=None)
24471 QtQuick.QQuickItem.window?4() -> QQuickWindow 24663 QtQuick.QQuickItem.window?4() -> QQuickWindow
24472 QtQuick.QQuickItem.parentItem?4() -> QQuickItem 24664 QtQuick.QQuickItem.parentItem?4() -> QQuickItem
24473 QtQuick.QQuickItem.setParentItem?4(QQuickItem) 24665 QtQuick.QQuickItem.setParentItem?4(QQuickItem)
24626 QtQuick.QQuickItem.acceptTouchEvents?4() -> bool 24818 QtQuick.QQuickItem.acceptTouchEvents?4() -> bool
24627 QtQuick.QQuickItem.setAcceptTouchEvents?4(bool) 24819 QtQuick.QQuickItem.setAcceptTouchEvents?4(bool)
24628 QtQuick.QQuickItem.containmentMask?4() -> QObject 24820 QtQuick.QQuickItem.containmentMask?4() -> QObject
24629 QtQuick.QQuickItem.setContainmentMask?4(QObject) 24821 QtQuick.QQuickItem.setContainmentMask?4(QObject)
24630 QtQuick.QQuickItem.containmentMaskChanged?4() 24822 QtQuick.QQuickItem.containmentMaskChanged?4()
24823 QtQuick.QQuickItem.viewportItem?4() -> QQuickItem
24824 QtQuick.QQuickItem.ensurePolished?4()
24825 QtQuick.QQuickItem.dumpItemTree?4()
24631 QtQuick.QQuickFramebufferObject?1(QQuickItem parent=None) 24826 QtQuick.QQuickFramebufferObject?1(QQuickItem parent=None)
24632 QtQuick.QQuickFramebufferObject.__init__?1(self, QQuickItem parent=None) 24827 QtQuick.QQuickFramebufferObject.__init__?1(self, QQuickItem parent=None)
24633 QtQuick.QQuickFramebufferObject.textureFollowsItemSize?4() -> bool 24828 QtQuick.QQuickFramebufferObject.textureFollowsItemSize?4() -> bool
24634 QtQuick.QQuickFramebufferObject.setTextureFollowsItemSize?4(bool) 24829 QtQuick.QQuickFramebufferObject.setTextureFollowsItemSize?4(bool)
24635 QtQuick.QQuickFramebufferObject.createRenderer?4() -> QQuickFramebufferObject.Renderer 24830 QtQuick.QQuickFramebufferObject.createRenderer?4() -> QQuickFramebufferObject.Renderer
24708 QtQuick.QQuickItem.UpdatePaintNodeData?1(QQuickItem.UpdatePaintNodeData) 24903 QtQuick.QQuickItem.UpdatePaintNodeData?1(QQuickItem.UpdatePaintNodeData)
24709 QtQuick.QQuickItem.UpdatePaintNodeData.__init__?1(self, QQuickItem.UpdatePaintNodeData) 24904 QtQuick.QQuickItem.UpdatePaintNodeData.__init__?1(self, QQuickItem.UpdatePaintNodeData)
24710 QtQuick.QQuickItemGrabResult.image?4() -> QImage 24905 QtQuick.QQuickItemGrabResult.image?4() -> QImage
24711 QtQuick.QQuickItemGrabResult.url?4() -> QUrl 24906 QtQuick.QQuickItemGrabResult.url?4() -> QUrl
24712 QtQuick.QQuickItemGrabResult.saveToFile?4(QString) -> bool 24907 QtQuick.QQuickItemGrabResult.saveToFile?4(QString) -> bool
24908 QtQuick.QQuickItemGrabResult.saveToFile?4(QUrl) -> bool
24713 QtQuick.QQuickItemGrabResult.event?4(QEvent) -> bool 24909 QtQuick.QQuickItemGrabResult.event?4(QEvent) -> bool
24714 QtQuick.QQuickItemGrabResult.ready?4() 24910 QtQuick.QQuickItemGrabResult.ready?4()
24715 QtQuick.QQuickPaintedItem.PerformanceHint?10 24911 QtQuick.QQuickPaintedItem.PerformanceHint?10
24716 QtQuick.QQuickPaintedItem.PerformanceHint.FastFBOResizing?10 24912 QtQuick.QQuickPaintedItem.PerformanceHint.FastFBOResizing?10
24717 QtQuick.QQuickPaintedItem.RenderTarget?10 24913 QtQuick.QQuickPaintedItem.RenderTarget?10
24774 QtQuick.QQuickRenderTarget.__init__?1(self) 24970 QtQuick.QQuickRenderTarget.__init__?1(self)
24775 QtQuick.QQuickRenderTarget?1(QQuickRenderTarget) 24971 QtQuick.QQuickRenderTarget?1(QQuickRenderTarget)
24776 QtQuick.QQuickRenderTarget.__init__?1(self, QQuickRenderTarget) 24972 QtQuick.QQuickRenderTarget.__init__?1(self, QQuickRenderTarget)
24777 QtQuick.QQuickRenderTarget.isNull?4() -> bool 24973 QtQuick.QQuickRenderTarget.isNull?4() -> bool
24778 QtQuick.QQuickRenderTarget.fromOpenGLTexture?4(int, QSize, int sampleCount=1) -> QQuickRenderTarget 24974 QtQuick.QQuickRenderTarget.fromOpenGLTexture?4(int, QSize, int sampleCount=1) -> QQuickRenderTarget
24975 QtQuick.QQuickRenderTarget.fromOpenGLRenderBuffer?4(int, QSize, int sampleCount=1) -> QQuickRenderTarget
24976 QtQuick.QQuickRenderTarget.devicePixelRatio?4() -> float
24977 QtQuick.QQuickRenderTarget.setDevicePixelRatio?4(float)
24779 QtQuick.QQuickTextDocument?1(QQuickItem) 24978 QtQuick.QQuickTextDocument?1(QQuickItem)
24780 QtQuick.QQuickTextDocument.__init__?1(self, QQuickItem) 24979 QtQuick.QQuickTextDocument.__init__?1(self, QQuickItem)
24781 QtQuick.QQuickTextDocument.textDocument?4() -> QTextDocument 24980 QtQuick.QQuickTextDocument.textDocument?4() -> QTextDocument
24782 QtQuick.QQuickWindow.TextRenderType?10 24981 QtQuick.QQuickWindow.TextRenderType?10
24783 QtQuick.QQuickWindow.TextRenderType.QtTextRendering?10 24982 QtQuick.QQuickWindow.TextRenderType.QtTextRendering?10
24906 QtQuick.QSGMaterial.Flag?10 25105 QtQuick.QSGMaterial.Flag?10
24907 QtQuick.QSGMaterial.Flag.Blending?10 25106 QtQuick.QSGMaterial.Flag.Blending?10
24908 QtQuick.QSGMaterial.Flag.RequiresDeterminant?10 25107 QtQuick.QSGMaterial.Flag.RequiresDeterminant?10
24909 QtQuick.QSGMaterial.Flag.RequiresFullMatrixExceptTranslate?10 25108 QtQuick.QSGMaterial.Flag.RequiresFullMatrixExceptTranslate?10
24910 QtQuick.QSGMaterial.Flag.RequiresFullMatrix?10 25109 QtQuick.QSGMaterial.Flag.RequiresFullMatrix?10
25110 QtQuick.QSGMaterial.Flag.NoBatching?10
24911 QtQuick.QSGMaterial.Flag.CustomCompileStep?10 25111 QtQuick.QSGMaterial.Flag.CustomCompileStep?10
24912 QtQuick.QSGMaterial?1() 25112 QtQuick.QSGMaterial?1()
24913 QtQuick.QSGMaterial.__init__?1(self) 25113 QtQuick.QSGMaterial.__init__?1(self)
24914 QtQuick.QSGMaterial.type?4() -> QSGMaterialType 25114 QtQuick.QSGMaterial.type?4() -> QSGMaterialType
24915 QtQuick.QSGMaterial.createShader?4(QSGRendererInterface.RenderMode) -> QSGMaterialShader 25115 QtQuick.QSGMaterial.createShader?4(QSGRendererInterface.RenderMode) -> QSGMaterialShader
25413 QtQuick3D.QQuick3DGeometry.addAttribute?4(QQuick3DGeometry.Attribute.Semantic, int, QQuick3DGeometry.Attribute.ComponentType) 25613 QtQuick3D.QQuick3DGeometry.addAttribute?4(QQuick3DGeometry.Attribute.Semantic, int, QQuick3DGeometry.Attribute.ComponentType)
25414 QtQuick3D.QQuick3DGeometry.addAttribute?4(QQuick3DGeometry.Attribute) 25614 QtQuick3D.QQuick3DGeometry.addAttribute?4(QQuick3DGeometry.Attribute)
25415 QtQuick3D.QQuick3DGeometry.clear?4() 25615 QtQuick3D.QQuick3DGeometry.clear?4()
25416 QtQuick3D.QQuick3DGeometry.vertexData?4() -> QByteArray 25616 QtQuick3D.QQuick3DGeometry.vertexData?4() -> QByteArray
25417 QtQuick3D.QQuick3DGeometry.indexData?4() -> QByteArray 25617 QtQuick3D.QQuick3DGeometry.indexData?4() -> QByteArray
25618 QtQuick3D.QQuick3DGeometry.subsetCount?4(int) -> int
25619 QtQuick3D.QQuick3DGeometry.subsetCount?4() -> int
25620 QtQuick3D.QQuick3DGeometry.subsetBoundsMin?4(int) -> QVector3D
25621 QtQuick3D.QQuick3DGeometry.subsetBoundsMax?4(int) -> QVector3D
25622 QtQuick3D.QQuick3DGeometry.subsetOffset?4(int) -> int
25623 QtQuick3D.QQuick3DGeometry.subsetName?4(int) -> QString
25624 QtQuick3D.QQuick3DGeometry.addSubset?4(int, int, QVector3D, QVector3D, QString name='')
25418 QtQuick3D.QQuick3DGeometry.Attribute.ComponentType?10 25625 QtQuick3D.QQuick3DGeometry.Attribute.ComponentType?10
25419 QtQuick3D.QQuick3DGeometry.Attribute.ComponentType.U16Type?10 25626 QtQuick3D.QQuick3DGeometry.Attribute.ComponentType.U16Type?10
25420 QtQuick3D.QQuick3DGeometry.Attribute.ComponentType.U32Type?10 25627 QtQuick3D.QQuick3DGeometry.Attribute.ComponentType.U32Type?10
25421 QtQuick3D.QQuick3DGeometry.Attribute.ComponentType.F32Type?10 25628 QtQuick3D.QQuick3DGeometry.Attribute.ComponentType.F32Type?10
25422 QtQuick3D.QQuick3DGeometry.Attribute.ComponentType.I32Type?10 25629 QtQuick3D.QQuick3DGeometry.Attribute.ComponentType.I32Type?10
25811 QtSql.QSqlQuery.lastInsertId?4() -> QVariant 26018 QtSql.QSqlQuery.lastInsertId?4() -> QVariant
25812 QtSql.QSqlQuery.setNumericalPrecisionPolicy?4(QSql.NumericalPrecisionPolicy) 26019 QtSql.QSqlQuery.setNumericalPrecisionPolicy?4(QSql.NumericalPrecisionPolicy)
25813 QtSql.QSqlQuery.numericalPrecisionPolicy?4() -> QSql.NumericalPrecisionPolicy 26020 QtSql.QSqlQuery.numericalPrecisionPolicy?4() -> QSql.NumericalPrecisionPolicy
25814 QtSql.QSqlQuery.finish?4() 26021 QtSql.QSqlQuery.finish?4()
25815 QtSql.QSqlQuery.nextResult?4() -> bool 26022 QtSql.QSqlQuery.nextResult?4() -> bool
26023 QtSql.QSqlQuery.swap?4(QSqlQuery)
25816 QtSql.QSqlQueryModel?1(QObject parent=None) 26024 QtSql.QSqlQueryModel?1(QObject parent=None)
25817 QtSql.QSqlQueryModel.__init__?1(self, QObject parent=None) 26025 QtSql.QSqlQueryModel.__init__?1(self, QObject parent=None)
25818 QtSql.QSqlQueryModel.rowCount?4(QModelIndex parent=QModelIndex()) -> int 26026 QtSql.QSqlQueryModel.rowCount?4(QModelIndex parent=QModelIndex()) -> int
25819 QtSql.QSqlQueryModel.columnCount?4(QModelIndex parent=QModelIndex()) -> int 26027 QtSql.QSqlQueryModel.columnCount?4(QModelIndex parent=QModelIndex()) -> int
25820 QtSql.QSqlQueryModel.record?4() -> QSqlRecord 26028 QtSql.QSqlQueryModel.record?4() -> QSqlRecord
26404 QtXml.QDomProcessingInstruction.__init__?1(self, QDomProcessingInstruction) 26612 QtXml.QDomProcessingInstruction.__init__?1(self, QDomProcessingInstruction)
26405 QtXml.QDomProcessingInstruction.target?4() -> QString 26613 QtXml.QDomProcessingInstruction.target?4() -> QString
26406 QtXml.QDomProcessingInstruction.data?4() -> QString 26614 QtXml.QDomProcessingInstruction.data?4() -> QString
26407 QtXml.QDomProcessingInstruction.setData?4(QString) 26615 QtXml.QDomProcessingInstruction.setData?4(QString)
26408 QtXml.QDomProcessingInstruction.nodeType?4() -> QDomNode.NodeType 26616 QtXml.QDomProcessingInstruction.nodeType?4() -> QDomNode.NodeType
26617 QtMultimedia.QAudio.VolumeScale?10
26618 QtMultimedia.QAudio.VolumeScale.LinearVolumeScale?10
26619 QtMultimedia.QAudio.VolumeScale.CubicVolumeScale?10
26620 QtMultimedia.QAudio.VolumeScale.LogarithmicVolumeScale?10
26621 QtMultimedia.QAudio.VolumeScale.DecibelVolumeScale?10
26622 QtMultimedia.QAudio.State?10
26623 QtMultimedia.QAudio.State.ActiveState?10
26624 QtMultimedia.QAudio.State.SuspendedState?10
26625 QtMultimedia.QAudio.State.StoppedState?10
26626 QtMultimedia.QAudio.State.IdleState?10
26627 QtMultimedia.QAudio.Error?10
26628 QtMultimedia.QAudio.Error.NoError?10
26629 QtMultimedia.QAudio.Error.OpenError?10
26630 QtMultimedia.QAudio.Error.IOError?10
26631 QtMultimedia.QAudio.Error.UnderrunError?10
26632 QtMultimedia.QAudio.Error.FatalError?10
26633 QtMultimedia.QAudio.convertVolume?4(float, QAudio.VolumeScale, QAudio.VolumeScale) -> float
26634 QtMultimedia.QAudioBuffer?1()
26635 QtMultimedia.QAudioBuffer.__init__?1(self)
26636 QtMultimedia.QAudioBuffer?1(QByteArray, QAudioFormat, int startTime=-1)
26637 QtMultimedia.QAudioBuffer.__init__?1(self, QByteArray, QAudioFormat, int startTime=-1)
26638 QtMultimedia.QAudioBuffer?1(int, QAudioFormat, int startTime=-1)
26639 QtMultimedia.QAudioBuffer.__init__?1(self, int, QAudioFormat, int startTime=-1)
26640 QtMultimedia.QAudioBuffer?1(QAudioBuffer)
26641 QtMultimedia.QAudioBuffer.__init__?1(self, QAudioBuffer)
26642 QtMultimedia.QAudioBuffer.isValid?4() -> bool
26643 QtMultimedia.QAudioBuffer.format?4() -> QAudioFormat
26644 QtMultimedia.QAudioBuffer.frameCount?4() -> int
26645 QtMultimedia.QAudioBuffer.sampleCount?4() -> int
26646 QtMultimedia.QAudioBuffer.byteCount?4() -> int
26647 QtMultimedia.QAudioBuffer.duration?4() -> int
26648 QtMultimedia.QAudioBuffer.startTime?4() -> int
26649 QtMultimedia.QAudioBuffer.swap?4(QAudioBuffer)
26650 QtMultimedia.QAudioBuffer.detach?4()
26651 QtMultimedia.QAudioBuffer.constData?4() -> object
26652 QtMultimedia.QAudioBuffer.data?4() -> object
26653 QtMultimedia.QAudioDecoder.Error?10
26654 QtMultimedia.QAudioDecoder.Error.NoError?10
26655 QtMultimedia.QAudioDecoder.Error.ResourceError?10
26656 QtMultimedia.QAudioDecoder.Error.FormatError?10
26657 QtMultimedia.QAudioDecoder.Error.AccessDeniedError?10
26658 QtMultimedia.QAudioDecoder.Error.NotSupportedError?10
26659 QtMultimedia.QAudioDecoder?1(QObject parent=None)
26660 QtMultimedia.QAudioDecoder.__init__?1(self, QObject parent=None)
26661 QtMultimedia.QAudioDecoder.isSupported?4() -> bool
26662 QtMultimedia.QAudioDecoder.isDecoding?4() -> bool
26663 QtMultimedia.QAudioDecoder.source?4() -> QUrl
26664 QtMultimedia.QAudioDecoder.setSource?4(QUrl)
26665 QtMultimedia.QAudioDecoder.sourceDevice?4() -> QIODevice
26666 QtMultimedia.QAudioDecoder.setSourceDevice?4(QIODevice)
26667 QtMultimedia.QAudioDecoder.error?4() -> QAudioDecoder.Error
26668 QtMultimedia.QAudioDecoder.errorString?4() -> QString
26669 QtMultimedia.QAudioDecoder.read?4() -> QAudioBuffer
26670 QtMultimedia.QAudioDecoder.bufferAvailable?4() -> bool
26671 QtMultimedia.QAudioDecoder.position?4() -> int
26672 QtMultimedia.QAudioDecoder.duration?4() -> int
26673 QtMultimedia.QAudioDecoder.audioFormat?4() -> QAudioFormat
26674 QtMultimedia.QAudioDecoder.setAudioFormat?4(QAudioFormat)
26675 QtMultimedia.QAudioDecoder.start?4()
26676 QtMultimedia.QAudioDecoder.stop?4()
26677 QtMultimedia.QAudioDecoder.bufferAvailableChanged?4(bool)
26678 QtMultimedia.QAudioDecoder.bufferReady?4()
26679 QtMultimedia.QAudioDecoder.finished?4()
26680 QtMultimedia.QAudioDecoder.isDecodingChanged?4(bool)
26681 QtMultimedia.QAudioDecoder.error?4(QAudioDecoder.Error)
26682 QtMultimedia.QAudioDecoder.sourceChanged?4()
26683 QtMultimedia.QAudioDecoder.positionChanged?4(int)
26684 QtMultimedia.QAudioDecoder.durationChanged?4(int)
26685 QtMultimedia.QAudioDecoder.formatChanged?4(QAudioFormat)
26686 QtMultimedia.QAudioDevice.Mode?10
26687 QtMultimedia.QAudioDevice.Mode.Null?10
26688 QtMultimedia.QAudioDevice.Mode.Input?10
26689 QtMultimedia.QAudioDevice.Mode.Output?10
26690 QtMultimedia.QAudioDevice?1()
26691 QtMultimedia.QAudioDevice.__init__?1(self)
26692 QtMultimedia.QAudioDevice?1(QAudioDevice)
26693 QtMultimedia.QAudioDevice.__init__?1(self, QAudioDevice)
26694 QtMultimedia.QAudioDevice.swap?4(QAudioDevice)
26695 QtMultimedia.QAudioDevice.isNull?4() -> bool
26696 QtMultimedia.QAudioDevice.id?4() -> QByteArray
26697 QtMultimedia.QAudioDevice.description?4() -> QString
26698 QtMultimedia.QAudioDevice.isDefault?4() -> bool
26699 QtMultimedia.QAudioDevice.mode?4() -> QAudioDevice.Mode
26700 QtMultimedia.QAudioDevice.isFormatSupported?4(QAudioFormat) -> bool
26701 QtMultimedia.QAudioDevice.preferredFormat?4() -> QAudioFormat
26702 QtMultimedia.QAudioDevice.minimumSampleRate?4() -> int
26703 QtMultimedia.QAudioDevice.maximumSampleRate?4() -> int
26704 QtMultimedia.QAudioDevice.minimumChannelCount?4() -> int
26705 QtMultimedia.QAudioDevice.maximumChannelCount?4() -> int
26706 QtMultimedia.QAudioDevice.supportedSampleFormats?4() -> unknown-type
26707 QtMultimedia.QAudioFormat.SampleFormat?10
26708 QtMultimedia.QAudioFormat.SampleFormat.Unknown?10
26709 QtMultimedia.QAudioFormat.SampleFormat.UInt8?10
26710 QtMultimedia.QAudioFormat.SampleFormat.Int16?10
26711 QtMultimedia.QAudioFormat.SampleFormat.Int32?10
26712 QtMultimedia.QAudioFormat.SampleFormat.Float?10
26713 QtMultimedia.QAudioFormat.ChannelConfig?10
26714 QtMultimedia.QAudioFormat.ChannelConfig.ChannelConfigUnknown?10
26715 QtMultimedia.QAudioFormat.ChannelConfig.ChannelConfigMono?10
26716 QtMultimedia.QAudioFormat.ChannelConfig.ChannelConfigStereo?10
26717 QtMultimedia.QAudioFormat.ChannelConfig.ChannelConfig2Dot1?10
26718 QtMultimedia.QAudioFormat.ChannelConfig.ChannelConfigSurround5Dot0?10
26719 QtMultimedia.QAudioFormat.ChannelConfig.ChannelConfigSurround5Dot1?10
26720 QtMultimedia.QAudioFormat.ChannelConfig.ChannelConfigSurround7Dot0?10
26721 QtMultimedia.QAudioFormat.ChannelConfig.ChannelConfigSurround7Dot1?10
26722 QtMultimedia.QAudioFormat.AudioChannelPosition?10
26723 QtMultimedia.QAudioFormat.AudioChannelPosition.UnknownPosition?10
26724 QtMultimedia.QAudioFormat.AudioChannelPosition.FrontLeft?10
26725 QtMultimedia.QAudioFormat.AudioChannelPosition.FrontRight?10
26726 QtMultimedia.QAudioFormat.AudioChannelPosition.FrontCenter?10
26727 QtMultimedia.QAudioFormat.AudioChannelPosition.LFE?10
26728 QtMultimedia.QAudioFormat.AudioChannelPosition.BackLeft?10
26729 QtMultimedia.QAudioFormat.AudioChannelPosition.BackRight?10
26730 QtMultimedia.QAudioFormat.AudioChannelPosition.FrontLeftOfCenter?10
26731 QtMultimedia.QAudioFormat.AudioChannelPosition.FrontRightOfCenter?10
26732 QtMultimedia.QAudioFormat.AudioChannelPosition.BackCenter?10
26733 QtMultimedia.QAudioFormat.AudioChannelPosition.LFE2?10
26734 QtMultimedia.QAudioFormat.AudioChannelPosition.SideLeft?10
26735 QtMultimedia.QAudioFormat.AudioChannelPosition.SideRight?10
26736 QtMultimedia.QAudioFormat.AudioChannelPosition.TopFrontLeft?10
26737 QtMultimedia.QAudioFormat.AudioChannelPosition.TopFrontRight?10
26738 QtMultimedia.QAudioFormat.AudioChannelPosition.TopFrontCenter?10
26739 QtMultimedia.QAudioFormat.AudioChannelPosition.TopCenter?10
26740 QtMultimedia.QAudioFormat.AudioChannelPosition.TopBackLeft?10
26741 QtMultimedia.QAudioFormat.AudioChannelPosition.TopBackRight?10
26742 QtMultimedia.QAudioFormat.AudioChannelPosition.TopSideLeft?10
26743 QtMultimedia.QAudioFormat.AudioChannelPosition.TopSideRight?10
26744 QtMultimedia.QAudioFormat.AudioChannelPosition.TopBackCenter?10
26745 QtMultimedia.QAudioFormat.AudioChannelPosition.BottomFrontCenter?10
26746 QtMultimedia.QAudioFormat.AudioChannelPosition.BottomFrontLeft?10
26747 QtMultimedia.QAudioFormat.AudioChannelPosition.BottomFrontRight?10
26748 QtMultimedia.QAudioFormat?1()
26749 QtMultimedia.QAudioFormat.__init__?1(self)
26750 QtMultimedia.QAudioFormat?1(QAudioFormat)
26751 QtMultimedia.QAudioFormat.__init__?1(self, QAudioFormat)
26752 QtMultimedia.QAudioFormat.isValid?4() -> bool
26753 QtMultimedia.QAudioFormat.setSampleRate?4(int)
26754 QtMultimedia.QAudioFormat.sampleRate?4() -> int
26755 QtMultimedia.QAudioFormat.setChannelCount?4(int)
26756 QtMultimedia.QAudioFormat.channelCount?4() -> int
26757 QtMultimedia.QAudioFormat.bytesForDuration?4(int) -> int
26758 QtMultimedia.QAudioFormat.durationForBytes?4(int) -> int
26759 QtMultimedia.QAudioFormat.bytesForFrames?4(int) -> int
26760 QtMultimedia.QAudioFormat.framesForBytes?4(int) -> int
26761 QtMultimedia.QAudioFormat.framesForDuration?4(int) -> int
26762 QtMultimedia.QAudioFormat.durationForFrames?4(int) -> int
26763 QtMultimedia.QAudioFormat.bytesPerFrame?4() -> int
26764 QtMultimedia.QAudioFormat.setChannelConfig?4(QAudioFormat.ChannelConfig)
26765 QtMultimedia.QAudioFormat.channelConfig?4() -> QAudioFormat.ChannelConfig
26766 QtMultimedia.QAudioFormat.channelOffset?4(QAudioFormat.AudioChannelPosition) -> int
26767 QtMultimedia.QAudioFormat.setSampleFormat?4(QAudioFormat.SampleFormat)
26768 QtMultimedia.QAudioFormat.sampleFormat?4() -> QAudioFormat.SampleFormat
26769 QtMultimedia.QAudioFormat.bytesPerSample?4() -> int
26770 QtMultimedia.QAudioFormat.normalizedSampleValue?4(sip.voidptr) -> float
26771 QtMultimedia.QAudioInput?1(QAudioDevice, QObject parent=None)
26772 QtMultimedia.QAudioInput.__init__?1(self, QAudioDevice, QObject parent=None)
26773 QtMultimedia.QAudioInput?1(QObject parent=None)
26774 QtMultimedia.QAudioInput.__init__?1(self, QObject parent=None)
26775 QtMultimedia.QAudioInput.device?4() -> QAudioDevice
26776 QtMultimedia.QAudioInput.volume?4() -> float
26777 QtMultimedia.QAudioInput.isMuted?4() -> bool
26778 QtMultimedia.QAudioInput.setDevice?4(QAudioDevice)
26779 QtMultimedia.QAudioInput.setMuted?4(bool)
26780 QtMultimedia.QAudioInput.setVolume?4(float)
26781 QtMultimedia.QAudioInput.deviceChanged?4()
26782 QtMultimedia.QAudioInput.volumeChanged?4(float)
26783 QtMultimedia.QAudioInput.mutedChanged?4(bool)
26784 QtMultimedia.QAudioOutput?1(QAudioDevice, QObject parent=None)
26785 QtMultimedia.QAudioOutput.__init__?1(self, QAudioDevice, QObject parent=None)
26786 QtMultimedia.QAudioOutput?1(QObject parent=None)
26787 QtMultimedia.QAudioOutput.__init__?1(self, QObject parent=None)
26788 QtMultimedia.QAudioOutput.volume?4() -> float
26789 QtMultimedia.QAudioOutput.device?4() -> QAudioDevice
26790 QtMultimedia.QAudioOutput.isMuted?4() -> bool
26791 QtMultimedia.QAudioOutput.setDevice?4(QAudioDevice)
26792 QtMultimedia.QAudioOutput.setVolume?4(float)
26793 QtMultimedia.QAudioOutput.setMuted?4(bool)
26794 QtMultimedia.QAudioOutput.deviceChanged?4()
26795 QtMultimedia.QAudioOutput.volumeChanged?4(float)
26796 QtMultimedia.QAudioOutput.mutedChanged?4(bool)
26797 QtMultimedia.QAudioSink?1(QAudioDevice, QAudioFormat format=QAudioFormat(), QObject parent=None)
26798 QtMultimedia.QAudioSink.__init__?1(self, QAudioDevice, QAudioFormat format=QAudioFormat(), QObject parent=None)
26799 QtMultimedia.QAudioSink?1(QAudioFormat format=QAudioFormat(), QObject parent=None)
26800 QtMultimedia.QAudioSink.__init__?1(self, QAudioFormat format=QAudioFormat(), QObject parent=None)
26801 QtMultimedia.QAudioSink.format?4() -> QAudioFormat
26802 QtMultimedia.QAudioSink.start?4(QIODevice)
26803 QtMultimedia.QAudioSink.start?4() -> QIODevice
26804 QtMultimedia.QAudioSink.stop?4()
26805 QtMultimedia.QAudioSink.reset?4()
26806 QtMultimedia.QAudioSink.suspend?4()
26807 QtMultimedia.QAudioSink.resume?4()
26808 QtMultimedia.QAudioSink.setBufferSize?4(int)
26809 QtMultimedia.QAudioSink.bufferSize?4() -> int
26810 QtMultimedia.QAudioSink.bytesFree?4() -> int
26811 QtMultimedia.QAudioSink.processedUSecs?4() -> int
26812 QtMultimedia.QAudioSink.elapsedUSecs?4() -> int
26813 QtMultimedia.QAudioSink.error?4() -> QAudio.Error
26814 QtMultimedia.QAudioSink.state?4() -> QAudio.State
26815 QtMultimedia.QAudioSink.setVolume?4(float)
26816 QtMultimedia.QAudioSink.volume?4() -> float
26817 QtMultimedia.QAudioSink.stateChanged?4(QAudio.State)
26818 QtMultimedia.QAudioSource?1(QAudioDevice, QAudioFormat format=QAudioFormat(), QObject parent=None)
26819 QtMultimedia.QAudioSource.__init__?1(self, QAudioDevice, QAudioFormat format=QAudioFormat(), QObject parent=None)
26820 QtMultimedia.QAudioSource?1(QAudioFormat format=QAudioFormat(), QObject parent=None)
26821 QtMultimedia.QAudioSource.__init__?1(self, QAudioFormat format=QAudioFormat(), QObject parent=None)
26822 QtMultimedia.QAudioSource.format?4() -> QAudioFormat
26823 QtMultimedia.QAudioSource.start?4(QIODevice)
26824 QtMultimedia.QAudioSource.start?4() -> QIODevice
26825 QtMultimedia.QAudioSource.stop?4()
26826 QtMultimedia.QAudioSource.reset?4()
26827 QtMultimedia.QAudioSource.suspend?4()
26828 QtMultimedia.QAudioSource.resume?4()
26829 QtMultimedia.QAudioSource.setBufferSize?4(int)
26830 QtMultimedia.QAudioSource.bufferSize?4() -> int
26831 QtMultimedia.QAudioSource.bytesAvailable?4() -> int
26832 QtMultimedia.QAudioSource.setVolume?4(float)
26833 QtMultimedia.QAudioSource.volume?4() -> float
26834 QtMultimedia.QAudioSource.processedUSecs?4() -> int
26835 QtMultimedia.QAudioSource.elapsedUSecs?4() -> int
26836 QtMultimedia.QAudioSource.error?4() -> QAudio.Error
26837 QtMultimedia.QAudioSource.state?4() -> QAudio.State
26838 QtMultimedia.QAudioSource.stateChanged?4(QAudio.State)
26839 QtMultimedia.QCamera.Feature?10
26840 QtMultimedia.QCamera.Feature.ColorTemperature?10
26841 QtMultimedia.QCamera.Feature.ExposureCompensation?10
26842 QtMultimedia.QCamera.Feature.IsoSensitivity?10
26843 QtMultimedia.QCamera.Feature.ManualExposureTime?10
26844 QtMultimedia.QCamera.Feature.CustomFocusPoint?10
26845 QtMultimedia.QCamera.Feature.FocusDistance?10
26846 QtMultimedia.QCamera.WhiteBalanceMode?10
26847 QtMultimedia.QCamera.WhiteBalanceMode.WhiteBalanceAuto?10
26848 QtMultimedia.QCamera.WhiteBalanceMode.WhiteBalanceManual?10
26849 QtMultimedia.QCamera.WhiteBalanceMode.WhiteBalanceSunlight?10
26850 QtMultimedia.QCamera.WhiteBalanceMode.WhiteBalanceCloudy?10
26851 QtMultimedia.QCamera.WhiteBalanceMode.WhiteBalanceShade?10
26852 QtMultimedia.QCamera.WhiteBalanceMode.WhiteBalanceTungsten?10
26853 QtMultimedia.QCamera.WhiteBalanceMode.WhiteBalanceFluorescent?10
26854 QtMultimedia.QCamera.WhiteBalanceMode.WhiteBalanceFlash?10
26855 QtMultimedia.QCamera.WhiteBalanceMode.WhiteBalanceSunset?10
26856 QtMultimedia.QCamera.ExposureMode?10
26857 QtMultimedia.QCamera.ExposureMode.ExposureAuto?10
26858 QtMultimedia.QCamera.ExposureMode.ExposureManual?10
26859 QtMultimedia.QCamera.ExposureMode.ExposurePortrait?10
26860 QtMultimedia.QCamera.ExposureMode.ExposureNight?10
26861 QtMultimedia.QCamera.ExposureMode.ExposureSports?10
26862 QtMultimedia.QCamera.ExposureMode.ExposureSnow?10
26863 QtMultimedia.QCamera.ExposureMode.ExposureBeach?10
26864 QtMultimedia.QCamera.ExposureMode.ExposureAction?10
26865 QtMultimedia.QCamera.ExposureMode.ExposureLandscape?10
26866 QtMultimedia.QCamera.ExposureMode.ExposureNightPortrait?10
26867 QtMultimedia.QCamera.ExposureMode.ExposureTheatre?10
26868 QtMultimedia.QCamera.ExposureMode.ExposureSunset?10
26869 QtMultimedia.QCamera.ExposureMode.ExposureSteadyPhoto?10
26870 QtMultimedia.QCamera.ExposureMode.ExposureFireworks?10
26871 QtMultimedia.QCamera.ExposureMode.ExposureParty?10
26872 QtMultimedia.QCamera.ExposureMode.ExposureCandlelight?10
26873 QtMultimedia.QCamera.ExposureMode.ExposureBarcode?10
26874 QtMultimedia.QCamera.TorchMode?10
26875 QtMultimedia.QCamera.TorchMode.TorchOff?10
26876 QtMultimedia.QCamera.TorchMode.TorchOn?10
26877 QtMultimedia.QCamera.TorchMode.TorchAuto?10
26878 QtMultimedia.QCamera.FlashMode?10
26879 QtMultimedia.QCamera.FlashMode.FlashOff?10
26880 QtMultimedia.QCamera.FlashMode.FlashOn?10
26881 QtMultimedia.QCamera.FlashMode.FlashAuto?10
26882 QtMultimedia.QCamera.FocusMode?10
26883 QtMultimedia.QCamera.FocusMode.FocusModeAuto?10
26884 QtMultimedia.QCamera.FocusMode.FocusModeAutoNear?10
26885 QtMultimedia.QCamera.FocusMode.FocusModeAutoFar?10
26886 QtMultimedia.QCamera.FocusMode.FocusModeHyperfocal?10
26887 QtMultimedia.QCamera.FocusMode.FocusModeInfinity?10
26888 QtMultimedia.QCamera.FocusMode.FocusModeManual?10
26889 QtMultimedia.QCamera.Error?10
26890 QtMultimedia.QCamera.Error.NoError?10
26891 QtMultimedia.QCamera.Error.CameraError?10
26892 QtMultimedia.QCamera?1(QCameraDevice, QObject parent=None)
26893 QtMultimedia.QCamera.__init__?1(self, QCameraDevice, QObject parent=None)
26894 QtMultimedia.QCamera?1(QCameraDevice.Position, QObject parent=None)
26895 QtMultimedia.QCamera.__init__?1(self, QCameraDevice.Position, QObject parent=None)
26896 QtMultimedia.QCamera?1(QObject parent=None)
26897 QtMultimedia.QCamera.__init__?1(self, QObject parent=None)
26898 QtMultimedia.QCamera.isAvailable?4() -> bool
26899 QtMultimedia.QCamera.isActive?4() -> bool
26900 QtMultimedia.QCamera.captureSession?4() -> QMediaCaptureSession
26901 QtMultimedia.QCamera.cameraDevice?4() -> QCameraDevice
26902 QtMultimedia.QCamera.setCameraDevice?4(QCameraDevice)
26903 QtMultimedia.QCamera.cameraFormat?4() -> QCameraFormat
26904 QtMultimedia.QCamera.setCameraFormat?4(QCameraFormat)
26905 QtMultimedia.QCamera.error?4() -> QCamera.Error
26906 QtMultimedia.QCamera.errorString?4() -> QString
26907 QtMultimedia.QCamera.supportedFeatures?4() -> unknown-type
26908 QtMultimedia.QCamera.focusMode?4() -> QCamera.FocusMode
26909 QtMultimedia.QCamera.setFocusMode?4(QCamera.FocusMode)
26910 QtMultimedia.QCamera.isFocusModeSupported?4(QCamera.FocusMode) -> bool
26911 QtMultimedia.QCamera.focusPoint?4() -> QPointF
26912 QtMultimedia.QCamera.customFocusPoint?4() -> QPointF
26913 QtMultimedia.QCamera.setCustomFocusPoint?4(QPointF)
26914 QtMultimedia.QCamera.setFocusDistance?4(float)
26915 QtMultimedia.QCamera.focusDistance?4() -> float
26916 QtMultimedia.QCamera.minimumZoomFactor?4() -> float
26917 QtMultimedia.QCamera.maximumZoomFactor?4() -> float
26918 QtMultimedia.QCamera.zoomFactor?4() -> float
26919 QtMultimedia.QCamera.setZoomFactor?4(float)
26920 QtMultimedia.QCamera.flashMode?4() -> QCamera.FlashMode
26921 QtMultimedia.QCamera.isFlashModeSupported?4(QCamera.FlashMode) -> bool
26922 QtMultimedia.QCamera.isFlashReady?4() -> bool
26923 QtMultimedia.QCamera.torchMode?4() -> QCamera.TorchMode
26924 QtMultimedia.QCamera.isTorchModeSupported?4(QCamera.TorchMode) -> bool
26925 QtMultimedia.QCamera.exposureMode?4() -> QCamera.ExposureMode
26926 QtMultimedia.QCamera.isExposureModeSupported?4(QCamera.ExposureMode) -> bool
26927 QtMultimedia.QCamera.exposureCompensation?4() -> float
26928 QtMultimedia.QCamera.isoSensitivity?4() -> int
26929 QtMultimedia.QCamera.manualIsoSensitivity?4() -> int
26930 QtMultimedia.QCamera.exposureTime?4() -> float
26931 QtMultimedia.QCamera.manualExposureTime?4() -> float
26932 QtMultimedia.QCamera.minimumIsoSensitivity?4() -> int
26933 QtMultimedia.QCamera.maximumIsoSensitivity?4() -> int
26934 QtMultimedia.QCamera.minimumExposureTime?4() -> float
26935 QtMultimedia.QCamera.maximumExposureTime?4() -> float
26936 QtMultimedia.QCamera.whiteBalanceMode?4() -> QCamera.WhiteBalanceMode
26937 QtMultimedia.QCamera.isWhiteBalanceModeSupported?4(QCamera.WhiteBalanceMode) -> bool
26938 QtMultimedia.QCamera.colorTemperature?4() -> int
26939 QtMultimedia.QCamera.setActive?4(bool)
26940 QtMultimedia.QCamera.start?4()
26941 QtMultimedia.QCamera.stop?4()
26942 QtMultimedia.QCamera.zoomTo?4(float, float)
26943 QtMultimedia.QCamera.setFlashMode?4(QCamera.FlashMode)
26944 QtMultimedia.QCamera.setTorchMode?4(QCamera.TorchMode)
26945 QtMultimedia.QCamera.setExposureMode?4(QCamera.ExposureMode)
26946 QtMultimedia.QCamera.setExposureCompensation?4(float)
26947 QtMultimedia.QCamera.setManualIsoSensitivity?4(int)
26948 QtMultimedia.QCamera.setAutoIsoSensitivity?4()
26949 QtMultimedia.QCamera.setManualExposureTime?4(float)
26950 QtMultimedia.QCamera.setAutoExposureTime?4()
26951 QtMultimedia.QCamera.setWhiteBalanceMode?4(QCamera.WhiteBalanceMode)
26952 QtMultimedia.QCamera.setColorTemperature?4(int)
26953 QtMultimedia.QCamera.activeChanged?4(bool)
26954 QtMultimedia.QCamera.errorChanged?4()
26955 QtMultimedia.QCamera.errorOccurred?4(QCamera.Error, QString)
26956 QtMultimedia.QCamera.cameraDeviceChanged?4()
26957 QtMultimedia.QCamera.cameraFormatChanged?4()
26958 QtMultimedia.QCamera.supportedFeaturesChanged?4()
26959 QtMultimedia.QCamera.focusModeChanged?4()
26960 QtMultimedia.QCamera.zoomFactorChanged?4(float)
26961 QtMultimedia.QCamera.minimumZoomFactorChanged?4(float)
26962 QtMultimedia.QCamera.maximumZoomFactorChanged?4(float)
26963 QtMultimedia.QCamera.focusDistanceChanged?4(float)
26964 QtMultimedia.QCamera.customFocusPointChanged?4()
26965 QtMultimedia.QCamera.flashReady?4(bool)
26966 QtMultimedia.QCamera.flashModeChanged?4()
26967 QtMultimedia.QCamera.torchModeChanged?4()
26968 QtMultimedia.QCamera.exposureTimeChanged?4(float)
26969 QtMultimedia.QCamera.isoSensitivityChanged?4(int)
26970 QtMultimedia.QCamera.exposureCompensationChanged?4(float)
26971 QtMultimedia.QCamera.exposureModeChanged?4()
26972 QtMultimedia.QCamera.whiteBalanceModeChanged?4()
26973 QtMultimedia.QCamera.colorTemperatureChanged?4()
26974 QtMultimedia.QCamera.focusPointChanged?4()
26975 QtMultimedia.QCamera.manualExposureTimeChanged?4(float)
26976 QtMultimedia.QCamera.manualIsoSensitivityChanged?4(int)
26977 QtMultimedia.QCameraFormat?1()
26978 QtMultimedia.QCameraFormat.__init__?1(self)
26979 QtMultimedia.QCameraFormat?1(QCameraFormat)
26980 QtMultimedia.QCameraFormat.__init__?1(self, QCameraFormat)
26981 QtMultimedia.QCameraFormat.pixelFormat?4() -> QVideoFrameFormat.PixelFormat
26982 QtMultimedia.QCameraFormat.resolution?4() -> QSize
26983 QtMultimedia.QCameraFormat.minFrameRate?4() -> float
26984 QtMultimedia.QCameraFormat.maxFrameRate?4() -> float
26985 QtMultimedia.QCameraFormat.isNull?4() -> bool
26986 QtMultimedia.QCameraDevice.Position?10
26987 QtMultimedia.QCameraDevice.Position.UnspecifiedPosition?10
26988 QtMultimedia.QCameraDevice.Position.BackFace?10
26989 QtMultimedia.QCameraDevice.Position.FrontFace?10
26990 QtMultimedia.QCameraDevice?1()
26991 QtMultimedia.QCameraDevice.__init__?1(self)
26992 QtMultimedia.QCameraDevice?1(QCameraDevice)
26993 QtMultimedia.QCameraDevice.__init__?1(self, QCameraDevice)
26994 QtMultimedia.QCameraDevice.isNull?4() -> bool
26995 QtMultimedia.QCameraDevice.id?4() -> QByteArray
26996 QtMultimedia.QCameraDevice.description?4() -> QString
26997 QtMultimedia.QCameraDevice.isDefault?4() -> bool
26998 QtMultimedia.QCameraDevice.position?4() -> QCameraDevice.Position
26999 QtMultimedia.QCameraDevice.photoResolutions?4() -> unknown-type
27000 QtMultimedia.QCameraDevice.videoFormats?4() -> unknown-type
27001 QtMultimedia.QImageCapture.FileFormat?10
27002 QtMultimedia.QImageCapture.FileFormat.UnspecifiedFormat?10
27003 QtMultimedia.QImageCapture.FileFormat.JPEG?10
27004 QtMultimedia.QImageCapture.FileFormat.PNG?10
27005 QtMultimedia.QImageCapture.FileFormat.WebP?10
27006 QtMultimedia.QImageCapture.FileFormat.Tiff?10
27007 QtMultimedia.QImageCapture.Quality?10
27008 QtMultimedia.QImageCapture.Quality.VeryLowQuality?10
27009 QtMultimedia.QImageCapture.Quality.LowQuality?10
27010 QtMultimedia.QImageCapture.Quality.NormalQuality?10
27011 QtMultimedia.QImageCapture.Quality.HighQuality?10
27012 QtMultimedia.QImageCapture.Quality.VeryHighQuality?10
27013 QtMultimedia.QImageCapture.Error?10
27014 QtMultimedia.QImageCapture.Error.NoError?10
27015 QtMultimedia.QImageCapture.Error.NotReadyError?10
27016 QtMultimedia.QImageCapture.Error.ResourceError?10
27017 QtMultimedia.QImageCapture.Error.OutOfSpaceError?10
27018 QtMultimedia.QImageCapture.Error.NotSupportedFeatureError?10
27019 QtMultimedia.QImageCapture.Error.FormatError?10
27020 QtMultimedia.QImageCapture?1(QObject parent=None)
27021 QtMultimedia.QImageCapture.__init__?1(self, QObject parent=None)
27022 QtMultimedia.QImageCapture.isAvailable?4() -> bool
27023 QtMultimedia.QImageCapture.captureSession?4() -> QMediaCaptureSession
27024 QtMultimedia.QImageCapture.error?4() -> QImageCapture.Error
27025 QtMultimedia.QImageCapture.errorString?4() -> QString
27026 QtMultimedia.QImageCapture.isReadyForCapture?4() -> bool
27027 QtMultimedia.QImageCapture.fileFormat?4() -> QImageCapture.FileFormat
27028 QtMultimedia.QImageCapture.setFileFormat?4(QImageCapture.FileFormat)
27029 QtMultimedia.QImageCapture.supportedFormats?4() -> unknown-type
27030 QtMultimedia.QImageCapture.fileFormatName?4(QImageCapture.FileFormat) -> QString
27031 QtMultimedia.QImageCapture.fileFormatDescription?4(QImageCapture.FileFormat) -> QString
27032 QtMultimedia.QImageCapture.resolution?4() -> QSize
27033 QtMultimedia.QImageCapture.setResolution?4(QSize)
27034 QtMultimedia.QImageCapture.setResolution?4(int, int)
27035 QtMultimedia.QImageCapture.quality?4() -> QImageCapture.Quality
27036 QtMultimedia.QImageCapture.setQuality?4(QImageCapture.Quality)
27037 QtMultimedia.QImageCapture.metaData?4() -> QMediaMetaData
27038 QtMultimedia.QImageCapture.setMetaData?4(QMediaMetaData)
27039 QtMultimedia.QImageCapture.addMetaData?4(QMediaMetaData)
27040 QtMultimedia.QImageCapture.captureToFile?4(QString location='') -> int
27041 QtMultimedia.QImageCapture.capture?4() -> int
27042 QtMultimedia.QImageCapture.errorChanged?4()
27043 QtMultimedia.QImageCapture.errorOccurred?4(int, QImageCapture.Error, QString)
27044 QtMultimedia.QImageCapture.readyForCaptureChanged?4(bool)
27045 QtMultimedia.QImageCapture.metaDataChanged?4()
27046 QtMultimedia.QImageCapture.fileFormatChanged?4()
27047 QtMultimedia.QImageCapture.qualityChanged?4()
27048 QtMultimedia.QImageCapture.resolutionChanged?4()
27049 QtMultimedia.QImageCapture.imageExposed?4(int)
27050 QtMultimedia.QImageCapture.imageCaptured?4(int, QImage)
27051 QtMultimedia.QImageCapture.imageAvailable?4(int, QVideoFrame)
27052 QtMultimedia.QImageCapture.imageSaved?4(int, QString)
27053 QtMultimedia.QMediaCaptureSession?1(QObject parent=None)
27054 QtMultimedia.QMediaCaptureSession.__init__?1(self, QObject parent=None)
27055 QtMultimedia.QMediaCaptureSession.audioInput?4() -> QAudioInput
27056 QtMultimedia.QMediaCaptureSession.setAudioInput?4(QAudioInput)
27057 QtMultimedia.QMediaCaptureSession.camera?4() -> QCamera
27058 QtMultimedia.QMediaCaptureSession.setCamera?4(QCamera)
27059 QtMultimedia.QMediaCaptureSession.imageCapture?4() -> QImageCapture
27060 QtMultimedia.QMediaCaptureSession.setImageCapture?4(QImageCapture)
27061 QtMultimedia.QMediaCaptureSession.recorder?4() -> QMediaRecorder
27062 QtMultimedia.QMediaCaptureSession.setRecorder?4(QMediaRecorder)
27063 QtMultimedia.QMediaCaptureSession.setVideoOutput?4(QObject)
27064 QtMultimedia.QMediaCaptureSession.videoOutput?4() -> QObject
27065 QtMultimedia.QMediaCaptureSession.setVideoSink?4(QVideoSink)
27066 QtMultimedia.QMediaCaptureSession.videoSink?4() -> QVideoSink
27067 QtMultimedia.QMediaCaptureSession.setAudioOutput?4(QAudioOutput)
27068 QtMultimedia.QMediaCaptureSession.audioOutput?4() -> QAudioOutput
27069 QtMultimedia.QMediaCaptureSession.audioInputChanged?4()
27070 QtMultimedia.QMediaCaptureSession.cameraChanged?4()
27071 QtMultimedia.QMediaCaptureSession.imageCaptureChanged?4()
27072 QtMultimedia.QMediaCaptureSession.recorderChanged?4()
27073 QtMultimedia.QMediaCaptureSession.videoOutputChanged?4()
27074 QtMultimedia.QMediaCaptureSession.audioOutputChanged?4()
27075 QtMultimedia.QMediaDevices?1(QObject parent=None)
27076 QtMultimedia.QMediaDevices.__init__?1(self, QObject parent=None)
27077 QtMultimedia.QMediaDevices.audioInputs?4() -> unknown-type
27078 QtMultimedia.QMediaDevices.audioOutputs?4() -> unknown-type
27079 QtMultimedia.QMediaDevices.videoInputs?4() -> unknown-type
27080 QtMultimedia.QMediaDevices.defaultAudioInput?4() -> QAudioDevice
27081 QtMultimedia.QMediaDevices.defaultAudioOutput?4() -> QAudioDevice
27082 QtMultimedia.QMediaDevices.defaultVideoInput?4() -> QCameraDevice
27083 QtMultimedia.QMediaDevices.audioInputsChanged?4()
27084 QtMultimedia.QMediaDevices.audioOutputsChanged?4()
27085 QtMultimedia.QMediaDevices.videoInputsChanged?4()
27086 QtMultimedia.QMediaFormat.ResolveFlags?10
27087 QtMultimedia.QMediaFormat.ResolveFlags.NoFlags?10
27088 QtMultimedia.QMediaFormat.ResolveFlags.RequiresVideo?10
27089 QtMultimedia.QMediaFormat.ConversionMode?10
27090 QtMultimedia.QMediaFormat.ConversionMode.Encode?10
27091 QtMultimedia.QMediaFormat.ConversionMode.Decode?10
27092 QtMultimedia.QMediaFormat.VideoCodec?10
27093 QtMultimedia.QMediaFormat.VideoCodec.Unspecified?10
27094 QtMultimedia.QMediaFormat.VideoCodec.MPEG1?10
27095 QtMultimedia.QMediaFormat.VideoCodec.MPEG2?10
27096 QtMultimedia.QMediaFormat.VideoCodec.MPEG4?10
27097 QtMultimedia.QMediaFormat.VideoCodec.H264?10
27098 QtMultimedia.QMediaFormat.VideoCodec.H265?10
27099 QtMultimedia.QMediaFormat.VideoCodec.VP8?10
27100 QtMultimedia.QMediaFormat.VideoCodec.VP9?10
27101 QtMultimedia.QMediaFormat.VideoCodec.AV1?10
27102 QtMultimedia.QMediaFormat.VideoCodec.Theora?10
27103 QtMultimedia.QMediaFormat.VideoCodec.WMV?10
27104 QtMultimedia.QMediaFormat.VideoCodec.MotionJPEG?10
27105 QtMultimedia.QMediaFormat.AudioCodec?10
27106 QtMultimedia.QMediaFormat.AudioCodec.Unspecified?10
27107 QtMultimedia.QMediaFormat.AudioCodec.MP3?10
27108 QtMultimedia.QMediaFormat.AudioCodec.AAC?10
27109 QtMultimedia.QMediaFormat.AudioCodec.AC3?10
27110 QtMultimedia.QMediaFormat.AudioCodec.EAC3?10
27111 QtMultimedia.QMediaFormat.AudioCodec.FLAC?10
27112 QtMultimedia.QMediaFormat.AudioCodec.DolbyTrueHD?10
27113 QtMultimedia.QMediaFormat.AudioCodec.Opus?10
27114 QtMultimedia.QMediaFormat.AudioCodec.Vorbis?10
27115 QtMultimedia.QMediaFormat.AudioCodec.Wave?10
27116 QtMultimedia.QMediaFormat.AudioCodec.WMA?10
27117 QtMultimedia.QMediaFormat.AudioCodec.ALAC?10
27118 QtMultimedia.QMediaFormat.FileFormat?10
27119 QtMultimedia.QMediaFormat.FileFormat.UnspecifiedFormat?10
27120 QtMultimedia.QMediaFormat.FileFormat.WMV?10
27121 QtMultimedia.QMediaFormat.FileFormat.AVI?10
27122 QtMultimedia.QMediaFormat.FileFormat.Matroska?10
27123 QtMultimedia.QMediaFormat.FileFormat.MPEG4?10
27124 QtMultimedia.QMediaFormat.FileFormat.Ogg?10
27125 QtMultimedia.QMediaFormat.FileFormat.QuickTime?10
27126 QtMultimedia.QMediaFormat.FileFormat.WebM?10
27127 QtMultimedia.QMediaFormat.FileFormat.Mpeg4Audio?10
27128 QtMultimedia.QMediaFormat.FileFormat.AAC?10
27129 QtMultimedia.QMediaFormat.FileFormat.WMA?10
27130 QtMultimedia.QMediaFormat.FileFormat.MP3?10
27131 QtMultimedia.QMediaFormat.FileFormat.FLAC?10
27132 QtMultimedia.QMediaFormat.FileFormat.Wave?10
27133 QtMultimedia.QMediaFormat?1(QMediaFormat.FileFormat format=QMediaFormat.UnspecifiedFormat)
27134 QtMultimedia.QMediaFormat.__init__?1(self, QMediaFormat.FileFormat format=QMediaFormat.UnspecifiedFormat)
27135 QtMultimedia.QMediaFormat?1(QMediaFormat)
27136 QtMultimedia.QMediaFormat.__init__?1(self, QMediaFormat)
27137 QtMultimedia.QMediaFormat.swap?4(QMediaFormat)
27138 QtMultimedia.QMediaFormat.fileFormat?4() -> QMediaFormat.FileFormat
27139 QtMultimedia.QMediaFormat.setFileFormat?4(QMediaFormat.FileFormat)
27140 QtMultimedia.QMediaFormat.setVideoCodec?4(QMediaFormat.VideoCodec)
27141 QtMultimedia.QMediaFormat.videoCodec?4() -> QMediaFormat.VideoCodec
27142 QtMultimedia.QMediaFormat.setAudioCodec?4(QMediaFormat.AudioCodec)
27143 QtMultimedia.QMediaFormat.audioCodec?4() -> QMediaFormat.AudioCodec
27144 QtMultimedia.QMediaFormat.isSupported?4(QMediaFormat.ConversionMode) -> bool
27145 QtMultimedia.QMediaFormat.mimeType?4() -> QMimeType
27146 QtMultimedia.QMediaFormat.supportedFileFormats?4(QMediaFormat.ConversionMode) -> unknown-type
27147 QtMultimedia.QMediaFormat.supportedVideoCodecs?4(QMediaFormat.ConversionMode) -> unknown-type
27148 QtMultimedia.QMediaFormat.supportedAudioCodecs?4(QMediaFormat.ConversionMode) -> unknown-type
27149 QtMultimedia.QMediaFormat.fileFormatName?4(QMediaFormat.FileFormat) -> QString
27150 QtMultimedia.QMediaFormat.audioCodecName?4(QMediaFormat.AudioCodec) -> QString
27151 QtMultimedia.QMediaFormat.videoCodecName?4(QMediaFormat.VideoCodec) -> QString
27152 QtMultimedia.QMediaFormat.fileFormatDescription?4(QMediaFormat.FileFormat) -> QString
27153 QtMultimedia.QMediaFormat.audioCodecDescription?4(QMediaFormat.AudioCodec) -> QString
27154 QtMultimedia.QMediaFormat.videoCodecDescription?4(QMediaFormat.VideoCodec) -> QString
27155 QtMultimedia.QMediaFormat.resolveForEncoding?4(QMediaFormat.ResolveFlags)
27156 QtMultimedia.QMediaMetaData.Key?10
27157 QtMultimedia.QMediaMetaData.Key.Title?10
27158 QtMultimedia.QMediaMetaData.Key.Author?10
27159 QtMultimedia.QMediaMetaData.Key.Comment?10
27160 QtMultimedia.QMediaMetaData.Key.Description?10
27161 QtMultimedia.QMediaMetaData.Key.Genre?10
27162 QtMultimedia.QMediaMetaData.Key.Date?10
27163 QtMultimedia.QMediaMetaData.Key.Language?10
27164 QtMultimedia.QMediaMetaData.Key.Publisher?10
27165 QtMultimedia.QMediaMetaData.Key.Copyright?10
27166 QtMultimedia.QMediaMetaData.Key.Url?10
27167 QtMultimedia.QMediaMetaData.Key.Duration?10
27168 QtMultimedia.QMediaMetaData.Key.MediaType?10
27169 QtMultimedia.QMediaMetaData.Key.FileFormat?10
27170 QtMultimedia.QMediaMetaData.Key.AudioBitRate?10
27171 QtMultimedia.QMediaMetaData.Key.AudioCodec?10
27172 QtMultimedia.QMediaMetaData.Key.VideoBitRate?10
27173 QtMultimedia.QMediaMetaData.Key.VideoCodec?10
27174 QtMultimedia.QMediaMetaData.Key.VideoFrameRate?10
27175 QtMultimedia.QMediaMetaData.Key.AlbumTitle?10
27176 QtMultimedia.QMediaMetaData.Key.AlbumArtist?10
27177 QtMultimedia.QMediaMetaData.Key.ContributingArtist?10
27178 QtMultimedia.QMediaMetaData.Key.TrackNumber?10
27179 QtMultimedia.QMediaMetaData.Key.Composer?10
27180 QtMultimedia.QMediaMetaData.Key.LeadPerformer?10
27181 QtMultimedia.QMediaMetaData.Key.ThumbnailImage?10
27182 QtMultimedia.QMediaMetaData.Key.CoverArtImage?10
27183 QtMultimedia.QMediaMetaData.Key.Orientation?10
27184 QtMultimedia.QMediaMetaData.Key.Resolution?10
27185 QtMultimedia.QMediaMetaData?1()
27186 QtMultimedia.QMediaMetaData.__init__?1(self)
27187 QtMultimedia.QMediaMetaData?1(QMediaMetaData)
27188 QtMultimedia.QMediaMetaData.__init__?1(self, QMediaMetaData)
27189 QtMultimedia.QMediaMetaData.value?4(QMediaMetaData.Key) -> QVariant
27190 QtMultimedia.QMediaMetaData.insert?4(QMediaMetaData.Key, QVariant)
27191 QtMultimedia.QMediaMetaData.keys?4() -> unknown-type
27192 QtMultimedia.QMediaMetaData.stringValue?4(QMediaMetaData.Key) -> QString
27193 QtMultimedia.QMediaMetaData.metaDataKeyToString?4(QMediaMetaData.Key) -> QString
27194 QtMultimedia.QMediaPlayer.Loops?10
27195 QtMultimedia.QMediaPlayer.Loops.Infinite?10
27196 QtMultimedia.QMediaPlayer.Loops.Once?10
27197 QtMultimedia.QMediaPlayer.Error?10
27198 QtMultimedia.QMediaPlayer.Error.NoError?10
27199 QtMultimedia.QMediaPlayer.Error.ResourceError?10
27200 QtMultimedia.QMediaPlayer.Error.FormatError?10
27201 QtMultimedia.QMediaPlayer.Error.NetworkError?10
27202 QtMultimedia.QMediaPlayer.Error.AccessDeniedError?10
27203 QtMultimedia.QMediaPlayer.MediaStatus?10
27204 QtMultimedia.QMediaPlayer.MediaStatus.NoMedia?10
27205 QtMultimedia.QMediaPlayer.MediaStatus.LoadingMedia?10
27206 QtMultimedia.QMediaPlayer.MediaStatus.LoadedMedia?10
27207 QtMultimedia.QMediaPlayer.MediaStatus.StalledMedia?10
27208 QtMultimedia.QMediaPlayer.MediaStatus.BufferingMedia?10
27209 QtMultimedia.QMediaPlayer.MediaStatus.BufferedMedia?10
27210 QtMultimedia.QMediaPlayer.MediaStatus.EndOfMedia?10
27211 QtMultimedia.QMediaPlayer.MediaStatus.InvalidMedia?10
27212 QtMultimedia.QMediaPlayer.PlaybackState?10
27213 QtMultimedia.QMediaPlayer.PlaybackState.StoppedState?10
27214 QtMultimedia.QMediaPlayer.PlaybackState.PlayingState?10
27215 QtMultimedia.QMediaPlayer.PlaybackState.PausedState?10
27216 QtMultimedia.QMediaPlayer?1(QObject parent=None)
27217 QtMultimedia.QMediaPlayer.__init__?1(self, QObject parent=None)
27218 QtMultimedia.QMediaPlayer.audioTracks?4() -> unknown-type
27219 QtMultimedia.QMediaPlayer.videoTracks?4() -> unknown-type
27220 QtMultimedia.QMediaPlayer.subtitleTracks?4() -> unknown-type
27221 QtMultimedia.QMediaPlayer.activeAudioTrack?4() -> int
27222 QtMultimedia.QMediaPlayer.activeVideoTrack?4() -> int
27223 QtMultimedia.QMediaPlayer.activeSubtitleTrack?4() -> int
27224 QtMultimedia.QMediaPlayer.setActiveAudioTrack?4(int)
27225 QtMultimedia.QMediaPlayer.setActiveVideoTrack?4(int)
27226 QtMultimedia.QMediaPlayer.setActiveSubtitleTrack?4(int)
27227 QtMultimedia.QMediaPlayer.setAudioOutput?4(QAudioOutput)
27228 QtMultimedia.QMediaPlayer.audioOutput?4() -> QAudioOutput
27229 QtMultimedia.QMediaPlayer.setVideoOutput?4(QObject)
27230 QtMultimedia.QMediaPlayer.videoOutput?4() -> QObject
27231 QtMultimedia.QMediaPlayer.setVideoSink?4(QVideoSink)
27232 QtMultimedia.QMediaPlayer.videoSink?4() -> QVideoSink
27233 QtMultimedia.QMediaPlayer.source?4() -> QUrl
27234 QtMultimedia.QMediaPlayer.sourceDevice?4() -> QIODevice
27235 QtMultimedia.QMediaPlayer.playbackState?4() -> QMediaPlayer.PlaybackState
27236 QtMultimedia.QMediaPlayer.mediaStatus?4() -> QMediaPlayer.MediaStatus
27237 QtMultimedia.QMediaPlayer.duration?4() -> int
27238 QtMultimedia.QMediaPlayer.position?4() -> int
27239 QtMultimedia.QMediaPlayer.hasAudio?4() -> bool
27240 QtMultimedia.QMediaPlayer.hasVideo?4() -> bool
27241 QtMultimedia.QMediaPlayer.bufferProgress?4() -> float
27242 QtMultimedia.QMediaPlayer.bufferedTimeRange?4() -> QMediaTimeRange
27243 QtMultimedia.QMediaPlayer.isSeekable?4() -> bool
27244 QtMultimedia.QMediaPlayer.playbackRate?4() -> float
27245 QtMultimedia.QMediaPlayer.error?4() -> QMediaPlayer.Error
27246 QtMultimedia.QMediaPlayer.errorString?4() -> QString
27247 QtMultimedia.QMediaPlayer.isAvailable?4() -> bool
27248 QtMultimedia.QMediaPlayer.metaData?4() -> QMediaMetaData
27249 QtMultimedia.QMediaPlayer.play?4()
27250 QtMultimedia.QMediaPlayer.pause?4()
27251 QtMultimedia.QMediaPlayer.stop?4()
27252 QtMultimedia.QMediaPlayer.setPosition?4(int)
27253 QtMultimedia.QMediaPlayer.setPlaybackRate?4(float)
27254 QtMultimedia.QMediaPlayer.setSource?4(QUrl)
27255 QtMultimedia.QMediaPlayer.setSourceDevice?4(QIODevice, QUrl sourceUrl=QUrl())
27256 QtMultimedia.QMediaPlayer.sourceChanged?4(QUrl)
27257 QtMultimedia.QMediaPlayer.playbackStateChanged?4(QMediaPlayer.PlaybackState)
27258 QtMultimedia.QMediaPlayer.mediaStatusChanged?4(QMediaPlayer.MediaStatus)
27259 QtMultimedia.QMediaPlayer.durationChanged?4(int)
27260 QtMultimedia.QMediaPlayer.positionChanged?4(int)
27261 QtMultimedia.QMediaPlayer.hasAudioChanged?4(bool)
27262 QtMultimedia.QMediaPlayer.hasVideoChanged?4(bool)
27263 QtMultimedia.QMediaPlayer.bufferProgressChanged?4(float)
27264 QtMultimedia.QMediaPlayer.seekableChanged?4(bool)
27265 QtMultimedia.QMediaPlayer.playbackRateChanged?4(float)
27266 QtMultimedia.QMediaPlayer.metaDataChanged?4()
27267 QtMultimedia.QMediaPlayer.videoOutputChanged?4()
27268 QtMultimedia.QMediaPlayer.audioOutputChanged?4()
27269 QtMultimedia.QMediaPlayer.tracksChanged?4()
27270 QtMultimedia.QMediaPlayer.activeTracksChanged?4()
27271 QtMultimedia.QMediaPlayer.errorChanged?4()
27272 QtMultimedia.QMediaPlayer.errorOccurred?4(QMediaPlayer.Error, QString)
27273 QtMultimedia.QMediaPlayer.loops?4() -> int
27274 QtMultimedia.QMediaPlayer.setLoops?4(int)
27275 QtMultimedia.QMediaPlayer.loopsChanged?4()
27276 QtMultimedia.QMediaRecorder.Error?10
27277 QtMultimedia.QMediaRecorder.Error.NoError?10
27278 QtMultimedia.QMediaRecorder.Error.ResourceError?10
27279 QtMultimedia.QMediaRecorder.Error.FormatError?10
27280 QtMultimedia.QMediaRecorder.Error.OutOfSpaceError?10
27281 QtMultimedia.QMediaRecorder.Error.LocationNotWritable?10
27282 QtMultimedia.QMediaRecorder.RecorderState?10
27283 QtMultimedia.QMediaRecorder.RecorderState.StoppedState?10
27284 QtMultimedia.QMediaRecorder.RecorderState.RecordingState?10
27285 QtMultimedia.QMediaRecorder.RecorderState.PausedState?10
27286 QtMultimedia.QMediaRecorder.EncodingMode?10
27287 QtMultimedia.QMediaRecorder.EncodingMode.ConstantQualityEncoding?10
27288 QtMultimedia.QMediaRecorder.EncodingMode.ConstantBitRateEncoding?10
27289 QtMultimedia.QMediaRecorder.EncodingMode.AverageBitRateEncoding?10
27290 QtMultimedia.QMediaRecorder.EncodingMode.TwoPassEncoding?10
27291 QtMultimedia.QMediaRecorder.Quality?10
27292 QtMultimedia.QMediaRecorder.Quality.VeryLowQuality?10
27293 QtMultimedia.QMediaRecorder.Quality.LowQuality?10
27294 QtMultimedia.QMediaRecorder.Quality.NormalQuality?10
27295 QtMultimedia.QMediaRecorder.Quality.HighQuality?10
27296 QtMultimedia.QMediaRecorder.Quality.VeryHighQuality?10
27297 QtMultimedia.QMediaRecorder?1(QObject parent=None)
27298 QtMultimedia.QMediaRecorder.__init__?1(self, QObject parent=None)
27299 QtMultimedia.QMediaRecorder.isAvailable?4() -> bool
27300 QtMultimedia.QMediaRecorder.outputLocation?4() -> QUrl
27301 QtMultimedia.QMediaRecorder.setOutputLocation?4(QUrl)
27302 QtMultimedia.QMediaRecorder.actualLocation?4() -> QUrl
27303 QtMultimedia.QMediaRecorder.recorderState?4() -> QMediaRecorder.RecorderState
27304 QtMultimedia.QMediaRecorder.error?4() -> QMediaRecorder.Error
27305 QtMultimedia.QMediaRecorder.errorString?4() -> QString
27306 QtMultimedia.QMediaRecorder.duration?4() -> int
27307 QtMultimedia.QMediaRecorder.mediaFormat?4() -> QMediaFormat
27308 QtMultimedia.QMediaRecorder.setMediaFormat?4(QMediaFormat)
27309 QtMultimedia.QMediaRecorder.encodingMode?4() -> QMediaRecorder.EncodingMode
27310 QtMultimedia.QMediaRecorder.setEncodingMode?4(QMediaRecorder.EncodingMode)
27311 QtMultimedia.QMediaRecorder.quality?4() -> QMediaRecorder.Quality
27312 QtMultimedia.QMediaRecorder.setQuality?4(QMediaRecorder.Quality)
27313 QtMultimedia.QMediaRecorder.videoResolution?4() -> QSize
27314 QtMultimedia.QMediaRecorder.setVideoResolution?4(QSize)
27315 QtMultimedia.QMediaRecorder.setVideoResolution?4(int, int)
27316 QtMultimedia.QMediaRecorder.videoFrameRate?4() -> float
27317 QtMultimedia.QMediaRecorder.setVideoFrameRate?4(float)
27318 QtMultimedia.QMediaRecorder.videoBitRate?4() -> int
27319 QtMultimedia.QMediaRecorder.setVideoBitRate?4(int)
27320 QtMultimedia.QMediaRecorder.audioBitRate?4() -> int
27321 QtMultimedia.QMediaRecorder.setAudioBitRate?4(int)
27322 QtMultimedia.QMediaRecorder.audioChannelCount?4() -> int
27323 QtMultimedia.QMediaRecorder.setAudioChannelCount?4(int)
27324 QtMultimedia.QMediaRecorder.audioSampleRate?4() -> int
27325 QtMultimedia.QMediaRecorder.setAudioSampleRate?4(int)
27326 QtMultimedia.QMediaRecorder.metaData?4() -> QMediaMetaData
27327 QtMultimedia.QMediaRecorder.setMetaData?4(QMediaMetaData)
27328 QtMultimedia.QMediaRecorder.captureSession?4() -> QMediaCaptureSession
27329 QtMultimedia.QMediaRecorder.record?4()
27330 QtMultimedia.QMediaRecorder.pause?4()
27331 QtMultimedia.QMediaRecorder.stop?4()
27332 QtMultimedia.QMediaRecorder.recorderStateChanged?4(QMediaRecorder.RecorderState)
27333 QtMultimedia.QMediaRecorder.durationChanged?4(int)
27334 QtMultimedia.QMediaRecorder.actualLocationChanged?4(QUrl)
27335 QtMultimedia.QMediaRecorder.errorOccurred?4(QMediaRecorder.Error, QString)
27336 QtMultimedia.QMediaRecorder.errorChanged?4()
27337 QtMultimedia.QMediaRecorder.metaDataChanged?4()
27338 QtMultimedia.QMediaRecorder.mediaFormatChanged?4()
27339 QtMultimedia.QMediaRecorder.encodingModeChanged?4()
27340 QtMultimedia.QMediaRecorder.qualityChanged?4()
27341 QtMultimedia.QMediaRecorder.videoResolutionChanged?4()
27342 QtMultimedia.QMediaRecorder.videoFrameRateChanged?4()
27343 QtMultimedia.QMediaRecorder.videoBitRateChanged?4()
27344 QtMultimedia.QMediaRecorder.audioBitRateChanged?4()
27345 QtMultimedia.QMediaRecorder.audioChannelCountChanged?4()
27346 QtMultimedia.QMediaRecorder.audioSampleRateChanged?4()
27347 QtMultimedia.QMediaTimeRange?1()
27348 QtMultimedia.QMediaTimeRange.__init__?1(self)
27349 QtMultimedia.QMediaTimeRange?1(QMediaTimeRange.Interval)
27350 QtMultimedia.QMediaTimeRange.__init__?1(self, QMediaTimeRange.Interval)
27351 QtMultimedia.QMediaTimeRange?1(int, int)
27352 QtMultimedia.QMediaTimeRange.__init__?1(self, int, int)
27353 QtMultimedia.QMediaTimeRange?1(QMediaTimeRange)
27354 QtMultimedia.QMediaTimeRange.__init__?1(self, QMediaTimeRange)
27355 QtMultimedia.QMediaTimeRange.earliestTime?4() -> int
27356 QtMultimedia.QMediaTimeRange.latestTime?4() -> int
27357 QtMultimedia.QMediaTimeRange.intervals?4() -> unknown-type
27358 QtMultimedia.QMediaTimeRange.isEmpty?4() -> bool
27359 QtMultimedia.QMediaTimeRange.isContinuous?4() -> bool
27360 QtMultimedia.QMediaTimeRange.contains?4(int) -> bool
27361 QtMultimedia.QMediaTimeRange.addInterval?4(QMediaTimeRange.Interval)
27362 QtMultimedia.QMediaTimeRange.addInterval?4(int, int)
27363 QtMultimedia.QMediaTimeRange.addTimeRange?4(QMediaTimeRange)
27364 QtMultimedia.QMediaTimeRange.removeInterval?4(QMediaTimeRange.Interval)
27365 QtMultimedia.QMediaTimeRange.removeInterval?4(int, int)
27366 QtMultimedia.QMediaTimeRange.removeTimeRange?4(QMediaTimeRange)
27367 QtMultimedia.QMediaTimeRange.clear?4()
27368 QtMultimedia.QMediaTimeRange.Interval?1(int, int)
27369 QtMultimedia.QMediaTimeRange.Interval.__init__?1(self, int, int)
27370 QtMultimedia.QMediaTimeRange.Interval?1(QMediaTimeRange.Interval)
27371 QtMultimedia.QMediaTimeRange.Interval.__init__?1(self, QMediaTimeRange.Interval)
27372 QtMultimedia.QMediaTimeRange.Interval.start?4() -> int
27373 QtMultimedia.QMediaTimeRange.Interval.end?4() -> int
27374 QtMultimedia.QMediaTimeRange.Interval.contains?4(int) -> bool
27375 QtMultimedia.QMediaTimeRange.Interval.isNormal?4() -> bool
27376 QtMultimedia.QMediaTimeRange.Interval.normalized?4() -> QMediaTimeRange.Interval
27377 QtMultimedia.QMediaTimeRange.Interval.translated?4(int) -> QMediaTimeRange.Interval
27378 QtMultimedia.QSoundEffect.Status?10
27379 QtMultimedia.QSoundEffect.Status.Null?10
27380 QtMultimedia.QSoundEffect.Status.Loading?10
27381 QtMultimedia.QSoundEffect.Status.Ready?10
27382 QtMultimedia.QSoundEffect.Status.Error?10
27383 QtMultimedia.QSoundEffect.Loop?10
27384 QtMultimedia.QSoundEffect.Loop.Infinite?10
27385 QtMultimedia.QSoundEffect?1(QAudioDevice, QObject parent=None)
27386 QtMultimedia.QSoundEffect.__init__?1(self, QAudioDevice, QObject parent=None)
27387 QtMultimedia.QSoundEffect?1(QObject parent=None)
27388 QtMultimedia.QSoundEffect.__init__?1(self, QObject parent=None)
27389 QtMultimedia.QSoundEffect.supportedMimeTypes?4() -> QStringList
27390 QtMultimedia.QSoundEffect.audioDevice?4() -> QAudioDevice
27391 QtMultimedia.QSoundEffect.setAudioDevice?4(QAudioDevice)
27392 QtMultimedia.QSoundEffect.source?4() -> QUrl
27393 QtMultimedia.QSoundEffect.setSource?4(QUrl)
27394 QtMultimedia.QSoundEffect.loopCount?4() -> int
27395 QtMultimedia.QSoundEffect.loopsRemaining?4() -> int
27396 QtMultimedia.QSoundEffect.setLoopCount?4(int)
27397 QtMultimedia.QSoundEffect.volume?4() -> float
27398 QtMultimedia.QSoundEffect.setVolume?4(float)
27399 QtMultimedia.QSoundEffect.isMuted?4() -> bool
27400 QtMultimedia.QSoundEffect.setMuted?4(bool)
27401 QtMultimedia.QSoundEffect.isLoaded?4() -> bool
27402 QtMultimedia.QSoundEffect.isPlaying?4() -> bool
27403 QtMultimedia.QSoundEffect.status?4() -> QSoundEffect.Status
27404 QtMultimedia.QSoundEffect.play?4()
27405 QtMultimedia.QSoundEffect.stop?4()
27406 QtMultimedia.QSoundEffect.audioDeviceChanged?4()
27407 QtMultimedia.QSoundEffect.sourceChanged?4()
27408 QtMultimedia.QSoundEffect.loopCountChanged?4()
27409 QtMultimedia.QSoundEffect.loopsRemainingChanged?4()
27410 QtMultimedia.QSoundEffect.volumeChanged?4()
27411 QtMultimedia.QSoundEffect.mutedChanged?4()
27412 QtMultimedia.QSoundEffect.loadedChanged?4()
27413 QtMultimedia.QSoundEffect.playingChanged?4()
27414 QtMultimedia.QSoundEffect.statusChanged?4()
27415 QtMultimedia.QVideoFrame.RotationAngle?10
27416 QtMultimedia.QVideoFrame.RotationAngle.Rotation0?10
27417 QtMultimedia.QVideoFrame.RotationAngle.Rotation90?10
27418 QtMultimedia.QVideoFrame.RotationAngle.Rotation180?10
27419 QtMultimedia.QVideoFrame.RotationAngle.Rotation270?10
27420 QtMultimedia.QVideoFrame.MapMode?10
27421 QtMultimedia.QVideoFrame.MapMode.NotMapped?10
27422 QtMultimedia.QVideoFrame.MapMode.ReadOnly?10
27423 QtMultimedia.QVideoFrame.MapMode.WriteOnly?10
27424 QtMultimedia.QVideoFrame.MapMode.ReadWrite?10
27425 QtMultimedia.QVideoFrame.HandleType?10
27426 QtMultimedia.QVideoFrame.HandleType.NoHandle?10
27427 QtMultimedia.QVideoFrame.HandleType.RhiTextureHandle?10
27428 QtMultimedia.QVideoFrame?1()
27429 QtMultimedia.QVideoFrame.__init__?1(self)
27430 QtMultimedia.QVideoFrame?1(QVideoFrameFormat)
27431 QtMultimedia.QVideoFrame.__init__?1(self, QVideoFrameFormat)
27432 QtMultimedia.QVideoFrame?1(QVideoFrame)
27433 QtMultimedia.QVideoFrame.__init__?1(self, QVideoFrame)
27434 QtMultimedia.QVideoFrame.isValid?4() -> bool
27435 QtMultimedia.QVideoFrame.pixelFormat?4() -> QVideoFrameFormat.PixelFormat
27436 QtMultimedia.QVideoFrame.handleType?4() -> QVideoFrame.HandleType
27437 QtMultimedia.QVideoFrame.size?4() -> QSize
27438 QtMultimedia.QVideoFrame.width?4() -> int
27439 QtMultimedia.QVideoFrame.height?4() -> int
27440 QtMultimedia.QVideoFrame.isMapped?4() -> bool
27441 QtMultimedia.QVideoFrame.isReadable?4() -> bool
27442 QtMultimedia.QVideoFrame.isWritable?4() -> bool
27443 QtMultimedia.QVideoFrame.mapMode?4() -> QVideoFrame.MapMode
27444 QtMultimedia.QVideoFrame.map?4(QVideoFrame.MapMode) -> bool
27445 QtMultimedia.QVideoFrame.unmap?4()
27446 QtMultimedia.QVideoFrame.bytesPerLine?4(int) -> int
27447 QtMultimedia.QVideoFrame.bits?4(int) -> sip.voidptr
27448 QtMultimedia.QVideoFrame.mappedBytes?4(int) -> int
27449 QtMultimedia.QVideoFrame.startTime?4() -> int
27450 QtMultimedia.QVideoFrame.setStartTime?4(int)
27451 QtMultimedia.QVideoFrame.endTime?4() -> int
27452 QtMultimedia.QVideoFrame.setEndTime?4(int)
27453 QtMultimedia.QVideoFrame.planeCount?4() -> int
27454 QtMultimedia.QVideoFrame.surfaceFormat?4() -> QVideoFrameFormat
27455 QtMultimedia.QVideoFrame.toImage?4() -> QImage
27456 QtMultimedia.QVideoFrame.subtitleText?4() -> QString
27457 QtMultimedia.QVideoFrame.setSubtitleText?4(QString)
27458 QtMultimedia.QVideoFrame.paint?4(QPainter, QRectF, QVideoFrame.PaintOptions)
27459 QtMultimedia.QVideoFrame.setRotationAngle?4(QVideoFrame.RotationAngle)
27460 QtMultimedia.QVideoFrame.rotationAngle?4() -> QVideoFrame.RotationAngle
27461 QtMultimedia.QVideoFrame.setMirrored?4(bool)
27462 QtMultimedia.QVideoFrame.mirrored?4() -> bool
27463 QtMultimedia.QVideoFrame.PaintOptions.PaintFlag?10
27464 QtMultimedia.QVideoFrame.PaintOptions.PaintFlag.DontDrawSubtitles?10
27465 QtMultimedia.QVideoFrame.PaintOptions.aspectRatioMode?7
27466 QtMultimedia.QVideoFrame.PaintOptions.backgroundColor?7
27467 QtMultimedia.QVideoFrame.PaintOptions.paintFlags?7
27468 QtMultimedia.QVideoFrame.PaintOptions?1()
27469 QtMultimedia.QVideoFrame.PaintOptions.__init__?1(self)
27470 QtMultimedia.QVideoFrame.PaintOptions?1(QVideoFrame.PaintOptions)
27471 QtMultimedia.QVideoFrame.PaintOptions.__init__?1(self, QVideoFrame.PaintOptions)
27472 QtMultimedia.QVideoFrameFormat.YCbCrColorSpace?10
27473 QtMultimedia.QVideoFrameFormat.YCbCrColorSpace.YCbCr_Undefined?10
27474 QtMultimedia.QVideoFrameFormat.YCbCrColorSpace.YCbCr_BT601?10
27475 QtMultimedia.QVideoFrameFormat.YCbCrColorSpace.YCbCr_BT709?10
27476 QtMultimedia.QVideoFrameFormat.YCbCrColorSpace.YCbCr_xvYCC601?10
27477 QtMultimedia.QVideoFrameFormat.YCbCrColorSpace.YCbCr_xvYCC709?10
27478 QtMultimedia.QVideoFrameFormat.YCbCrColorSpace.YCbCr_JPEG?10
27479 QtMultimedia.QVideoFrameFormat.YCbCrColorSpace.YCbCr_BT2020?10
27480 QtMultimedia.QVideoFrameFormat.Direction?10
27481 QtMultimedia.QVideoFrameFormat.Direction.TopToBottom?10
27482 QtMultimedia.QVideoFrameFormat.Direction.BottomToTop?10
27483 QtMultimedia.QVideoFrameFormat.PixelFormat?10
27484 QtMultimedia.QVideoFrameFormat.PixelFormat.Format_Invalid?10
27485 QtMultimedia.QVideoFrameFormat.PixelFormat.Format_YUV420P?10
27486 QtMultimedia.QVideoFrameFormat.PixelFormat.Format_YUV422P?10
27487 QtMultimedia.QVideoFrameFormat.PixelFormat.Format_YV12?10
27488 QtMultimedia.QVideoFrameFormat.PixelFormat.Format_UYVY?10
27489 QtMultimedia.QVideoFrameFormat.PixelFormat.Format_YUYV?10
27490 QtMultimedia.QVideoFrameFormat.PixelFormat.Format_NV12?10
27491 QtMultimedia.QVideoFrameFormat.PixelFormat.Format_NV21?10
27492 QtMultimedia.QVideoFrameFormat.PixelFormat.Format_IMC1?10
27493 QtMultimedia.QVideoFrameFormat.PixelFormat.Format_IMC2?10
27494 QtMultimedia.QVideoFrameFormat.PixelFormat.Format_IMC3?10
27495 QtMultimedia.QVideoFrameFormat.PixelFormat.Format_IMC4?10
27496 QtMultimedia.QVideoFrameFormat.PixelFormat.Format_Y8?10
27497 QtMultimedia.QVideoFrameFormat.PixelFormat.Format_Y16?10
27498 QtMultimedia.QVideoFrameFormat.PixelFormat.Format_P010?10
27499 QtMultimedia.QVideoFrameFormat.PixelFormat.Format_P016?10
27500 QtMultimedia.QVideoFrameFormat.PixelFormat.Format_Jpeg?10
27501 QtMultimedia.QVideoFrameFormat.PixelFormat.Format_SamplerExternalOES?10
27502 QtMultimedia.QVideoFrameFormat.PixelFormat.Format_ARGB8888?10
27503 QtMultimedia.QVideoFrameFormat.PixelFormat.Format_ARGB8888_Premultiplied?10
27504 QtMultimedia.QVideoFrameFormat.PixelFormat.Format_XRGB8888?10
27505 QtMultimedia.QVideoFrameFormat.PixelFormat.Format_BGRA8888?10
27506 QtMultimedia.QVideoFrameFormat.PixelFormat.Format_BGRA8888_Premultiplied?10
27507 QtMultimedia.QVideoFrameFormat.PixelFormat.Format_BGRX8888?10
27508 QtMultimedia.QVideoFrameFormat.PixelFormat.Format_ABGR8888?10
27509 QtMultimedia.QVideoFrameFormat.PixelFormat.Format_XBGR8888?10
27510 QtMultimedia.QVideoFrameFormat.PixelFormat.Format_RGBA8888?10
27511 QtMultimedia.QVideoFrameFormat.PixelFormat.Format_RGBX8888?10
27512 QtMultimedia.QVideoFrameFormat.PixelFormat.Format_AYUV?10
27513 QtMultimedia.QVideoFrameFormat.PixelFormat.Format_AYUV_Premultiplied?10
27514 QtMultimedia.QVideoFrameFormat.PixelFormat.Format_SamplerRect?10
27515 QtMultimedia.QVideoFrameFormat?1()
27516 QtMultimedia.QVideoFrameFormat.__init__?1(self)
27517 QtMultimedia.QVideoFrameFormat?1(QSize, QVideoFrameFormat.PixelFormat)
27518 QtMultimedia.QVideoFrameFormat.__init__?1(self, QSize, QVideoFrameFormat.PixelFormat)
27519 QtMultimedia.QVideoFrameFormat?1(QVideoFrameFormat)
27520 QtMultimedia.QVideoFrameFormat.__init__?1(self, QVideoFrameFormat)
27521 QtMultimedia.QVideoFrameFormat.isValid?4() -> bool
27522 QtMultimedia.QVideoFrameFormat.pixelFormat?4() -> QVideoFrameFormat.PixelFormat
27523 QtMultimedia.QVideoFrameFormat.frameSize?4() -> QSize
27524 QtMultimedia.QVideoFrameFormat.setFrameSize?4(QSize)
27525 QtMultimedia.QVideoFrameFormat.setFrameSize?4(int, int)
27526 QtMultimedia.QVideoFrameFormat.frameWidth?4() -> int
27527 QtMultimedia.QVideoFrameFormat.frameHeight?4() -> int
27528 QtMultimedia.QVideoFrameFormat.planeCount?4() -> int
27529 QtMultimedia.QVideoFrameFormat.viewport?4() -> QRect
27530 QtMultimedia.QVideoFrameFormat.setViewport?4(QRect)
27531 QtMultimedia.QVideoFrameFormat.scanLineDirection?4() -> QVideoFrameFormat.Direction
27532 QtMultimedia.QVideoFrameFormat.setScanLineDirection?4(QVideoFrameFormat.Direction)
27533 QtMultimedia.QVideoFrameFormat.frameRate?4() -> float
27534 QtMultimedia.QVideoFrameFormat.setFrameRate?4(float)
27535 QtMultimedia.QVideoFrameFormat.yCbCrColorSpace?4() -> QVideoFrameFormat.YCbCrColorSpace
27536 QtMultimedia.QVideoFrameFormat.setYCbCrColorSpace?4(QVideoFrameFormat.YCbCrColorSpace)
27537 QtMultimedia.QVideoFrameFormat.isMirrored?4() -> bool
27538 QtMultimedia.QVideoFrameFormat.setMirrored?4(bool)
27539 QtMultimedia.QVideoFrameFormat.pixelFormatFromImageFormat?4(QImage.Format) -> QVideoFrameFormat.PixelFormat
27540 QtMultimedia.QVideoFrameFormat.imageFormatFromPixelFormat?4(QVideoFrameFormat.PixelFormat) -> QImage.Format
27541 QtMultimedia.QVideoFrameFormat.pixelFormatToString?4(QVideoFrameFormat.PixelFormat) -> QString
27542 QtMultimedia.QVideoSink?1(QObject parent=None)
27543 QtMultimedia.QVideoSink.__init__?1(self, QObject parent=None)
27544 QtMultimedia.QVideoSink.videoSize?4() -> QSize
27545 QtMultimedia.QVideoSink.subtitleText?4() -> QString
27546 QtMultimedia.QVideoSink.setSubtitleText?4(QString)
27547 QtMultimedia.QVideoSink.setVideoFrame?4(QVideoFrame)
27548 QtMultimedia.QVideoSink.videoFrame?4() -> QVideoFrame
27549 QtMultimedia.QVideoSink.videoFrameChanged?4(QVideoFrame)
27550 QtMultimedia.QVideoSink.subtitleTextChanged?4(QString)
27551 QtMultimedia.QVideoSink.videoSizeChanged?4()
27552 QtMultimediaWidgets.QGraphicsVideoItem?1(QGraphicsItem parent=None)
27553 QtMultimediaWidgets.QGraphicsVideoItem.__init__?1(self, QGraphicsItem parent=None)
27554 QtMultimediaWidgets.QGraphicsVideoItem.videoSink?4() -> QVideoSink
27555 QtMultimediaWidgets.QGraphicsVideoItem.aspectRatioMode?4() -> Qt.AspectRatioMode
27556 QtMultimediaWidgets.QGraphicsVideoItem.setAspectRatioMode?4(Qt.AspectRatioMode)
27557 QtMultimediaWidgets.QGraphicsVideoItem.offset?4() -> QPointF
27558 QtMultimediaWidgets.QGraphicsVideoItem.setOffset?4(QPointF)
27559 QtMultimediaWidgets.QGraphicsVideoItem.size?4() -> QSizeF
27560 QtMultimediaWidgets.QGraphicsVideoItem.setSize?4(QSizeF)
27561 QtMultimediaWidgets.QGraphicsVideoItem.nativeSize?4() -> QSizeF
27562 QtMultimediaWidgets.QGraphicsVideoItem.boundingRect?4() -> QRectF
27563 QtMultimediaWidgets.QGraphicsVideoItem.paint?4(QPainter, QStyleOptionGraphicsItem, QWidget widget=None)
27564 QtMultimediaWidgets.QGraphicsVideoItem.type?4() -> int
27565 QtMultimediaWidgets.QGraphicsVideoItem.nativeSizeChanged?4(QSizeF)
27566 QtMultimediaWidgets.QGraphicsVideoItem.timerEvent?4(QTimerEvent)
27567 QtMultimediaWidgets.QGraphicsVideoItem.itemChange?4(QGraphicsItem.GraphicsItemChange, QVariant) -> QVariant
27568 QtMultimediaWidgets.QVideoWidget?1(QWidget parent=None)
27569 QtMultimediaWidgets.QVideoWidget.__init__?1(self, QWidget parent=None)
27570 QtMultimediaWidgets.QVideoWidget.videoSink?4() -> QVideoSink
27571 QtMultimediaWidgets.QVideoWidget.aspectRatioMode?4() -> Qt.AspectRatioMode
27572 QtMultimediaWidgets.QVideoWidget.isFullScreen?4() -> bool
27573 QtMultimediaWidgets.QVideoWidget.sizeHint?4() -> QSize
27574 QtMultimediaWidgets.QVideoWidget.setFullScreen?4(bool)
27575 QtMultimediaWidgets.QVideoWidget.setAspectRatioMode?4(Qt.AspectRatioMode)
27576 QtMultimediaWidgets.QVideoWidget.fullScreenChanged?4(bool)
27577 QtMultimediaWidgets.QVideoWidget.aspectRatioModeChanged?4(Qt.AspectRatioMode)
27578 QtMultimediaWidgets.QVideoWidget.event?4(QEvent) -> bool
27579 QtMultimediaWidgets.QVideoWidget.showEvent?4(QShowEvent)
27580 QtMultimediaWidgets.QVideoWidget.hideEvent?4(QHideEvent)
27581 QtMultimediaWidgets.QVideoWidget.resizeEvent?4(QResizeEvent)
27582 QtMultimediaWidgets.QVideoWidget.moveEvent?4(QMoveEvent)
27583 QtPositioning.QGeoAddress?1()
27584 QtPositioning.QGeoAddress.__init__?1(self)
27585 QtPositioning.QGeoAddress?1(QGeoAddress)
27586 QtPositioning.QGeoAddress.__init__?1(self, QGeoAddress)
27587 QtPositioning.QGeoAddress.text?4() -> QString
27588 QtPositioning.QGeoAddress.setText?4(QString)
27589 QtPositioning.QGeoAddress.country?4() -> QString
27590 QtPositioning.QGeoAddress.setCountry?4(QString)
27591 QtPositioning.QGeoAddress.countryCode?4() -> QString
27592 QtPositioning.QGeoAddress.setCountryCode?4(QString)
27593 QtPositioning.QGeoAddress.state?4() -> QString
27594 QtPositioning.QGeoAddress.setState?4(QString)
27595 QtPositioning.QGeoAddress.county?4() -> QString
27596 QtPositioning.QGeoAddress.setCounty?4(QString)
27597 QtPositioning.QGeoAddress.city?4() -> QString
27598 QtPositioning.QGeoAddress.setCity?4(QString)
27599 QtPositioning.QGeoAddress.district?4() -> QString
27600 QtPositioning.QGeoAddress.setDistrict?4(QString)
27601 QtPositioning.QGeoAddress.postalCode?4() -> QString
27602 QtPositioning.QGeoAddress.setPostalCode?4(QString)
27603 QtPositioning.QGeoAddress.street?4() -> QString
27604 QtPositioning.QGeoAddress.setStreet?4(QString)
27605 QtPositioning.QGeoAddress.isEmpty?4() -> bool
27606 QtPositioning.QGeoAddress.clear?4()
27607 QtPositioning.QGeoAddress.isTextGenerated?4() -> bool
27608 QtPositioning.QGeoAddress.swap?4(QGeoAddress)
27609 QtPositioning.QGeoAddress.streetNumber?4() -> QString
27610 QtPositioning.QGeoAddress.setStreetNumber?4(QString)
27611 QtPositioning.QGeoAreaMonitorInfo?1(QString name='')
27612 QtPositioning.QGeoAreaMonitorInfo.__init__?1(self, QString name='')
27613 QtPositioning.QGeoAreaMonitorInfo?1(QGeoAreaMonitorInfo)
27614 QtPositioning.QGeoAreaMonitorInfo.__init__?1(self, QGeoAreaMonitorInfo)
27615 QtPositioning.QGeoAreaMonitorInfo.name?4() -> QString
27616 QtPositioning.QGeoAreaMonitorInfo.setName?4(QString)
27617 QtPositioning.QGeoAreaMonitorInfo.identifier?4() -> QString
27618 QtPositioning.QGeoAreaMonitorInfo.isValid?4() -> bool
27619 QtPositioning.QGeoAreaMonitorInfo.area?4() -> QGeoShape
27620 QtPositioning.QGeoAreaMonitorInfo.setArea?4(QGeoShape)
27621 QtPositioning.QGeoAreaMonitorInfo.expiration?4() -> QDateTime
27622 QtPositioning.QGeoAreaMonitorInfo.setExpiration?4(QDateTime)
27623 QtPositioning.QGeoAreaMonitorInfo.isPersistent?4() -> bool
27624 QtPositioning.QGeoAreaMonitorInfo.setPersistent?4(bool)
27625 QtPositioning.QGeoAreaMonitorInfo.notificationParameters?4() -> unknown-type
27626 QtPositioning.QGeoAreaMonitorInfo.setNotificationParameters?4(unknown-type)
27627 QtPositioning.QGeoAreaMonitorInfo.swap?4(QGeoAreaMonitorInfo)
27628 QtPositioning.QGeoAreaMonitorSource.AreaMonitorFeature?10
27629 QtPositioning.QGeoAreaMonitorSource.AreaMonitorFeature.PersistentAreaMonitorFeature?10
27630 QtPositioning.QGeoAreaMonitorSource.AreaMonitorFeature.AnyAreaMonitorFeature?10
27631 QtPositioning.QGeoAreaMonitorSource.Error?10
27632 QtPositioning.QGeoAreaMonitorSource.Error.AccessError?10
27633 QtPositioning.QGeoAreaMonitorSource.Error.InsufficientPositionInfo?10
27634 QtPositioning.QGeoAreaMonitorSource.Error.UnknownSourceError?10
27635 QtPositioning.QGeoAreaMonitorSource.Error.NoError?10
27636 QtPositioning.QGeoAreaMonitorSource?1(QObject)
27637 QtPositioning.QGeoAreaMonitorSource.__init__?1(self, QObject)
27638 QtPositioning.QGeoAreaMonitorSource.createDefaultSource?4(QObject) -> QGeoAreaMonitorSource
27639 QtPositioning.QGeoAreaMonitorSource.createSource?4(QString, QObject) -> QGeoAreaMonitorSource
27640 QtPositioning.QGeoAreaMonitorSource.availableSources?4() -> QStringList
27641 QtPositioning.QGeoAreaMonitorSource.setPositionInfoSource?4(QGeoPositionInfoSource)
27642 QtPositioning.QGeoAreaMonitorSource.positionInfoSource?4() -> QGeoPositionInfoSource
27643 QtPositioning.QGeoAreaMonitorSource.sourceName?4() -> QString
27644 QtPositioning.QGeoAreaMonitorSource.error?4() -> QGeoAreaMonitorSource.Error
27645 QtPositioning.QGeoAreaMonitorSource.supportedAreaMonitorFeatures?4() -> unknown-type
27646 QtPositioning.QGeoAreaMonitorSource.startMonitoring?4(QGeoAreaMonitorInfo) -> bool
27647 QtPositioning.QGeoAreaMonitorSource.stopMonitoring?4(QGeoAreaMonitorInfo) -> bool
27648 QtPositioning.QGeoAreaMonitorSource.requestUpdate?4(QGeoAreaMonitorInfo, str) -> bool
27649 QtPositioning.QGeoAreaMonitorSource.activeMonitors?4() -> unknown-type
27650 QtPositioning.QGeoAreaMonitorSource.activeMonitors?4(QGeoShape) -> unknown-type
27651 QtPositioning.QGeoAreaMonitorSource.areaEntered?4(QGeoAreaMonitorInfo, QGeoPositionInfo)
27652 QtPositioning.QGeoAreaMonitorSource.areaExited?4(QGeoAreaMonitorInfo, QGeoPositionInfo)
27653 QtPositioning.QGeoAreaMonitorSource.monitorExpired?4(QGeoAreaMonitorInfo)
27654 QtPositioning.QGeoAreaMonitorSource.errorOccurred?4(QGeoAreaMonitorSource.Error)
27655 QtPositioning.QGeoAreaMonitorSource.setBackendProperty?4(QString, QVariant) -> bool
27656 QtPositioning.QGeoAreaMonitorSource.backendProperty?4(QString) -> QVariant
27657 QtPositioning.QGeoShape.ShapeType?10
27658 QtPositioning.QGeoShape.ShapeType.UnknownType?10
27659 QtPositioning.QGeoShape.ShapeType.RectangleType?10
27660 QtPositioning.QGeoShape.ShapeType.CircleType?10
27661 QtPositioning.QGeoShape.ShapeType.PathType?10
27662 QtPositioning.QGeoShape.ShapeType.PolygonType?10
27663 QtPositioning.QGeoShape?1()
27664 QtPositioning.QGeoShape.__init__?1(self)
27665 QtPositioning.QGeoShape?1(QGeoShape)
27666 QtPositioning.QGeoShape.__init__?1(self, QGeoShape)
27667 QtPositioning.QGeoShape.type?4() -> QGeoShape.ShapeType
27668 QtPositioning.QGeoShape.isValid?4() -> bool
27669 QtPositioning.QGeoShape.isEmpty?4() -> bool
27670 QtPositioning.QGeoShape.contains?4(QGeoCoordinate) -> bool
27671 QtPositioning.QGeoShape.center?4() -> QGeoCoordinate
27672 QtPositioning.QGeoShape.toString?4() -> QString
27673 QtPositioning.QGeoShape.boundingGeoRectangle?4() -> QGeoRectangle
27674 QtPositioning.QGeoCircle?1()
27675 QtPositioning.QGeoCircle.__init__?1(self)
27676 QtPositioning.QGeoCircle?1(QGeoCoordinate, float radius=-1)
27677 QtPositioning.QGeoCircle.__init__?1(self, QGeoCoordinate, float radius=-1)
27678 QtPositioning.QGeoCircle?1(QGeoCircle)
27679 QtPositioning.QGeoCircle.__init__?1(self, QGeoCircle)
27680 QtPositioning.QGeoCircle?1(QGeoShape)
27681 QtPositioning.QGeoCircle.__init__?1(self, QGeoShape)
27682 QtPositioning.QGeoCircle.setCenter?4(QGeoCoordinate)
27683 QtPositioning.QGeoCircle.center?4() -> QGeoCoordinate
27684 QtPositioning.QGeoCircle.setRadius?4(float)
27685 QtPositioning.QGeoCircle.radius?4() -> float
27686 QtPositioning.QGeoCircle.translate?4(float, float)
27687 QtPositioning.QGeoCircle.translated?4(float, float) -> QGeoCircle
27688 QtPositioning.QGeoCircle.toString?4() -> QString
27689 QtPositioning.QGeoCircle.extendCircle?4(QGeoCoordinate)
27690 QtPositioning.QGeoCoordinate.CoordinateFormat?10
27691 QtPositioning.QGeoCoordinate.CoordinateFormat.Degrees?10
27692 QtPositioning.QGeoCoordinate.CoordinateFormat.DegreesWithHemisphere?10
27693 QtPositioning.QGeoCoordinate.CoordinateFormat.DegreesMinutes?10
27694 QtPositioning.QGeoCoordinate.CoordinateFormat.DegreesMinutesWithHemisphere?10
27695 QtPositioning.QGeoCoordinate.CoordinateFormat.DegreesMinutesSeconds?10
27696 QtPositioning.QGeoCoordinate.CoordinateFormat.DegreesMinutesSecondsWithHemisphere?10
27697 QtPositioning.QGeoCoordinate.CoordinateType?10
27698 QtPositioning.QGeoCoordinate.CoordinateType.InvalidCoordinate?10
27699 QtPositioning.QGeoCoordinate.CoordinateType.Coordinate2D?10
27700 QtPositioning.QGeoCoordinate.CoordinateType.Coordinate3D?10
27701 QtPositioning.QGeoCoordinate?1()
27702 QtPositioning.QGeoCoordinate.__init__?1(self)
27703 QtPositioning.QGeoCoordinate?1(float, float)
27704 QtPositioning.QGeoCoordinate.__init__?1(self, float, float)
27705 QtPositioning.QGeoCoordinate?1(float, float, float)
27706 QtPositioning.QGeoCoordinate.__init__?1(self, float, float, float)
27707 QtPositioning.QGeoCoordinate?1(QGeoCoordinate)
27708 QtPositioning.QGeoCoordinate.__init__?1(self, QGeoCoordinate)
27709 QtPositioning.QGeoCoordinate.isValid?4() -> bool
27710 QtPositioning.QGeoCoordinate.type?4() -> QGeoCoordinate.CoordinateType
27711 QtPositioning.QGeoCoordinate.setLatitude?4(float)
27712 QtPositioning.QGeoCoordinate.latitude?4() -> float
27713 QtPositioning.QGeoCoordinate.setLongitude?4(float)
27714 QtPositioning.QGeoCoordinate.longitude?4() -> float
27715 QtPositioning.QGeoCoordinate.setAltitude?4(float)
27716 QtPositioning.QGeoCoordinate.altitude?4() -> float
27717 QtPositioning.QGeoCoordinate.distanceTo?4(QGeoCoordinate) -> float
27718 QtPositioning.QGeoCoordinate.azimuthTo?4(QGeoCoordinate) -> float
27719 QtPositioning.QGeoCoordinate.atDistanceAndAzimuth?4(float, float, float distanceUp=0) -> QGeoCoordinate
27720 QtPositioning.QGeoCoordinate.toString?4(QGeoCoordinate.CoordinateFormat format=QGeoCoordinate.DegreesMinutesSecondsWithHemisphere) -> QString
27721 QtPositioning.QGeoCoordinate.swap?4(QGeoCoordinate)
27722 QtPositioning.QGeoLocation?1()
27723 QtPositioning.QGeoLocation.__init__?1(self)
27724 QtPositioning.QGeoLocation?1(QGeoLocation)
27725 QtPositioning.QGeoLocation.__init__?1(self, QGeoLocation)
27726 QtPositioning.QGeoLocation.address?4() -> QGeoAddress
27727 QtPositioning.QGeoLocation.setAddress?4(QGeoAddress)
27728 QtPositioning.QGeoLocation.coordinate?4() -> QGeoCoordinate
27729 QtPositioning.QGeoLocation.setCoordinate?4(QGeoCoordinate)
27730 QtPositioning.QGeoLocation.isEmpty?4() -> bool
27731 QtPositioning.QGeoLocation.extendedAttributes?4() -> unknown-type
27732 QtPositioning.QGeoLocation.setExtendedAttributes?4(unknown-type)
27733 QtPositioning.QGeoLocation.swap?4(QGeoLocation)
27734 QtPositioning.QGeoLocation.boundingShape?4() -> QGeoShape
27735 QtPositioning.QGeoLocation.setBoundingShape?4(QGeoShape)
27736 QtPositioning.QGeoPath?1()
27737 QtPositioning.QGeoPath.__init__?1(self)
27738 QtPositioning.QGeoPath?1(unknown-type, float width=0)
27739 QtPositioning.QGeoPath.__init__?1(self, unknown-type, float width=0)
27740 QtPositioning.QGeoPath?1(QGeoPath)
27741 QtPositioning.QGeoPath.__init__?1(self, QGeoPath)
27742 QtPositioning.QGeoPath?1(QGeoShape)
27743 QtPositioning.QGeoPath.__init__?1(self, QGeoShape)
27744 QtPositioning.QGeoPath.setPath?4(unknown-type)
27745 QtPositioning.QGeoPath.path?4() -> unknown-type
27746 QtPositioning.QGeoPath.setWidth?4(float)
27747 QtPositioning.QGeoPath.width?4() -> float
27748 QtPositioning.QGeoPath.translate?4(float, float)
27749 QtPositioning.QGeoPath.translated?4(float, float) -> QGeoPath
27750 QtPositioning.QGeoPath.length?4(int indexFrom=0, int indexTo=-1) -> float
27751 QtPositioning.QGeoPath.addCoordinate?4(QGeoCoordinate)
27752 QtPositioning.QGeoPath.insertCoordinate?4(int, QGeoCoordinate)
27753 QtPositioning.QGeoPath.replaceCoordinate?4(int, QGeoCoordinate)
27754 QtPositioning.QGeoPath.coordinateAt?4(int) -> QGeoCoordinate
27755 QtPositioning.QGeoPath.containsCoordinate?4(QGeoCoordinate) -> bool
27756 QtPositioning.QGeoPath.removeCoordinate?4(QGeoCoordinate)
27757 QtPositioning.QGeoPath.removeCoordinate?4(int)
27758 QtPositioning.QGeoPath.toString?4() -> QString
27759 QtPositioning.QGeoPath.size?4() -> int
27760 QtPositioning.QGeoPath.clearPath?4()
27761 QtPositioning.QGeoPolygon?1()
27762 QtPositioning.QGeoPolygon.__init__?1(self)
27763 QtPositioning.QGeoPolygon?1(unknown-type)
27764 QtPositioning.QGeoPolygon.__init__?1(self, unknown-type)
27765 QtPositioning.QGeoPolygon?1(QGeoPolygon)
27766 QtPositioning.QGeoPolygon.__init__?1(self, QGeoPolygon)
27767 QtPositioning.QGeoPolygon?1(QGeoShape)
27768 QtPositioning.QGeoPolygon.__init__?1(self, QGeoShape)
27769 QtPositioning.QGeoPolygon.translate?4(float, float)
27770 QtPositioning.QGeoPolygon.translated?4(float, float) -> QGeoPolygon
27771 QtPositioning.QGeoPolygon.length?4(int indexFrom=0, int indexTo=-1) -> float
27772 QtPositioning.QGeoPolygon.size?4() -> int
27773 QtPositioning.QGeoPolygon.addCoordinate?4(QGeoCoordinate)
27774 QtPositioning.QGeoPolygon.insertCoordinate?4(int, QGeoCoordinate)
27775 QtPositioning.QGeoPolygon.replaceCoordinate?4(int, QGeoCoordinate)
27776 QtPositioning.QGeoPolygon.coordinateAt?4(int) -> QGeoCoordinate
27777 QtPositioning.QGeoPolygon.containsCoordinate?4(QGeoCoordinate) -> bool
27778 QtPositioning.QGeoPolygon.removeCoordinate?4(QGeoCoordinate)
27779 QtPositioning.QGeoPolygon.removeCoordinate?4(int)
27780 QtPositioning.QGeoPolygon.toString?4() -> QString
27781 QtPositioning.QGeoPolygon.addHole?4(unknown-type)
27782 QtPositioning.QGeoPolygon.addHole?4(QVariant)
27783 QtPositioning.QGeoPolygon.hole?4(int) -> unknown-type
27784 QtPositioning.QGeoPolygon.holePath?4(int) -> unknown-type
27785 QtPositioning.QGeoPolygon.removeHole?4(int)
27786 QtPositioning.QGeoPolygon.holesCount?4() -> int
27787 QtPositioning.QGeoPolygon.setPerimeter?4(unknown-type)
27788 QtPositioning.QGeoPolygon.perimeter?4() -> unknown-type
27789 QtPositioning.QGeoPositionInfo.Attribute?10
27790 QtPositioning.QGeoPositionInfo.Attribute.Direction?10
27791 QtPositioning.QGeoPositionInfo.Attribute.GroundSpeed?10
27792 QtPositioning.QGeoPositionInfo.Attribute.VerticalSpeed?10
27793 QtPositioning.QGeoPositionInfo.Attribute.MagneticVariation?10
27794 QtPositioning.QGeoPositionInfo.Attribute.HorizontalAccuracy?10
27795 QtPositioning.QGeoPositionInfo.Attribute.VerticalAccuracy?10
27796 QtPositioning.QGeoPositionInfo.Attribute.DirectionAccuracy?10
27797 QtPositioning.QGeoPositionInfo?1()
27798 QtPositioning.QGeoPositionInfo.__init__?1(self)
27799 QtPositioning.QGeoPositionInfo?1(QGeoCoordinate, QDateTime)
27800 QtPositioning.QGeoPositionInfo.__init__?1(self, QGeoCoordinate, QDateTime)
27801 QtPositioning.QGeoPositionInfo?1(QGeoPositionInfo)
27802 QtPositioning.QGeoPositionInfo.__init__?1(self, QGeoPositionInfo)
27803 QtPositioning.QGeoPositionInfo.isValid?4() -> bool
27804 QtPositioning.QGeoPositionInfo.setTimestamp?4(QDateTime)
27805 QtPositioning.QGeoPositionInfo.timestamp?4() -> QDateTime
27806 QtPositioning.QGeoPositionInfo.setCoordinate?4(QGeoCoordinate)
27807 QtPositioning.QGeoPositionInfo.coordinate?4() -> QGeoCoordinate
27808 QtPositioning.QGeoPositionInfo.setAttribute?4(QGeoPositionInfo.Attribute, float)
27809 QtPositioning.QGeoPositionInfo.attribute?4(QGeoPositionInfo.Attribute) -> float
27810 QtPositioning.QGeoPositionInfo.removeAttribute?4(QGeoPositionInfo.Attribute)
27811 QtPositioning.QGeoPositionInfo.hasAttribute?4(QGeoPositionInfo.Attribute) -> bool
27812 QtPositioning.QGeoPositionInfo.swap?4(QGeoPositionInfo)
27813 QtPositioning.QGeoPositionInfoSource.PositioningMethod?10
27814 QtPositioning.QGeoPositionInfoSource.PositioningMethod.NoPositioningMethods?10
27815 QtPositioning.QGeoPositionInfoSource.PositioningMethod.SatellitePositioningMethods?10
27816 QtPositioning.QGeoPositionInfoSource.PositioningMethod.NonSatellitePositioningMethods?10
27817 QtPositioning.QGeoPositionInfoSource.PositioningMethod.AllPositioningMethods?10
27818 QtPositioning.QGeoPositionInfoSource.Error?10
27819 QtPositioning.QGeoPositionInfoSource.Error.AccessError?10
27820 QtPositioning.QGeoPositionInfoSource.Error.ClosedError?10
27821 QtPositioning.QGeoPositionInfoSource.Error.UnknownSourceError?10
27822 QtPositioning.QGeoPositionInfoSource.Error.UpdateTimeoutError?10
27823 QtPositioning.QGeoPositionInfoSource.Error.NoError?10
27824 QtPositioning.QGeoPositionInfoSource?1(QObject)
27825 QtPositioning.QGeoPositionInfoSource.__init__?1(self, QObject)
27826 QtPositioning.QGeoPositionInfoSource.setUpdateInterval?4(int)
27827 QtPositioning.QGeoPositionInfoSource.updateInterval?4() -> int
27828 QtPositioning.QGeoPositionInfoSource.setPreferredPositioningMethods?4(unknown-type)
27829 QtPositioning.QGeoPositionInfoSource.preferredPositioningMethods?4() -> unknown-type
27830 QtPositioning.QGeoPositionInfoSource.lastKnownPosition?4(bool fromSatellitePositioningMethodsOnly=False) -> QGeoPositionInfo
27831 QtPositioning.QGeoPositionInfoSource.supportedPositioningMethods?4() -> unknown-type
27832 QtPositioning.QGeoPositionInfoSource.minimumUpdateInterval?4() -> int
27833 QtPositioning.QGeoPositionInfoSource.sourceName?4() -> QString
27834 QtPositioning.QGeoPositionInfoSource.createDefaultSource?4(QObject) -> QGeoPositionInfoSource
27835 QtPositioning.QGeoPositionInfoSource.createDefaultSource?4(unknown-type, QObject) -> QGeoPositionInfoSource
27836 QtPositioning.QGeoPositionInfoSource.createSource?4(QString, QObject) -> QGeoPositionInfoSource
27837 QtPositioning.QGeoPositionInfoSource.createSource?4(QString, unknown-type, QObject) -> QGeoPositionInfoSource
27838 QtPositioning.QGeoPositionInfoSource.availableSources?4() -> QStringList
27839 QtPositioning.QGeoPositionInfoSource.error?4() -> QGeoPositionInfoSource.Error
27840 QtPositioning.QGeoPositionInfoSource.startUpdates?4()
27841 QtPositioning.QGeoPositionInfoSource.stopUpdates?4()
27842 QtPositioning.QGeoPositionInfoSource.requestUpdate?4(int timeout=0)
27843 QtPositioning.QGeoPositionInfoSource.positionUpdated?4(QGeoPositionInfo)
27844 QtPositioning.QGeoPositionInfoSource.supportedPositioningMethodsChanged?4()
27845 QtPositioning.QGeoPositionInfoSource.errorOccurred?4(QGeoPositionInfoSource.Error)
27846 QtPositioning.QGeoPositionInfoSource.setBackendProperty?4(QString, QVariant) -> bool
27847 QtPositioning.QGeoPositionInfoSource.backendProperty?4(QString) -> QVariant
27848 QtPositioning.QGeoRectangle?1()
27849 QtPositioning.QGeoRectangle.__init__?1(self)
27850 QtPositioning.QGeoRectangle?1(QGeoCoordinate, float, float)
27851 QtPositioning.QGeoRectangle.__init__?1(self, QGeoCoordinate, float, float)
27852 QtPositioning.QGeoRectangle?1(QGeoCoordinate, QGeoCoordinate)
27853 QtPositioning.QGeoRectangle.__init__?1(self, QGeoCoordinate, QGeoCoordinate)
27854 QtPositioning.QGeoRectangle?1(unknown-type)
27855 QtPositioning.QGeoRectangle.__init__?1(self, unknown-type)
27856 QtPositioning.QGeoRectangle?1(QGeoRectangle)
27857 QtPositioning.QGeoRectangle.__init__?1(self, QGeoRectangle)
27858 QtPositioning.QGeoRectangle?1(QGeoShape)
27859 QtPositioning.QGeoRectangle.__init__?1(self, QGeoShape)
27860 QtPositioning.QGeoRectangle.setTopLeft?4(QGeoCoordinate)
27861 QtPositioning.QGeoRectangle.topLeft?4() -> QGeoCoordinate
27862 QtPositioning.QGeoRectangle.setTopRight?4(QGeoCoordinate)
27863 QtPositioning.QGeoRectangle.topRight?4() -> QGeoCoordinate
27864 QtPositioning.QGeoRectangle.setBottomLeft?4(QGeoCoordinate)
27865 QtPositioning.QGeoRectangle.bottomLeft?4() -> QGeoCoordinate
27866 QtPositioning.QGeoRectangle.setBottomRight?4(QGeoCoordinate)
27867 QtPositioning.QGeoRectangle.bottomRight?4() -> QGeoCoordinate
27868 QtPositioning.QGeoRectangle.setCenter?4(QGeoCoordinate)
27869 QtPositioning.QGeoRectangle.center?4() -> QGeoCoordinate
27870 QtPositioning.QGeoRectangle.setWidth?4(float)
27871 QtPositioning.QGeoRectangle.width?4() -> float
27872 QtPositioning.QGeoRectangle.setHeight?4(float)
27873 QtPositioning.QGeoRectangle.height?4() -> float
27874 QtPositioning.QGeoRectangle.contains?4(QGeoRectangle) -> bool
27875 QtPositioning.QGeoRectangle.intersects?4(QGeoRectangle) -> bool
27876 QtPositioning.QGeoRectangle.translate?4(float, float)
27877 QtPositioning.QGeoRectangle.translated?4(float, float) -> QGeoRectangle
27878 QtPositioning.QGeoRectangle.united?4(QGeoRectangle) -> QGeoRectangle
27879 QtPositioning.QGeoRectangle.toString?4() -> QString
27880 QtPositioning.QGeoRectangle.extendRectangle?4(QGeoCoordinate)
27881 QtPositioning.QGeoSatelliteInfo.SatelliteSystem?10
27882 QtPositioning.QGeoSatelliteInfo.SatelliteSystem.Undefined?10
27883 QtPositioning.QGeoSatelliteInfo.SatelliteSystem.GPS?10
27884 QtPositioning.QGeoSatelliteInfo.SatelliteSystem.GLONASS?10
27885 QtPositioning.QGeoSatelliteInfo.SatelliteSystem.GALILEO?10
27886 QtPositioning.QGeoSatelliteInfo.SatelliteSystem.BEIDOU?10
27887 QtPositioning.QGeoSatelliteInfo.SatelliteSystem.QZSS?10
27888 QtPositioning.QGeoSatelliteInfo.SatelliteSystem.Multiple?10
27889 QtPositioning.QGeoSatelliteInfo.SatelliteSystem.CustomType?10
27890 QtPositioning.QGeoSatelliteInfo.Attribute?10
27891 QtPositioning.QGeoSatelliteInfo.Attribute.Elevation?10
27892 QtPositioning.QGeoSatelliteInfo.Attribute.Azimuth?10
27893 QtPositioning.QGeoSatelliteInfo?1()
27894 QtPositioning.QGeoSatelliteInfo.__init__?1(self)
27895 QtPositioning.QGeoSatelliteInfo?1(QGeoSatelliteInfo)
27896 QtPositioning.QGeoSatelliteInfo.__init__?1(self, QGeoSatelliteInfo)
27897 QtPositioning.QGeoSatelliteInfo.setSatelliteSystem?4(QGeoSatelliteInfo.SatelliteSystem)
27898 QtPositioning.QGeoSatelliteInfo.satelliteSystem?4() -> QGeoSatelliteInfo.SatelliteSystem
27899 QtPositioning.QGeoSatelliteInfo.setSatelliteIdentifier?4(int)
27900 QtPositioning.QGeoSatelliteInfo.satelliteIdentifier?4() -> int
27901 QtPositioning.QGeoSatelliteInfo.setSignalStrength?4(int)
27902 QtPositioning.QGeoSatelliteInfo.signalStrength?4() -> int
27903 QtPositioning.QGeoSatelliteInfo.setAttribute?4(QGeoSatelliteInfo.Attribute, float)
27904 QtPositioning.QGeoSatelliteInfo.attribute?4(QGeoSatelliteInfo.Attribute) -> float
27905 QtPositioning.QGeoSatelliteInfo.removeAttribute?4(QGeoSatelliteInfo.Attribute)
27906 QtPositioning.QGeoSatelliteInfo.hasAttribute?4(QGeoSatelliteInfo.Attribute) -> bool
27907 QtPositioning.QGeoSatelliteInfo.swap?4(QGeoSatelliteInfo)
27908 QtPositioning.QGeoSatelliteInfoSource.Error?10
27909 QtPositioning.QGeoSatelliteInfoSource.Error.AccessError?10
27910 QtPositioning.QGeoSatelliteInfoSource.Error.ClosedError?10
27911 QtPositioning.QGeoSatelliteInfoSource.Error.NoError?10
27912 QtPositioning.QGeoSatelliteInfoSource.Error.UnknownSourceError?10
27913 QtPositioning.QGeoSatelliteInfoSource.Error.UpdateTimeoutError?10
27914 QtPositioning.QGeoSatelliteInfoSource?1(QObject)
27915 QtPositioning.QGeoSatelliteInfoSource.__init__?1(self, QObject)
27916 QtPositioning.QGeoSatelliteInfoSource.createDefaultSource?4(QObject) -> QGeoSatelliteInfoSource
27917 QtPositioning.QGeoSatelliteInfoSource.createDefaultSource?4(unknown-type, QObject) -> QGeoSatelliteInfoSource
27918 QtPositioning.QGeoSatelliteInfoSource.createSource?4(QString, QObject) -> QGeoSatelliteInfoSource
27919 QtPositioning.QGeoSatelliteInfoSource.createSource?4(QString, unknown-type, QObject) -> QGeoSatelliteInfoSource
27920 QtPositioning.QGeoSatelliteInfoSource.availableSources?4() -> QStringList
27921 QtPositioning.QGeoSatelliteInfoSource.sourceName?4() -> QString
27922 QtPositioning.QGeoSatelliteInfoSource.setUpdateInterval?4(int)
27923 QtPositioning.QGeoSatelliteInfoSource.updateInterval?4() -> int
27924 QtPositioning.QGeoSatelliteInfoSource.minimumUpdateInterval?4() -> int
27925 QtPositioning.QGeoSatelliteInfoSource.error?4() -> QGeoSatelliteInfoSource.Error
27926 QtPositioning.QGeoSatelliteInfoSource.startUpdates?4()
27927 QtPositioning.QGeoSatelliteInfoSource.stopUpdates?4()
27928 QtPositioning.QGeoSatelliteInfoSource.requestUpdate?4(int timeout=0)
27929 QtPositioning.QGeoSatelliteInfoSource.satellitesInViewUpdated?4(unknown-type)
27930 QtPositioning.QGeoSatelliteInfoSource.satellitesInUseUpdated?4(unknown-type)
27931 QtPositioning.QGeoSatelliteInfoSource.errorOccurred?4(QGeoSatelliteInfoSource.Error)
27932 QtPositioning.QGeoSatelliteInfoSource.setBackendProperty?4(QString, QVariant) -> bool
27933 QtPositioning.QGeoSatelliteInfoSource.backendProperty?4(QString) -> QVariant
27934 QtPositioning.QNmeaPositionInfoSource.UpdateMode?10
27935 QtPositioning.QNmeaPositionInfoSource.UpdateMode.RealTimeMode?10
27936 QtPositioning.QNmeaPositionInfoSource.UpdateMode.SimulationMode?10
27937 QtPositioning.QNmeaPositionInfoSource?1(QNmeaPositionInfoSource.UpdateMode, QObject parent=None)
27938 QtPositioning.QNmeaPositionInfoSource.__init__?1(self, QNmeaPositionInfoSource.UpdateMode, QObject parent=None)
27939 QtPositioning.QNmeaPositionInfoSource.updateMode?4() -> QNmeaPositionInfoSource.UpdateMode
27940 QtPositioning.QNmeaPositionInfoSource.setDevice?4(QIODevice)
27941 QtPositioning.QNmeaPositionInfoSource.device?4() -> QIODevice
27942 QtPositioning.QNmeaPositionInfoSource.setUpdateInterval?4(int)
27943 QtPositioning.QNmeaPositionInfoSource.lastKnownPosition?4(bool fromSatellitePositioningMethodsOnly=False) -> QGeoPositionInfo
27944 QtPositioning.QNmeaPositionInfoSource.supportedPositioningMethods?4() -> unknown-type
27945 QtPositioning.QNmeaPositionInfoSource.minimumUpdateInterval?4() -> int
27946 QtPositioning.QNmeaPositionInfoSource.error?4() -> QGeoPositionInfoSource.Error
27947 QtPositioning.QNmeaPositionInfoSource.startUpdates?4()
27948 QtPositioning.QNmeaPositionInfoSource.stopUpdates?4()
27949 QtPositioning.QNmeaPositionInfoSource.requestUpdate?4(int timeout=0)
27950 QtPositioning.QNmeaPositionInfoSource.parsePosInfoFromNmeaData?4(str, int, QGeoPositionInfo) -> (bool, bool)
27951 QtPositioning.QNmeaPositionInfoSource.setUserEquivalentRangeError?4(float)
27952 QtPositioning.QNmeaPositionInfoSource.userEquivalentRangeError?4() -> float
27953 QtPositioning.QNmeaSatelliteInfoSource.SatelliteInfoParseStatus?10
27954 QtPositioning.QNmeaSatelliteInfoSource.SatelliteInfoParseStatus.NotParsed?10
27955 QtPositioning.QNmeaSatelliteInfoSource.SatelliteInfoParseStatus.PartiallyParsed?10
27956 QtPositioning.QNmeaSatelliteInfoSource.SatelliteInfoParseStatus.FullyParsed?10
27957 QtPositioning.QNmeaSatelliteInfoSource.UpdateMode?10
27958 QtPositioning.QNmeaSatelliteInfoSource.UpdateMode.RealTimeMode?10
27959 QtPositioning.QNmeaSatelliteInfoSource.UpdateMode.SimulationMode?10
27960 QtPositioning.QNmeaSatelliteInfoSource.SimulationUpdateInterval?7
27961 QtPositioning.QNmeaSatelliteInfoSource?1(QNmeaSatelliteInfoSource.UpdateMode, QObject parent=None)
27962 QtPositioning.QNmeaSatelliteInfoSource.__init__?1(self, QNmeaSatelliteInfoSource.UpdateMode, QObject parent=None)
27963 QtPositioning.QNmeaSatelliteInfoSource.updateMode?4() -> QNmeaSatelliteInfoSource.UpdateMode
27964 QtPositioning.QNmeaSatelliteInfoSource.setDevice?4(QIODevice)
27965 QtPositioning.QNmeaSatelliteInfoSource.device?4() -> QIODevice
27966 QtPositioning.QNmeaSatelliteInfoSource.setUpdateInterval?4(int)
27967 QtPositioning.QNmeaSatelliteInfoSource.minimumUpdateInterval?4() -> int
27968 QtPositioning.QNmeaSatelliteInfoSource.error?4() -> QGeoSatelliteInfoSource.Error
27969 QtPositioning.QNmeaSatelliteInfoSource.setBackendProperty?4(QString, QVariant) -> bool
27970 QtPositioning.QNmeaSatelliteInfoSource.backendProperty?4(QString) -> QVariant
27971 QtPositioning.QNmeaSatelliteInfoSource.startUpdates?4()
27972 QtPositioning.QNmeaSatelliteInfoSource.stopUpdates?4()
27973 QtPositioning.QNmeaSatelliteInfoSource.requestUpdate?4(int timeout=0)
27974 QtPositioning.QNmeaSatelliteInfoSource.parseSatellitesInUseFromNmea?4(str, int, unknown-type) -> QGeoSatelliteInfo.SatelliteSystem
27975 QtPositioning.QNmeaSatelliteInfoSource.parseSatelliteInfoFromNmea?4(str, int, unknown-type) -> (QNmeaSatelliteInfoSource.SatelliteInfoParseStatus, QGeoSatelliteInfo.SatelliteSystem)
27976 QtRemoteObjects.QRemoteObjectSourceLocationInfo.hostUrl?7
27977 QtRemoteObjects.QRemoteObjectSourceLocationInfo.typeName?7
27978 QtRemoteObjects.QRemoteObjectSourceLocationInfo?1()
27979 QtRemoteObjects.QRemoteObjectSourceLocationInfo.__init__?1(self)
27980 QtRemoteObjects.QRemoteObjectSourceLocationInfo?1(QString, QUrl)
27981 QtRemoteObjects.QRemoteObjectSourceLocationInfo.__init__?1(self, QString, QUrl)
27982 QtRemoteObjects.QRemoteObjectSourceLocationInfo?1(QRemoteObjectSourceLocationInfo)
27983 QtRemoteObjects.QRemoteObjectSourceLocationInfo.__init__?1(self, QRemoteObjectSourceLocationInfo)
27984 QtRemoteObjects.QtRemoteObjects.InitialAction?10
27985 QtRemoteObjects.QtRemoteObjects.InitialAction.FetchRootSize?10
27986 QtRemoteObjects.QtRemoteObjects.InitialAction.PrefetchData?10
27987 QtRemoteObjects.QAbstractItemModelReplica.selectionModel?4() -> QItemSelectionModel
27988 QtRemoteObjects.QAbstractItemModelReplica.data?4(QModelIndex, int role=Qt.DisplayRole) -> QVariant
27989 QtRemoteObjects.QAbstractItemModelReplica.setData?4(QModelIndex, QVariant, int role=Qt.EditRole) -> bool
27990 QtRemoteObjects.QAbstractItemModelReplica.parent?4(QModelIndex) -> QModelIndex
27991 QtRemoteObjects.QAbstractItemModelReplica.index?4(int, int, QModelIndex parent=QModelIndex()) -> QModelIndex
27992 QtRemoteObjects.QAbstractItemModelReplica.hasChildren?4(QModelIndex parent=QModelIndex()) -> bool
27993 QtRemoteObjects.QAbstractItemModelReplica.rowCount?4(QModelIndex parent=QModelIndex()) -> int
27994 QtRemoteObjects.QAbstractItemModelReplica.columnCount?4(QModelIndex parent=QModelIndex()) -> int
27995 QtRemoteObjects.QAbstractItemModelReplica.headerData?4(int, Qt.Orientation, int) -> QVariant
27996 QtRemoteObjects.QAbstractItemModelReplica.flags?4(QModelIndex) -> unknown-type
27997 QtRemoteObjects.QAbstractItemModelReplica.availableRoles?4() -> unknown-type
27998 QtRemoteObjects.QAbstractItemModelReplica.roleNames?4() -> unknown-type
27999 QtRemoteObjects.QAbstractItemModelReplica.isInitialized?4() -> bool
28000 QtRemoteObjects.QAbstractItemModelReplica.hasData?4(QModelIndex, int) -> bool
28001 QtRemoteObjects.QAbstractItemModelReplica.rootCacheSize?4() -> int
28002 QtRemoteObjects.QAbstractItemModelReplica.setRootCacheSize?4(int)
28003 QtRemoteObjects.QAbstractItemModelReplica.initialized?4()
28004 QtRemoteObjects.QRemoteObjectReplica.State?10
28005 QtRemoteObjects.QRemoteObjectReplica.State.Uninitialized?10
28006 QtRemoteObjects.QRemoteObjectReplica.State.Default?10
28007 QtRemoteObjects.QRemoteObjectReplica.State.Valid?10
28008 QtRemoteObjects.QRemoteObjectReplica.State.Suspect?10
28009 QtRemoteObjects.QRemoteObjectReplica.State.SignatureMismatch?10
28010 QtRemoteObjects.QRemoteObjectReplica.isReplicaValid?4() -> bool
28011 QtRemoteObjects.QRemoteObjectReplica.waitForSource?4(int timeout=30000) -> bool
28012 QtRemoteObjects.QRemoteObjectReplica.isInitialized?4() -> bool
28013 QtRemoteObjects.QRemoteObjectReplica.state?4() -> QRemoteObjectReplica.State
28014 QtRemoteObjects.QRemoteObjectReplica.node?4() -> QRemoteObjectNode
28015 QtRemoteObjects.QRemoteObjectReplica.setNode?4(QRemoteObjectNode)
28016 QtRemoteObjects.QRemoteObjectReplica.initialized?4()
28017 QtRemoteObjects.QRemoteObjectReplica.stateChanged?4(QRemoteObjectReplica.State, QRemoteObjectReplica.State)
28018 QtRemoteObjects.QRemoteObjectReplica.notified?4()
28019 QtRemoteObjects.QRemoteObjectAbstractPersistedStore?1(QObject parent=None)
28020 QtRemoteObjects.QRemoteObjectAbstractPersistedStore.__init__?1(self, QObject parent=None)
28021 QtRemoteObjects.QRemoteObjectAbstractPersistedStore.saveProperties?4(QString, QByteArray, unknown-type)
28022 QtRemoteObjects.QRemoteObjectAbstractPersistedStore.restoreProperties?4(QString, QByteArray) -> unknown-type
28023 QtRemoteObjects.QRemoteObjectNode.ErrorCode?10
28024 QtRemoteObjects.QRemoteObjectNode.ErrorCode.NoError?10
28025 QtRemoteObjects.QRemoteObjectNode.ErrorCode.RegistryNotAcquired?10
28026 QtRemoteObjects.QRemoteObjectNode.ErrorCode.RegistryAlreadyHosted?10
28027 QtRemoteObjects.QRemoteObjectNode.ErrorCode.NodeIsNoServer?10
28028 QtRemoteObjects.QRemoteObjectNode.ErrorCode.ServerAlreadyCreated?10
28029 QtRemoteObjects.QRemoteObjectNode.ErrorCode.UnintendedRegistryHosting?10
28030 QtRemoteObjects.QRemoteObjectNode.ErrorCode.OperationNotValidOnClientNode?10
28031 QtRemoteObjects.QRemoteObjectNode.ErrorCode.SourceNotRegistered?10
28032 QtRemoteObjects.QRemoteObjectNode.ErrorCode.MissingObjectName?10
28033 QtRemoteObjects.QRemoteObjectNode.ErrorCode.HostUrlInvalid?10
28034 QtRemoteObjects.QRemoteObjectNode.ErrorCode.ProtocolMismatch?10
28035 QtRemoteObjects.QRemoteObjectNode.ErrorCode.ListenFailed?10
28036 QtRemoteObjects.QRemoteObjectNode?1(QObject parent=None)
28037 QtRemoteObjects.QRemoteObjectNode.__init__?1(self, QObject parent=None)
28038 QtRemoteObjects.QRemoteObjectNode?1(QUrl, QObject parent=None)
28039 QtRemoteObjects.QRemoteObjectNode.__init__?1(self, QUrl, QObject parent=None)
28040 QtRemoteObjects.QRemoteObjectNode.connectToNode?4(QUrl) -> bool
28041 QtRemoteObjects.QRemoteObjectNode.addClientSideConnection?4(QIODevice)
28042 QtRemoteObjects.QRemoteObjectNode.setName?4(QString)
28043 QtRemoteObjects.QRemoteObjectNode.instances?4(QStringView) -> QStringList
28044 QtRemoteObjects.QRemoteObjectNode.acquireDynamic?4(QString) -> QRemoteObjectDynamicReplica
28045 QtRemoteObjects.QRemoteObjectNode.acquireModel?4(QString, QtRemoteObjects.InitialAction action=QtRemoteObjects.FetchRootSize, unknown-type rolesHint=[]) -> QAbstractItemModelReplica
28046 QtRemoteObjects.QRemoteObjectNode.registryUrl?4() -> QUrl
28047 QtRemoteObjects.QRemoteObjectNode.setRegistryUrl?4(QUrl) -> bool
28048 QtRemoteObjects.QRemoteObjectNode.waitForRegistry?4(int timeout=30000) -> bool
28049 QtRemoteObjects.QRemoteObjectNode.registry?4() -> QRemoteObjectRegistry
28050 QtRemoteObjects.QRemoteObjectNode.persistedStore?4() -> QRemoteObjectAbstractPersistedStore
28051 QtRemoteObjects.QRemoteObjectNode.setPersistedStore?4(QRemoteObjectAbstractPersistedStore)
28052 QtRemoteObjects.QRemoteObjectNode.lastError?4() -> QRemoteObjectNode.ErrorCode
28053 QtRemoteObjects.QRemoteObjectNode.heartbeatInterval?4() -> int
28054 QtRemoteObjects.QRemoteObjectNode.setHeartbeatInterval?4(int)
28055 QtRemoteObjects.QRemoteObjectNode.remoteObjectAdded?4(unknown-type)
28056 QtRemoteObjects.QRemoteObjectNode.remoteObjectRemoved?4(unknown-type)
28057 QtRemoteObjects.QRemoteObjectNode.error?4(QRemoteObjectNode.ErrorCode)
28058 QtRemoteObjects.QRemoteObjectNode.heartbeatIntervalChanged?4(int)
28059 QtRemoteObjects.QRemoteObjectNode.timerEvent?4(QTimerEvent)
28060 QtRemoteObjects.QRemoteObjectHostBase.AllowedSchemas?10
28061 QtRemoteObjects.QRemoteObjectHostBase.AllowedSchemas.BuiltInSchemasOnly?10
28062 QtRemoteObjects.QRemoteObjectHostBase.AllowedSchemas.AllowExternalRegistration?10
28063 QtRemoteObjects.QRemoteObjectHostBase.setName?4(QString)
28064 QtRemoteObjects.QRemoteObjectHostBase.enableRemoting?4(QObject, QString name='') -> bool
28065 QtRemoteObjects.QRemoteObjectHostBase.enableRemoting?4(QAbstractItemModel, QString, unknown-type, QItemSelectionModel selectionModel=None) -> bool
28066 QtRemoteObjects.QRemoteObjectHostBase.disableRemoting?4(QObject) -> bool
28067 QtRemoteObjects.QRemoteObjectHostBase.addHostSideConnection?4(QIODevice)
28068 QtRemoteObjects.QRemoteObjectHostBase.proxy?4(QUrl, QUrl hostUrl=QUrl()) -> bool
28069 QtRemoteObjects.QRemoteObjectHostBase.reverseProxy?4() -> bool
28070 QtRemoteObjects.QRemoteObjectHost?1(QObject parent=None)
28071 QtRemoteObjects.QRemoteObjectHost.__init__?1(self, QObject parent=None)
28072 QtRemoteObjects.QRemoteObjectHost?1(QUrl, QUrl registryAddress=QUrl(), QRemoteObjectHostBase.AllowedSchemas allowedSchemas=QRemoteObjectHostBase.BuiltInSchemasOnly, QObject parent=None)
28073 QtRemoteObjects.QRemoteObjectHost.__init__?1(self, QUrl, QUrl registryAddress=QUrl(), QRemoteObjectHostBase.AllowedSchemas allowedSchemas=QRemoteObjectHostBase.BuiltInSchemasOnly, QObject parent=None)
28074 QtRemoteObjects.QRemoteObjectHost?1(QUrl, QObject)
28075 QtRemoteObjects.QRemoteObjectHost.__init__?1(self, QUrl, QObject)
28076 QtRemoteObjects.QRemoteObjectHost.hostUrl?4() -> QUrl
28077 QtRemoteObjects.QRemoteObjectHost.setHostUrl?4(QUrl, QRemoteObjectHostBase.AllowedSchemas allowedSchemas=QRemoteObjectHostBase.BuiltInSchemasOnly) -> bool
28078 QtRemoteObjects.QRemoteObjectHost.hostUrlChanged?4()
28079 QtRemoteObjects.QRemoteObjectRegistryHost?1(QUrl registryAddress=QUrl(), QObject parent=None)
28080 QtRemoteObjects.QRemoteObjectRegistryHost.__init__?1(self, QUrl registryAddress=QUrl(), QObject parent=None)
28081 QtRemoteObjects.QRemoteObjectRegistryHost.setRegistryUrl?4(QUrl) -> bool
28082 QtRemoteObjects.QRemoteObjectRegistry.sourceLocations?4() -> unknown-type
28083 QtRemoteObjects.QRemoteObjectRegistry.remoteObjectAdded?4(unknown-type)
28084 QtRemoteObjects.QRemoteObjectRegistry.remoteObjectRemoved?4(unknown-type)
28085 QtSensors.QSensorReading.timestamp?4() -> int
28086 QtSensors.QSensorReading.setTimestamp?4(int)
28087 QtSensors.QSensorReading.valueCount?4() -> int
28088 QtSensors.QSensorReading.value?4(int) -> QVariant
28089 QtSensors.QAccelerometerReading.x?4() -> float
28090 QtSensors.QAccelerometerReading.setX?4(float)
28091 QtSensors.QAccelerometerReading.y?4() -> float
28092 QtSensors.QAccelerometerReading.setY?4(float)
28093 QtSensors.QAccelerometerReading.z?4() -> float
28094 QtSensors.QAccelerometerReading.setZ?4(float)
28095 QtSensors.QSensorFilter?1()
28096 QtSensors.QSensorFilter.__init__?1(self)
28097 QtSensors.QSensorFilter?1(QSensorFilter)
28098 QtSensors.QSensorFilter.__init__?1(self, QSensorFilter)
28099 QtSensors.QSensorFilter.filter?4(QSensorReading) -> bool
28100 QtSensors.QAccelerometerFilter?1()
28101 QtSensors.QAccelerometerFilter.__init__?1(self)
28102 QtSensors.QAccelerometerFilter?1(QAccelerometerFilter)
28103 QtSensors.QAccelerometerFilter.__init__?1(self, QAccelerometerFilter)
28104 QtSensors.QAccelerometerFilter.filter?4(QAccelerometerReading) -> bool
28105 QtSensors.QSensor.AxesOrientationMode?10
28106 QtSensors.QSensor.AxesOrientationMode.FixedOrientation?10
28107 QtSensors.QSensor.AxesOrientationMode.AutomaticOrientation?10
28108 QtSensors.QSensor.AxesOrientationMode.UserOrientation?10
28109 QtSensors.QSensor.Feature?10
28110 QtSensors.QSensor.Feature.Buffering?10
28111 QtSensors.QSensor.Feature.AlwaysOn?10
28112 QtSensors.QSensor.Feature.GeoValues?10
28113 QtSensors.QSensor.Feature.FieldOfView?10
28114 QtSensors.QSensor.Feature.AccelerationMode?10
28115 QtSensors.QSensor.Feature.SkipDuplicates?10
28116 QtSensors.QSensor.Feature.AxesOrientation?10
28117 QtSensors.QSensor.Feature.PressureSensorTemperature?10
28118 QtSensors.QSensor?1(QByteArray, QObject parent=None)
28119 QtSensors.QSensor.__init__?1(self, QByteArray, QObject parent=None)
28120 QtSensors.QSensor.identifier?4() -> QByteArray
28121 QtSensors.QSensor.setIdentifier?4(QByteArray)
28122 QtSensors.QSensor.type?4() -> QByteArray
28123 QtSensors.QSensor.connectToBackend?4() -> bool
28124 QtSensors.QSensor.isConnectedToBackend?4() -> bool
28125 QtSensors.QSensor.isBusy?4() -> bool
28126 QtSensors.QSensor.setActive?4(bool)
28127 QtSensors.QSensor.isActive?4() -> bool
28128 QtSensors.QSensor.isAlwaysOn?4() -> bool
28129 QtSensors.QSensor.setAlwaysOn?4(bool)
28130 QtSensors.QSensor.skipDuplicates?4() -> bool
28131 QtSensors.QSensor.setSkipDuplicates?4(bool)
28132 QtSensors.QSensor.availableDataRates?4() -> unknown-type
28133 QtSensors.QSensor.dataRate?4() -> int
28134 QtSensors.QSensor.setDataRate?4(int)
28135 QtSensors.QSensor.outputRanges?4() -> unknown-type
28136 QtSensors.QSensor.outputRange?4() -> int
28137 QtSensors.QSensor.setOutputRange?4(int)
28138 QtSensors.QSensor.description?4() -> QString
28139 QtSensors.QSensor.error?4() -> int
28140 QtSensors.QSensor.addFilter?4(QSensorFilter)
28141 QtSensors.QSensor.removeFilter?4(QSensorFilter)
28142 QtSensors.QSensor.filters?4() -> unknown-type
28143 QtSensors.QSensor.reading?4() -> QSensorReading
28144 QtSensors.QSensor.sensorTypes?4() -> unknown-type
28145 QtSensors.QSensor.sensorsForType?4(QByteArray) -> unknown-type
28146 QtSensors.QSensor.defaultSensorForType?4(QByteArray) -> QByteArray
28147 QtSensors.QSensor.isFeatureSupported?4(QSensor.Feature) -> bool
28148 QtSensors.QSensor.axesOrientationMode?4() -> QSensor.AxesOrientationMode
28149 QtSensors.QSensor.setAxesOrientationMode?4(QSensor.AxesOrientationMode)
28150 QtSensors.QSensor.currentOrientation?4() -> int
28151 QtSensors.QSensor.setCurrentOrientation?4(int)
28152 QtSensors.QSensor.userOrientation?4() -> int
28153 QtSensors.QSensor.setUserOrientation?4(int)
28154 QtSensors.QSensor.maxBufferSize?4() -> int
28155 QtSensors.QSensor.setMaxBufferSize?4(int)
28156 QtSensors.QSensor.efficientBufferSize?4() -> int
28157 QtSensors.QSensor.setEfficientBufferSize?4(int)
28158 QtSensors.QSensor.bufferSize?4() -> int
28159 QtSensors.QSensor.setBufferSize?4(int)
28160 QtSensors.QSensor.start?4() -> bool
28161 QtSensors.QSensor.stop?4()
28162 QtSensors.QSensor.busyChanged?4()
28163 QtSensors.QSensor.activeChanged?4()
28164 QtSensors.QSensor.readingChanged?4()
28165 QtSensors.QSensor.sensorError?4(int)
28166 QtSensors.QSensor.availableSensorsChanged?4()
28167 QtSensors.QSensor.alwaysOnChanged?4()
28168 QtSensors.QSensor.dataRateChanged?4()
28169 QtSensors.QSensor.skipDuplicatesChanged?4(bool)
28170 QtSensors.QSensor.axesOrientationModeChanged?4(QSensor.AxesOrientationMode)
28171 QtSensors.QSensor.currentOrientationChanged?4(int)
28172 QtSensors.QSensor.userOrientationChanged?4(int)
28173 QtSensors.QSensor.maxBufferSizeChanged?4(int)
28174 QtSensors.QSensor.efficientBufferSizeChanged?4(int)
28175 QtSensors.QSensor.bufferSizeChanged?4(int)
28176 QtSensors.QSensor.identifierChanged?4()
28177 QtSensors.QAccelerometer.AccelerationMode?10
28178 QtSensors.QAccelerometer.AccelerationMode.Combined?10
28179 QtSensors.QAccelerometer.AccelerationMode.Gravity?10
28180 QtSensors.QAccelerometer.AccelerationMode.User?10
28181 QtSensors.QAccelerometer?1(QObject parent=None)
28182 QtSensors.QAccelerometer.__init__?1(self, QObject parent=None)
28183 QtSensors.QAccelerometer.accelerationMode?4() -> QAccelerometer.AccelerationMode
28184 QtSensors.QAccelerometer.setAccelerationMode?4(QAccelerometer.AccelerationMode)
28185 QtSensors.QAccelerometer.reading?4() -> QAccelerometerReading
28186 QtSensors.QAccelerometer.accelerationModeChanged?4(QAccelerometer.AccelerationMode)
28187 QtSensors.QAmbientLightReading.LightLevel?10
28188 QtSensors.QAmbientLightReading.LightLevel.Undefined?10
28189 QtSensors.QAmbientLightReading.LightLevel.Dark?10
28190 QtSensors.QAmbientLightReading.LightLevel.Twilight?10
28191 QtSensors.QAmbientLightReading.LightLevel.Light?10
28192 QtSensors.QAmbientLightReading.LightLevel.Bright?10
28193 QtSensors.QAmbientLightReading.LightLevel.Sunny?10
28194 QtSensors.QAmbientLightReading.lightLevel?4() -> QAmbientLightReading.LightLevel
28195 QtSensors.QAmbientLightReading.setLightLevel?4(QAmbientLightReading.LightLevel)
28196 QtSensors.QAmbientLightFilter?1()
28197 QtSensors.QAmbientLightFilter.__init__?1(self)
28198 QtSensors.QAmbientLightFilter?1(QAmbientLightFilter)
28199 QtSensors.QAmbientLightFilter.__init__?1(self, QAmbientLightFilter)
28200 QtSensors.QAmbientLightFilter.filter?4(QAmbientLightReading) -> bool
28201 QtSensors.QAmbientLightSensor?1(QObject parent=None)
28202 QtSensors.QAmbientLightSensor.__init__?1(self, QObject parent=None)
28203 QtSensors.QAmbientLightSensor.reading?4() -> QAmbientLightReading
28204 QtSensors.QAmbientTemperatureReading.temperature?4() -> float
28205 QtSensors.QAmbientTemperatureReading.setTemperature?4(float)
28206 QtSensors.QAmbientTemperatureFilter?1()
28207 QtSensors.QAmbientTemperatureFilter.__init__?1(self)
28208 QtSensors.QAmbientTemperatureFilter?1(QAmbientTemperatureFilter)
28209 QtSensors.QAmbientTemperatureFilter.__init__?1(self, QAmbientTemperatureFilter)
28210 QtSensors.QAmbientTemperatureFilter.filter?4(QAmbientTemperatureReading) -> bool
28211 QtSensors.QAmbientTemperatureSensor?1(QObject parent=None)
28212 QtSensors.QAmbientTemperatureSensor.__init__?1(self, QObject parent=None)
28213 QtSensors.QAmbientTemperatureSensor.reading?4() -> QAmbientTemperatureReading
28214 QtSensors.QCompassReading.azimuth?4() -> float
28215 QtSensors.QCompassReading.setAzimuth?4(float)
28216 QtSensors.QCompassReading.calibrationLevel?4() -> float
28217 QtSensors.QCompassReading.setCalibrationLevel?4(float)
28218 QtSensors.QCompassFilter?1()
28219 QtSensors.QCompassFilter.__init__?1(self)
28220 QtSensors.QCompassFilter?1(QCompassFilter)
28221 QtSensors.QCompassFilter.__init__?1(self, QCompassFilter)
28222 QtSensors.QCompassFilter.filter?4(QCompassReading) -> bool
28223 QtSensors.QCompass?1(QObject parent=None)
28224 QtSensors.QCompass.__init__?1(self, QObject parent=None)
28225 QtSensors.QCompass.reading?4() -> QCompassReading
28226 QtSensors.QGyroscopeReading.x?4() -> float
28227 QtSensors.QGyroscopeReading.setX?4(float)
28228 QtSensors.QGyroscopeReading.y?4() -> float
28229 QtSensors.QGyroscopeReading.setY?4(float)
28230 QtSensors.QGyroscopeReading.z?4() -> float
28231 QtSensors.QGyroscopeReading.setZ?4(float)
28232 QtSensors.QGyroscopeFilter?1()
28233 QtSensors.QGyroscopeFilter.__init__?1(self)
28234 QtSensors.QGyroscopeFilter?1(QGyroscopeFilter)
28235 QtSensors.QGyroscopeFilter.__init__?1(self, QGyroscopeFilter)
28236 QtSensors.QGyroscopeFilter.filter?4(QGyroscopeReading) -> bool
28237 QtSensors.QGyroscope?1(QObject parent=None)
28238 QtSensors.QGyroscope.__init__?1(self, QObject parent=None)
28239 QtSensors.QGyroscope.reading?4() -> QGyroscopeReading
28240 QtSensors.QHumidityReading.relativeHumidity?4() -> float
28241 QtSensors.QHumidityReading.setRelativeHumidity?4(float)
28242 QtSensors.QHumidityReading.absoluteHumidity?4() -> float
28243 QtSensors.QHumidityReading.setAbsoluteHumidity?4(float)
28244 QtSensors.QHumidityFilter?1()
28245 QtSensors.QHumidityFilter.__init__?1(self)
28246 QtSensors.QHumidityFilter?1(QHumidityFilter)
28247 QtSensors.QHumidityFilter.__init__?1(self, QHumidityFilter)
28248 QtSensors.QHumidityFilter.filter?4(QHumidityReading) -> bool
28249 QtSensors.QHumiditySensor?1(QObject parent=None)
28250 QtSensors.QHumiditySensor.__init__?1(self, QObject parent=None)
28251 QtSensors.QHumiditySensor.reading?4() -> QHumidityReading
28252 QtSensors.QIRProximityReading.reflectance?4() -> float
28253 QtSensors.QIRProximityReading.setReflectance?4(float)
28254 QtSensors.QIRProximityFilter?1()
28255 QtSensors.QIRProximityFilter.__init__?1(self)
28256 QtSensors.QIRProximityFilter?1(QIRProximityFilter)
28257 QtSensors.QIRProximityFilter.__init__?1(self, QIRProximityFilter)
28258 QtSensors.QIRProximityFilter.filter?4(QIRProximityReading) -> bool
28259 QtSensors.QIRProximitySensor?1(QObject parent=None)
28260 QtSensors.QIRProximitySensor.__init__?1(self, QObject parent=None)
28261 QtSensors.QIRProximitySensor.reading?4() -> QIRProximityReading
28262 QtSensors.QLidReading.backLidClosed?4() -> bool
28263 QtSensors.QLidReading.setBackLidClosed?4(bool)
28264 QtSensors.QLidReading.frontLidClosed?4() -> bool
28265 QtSensors.QLidReading.setFrontLidClosed?4(bool)
28266 QtSensors.QLidReading.backLidChanged?4(bool)
28267 QtSensors.QLidReading.frontLidChanged?4(bool)
28268 QtSensors.QLidFilter?1()
28269 QtSensors.QLidFilter.__init__?1(self)
28270 QtSensors.QLidFilter?1(QLidFilter)
28271 QtSensors.QLidFilter.__init__?1(self, QLidFilter)
28272 QtSensors.QLidFilter.filter?4(QLidReading) -> bool
28273 QtSensors.QLidSensor?1(QObject parent=None)
28274 QtSensors.QLidSensor.__init__?1(self, QObject parent=None)
28275 QtSensors.QLidSensor.reading?4() -> QLidReading
28276 QtSensors.QLightReading.lux?4() -> float
28277 QtSensors.QLightReading.setLux?4(float)
28278 QtSensors.QLightFilter?1()
28279 QtSensors.QLightFilter.__init__?1(self)
28280 QtSensors.QLightFilter?1(QLightFilter)
28281 QtSensors.QLightFilter.__init__?1(self, QLightFilter)
28282 QtSensors.QLightFilter.filter?4(QLightReading) -> bool
28283 QtSensors.QLightSensor?1(QObject parent=None)
28284 QtSensors.QLightSensor.__init__?1(self, QObject parent=None)
28285 QtSensors.QLightSensor.reading?4() -> QLightReading
28286 QtSensors.QLightSensor.fieldOfView?4() -> float
28287 QtSensors.QLightSensor.setFieldOfView?4(float)
28288 QtSensors.QLightSensor.fieldOfViewChanged?4(float)
28289 QtSensors.QMagnetometerReading.x?4() -> float
28290 QtSensors.QMagnetometerReading.setX?4(float)
28291 QtSensors.QMagnetometerReading.y?4() -> float
28292 QtSensors.QMagnetometerReading.setY?4(float)
28293 QtSensors.QMagnetometerReading.z?4() -> float
28294 QtSensors.QMagnetometerReading.setZ?4(float)
28295 QtSensors.QMagnetometerReading.calibrationLevel?4() -> float
28296 QtSensors.QMagnetometerReading.setCalibrationLevel?4(float)
28297 QtSensors.QMagnetometerFilter?1()
28298 QtSensors.QMagnetometerFilter.__init__?1(self)
28299 QtSensors.QMagnetometerFilter?1(QMagnetometerFilter)
28300 QtSensors.QMagnetometerFilter.__init__?1(self, QMagnetometerFilter)
28301 QtSensors.QMagnetometerFilter.filter?4(QMagnetometerReading) -> bool
28302 QtSensors.QMagnetometer?1(QObject parent=None)
28303 QtSensors.QMagnetometer.__init__?1(self, QObject parent=None)
28304 QtSensors.QMagnetometer.reading?4() -> QMagnetometerReading
28305 QtSensors.QMagnetometer.returnGeoValues?4() -> bool
28306 QtSensors.QMagnetometer.setReturnGeoValues?4(bool)
28307 QtSensors.QMagnetometer.returnGeoValuesChanged?4(bool)
28308 QtSensors.QOrientationReading.Orientation?10
28309 QtSensors.QOrientationReading.Orientation.Undefined?10
28310 QtSensors.QOrientationReading.Orientation.TopUp?10
28311 QtSensors.QOrientationReading.Orientation.TopDown?10
28312 QtSensors.QOrientationReading.Orientation.LeftUp?10
28313 QtSensors.QOrientationReading.Orientation.RightUp?10
28314 QtSensors.QOrientationReading.Orientation.FaceUp?10
28315 QtSensors.QOrientationReading.Orientation.FaceDown?10
28316 QtSensors.QOrientationReading.orientation?4() -> QOrientationReading.Orientation
28317 QtSensors.QOrientationReading.setOrientation?4(QOrientationReading.Orientation)
28318 QtSensors.QOrientationFilter?1()
28319 QtSensors.QOrientationFilter.__init__?1(self)
28320 QtSensors.QOrientationFilter?1(QOrientationFilter)
28321 QtSensors.QOrientationFilter.__init__?1(self, QOrientationFilter)
28322 QtSensors.QOrientationFilter.filter?4(QOrientationReading) -> bool
28323 QtSensors.QOrientationSensor?1(QObject parent=None)
28324 QtSensors.QOrientationSensor.__init__?1(self, QObject parent=None)
28325 QtSensors.QOrientationSensor.reading?4() -> QOrientationReading
28326 QtSensors.QPressureReading.pressure?4() -> float
28327 QtSensors.QPressureReading.setPressure?4(float)
28328 QtSensors.QPressureReading.temperature?4() -> float
28329 QtSensors.QPressureReading.setTemperature?4(float)
28330 QtSensors.QPressureFilter?1()
28331 QtSensors.QPressureFilter.__init__?1(self)
28332 QtSensors.QPressureFilter?1(QPressureFilter)
28333 QtSensors.QPressureFilter.__init__?1(self, QPressureFilter)
28334 QtSensors.QPressureFilter.filter?4(QPressureReading) -> bool
28335 QtSensors.QPressureSensor?1(QObject parent=None)
28336 QtSensors.QPressureSensor.__init__?1(self, QObject parent=None)
28337 QtSensors.QPressureSensor.reading?4() -> QPressureReading
28338 QtSensors.QProximityReading.close?4() -> bool
28339 QtSensors.QProximityReading.setClose?4(bool)
28340 QtSensors.QProximityFilter?1()
28341 QtSensors.QProximityFilter.__init__?1(self)
28342 QtSensors.QProximityFilter?1(QProximityFilter)
28343 QtSensors.QProximityFilter.__init__?1(self, QProximityFilter)
28344 QtSensors.QProximityFilter.filter?4(QProximityReading) -> bool
28345 QtSensors.QProximitySensor?1(QObject parent=None)
28346 QtSensors.QProximitySensor.__init__?1(self, QObject parent=None)
28347 QtSensors.QProximitySensor.reading?4() -> QProximityReading
28348 QtSensors.QRotationReading.x?4() -> float
28349 QtSensors.QRotationReading.y?4() -> float
28350 QtSensors.QRotationReading.z?4() -> float
28351 QtSensors.QRotationReading.setFromEuler?4(float, float, float)
28352 QtSensors.QRotationFilter?1()
28353 QtSensors.QRotationFilter.__init__?1(self)
28354 QtSensors.QRotationFilter?1(QRotationFilter)
28355 QtSensors.QRotationFilter.__init__?1(self, QRotationFilter)
28356 QtSensors.QRotationFilter.filter?4(QRotationReading) -> bool
28357 QtSensors.QRotationSensor?1(QObject parent=None)
28358 QtSensors.QRotationSensor.__init__?1(self, QObject parent=None)
28359 QtSensors.QRotationSensor.reading?4() -> QRotationReading
28360 QtSensors.QRotationSensor.hasZ?4() -> bool
28361 QtSensors.QRotationSensor.setHasZ?4(bool)
28362 QtSensors.QRotationSensor.hasZChanged?4(bool)
28363 QtSensors.qoutputrange.accuracy?7
28364 QtSensors.qoutputrange.maximum?7
28365 QtSensors.qoutputrange.minimum?7
28366 QtSensors.qoutputrange?1()
28367 QtSensors.qoutputrange.__init__?1(self)
28368 QtSensors.qoutputrange?1(qoutputrange)
28369 QtSensors.qoutputrange.__init__?1(self, qoutputrange)
28370 QtSensors.QTapReading.TapDirection?10
28371 QtSensors.QTapReading.TapDirection.Undefined?10
28372 QtSensors.QTapReading.TapDirection.X?10
28373 QtSensors.QTapReading.TapDirection.Y?10
28374 QtSensors.QTapReading.TapDirection.Z?10
28375 QtSensors.QTapReading.TapDirection.X_Pos?10
28376 QtSensors.QTapReading.TapDirection.Y_Pos?10
28377 QtSensors.QTapReading.TapDirection.Z_Pos?10
28378 QtSensors.QTapReading.TapDirection.X_Neg?10
28379 QtSensors.QTapReading.TapDirection.Y_Neg?10
28380 QtSensors.QTapReading.TapDirection.Z_Neg?10
28381 QtSensors.QTapReading.TapDirection.X_Both?10
28382 QtSensors.QTapReading.TapDirection.Y_Both?10
28383 QtSensors.QTapReading.TapDirection.Z_Both?10
28384 QtSensors.QTapReading.tapDirection?4() -> QTapReading.TapDirection
28385 QtSensors.QTapReading.setTapDirection?4(QTapReading.TapDirection)
28386 QtSensors.QTapReading.isDoubleTap?4() -> bool
28387 QtSensors.QTapReading.setDoubleTap?4(bool)
28388 QtSensors.QTapFilter?1()
28389 QtSensors.QTapFilter.__init__?1(self)
28390 QtSensors.QTapFilter?1(QTapFilter)
28391 QtSensors.QTapFilter.__init__?1(self, QTapFilter)
28392 QtSensors.QTapFilter.filter?4(QTapReading) -> bool
28393 QtSensors.QTapSensor?1(QObject parent=None)
28394 QtSensors.QTapSensor.__init__?1(self, QObject parent=None)
28395 QtSensors.QTapSensor.reading?4() -> QTapReading
28396 QtSensors.QTapSensor.returnDoubleTapEvents?4() -> bool
28397 QtSensors.QTapSensor.setReturnDoubleTapEvents?4(bool)
28398 QtSensors.QTapSensor.returnDoubleTapEventsChanged?4(bool)
28399 QtSensors.QTiltReading.yRotation?4() -> float
28400 QtSensors.QTiltReading.setYRotation?4(float)
28401 QtSensors.QTiltReading.xRotation?4() -> float
28402 QtSensors.QTiltReading.setXRotation?4(float)
28403 QtSensors.QTiltFilter?1()
28404 QtSensors.QTiltFilter.__init__?1(self)
28405 QtSensors.QTiltFilter?1(QTiltFilter)
28406 QtSensors.QTiltFilter.__init__?1(self, QTiltFilter)
28407 QtSensors.QTiltFilter.filter?4(QTiltReading) -> bool
28408 QtSensors.QTiltSensor?1(QObject parent=None)
28409 QtSensors.QTiltSensor.__init__?1(self, QObject parent=None)
28410 QtSensors.QTiltSensor.reading?4() -> QTiltReading
28411 QtSensors.QTiltSensor.calibrate?4()
28412 QtSerialPort.QSerialPort.SerialPortError?10
28413 QtSerialPort.QSerialPort.SerialPortError.NoError?10
28414 QtSerialPort.QSerialPort.SerialPortError.DeviceNotFoundError?10
28415 QtSerialPort.QSerialPort.SerialPortError.PermissionError?10
28416 QtSerialPort.QSerialPort.SerialPortError.OpenError?10
28417 QtSerialPort.QSerialPort.SerialPortError.WriteError?10
28418 QtSerialPort.QSerialPort.SerialPortError.ReadError?10
28419 QtSerialPort.QSerialPort.SerialPortError.ResourceError?10
28420 QtSerialPort.QSerialPort.SerialPortError.UnsupportedOperationError?10
28421 QtSerialPort.QSerialPort.SerialPortError.TimeoutError?10
28422 QtSerialPort.QSerialPort.SerialPortError.NotOpenError?10
28423 QtSerialPort.QSerialPort.SerialPortError.UnknownError?10
28424 QtSerialPort.QSerialPort.PinoutSignal?10
28425 QtSerialPort.QSerialPort.PinoutSignal.NoSignal?10
28426 QtSerialPort.QSerialPort.PinoutSignal.DataTerminalReadySignal?10
28427 QtSerialPort.QSerialPort.PinoutSignal.DataCarrierDetectSignal?10
28428 QtSerialPort.QSerialPort.PinoutSignal.DataSetReadySignal?10
28429 QtSerialPort.QSerialPort.PinoutSignal.RingIndicatorSignal?10
28430 QtSerialPort.QSerialPort.PinoutSignal.RequestToSendSignal?10
28431 QtSerialPort.QSerialPort.PinoutSignal.ClearToSendSignal?10
28432 QtSerialPort.QSerialPort.PinoutSignal.SecondaryTransmittedDataSignal?10
28433 QtSerialPort.QSerialPort.PinoutSignal.SecondaryReceivedDataSignal?10
28434 QtSerialPort.QSerialPort.FlowControl?10
28435 QtSerialPort.QSerialPort.FlowControl.NoFlowControl?10
28436 QtSerialPort.QSerialPort.FlowControl.HardwareControl?10
28437 QtSerialPort.QSerialPort.FlowControl.SoftwareControl?10
28438 QtSerialPort.QSerialPort.StopBits?10
28439 QtSerialPort.QSerialPort.StopBits.OneStop?10
28440 QtSerialPort.QSerialPort.StopBits.OneAndHalfStop?10
28441 QtSerialPort.QSerialPort.StopBits.TwoStop?10
28442 QtSerialPort.QSerialPort.Parity?10
28443 QtSerialPort.QSerialPort.Parity.NoParity?10
28444 QtSerialPort.QSerialPort.Parity.EvenParity?10
28445 QtSerialPort.QSerialPort.Parity.OddParity?10
28446 QtSerialPort.QSerialPort.Parity.SpaceParity?10
28447 QtSerialPort.QSerialPort.Parity.MarkParity?10
28448 QtSerialPort.QSerialPort.DataBits?10
28449 QtSerialPort.QSerialPort.DataBits.Data5?10
28450 QtSerialPort.QSerialPort.DataBits.Data6?10
28451 QtSerialPort.QSerialPort.DataBits.Data7?10
28452 QtSerialPort.QSerialPort.DataBits.Data8?10
28453 QtSerialPort.QSerialPort.BaudRate?10
28454 QtSerialPort.QSerialPort.BaudRate.Baud1200?10
28455 QtSerialPort.QSerialPort.BaudRate.Baud2400?10
28456 QtSerialPort.QSerialPort.BaudRate.Baud4800?10
28457 QtSerialPort.QSerialPort.BaudRate.Baud9600?10
28458 QtSerialPort.QSerialPort.BaudRate.Baud19200?10
28459 QtSerialPort.QSerialPort.BaudRate.Baud38400?10
28460 QtSerialPort.QSerialPort.BaudRate.Baud57600?10
28461 QtSerialPort.QSerialPort.BaudRate.Baud115200?10
28462 QtSerialPort.QSerialPort.Direction?10
28463 QtSerialPort.QSerialPort.Direction.Input?10
28464 QtSerialPort.QSerialPort.Direction.Output?10
28465 QtSerialPort.QSerialPort.Direction.AllDirections?10
28466 QtSerialPort.QSerialPort?1(QObject parent=None)
28467 QtSerialPort.QSerialPort.__init__?1(self, QObject parent=None)
28468 QtSerialPort.QSerialPort?1(QString, QObject parent=None)
28469 QtSerialPort.QSerialPort.__init__?1(self, QString, QObject parent=None)
28470 QtSerialPort.QSerialPort?1(QSerialPortInfo, QObject parent=None)
28471 QtSerialPort.QSerialPort.__init__?1(self, QSerialPortInfo, QObject parent=None)
28472 QtSerialPort.QSerialPort.setPortName?4(QString)
28473 QtSerialPort.QSerialPort.portName?4() -> QString
28474 QtSerialPort.QSerialPort.setPort?4(QSerialPortInfo)
28475 QtSerialPort.QSerialPort.open?4(unknown-type) -> bool
28476 QtSerialPort.QSerialPort.close?4()
28477 QtSerialPort.QSerialPort.setBaudRate?4(int, unknown-type dir=QSerialPort.AllDirections) -> bool
28478 QtSerialPort.QSerialPort.baudRate?4(unknown-type dir=QSerialPort.AllDirections) -> int
28479 QtSerialPort.QSerialPort.setDataBits?4(QSerialPort.DataBits) -> bool
28480 QtSerialPort.QSerialPort.dataBits?4() -> QSerialPort.DataBits
28481 QtSerialPort.QSerialPort.setParity?4(QSerialPort.Parity) -> bool
28482 QtSerialPort.QSerialPort.parity?4() -> QSerialPort.Parity
28483 QtSerialPort.QSerialPort.setStopBits?4(QSerialPort.StopBits) -> bool
28484 QtSerialPort.QSerialPort.stopBits?4() -> QSerialPort.StopBits
28485 QtSerialPort.QSerialPort.setFlowControl?4(QSerialPort.FlowControl) -> bool
28486 QtSerialPort.QSerialPort.flowControl?4() -> QSerialPort.FlowControl
28487 QtSerialPort.QSerialPort.setDataTerminalReady?4(bool) -> bool
28488 QtSerialPort.QSerialPort.isDataTerminalReady?4() -> bool
28489 QtSerialPort.QSerialPort.setRequestToSend?4(bool) -> bool
28490 QtSerialPort.QSerialPort.isRequestToSend?4() -> bool
28491 QtSerialPort.QSerialPort.pinoutSignals?4() -> unknown-type
28492 QtSerialPort.QSerialPort.flush?4() -> bool
28493 QtSerialPort.QSerialPort.clear?4(unknown-type dir=QSerialPort.AllDirections) -> bool
28494 QtSerialPort.QSerialPort.error?4() -> QSerialPort.SerialPortError
28495 QtSerialPort.QSerialPort.clearError?4()
28496 QtSerialPort.QSerialPort.readBufferSize?4() -> int
28497 QtSerialPort.QSerialPort.setReadBufferSize?4(int)
28498 QtSerialPort.QSerialPort.isSequential?4() -> bool
28499 QtSerialPort.QSerialPort.bytesAvailable?4() -> int
28500 QtSerialPort.QSerialPort.bytesToWrite?4() -> int
28501 QtSerialPort.QSerialPort.canReadLine?4() -> bool
28502 QtSerialPort.QSerialPort.waitForReadyRead?4(int msecs=30000) -> bool
28503 QtSerialPort.QSerialPort.waitForBytesWritten?4(int msecs=30000) -> bool
28504 QtSerialPort.QSerialPort.setBreakEnabled?4(bool enabled=True) -> bool
28505 QtSerialPort.QSerialPort.baudRateChanged?4(int, unknown-type)
28506 QtSerialPort.QSerialPort.dataBitsChanged?4(QSerialPort.DataBits)
28507 QtSerialPort.QSerialPort.parityChanged?4(QSerialPort.Parity)
28508 QtSerialPort.QSerialPort.stopBitsChanged?4(QSerialPort.StopBits)
28509 QtSerialPort.QSerialPort.flowControlChanged?4(QSerialPort.FlowControl)
28510 QtSerialPort.QSerialPort.dataTerminalReadyChanged?4(bool)
28511 QtSerialPort.QSerialPort.requestToSendChanged?4(bool)
28512 QtSerialPort.QSerialPort.readData?4(int) -> object
28513 QtSerialPort.QSerialPort.readLineData?4(int) -> object
28514 QtSerialPort.QSerialPort.writeData?4(bytes) -> int
28515 QtSerialPort.QSerialPort.handle?4() -> int
28516 QtSerialPort.QSerialPort.isBreakEnabled?4() -> bool
28517 QtSerialPort.QSerialPort.breakEnabledChanged?4(bool)
28518 QtSerialPort.QSerialPort.errorOccurred?4(QSerialPort.SerialPortError)
28519 QtSerialPort.QSerialPortInfo?1()
28520 QtSerialPort.QSerialPortInfo.__init__?1(self)
28521 QtSerialPort.QSerialPortInfo?1(QSerialPort)
28522 QtSerialPort.QSerialPortInfo.__init__?1(self, QSerialPort)
28523 QtSerialPort.QSerialPortInfo?1(QString)
28524 QtSerialPort.QSerialPortInfo.__init__?1(self, QString)
28525 QtSerialPort.QSerialPortInfo?1(QSerialPortInfo)
28526 QtSerialPort.QSerialPortInfo.__init__?1(self, QSerialPortInfo)
28527 QtSerialPort.QSerialPortInfo.swap?4(QSerialPortInfo)
28528 QtSerialPort.QSerialPortInfo.portName?4() -> QString
28529 QtSerialPort.QSerialPortInfo.systemLocation?4() -> QString
28530 QtSerialPort.QSerialPortInfo.description?4() -> QString
28531 QtSerialPort.QSerialPortInfo.manufacturer?4() -> QString
28532 QtSerialPort.QSerialPortInfo.vendorIdentifier?4() -> int
28533 QtSerialPort.QSerialPortInfo.productIdentifier?4() -> int
28534 QtSerialPort.QSerialPortInfo.hasVendorIdentifier?4() -> bool
28535 QtSerialPort.QSerialPortInfo.hasProductIdentifier?4() -> bool
28536 QtSerialPort.QSerialPortInfo.standardBaudRates?4() -> unknown-type
28537 QtSerialPort.QSerialPortInfo.availablePorts?4() -> unknown-type
28538 QtSerialPort.QSerialPortInfo.isNull?4() -> bool
28539 QtSerialPort.QSerialPortInfo.serialNumber?4() -> QString
28540 QtWebChannel.QWebChannel?1(QObject parent=None)
28541 QtWebChannel.QWebChannel.__init__?1(self, QObject parent=None)
28542 QtWebChannel.QWebChannel.registerObjects?4(unknown-type)
28543 QtWebChannel.QWebChannel.registeredObjects?4() -> unknown-type
28544 QtWebChannel.QWebChannel.registerObject?4(QString, QObject)
28545 QtWebChannel.QWebChannel.deregisterObject?4(QObject)
28546 QtWebChannel.QWebChannel.blockUpdates?4() -> bool
28547 QtWebChannel.QWebChannel.setBlockUpdates?4(bool)
28548 QtWebChannel.QWebChannel.propertyUpdateInterval?4() -> int
28549 QtWebChannel.QWebChannel.setPropertyUpdateInterval?4(int)
28550 QtWebChannel.QWebChannel.connectTo?4(QWebChannelAbstractTransport)
28551 QtWebChannel.QWebChannel.disconnectFrom?4(QWebChannelAbstractTransport)
28552 QtWebChannel.QWebChannel.blockUpdatesChanged?4(bool)
28553 QtWebChannel.QWebChannelAbstractTransport?1(QObject parent=None)
28554 QtWebChannel.QWebChannelAbstractTransport.__init__?1(self, QObject parent=None)
28555 QtWebChannel.QWebChannelAbstractTransport.sendMessage?4(QJsonObject)
28556 QtWebChannel.QWebChannelAbstractTransport.messageReceived?4(QJsonObject, QWebChannelAbstractTransport)
28557 QtWebSockets.QMaskGenerator?1(QObject parent=None)
28558 QtWebSockets.QMaskGenerator.__init__?1(self, QObject parent=None)
28559 QtWebSockets.QMaskGenerator.seed?4() -> bool
28560 QtWebSockets.QMaskGenerator.nextMask?4() -> int
28561 QtWebSockets.QWebSocket?1(QString origin='', QWebSocketProtocol.Version version=QWebSocketProtocol.VersionLatest, QObject parent=None)
28562 QtWebSockets.QWebSocket.__init__?1(self, QString origin='', QWebSocketProtocol.Version version=QWebSocketProtocol.VersionLatest, QObject parent=None)
28563 QtWebSockets.QWebSocket.abort?4()
28564 QtWebSockets.QWebSocket.error?4() -> QAbstractSocket.SocketError
28565 QtWebSockets.QWebSocket.errorString?4() -> QString
28566 QtWebSockets.QWebSocket.flush?4() -> bool
28567 QtWebSockets.QWebSocket.isValid?4() -> bool
28568 QtWebSockets.QWebSocket.localAddress?4() -> QHostAddress
28569 QtWebSockets.QWebSocket.localPort?4() -> int
28570 QtWebSockets.QWebSocket.pauseMode?4() -> unknown-type
28571 QtWebSockets.QWebSocket.peerAddress?4() -> QHostAddress
28572 QtWebSockets.QWebSocket.peerName?4() -> QString
28573 QtWebSockets.QWebSocket.peerPort?4() -> int
28574 QtWebSockets.QWebSocket.proxy?4() -> QNetworkProxy
28575 QtWebSockets.QWebSocket.setProxy?4(QNetworkProxy)
28576 QtWebSockets.QWebSocket.setMaskGenerator?4(QMaskGenerator)
28577 QtWebSockets.QWebSocket.maskGenerator?4() -> QMaskGenerator
28578 QtWebSockets.QWebSocket.readBufferSize?4() -> int
28579 QtWebSockets.QWebSocket.setReadBufferSize?4(int)
28580 QtWebSockets.QWebSocket.resume?4()
28581 QtWebSockets.QWebSocket.setPauseMode?4(unknown-type)
28582 QtWebSockets.QWebSocket.state?4() -> QAbstractSocket.SocketState
28583 QtWebSockets.QWebSocket.version?4() -> QWebSocketProtocol.Version
28584 QtWebSockets.QWebSocket.resourceName?4() -> QString
28585 QtWebSockets.QWebSocket.requestUrl?4() -> QUrl
28586 QtWebSockets.QWebSocket.origin?4() -> QString
28587 QtWebSockets.QWebSocket.closeCode?4() -> QWebSocketProtocol.CloseCode
28588 QtWebSockets.QWebSocket.closeReason?4() -> QString
28589 QtWebSockets.QWebSocket.sendTextMessage?4(QString) -> int
28590 QtWebSockets.QWebSocket.sendBinaryMessage?4(QByteArray) -> int
28591 QtWebSockets.QWebSocket.ignoreSslErrors?4(unknown-type)
28592 QtWebSockets.QWebSocket.setSslConfiguration?4(QSslConfiguration)
28593 QtWebSockets.QWebSocket.sslConfiguration?4() -> QSslConfiguration
28594 QtWebSockets.QWebSocket.request?4() -> QNetworkRequest
28595 QtWebSockets.QWebSocket.close?4(QWebSocketProtocol.CloseCode closeCode=QWebSocketProtocol.CloseCodeNormal, QString reason='')
28596 QtWebSockets.QWebSocket.open?4(QUrl)
28597 QtWebSockets.QWebSocket.open?4(QNetworkRequest)
28598 QtWebSockets.QWebSocket.ping?4(QByteArray payload=QByteArray())
28599 QtWebSockets.QWebSocket.ignoreSslErrors?4()
28600 QtWebSockets.QWebSocket.aboutToClose?4()
28601 QtWebSockets.QWebSocket.connected?4()
28602 QtWebSockets.QWebSocket.disconnected?4()
28603 QtWebSockets.QWebSocket.stateChanged?4(QAbstractSocket.SocketState)
28604 QtWebSockets.QWebSocket.proxyAuthenticationRequired?4(QNetworkProxy, QAuthenticator)
28605 QtWebSockets.QWebSocket.readChannelFinished?4()
28606 QtWebSockets.QWebSocket.textFrameReceived?4(QString, bool)
28607 QtWebSockets.QWebSocket.binaryFrameReceived?4(QByteArray, bool)
28608 QtWebSockets.QWebSocket.textMessageReceived?4(QString)
28609 QtWebSockets.QWebSocket.binaryMessageReceived?4(QByteArray)
28610 QtWebSockets.QWebSocket.error?4(QAbstractSocket.SocketError)
28611 QtWebSockets.QWebSocket.pong?4(int, QByteArray)
28612 QtWebSockets.QWebSocket.bytesWritten?4(int)
28613 QtWebSockets.QWebSocket.sslErrors?4(unknown-type)
28614 QtWebSockets.QWebSocket.preSharedKeyAuthenticationRequired?4(QSslPreSharedKeyAuthenticator)
28615 QtWebSockets.QWebSocket.bytesToWrite?4() -> int
28616 QtWebSockets.QWebSocket.setMaxAllowedIncomingFrameSize?4(int)
28617 QtWebSockets.QWebSocket.maxAllowedIncomingFrameSize?4() -> int
28618 QtWebSockets.QWebSocket.setMaxAllowedIncomingMessageSize?4(int)
28619 QtWebSockets.QWebSocket.maxAllowedIncomingMessageSize?4() -> int
28620 QtWebSockets.QWebSocket.maxIncomingMessageSize?4() -> int
28621 QtWebSockets.QWebSocket.maxIncomingFrameSize?4() -> int
28622 QtWebSockets.QWebSocket.setOutgoingFrameSize?4(int)
28623 QtWebSockets.QWebSocket.outgoingFrameSize?4() -> int
28624 QtWebSockets.QWebSocket.maxOutgoingFrameSize?4() -> int
28625 QtWebSockets.QWebSocket.continueInterruptedHandshake?4()
28626 QtWebSockets.QWebSocket.peerVerifyError?4(QSslError)
28627 QtWebSockets.QWebSocket.alertSent?4(QSsl.AlertLevel, QSsl.AlertType, QString)
28628 QtWebSockets.QWebSocket.alertReceived?4(QSsl.AlertLevel, QSsl.AlertType, QString)
28629 QtWebSockets.QWebSocket.handshakeInterruptedOnError?4(QSslError)
28630 QtWebSockets.QWebSocketCorsAuthenticator?1(QString)
28631 QtWebSockets.QWebSocketCorsAuthenticator.__init__?1(self, QString)
28632 QtWebSockets.QWebSocketCorsAuthenticator?1(QWebSocketCorsAuthenticator)
28633 QtWebSockets.QWebSocketCorsAuthenticator.__init__?1(self, QWebSocketCorsAuthenticator)
28634 QtWebSockets.QWebSocketCorsAuthenticator.swap?4(QWebSocketCorsAuthenticator)
28635 QtWebSockets.QWebSocketCorsAuthenticator.origin?4() -> QString
28636 QtWebSockets.QWebSocketCorsAuthenticator.setAllowed?4(bool)
28637 QtWebSockets.QWebSocketCorsAuthenticator.allowed?4() -> bool
28638 QtWebSockets.QWebSocketProtocol.CloseCode?10
28639 QtWebSockets.QWebSocketProtocol.CloseCode.CloseCodeNormal?10
28640 QtWebSockets.QWebSocketProtocol.CloseCode.CloseCodeGoingAway?10
28641 QtWebSockets.QWebSocketProtocol.CloseCode.CloseCodeProtocolError?10
28642 QtWebSockets.QWebSocketProtocol.CloseCode.CloseCodeDatatypeNotSupported?10
28643 QtWebSockets.QWebSocketProtocol.CloseCode.CloseCodeReserved1004?10
28644 QtWebSockets.QWebSocketProtocol.CloseCode.CloseCodeMissingStatusCode?10
28645 QtWebSockets.QWebSocketProtocol.CloseCode.CloseCodeAbnormalDisconnection?10
28646 QtWebSockets.QWebSocketProtocol.CloseCode.CloseCodeWrongDatatype?10
28647 QtWebSockets.QWebSocketProtocol.CloseCode.CloseCodePolicyViolated?10
28648 QtWebSockets.QWebSocketProtocol.CloseCode.CloseCodeTooMuchData?10
28649 QtWebSockets.QWebSocketProtocol.CloseCode.CloseCodeMissingExtension?10
28650 QtWebSockets.QWebSocketProtocol.CloseCode.CloseCodeBadOperation?10
28651 QtWebSockets.QWebSocketProtocol.CloseCode.CloseCodeTlsHandshakeFailed?10
28652 QtWebSockets.QWebSocketProtocol.Version?10
28653 QtWebSockets.QWebSocketProtocol.Version.VersionUnknown?10
28654 QtWebSockets.QWebSocketProtocol.Version.Version0?10
28655 QtWebSockets.QWebSocketProtocol.Version.Version4?10
28656 QtWebSockets.QWebSocketProtocol.Version.Version5?10
28657 QtWebSockets.QWebSocketProtocol.Version.Version6?10
28658 QtWebSockets.QWebSocketProtocol.Version.Version7?10
28659 QtWebSockets.QWebSocketProtocol.Version.Version8?10
28660 QtWebSockets.QWebSocketProtocol.Version.Version13?10
28661 QtWebSockets.QWebSocketProtocol.Version.VersionLatest?10
28662 QtWebSockets.QWebSocketServer.SslMode?10
28663 QtWebSockets.QWebSocketServer.SslMode.SecureMode?10
28664 QtWebSockets.QWebSocketServer.SslMode.NonSecureMode?10
28665 QtWebSockets.QWebSocketServer?1(QString, QWebSocketServer.SslMode, QObject parent=None)
28666 QtWebSockets.QWebSocketServer.__init__?1(self, QString, QWebSocketServer.SslMode, QObject parent=None)
28667 QtWebSockets.QWebSocketServer.listen?4(QHostAddress address=QHostAddress.Any, int port=0) -> bool
28668 QtWebSockets.QWebSocketServer.close?4()
28669 QtWebSockets.QWebSocketServer.isListening?4() -> bool
28670 QtWebSockets.QWebSocketServer.setMaxPendingConnections?4(int)
28671 QtWebSockets.QWebSocketServer.maxPendingConnections?4() -> int
28672 QtWebSockets.QWebSocketServer.serverPort?4() -> int
28673 QtWebSockets.QWebSocketServer.serverAddress?4() -> QHostAddress
28674 QtWebSockets.QWebSocketServer.secureMode?4() -> QWebSocketServer.SslMode
28675 QtWebSockets.QWebSocketServer.setSocketDescriptor?4(qintptr) -> bool
28676 QtWebSockets.QWebSocketServer.socketDescriptor?4() -> qintptr
28677 QtWebSockets.QWebSocketServer.hasPendingConnections?4() -> bool
28678 QtWebSockets.QWebSocketServer.nextPendingConnection?4() -> QWebSocket
28679 QtWebSockets.QWebSocketServer.error?4() -> QWebSocketProtocol.CloseCode
28680 QtWebSockets.QWebSocketServer.errorString?4() -> QString
28681 QtWebSockets.QWebSocketServer.pauseAccepting?4()
28682 QtWebSockets.QWebSocketServer.resumeAccepting?4()
28683 QtWebSockets.QWebSocketServer.setServerName?4(QString)
28684 QtWebSockets.QWebSocketServer.serverName?4() -> QString
28685 QtWebSockets.QWebSocketServer.setProxy?4(QNetworkProxy)
28686 QtWebSockets.QWebSocketServer.proxy?4() -> QNetworkProxy
28687 QtWebSockets.QWebSocketServer.setSslConfiguration?4(QSslConfiguration)
28688 QtWebSockets.QWebSocketServer.sslConfiguration?4() -> QSslConfiguration
28689 QtWebSockets.QWebSocketServer.supportedVersions?4() -> unknown-type
28690 QtWebSockets.QWebSocketServer.serverUrl?4() -> QUrl
28691 QtWebSockets.QWebSocketServer.handleConnection?4(QTcpSocket)
28692 QtWebSockets.QWebSocketServer.acceptError?4(QAbstractSocket.SocketError)
28693 QtWebSockets.QWebSocketServer.serverError?4(QWebSocketProtocol.CloseCode)
28694 QtWebSockets.QWebSocketServer.originAuthenticationRequired?4(QWebSocketCorsAuthenticator)
28695 QtWebSockets.QWebSocketServer.newConnection?4()
28696 QtWebSockets.QWebSocketServer.peerVerifyError?4(QSslError)
28697 QtWebSockets.QWebSocketServer.sslErrors?4(unknown-type)
28698 QtWebSockets.QWebSocketServer.closed?4()
28699 QtWebSockets.QWebSocketServer.preSharedKeyAuthenticationRequired?4(QSslPreSharedKeyAuthenticator)
28700 QtWebSockets.QWebSocketServer.setHandshakeTimeout?4(int)
28701 QtWebSockets.QWebSocketServer.handshakeTimeoutMS?4() -> int
28702 QtBluetooth.QBluetooth.AttAccessConstraint?10
28703 QtBluetooth.QBluetooth.AttAccessConstraint.AttAuthorizationRequired?10
28704 QtBluetooth.QBluetooth.AttAccessConstraint.AttAuthenticationRequired?10
28705 QtBluetooth.QBluetooth.AttAccessConstraint.AttEncryptionRequired?10
28706 QtBluetooth.QBluetooth.Security?10
28707 QtBluetooth.QBluetooth.Security.NoSecurity?10
28708 QtBluetooth.QBluetooth.Security.Authorization?10
28709 QtBluetooth.QBluetooth.Security.Authentication?10
28710 QtBluetooth.QBluetooth.Security.Encryption?10
28711 QtBluetooth.QBluetooth.Security.Secure?10
28712 QtBluetooth.QBluetoothAddress?1()
28713 QtBluetooth.QBluetoothAddress.__init__?1(self)
28714 QtBluetooth.QBluetoothAddress?1(int)
28715 QtBluetooth.QBluetoothAddress.__init__?1(self, int)
28716 QtBluetooth.QBluetoothAddress?1(QString)
28717 QtBluetooth.QBluetoothAddress.__init__?1(self, QString)
28718 QtBluetooth.QBluetoothAddress?1(QBluetoothAddress)
28719 QtBluetooth.QBluetoothAddress.__init__?1(self, QBluetoothAddress)
28720 QtBluetooth.QBluetoothAddress.isNull?4() -> bool
28721 QtBluetooth.QBluetoothAddress.clear?4()
28722 QtBluetooth.QBluetoothAddress.toUInt64?4() -> int
28723 QtBluetooth.QBluetoothAddress.toString?4() -> QString
28724 QtBluetooth.QBluetoothDeviceDiscoveryAgent.DiscoveryMethod?10
28725 QtBluetooth.QBluetoothDeviceDiscoveryAgent.DiscoveryMethod.NoMethod?10
28726 QtBluetooth.QBluetoothDeviceDiscoveryAgent.DiscoveryMethod.ClassicMethod?10
28727 QtBluetooth.QBluetoothDeviceDiscoveryAgent.DiscoveryMethod.LowEnergyMethod?10
28728 QtBluetooth.QBluetoothDeviceDiscoveryAgent.Error?10
28729 QtBluetooth.QBluetoothDeviceDiscoveryAgent.Error.NoError?10
28730 QtBluetooth.QBluetoothDeviceDiscoveryAgent.Error.InputOutputError?10
28731 QtBluetooth.QBluetoothDeviceDiscoveryAgent.Error.PoweredOffError?10
28732 QtBluetooth.QBluetoothDeviceDiscoveryAgent.Error.InvalidBluetoothAdapterError?10
28733 QtBluetooth.QBluetoothDeviceDiscoveryAgent.Error.UnsupportedPlatformError?10
28734 QtBluetooth.QBluetoothDeviceDiscoveryAgent.Error.UnsupportedDiscoveryMethod?10
28735 QtBluetooth.QBluetoothDeviceDiscoveryAgent.Error.LocationServiceTurnedOffError?10
28736 QtBluetooth.QBluetoothDeviceDiscoveryAgent.Error.UnknownError?10
28737 QtBluetooth.QBluetoothDeviceDiscoveryAgent?1(QObject parent=None)
28738 QtBluetooth.QBluetoothDeviceDiscoveryAgent.__init__?1(self, QObject parent=None)
28739 QtBluetooth.QBluetoothDeviceDiscoveryAgent?1(QBluetoothAddress, QObject parent=None)
28740 QtBluetooth.QBluetoothDeviceDiscoveryAgent.__init__?1(self, QBluetoothAddress, QObject parent=None)
28741 QtBluetooth.QBluetoothDeviceDiscoveryAgent.isActive?4() -> bool
28742 QtBluetooth.QBluetoothDeviceDiscoveryAgent.error?4() -> QBluetoothDeviceDiscoveryAgent.Error
28743 QtBluetooth.QBluetoothDeviceDiscoveryAgent.errorString?4() -> QString
28744 QtBluetooth.QBluetoothDeviceDiscoveryAgent.discoveredDevices?4() -> unknown-type
28745 QtBluetooth.QBluetoothDeviceDiscoveryAgent.start?4()
28746 QtBluetooth.QBluetoothDeviceDiscoveryAgent.start?4(unknown-type)
28747 QtBluetooth.QBluetoothDeviceDiscoveryAgent.stop?4()
28748 QtBluetooth.QBluetoothDeviceDiscoveryAgent.deviceDiscovered?4(QBluetoothDeviceInfo)
28749 QtBluetooth.QBluetoothDeviceDiscoveryAgent.finished?4()
28750 QtBluetooth.QBluetoothDeviceDiscoveryAgent.errorOccurred?4(QBluetoothDeviceDiscoveryAgent.Error)
28751 QtBluetooth.QBluetoothDeviceDiscoveryAgent.canceled?4()
28752 QtBluetooth.QBluetoothDeviceDiscoveryAgent.deviceUpdated?4(QBluetoothDeviceInfo, unknown-type)
28753 QtBluetooth.QBluetoothDeviceDiscoveryAgent.setLowEnergyDiscoveryTimeout?4(int)
28754 QtBluetooth.QBluetoothDeviceDiscoveryAgent.lowEnergyDiscoveryTimeout?4() -> int
28755 QtBluetooth.QBluetoothDeviceDiscoveryAgent.supportedDiscoveryMethods?4() -> unknown-type
28756 QtBluetooth.QBluetoothDeviceInfo.Field?10
28757 QtBluetooth.QBluetoothDeviceInfo.Field.None_?10
28758 QtBluetooth.QBluetoothDeviceInfo.Field.RSSI?10
28759 QtBluetooth.QBluetoothDeviceInfo.Field.ManufacturerData?10
28760 QtBluetooth.QBluetoothDeviceInfo.Field.ServiceData?10
28761 QtBluetooth.QBluetoothDeviceInfo.Field.All?10
28762 QtBluetooth.QBluetoothDeviceInfo.CoreConfiguration?10
28763 QtBluetooth.QBluetoothDeviceInfo.CoreConfiguration.UnknownCoreConfiguration?10
28764 QtBluetooth.QBluetoothDeviceInfo.CoreConfiguration.LowEnergyCoreConfiguration?10
28765 QtBluetooth.QBluetoothDeviceInfo.CoreConfiguration.BaseRateCoreConfiguration?10
28766 QtBluetooth.QBluetoothDeviceInfo.CoreConfiguration.BaseRateAndLowEnergyCoreConfiguration?10
28767 QtBluetooth.QBluetoothDeviceInfo.ServiceClass?10
28768 QtBluetooth.QBluetoothDeviceInfo.ServiceClass.NoService?10
28769 QtBluetooth.QBluetoothDeviceInfo.ServiceClass.PositioningService?10
28770 QtBluetooth.QBluetoothDeviceInfo.ServiceClass.NetworkingService?10
28771 QtBluetooth.QBluetoothDeviceInfo.ServiceClass.RenderingService?10
28772 QtBluetooth.QBluetoothDeviceInfo.ServiceClass.CapturingService?10
28773 QtBluetooth.QBluetoothDeviceInfo.ServiceClass.ObjectTransferService?10
28774 QtBluetooth.QBluetoothDeviceInfo.ServiceClass.AudioService?10
28775 QtBluetooth.QBluetoothDeviceInfo.ServiceClass.TelephonyService?10
28776 QtBluetooth.QBluetoothDeviceInfo.ServiceClass.InformationService?10
28777 QtBluetooth.QBluetoothDeviceInfo.ServiceClass.AllServices?10
28778 QtBluetooth.QBluetoothDeviceInfo.MinorHealthClass?10
28779 QtBluetooth.QBluetoothDeviceInfo.MinorHealthClass.UncategorizedHealthDevice?10
28780 QtBluetooth.QBluetoothDeviceInfo.MinorHealthClass.HealthBloodPressureMonitor?10
28781 QtBluetooth.QBluetoothDeviceInfo.MinorHealthClass.HealthThermometer?10
28782 QtBluetooth.QBluetoothDeviceInfo.MinorHealthClass.HealthWeightScale?10
28783 QtBluetooth.QBluetoothDeviceInfo.MinorHealthClass.HealthGlucoseMeter?10
28784 QtBluetooth.QBluetoothDeviceInfo.MinorHealthClass.HealthPulseOximeter?10
28785 QtBluetooth.QBluetoothDeviceInfo.MinorHealthClass.HealthDataDisplay?10
28786 QtBluetooth.QBluetoothDeviceInfo.MinorHealthClass.HealthStepCounter?10
28787 QtBluetooth.QBluetoothDeviceInfo.MinorToyClass?10
28788 QtBluetooth.QBluetoothDeviceInfo.MinorToyClass.UncategorizedToy?10
28789 QtBluetooth.QBluetoothDeviceInfo.MinorToyClass.ToyRobot?10
28790 QtBluetooth.QBluetoothDeviceInfo.MinorToyClass.ToyVehicle?10
28791 QtBluetooth.QBluetoothDeviceInfo.MinorToyClass.ToyDoll?10
28792 QtBluetooth.QBluetoothDeviceInfo.MinorToyClass.ToyController?10
28793 QtBluetooth.QBluetoothDeviceInfo.MinorToyClass.ToyGame?10
28794 QtBluetooth.QBluetoothDeviceInfo.MinorWearableClass?10
28795 QtBluetooth.QBluetoothDeviceInfo.MinorWearableClass.UncategorizedWearableDevice?10
28796 QtBluetooth.QBluetoothDeviceInfo.MinorWearableClass.WearableWristWatch?10
28797 QtBluetooth.QBluetoothDeviceInfo.MinorWearableClass.WearablePager?10
28798 QtBluetooth.QBluetoothDeviceInfo.MinorWearableClass.WearableJacket?10
28799 QtBluetooth.QBluetoothDeviceInfo.MinorWearableClass.WearableHelmet?10
28800 QtBluetooth.QBluetoothDeviceInfo.MinorWearableClass.WearableGlasses?10
28801 QtBluetooth.QBluetoothDeviceInfo.MinorImagingClass?10
28802 QtBluetooth.QBluetoothDeviceInfo.MinorImagingClass.UncategorizedImagingDevice?10
28803 QtBluetooth.QBluetoothDeviceInfo.MinorImagingClass.ImageDisplay?10
28804 QtBluetooth.QBluetoothDeviceInfo.MinorImagingClass.ImageCamera?10
28805 QtBluetooth.QBluetoothDeviceInfo.MinorImagingClass.ImageScanner?10
28806 QtBluetooth.QBluetoothDeviceInfo.MinorImagingClass.ImagePrinter?10
28807 QtBluetooth.QBluetoothDeviceInfo.MinorPeripheralClass?10
28808 QtBluetooth.QBluetoothDeviceInfo.MinorPeripheralClass.UncategorizedPeripheral?10
28809 QtBluetooth.QBluetoothDeviceInfo.MinorPeripheralClass.KeyboardPeripheral?10
28810 QtBluetooth.QBluetoothDeviceInfo.MinorPeripheralClass.PointingDevicePeripheral?10
28811 QtBluetooth.QBluetoothDeviceInfo.MinorPeripheralClass.KeyboardWithPointingDevicePeripheral?10
28812 QtBluetooth.QBluetoothDeviceInfo.MinorPeripheralClass.JoystickPeripheral?10
28813 QtBluetooth.QBluetoothDeviceInfo.MinorPeripheralClass.GamepadPeripheral?10
28814 QtBluetooth.QBluetoothDeviceInfo.MinorPeripheralClass.RemoteControlPeripheral?10
28815 QtBluetooth.QBluetoothDeviceInfo.MinorPeripheralClass.SensingDevicePeripheral?10
28816 QtBluetooth.QBluetoothDeviceInfo.MinorPeripheralClass.DigitizerTabletPeripheral?10
28817 QtBluetooth.QBluetoothDeviceInfo.MinorPeripheralClass.CardReaderPeripheral?10
28818 QtBluetooth.QBluetoothDeviceInfo.MinorAudioVideoClass?10
28819 QtBluetooth.QBluetoothDeviceInfo.MinorAudioVideoClass.UncategorizedAudioVideoDevice?10
28820 QtBluetooth.QBluetoothDeviceInfo.MinorAudioVideoClass.WearableHeadsetDevice?10
28821 QtBluetooth.QBluetoothDeviceInfo.MinorAudioVideoClass.HandsFreeDevice?10
28822 QtBluetooth.QBluetoothDeviceInfo.MinorAudioVideoClass.Microphone?10
28823 QtBluetooth.QBluetoothDeviceInfo.MinorAudioVideoClass.Loudspeaker?10
28824 QtBluetooth.QBluetoothDeviceInfo.MinorAudioVideoClass.Headphones?10
28825 QtBluetooth.QBluetoothDeviceInfo.MinorAudioVideoClass.PortableAudioDevice?10
28826 QtBluetooth.QBluetoothDeviceInfo.MinorAudioVideoClass.CarAudio?10
28827 QtBluetooth.QBluetoothDeviceInfo.MinorAudioVideoClass.SetTopBox?10
28828 QtBluetooth.QBluetoothDeviceInfo.MinorAudioVideoClass.HiFiAudioDevice?10
28829 QtBluetooth.QBluetoothDeviceInfo.MinorAudioVideoClass.Vcr?10
28830 QtBluetooth.QBluetoothDeviceInfo.MinorAudioVideoClass.VideoCamera?10
28831 QtBluetooth.QBluetoothDeviceInfo.MinorAudioVideoClass.Camcorder?10
28832 QtBluetooth.QBluetoothDeviceInfo.MinorAudioVideoClass.VideoMonitor?10
28833 QtBluetooth.QBluetoothDeviceInfo.MinorAudioVideoClass.VideoDisplayAndLoudspeaker?10
28834 QtBluetooth.QBluetoothDeviceInfo.MinorAudioVideoClass.VideoConferencing?10
28835 QtBluetooth.QBluetoothDeviceInfo.MinorAudioVideoClass.GamingDevice?10
28836 QtBluetooth.QBluetoothDeviceInfo.MinorNetworkClass?10
28837 QtBluetooth.QBluetoothDeviceInfo.MinorNetworkClass.NetworkFullService?10
28838 QtBluetooth.QBluetoothDeviceInfo.MinorNetworkClass.NetworkLoadFactorOne?10
28839 QtBluetooth.QBluetoothDeviceInfo.MinorNetworkClass.NetworkLoadFactorTwo?10
28840 QtBluetooth.QBluetoothDeviceInfo.MinorNetworkClass.NetworkLoadFactorThree?10
28841 QtBluetooth.QBluetoothDeviceInfo.MinorNetworkClass.NetworkLoadFactorFour?10
28842 QtBluetooth.QBluetoothDeviceInfo.MinorNetworkClass.NetworkLoadFactorFive?10
28843 QtBluetooth.QBluetoothDeviceInfo.MinorNetworkClass.NetworkLoadFactorSix?10
28844 QtBluetooth.QBluetoothDeviceInfo.MinorNetworkClass.NetworkNoService?10
28845 QtBluetooth.QBluetoothDeviceInfo.MinorPhoneClass?10
28846 QtBluetooth.QBluetoothDeviceInfo.MinorPhoneClass.UncategorizedPhone?10
28847 QtBluetooth.QBluetoothDeviceInfo.MinorPhoneClass.CellularPhone?10
28848 QtBluetooth.QBluetoothDeviceInfo.MinorPhoneClass.CordlessPhone?10
28849 QtBluetooth.QBluetoothDeviceInfo.MinorPhoneClass.SmartPhone?10
28850 QtBluetooth.QBluetoothDeviceInfo.MinorPhoneClass.WiredModemOrVoiceGatewayPhone?10
28851 QtBluetooth.QBluetoothDeviceInfo.MinorPhoneClass.CommonIsdnAccessPhone?10
28852 QtBluetooth.QBluetoothDeviceInfo.MinorComputerClass?10
28853 QtBluetooth.QBluetoothDeviceInfo.MinorComputerClass.UncategorizedComputer?10
28854 QtBluetooth.QBluetoothDeviceInfo.MinorComputerClass.DesktopComputer?10
28855 QtBluetooth.QBluetoothDeviceInfo.MinorComputerClass.ServerComputer?10
28856 QtBluetooth.QBluetoothDeviceInfo.MinorComputerClass.LaptopComputer?10
28857 QtBluetooth.QBluetoothDeviceInfo.MinorComputerClass.HandheldClamShellComputer?10
28858 QtBluetooth.QBluetoothDeviceInfo.MinorComputerClass.HandheldComputer?10
28859 QtBluetooth.QBluetoothDeviceInfo.MinorComputerClass.WearableComputer?10
28860 QtBluetooth.QBluetoothDeviceInfo.MinorMiscellaneousClass?10
28861 QtBluetooth.QBluetoothDeviceInfo.MinorMiscellaneousClass.UncategorizedMiscellaneous?10
28862 QtBluetooth.QBluetoothDeviceInfo.MajorDeviceClass?10
28863 QtBluetooth.QBluetoothDeviceInfo.MajorDeviceClass.MiscellaneousDevice?10
28864 QtBluetooth.QBluetoothDeviceInfo.MajorDeviceClass.ComputerDevice?10
28865 QtBluetooth.QBluetoothDeviceInfo.MajorDeviceClass.PhoneDevice?10
28866 QtBluetooth.QBluetoothDeviceInfo.MajorDeviceClass.NetworkDevice?10
28867 QtBluetooth.QBluetoothDeviceInfo.MajorDeviceClass.AudioVideoDevice?10
28868 QtBluetooth.QBluetoothDeviceInfo.MajorDeviceClass.PeripheralDevice?10
28869 QtBluetooth.QBluetoothDeviceInfo.MajorDeviceClass.ImagingDevice?10
28870 QtBluetooth.QBluetoothDeviceInfo.MajorDeviceClass.WearableDevice?10
28871 QtBluetooth.QBluetoothDeviceInfo.MajorDeviceClass.ToyDevice?10
28872 QtBluetooth.QBluetoothDeviceInfo.MajorDeviceClass.HealthDevice?10
28873 QtBluetooth.QBluetoothDeviceInfo.MajorDeviceClass.UncategorizedDevice?10
28874 QtBluetooth.QBluetoothDeviceInfo?1()
28875 QtBluetooth.QBluetoothDeviceInfo.__init__?1(self)
28876 QtBluetooth.QBluetoothDeviceInfo?1(QBluetoothAddress, QString, int)
28877 QtBluetooth.QBluetoothDeviceInfo.__init__?1(self, QBluetoothAddress, QString, int)
28878 QtBluetooth.QBluetoothDeviceInfo?1(QBluetoothUuid, QString, int)
28879 QtBluetooth.QBluetoothDeviceInfo.__init__?1(self, QBluetoothUuid, QString, int)
28880 QtBluetooth.QBluetoothDeviceInfo?1(QBluetoothDeviceInfo)
28881 QtBluetooth.QBluetoothDeviceInfo.__init__?1(self, QBluetoothDeviceInfo)
28882 QtBluetooth.QBluetoothDeviceInfo.isValid?4() -> bool
28883 QtBluetooth.QBluetoothDeviceInfo.isCached?4() -> bool
28884 QtBluetooth.QBluetoothDeviceInfo.setCached?4(bool)
28885 QtBluetooth.QBluetoothDeviceInfo.address?4() -> QBluetoothAddress
28886 QtBluetooth.QBluetoothDeviceInfo.name?4() -> QString
28887 QtBluetooth.QBluetoothDeviceInfo.serviceClasses?4() -> unknown-type
28888 QtBluetooth.QBluetoothDeviceInfo.majorDeviceClass?4() -> QBluetoothDeviceInfo.MajorDeviceClass
28889 QtBluetooth.QBluetoothDeviceInfo.minorDeviceClass?4() -> int
28890 QtBluetooth.QBluetoothDeviceInfo.rssi?4() -> int
28891 QtBluetooth.QBluetoothDeviceInfo.setRssi?4(int)
28892 QtBluetooth.QBluetoothDeviceInfo.setServiceUuids?4(unknown-type)
28893 QtBluetooth.QBluetoothDeviceInfo.serviceUuids?4() -> unknown-type
28894 QtBluetooth.QBluetoothDeviceInfo.setCoreConfigurations?4(unknown-type)
28895 QtBluetooth.QBluetoothDeviceInfo.coreConfigurations?4() -> unknown-type
28896 QtBluetooth.QBluetoothDeviceInfo.setDeviceUuid?4(QBluetoothUuid)
28897 QtBluetooth.QBluetoothDeviceInfo.deviceUuid?4() -> QBluetoothUuid
28898 QtBluetooth.QBluetoothDeviceInfo.manufacturerIds?4() -> unknown-type
28899 QtBluetooth.QBluetoothDeviceInfo.manufacturerData?4() -> unknown-type
28900 QtBluetooth.QBluetoothDeviceInfo.manufacturerData?4(int) -> QByteArray
28901 QtBluetooth.QBluetoothDeviceInfo.setManufacturerData?4(int, QByteArray) -> bool
28902 QtBluetooth.QBluetoothDeviceInfo.setName?4(QString)
28903 QtBluetooth.QBluetoothDeviceInfo.serviceIds?4() -> unknown-type
28904 QtBluetooth.QBluetoothDeviceInfo.serviceData?4() -> unknown-type
28905 QtBluetooth.QBluetoothDeviceInfo.serviceData?4(QBluetoothUuid) -> QByteArray
28906 QtBluetooth.QBluetoothDeviceInfo.setServiceData?4(QBluetoothUuid, QByteArray) -> bool
28907 QtBluetooth.QBluetoothHostInfo?1()
28908 QtBluetooth.QBluetoothHostInfo.__init__?1(self)
28909 QtBluetooth.QBluetoothHostInfo?1(QBluetoothHostInfo)
28910 QtBluetooth.QBluetoothHostInfo.__init__?1(self, QBluetoothHostInfo)
28911 QtBluetooth.QBluetoothHostInfo.address?4() -> QBluetoothAddress
28912 QtBluetooth.QBluetoothHostInfo.setAddress?4(QBluetoothAddress)
28913 QtBluetooth.QBluetoothHostInfo.name?4() -> QString
28914 QtBluetooth.QBluetoothHostInfo.setName?4(QString)
28915 QtBluetooth.QBluetoothLocalDevice.Error?10
28916 QtBluetooth.QBluetoothLocalDevice.Error.NoError?10
28917 QtBluetooth.QBluetoothLocalDevice.Error.PairingError?10
28918 QtBluetooth.QBluetoothLocalDevice.Error.UnknownError?10
28919 QtBluetooth.QBluetoothLocalDevice.HostMode?10
28920 QtBluetooth.QBluetoothLocalDevice.HostMode.HostPoweredOff?10
28921 QtBluetooth.QBluetoothLocalDevice.HostMode.HostConnectable?10
28922 QtBluetooth.QBluetoothLocalDevice.HostMode.HostDiscoverable?10
28923 QtBluetooth.QBluetoothLocalDevice.HostMode.HostDiscoverableLimitedInquiry?10
28924 QtBluetooth.QBluetoothLocalDevice.Pairing?10
28925 QtBluetooth.QBluetoothLocalDevice.Pairing.Unpaired?10
28926 QtBluetooth.QBluetoothLocalDevice.Pairing.Paired?10
28927 QtBluetooth.QBluetoothLocalDevice.Pairing.AuthorizedPaired?10
28928 QtBluetooth.QBluetoothLocalDevice?1(QObject parent=None)
28929 QtBluetooth.QBluetoothLocalDevice.__init__?1(self, QObject parent=None)
28930 QtBluetooth.QBluetoothLocalDevice?1(QBluetoothAddress, QObject parent=None)
28931 QtBluetooth.QBluetoothLocalDevice.__init__?1(self, QBluetoothAddress, QObject parent=None)
28932 QtBluetooth.QBluetoothLocalDevice.isValid?4() -> bool
28933 QtBluetooth.QBluetoothLocalDevice.requestPairing?4(QBluetoothAddress, QBluetoothLocalDevice.Pairing)
28934 QtBluetooth.QBluetoothLocalDevice.pairingStatus?4(QBluetoothAddress) -> QBluetoothLocalDevice.Pairing
28935 QtBluetooth.QBluetoothLocalDevice.setHostMode?4(QBluetoothLocalDevice.HostMode)
28936 QtBluetooth.QBluetoothLocalDevice.hostMode?4() -> QBluetoothLocalDevice.HostMode
28937 QtBluetooth.QBluetoothLocalDevice.powerOn?4()
28938 QtBluetooth.QBluetoothLocalDevice.name?4() -> QString
28939 QtBluetooth.QBluetoothLocalDevice.address?4() -> QBluetoothAddress
28940 QtBluetooth.QBluetoothLocalDevice.allDevices?4() -> unknown-type
28941 QtBluetooth.QBluetoothLocalDevice.connectedDevices?4() -> unknown-type
28942 QtBluetooth.QBluetoothLocalDevice.hostModeStateChanged?4(QBluetoothLocalDevice.HostMode)
28943 QtBluetooth.QBluetoothLocalDevice.pairingFinished?4(QBluetoothAddress, QBluetoothLocalDevice.Pairing)
28944 QtBluetooth.QBluetoothLocalDevice.errorOccurred?4(QBluetoothLocalDevice.Error)
28945 QtBluetooth.QBluetoothLocalDevice.deviceConnected?4(QBluetoothAddress)
28946 QtBluetooth.QBluetoothLocalDevice.deviceDisconnected?4(QBluetoothAddress)
28947 QtBluetooth.QBluetoothServer.Error?10
28948 QtBluetooth.QBluetoothServer.Error.NoError?10
28949 QtBluetooth.QBluetoothServer.Error.UnknownError?10
28950 QtBluetooth.QBluetoothServer.Error.PoweredOffError?10
28951 QtBluetooth.QBluetoothServer.Error.InputOutputError?10
28952 QtBluetooth.QBluetoothServer.Error.ServiceAlreadyRegisteredError?10
28953 QtBluetooth.QBluetoothServer.Error.UnsupportedProtocolError?10
28954 QtBluetooth.QBluetoothServer?1(QBluetoothServiceInfo.Protocol, QObject parent=None)
28955 QtBluetooth.QBluetoothServer.__init__?1(self, QBluetoothServiceInfo.Protocol, QObject parent=None)
28956 QtBluetooth.QBluetoothServer.close?4()
28957 QtBluetooth.QBluetoothServer.listen?4(QBluetoothAddress address=QBluetoothAddress(), int port=0) -> bool
28958 QtBluetooth.QBluetoothServer.listen?4(QBluetoothUuid, QString serviceName='') -> QBluetoothServiceInfo
28959 QtBluetooth.QBluetoothServer.isListening?4() -> bool
28960 QtBluetooth.QBluetoothServer.setMaxPendingConnections?4(int)
28961 QtBluetooth.QBluetoothServer.maxPendingConnections?4() -> int
28962 QtBluetooth.QBluetoothServer.hasPendingConnections?4() -> bool
28963 QtBluetooth.QBluetoothServer.nextPendingConnection?4() -> QBluetoothSocket
28964 QtBluetooth.QBluetoothServer.serverAddress?4() -> QBluetoothAddress
28965 QtBluetooth.QBluetoothServer.serverPort?4() -> int
28966 QtBluetooth.QBluetoothServer.setSecurityFlags?4(unknown-type)
28967 QtBluetooth.QBluetoothServer.securityFlags?4() -> unknown-type
28968 QtBluetooth.QBluetoothServer.serverType?4() -> QBluetoothServiceInfo.Protocol
28969 QtBluetooth.QBluetoothServer.error?4() -> QBluetoothServer.Error
28970 QtBluetooth.QBluetoothServer.newConnection?4()
28971 QtBluetooth.QBluetoothServer.errorOccurred?4(QBluetoothServer.Error)
28972 QtBluetooth.QBluetoothServiceDiscoveryAgent.DiscoveryMode?10
28973 QtBluetooth.QBluetoothServiceDiscoveryAgent.DiscoveryMode.MinimalDiscovery?10
28974 QtBluetooth.QBluetoothServiceDiscoveryAgent.DiscoveryMode.FullDiscovery?10
28975 QtBluetooth.QBluetoothServiceDiscoveryAgent.Error?10
28976 QtBluetooth.QBluetoothServiceDiscoveryAgent.Error.NoError?10
28977 QtBluetooth.QBluetoothServiceDiscoveryAgent.Error.InputOutputError?10
28978 QtBluetooth.QBluetoothServiceDiscoveryAgent.Error.PoweredOffError?10
28979 QtBluetooth.QBluetoothServiceDiscoveryAgent.Error.InvalidBluetoothAdapterError?10
28980 QtBluetooth.QBluetoothServiceDiscoveryAgent.Error.UnknownError?10
28981 QtBluetooth.QBluetoothServiceDiscoveryAgent?1(QObject parent=None)
28982 QtBluetooth.QBluetoothServiceDiscoveryAgent.__init__?1(self, QObject parent=None)
28983 QtBluetooth.QBluetoothServiceDiscoveryAgent?1(QBluetoothAddress, QObject parent=None)
28984 QtBluetooth.QBluetoothServiceDiscoveryAgent.__init__?1(self, QBluetoothAddress, QObject parent=None)
28985 QtBluetooth.QBluetoothServiceDiscoveryAgent.isActive?4() -> bool
28986 QtBluetooth.QBluetoothServiceDiscoveryAgent.error?4() -> QBluetoothServiceDiscoveryAgent.Error
28987 QtBluetooth.QBluetoothServiceDiscoveryAgent.errorString?4() -> QString
28988 QtBluetooth.QBluetoothServiceDiscoveryAgent.discoveredServices?4() -> unknown-type
28989 QtBluetooth.QBluetoothServiceDiscoveryAgent.setUuidFilter?4(unknown-type)
28990 QtBluetooth.QBluetoothServiceDiscoveryAgent.setUuidFilter?4(QBluetoothUuid)
28991 QtBluetooth.QBluetoothServiceDiscoveryAgent.uuidFilter?4() -> unknown-type
28992 QtBluetooth.QBluetoothServiceDiscoveryAgent.setRemoteAddress?4(QBluetoothAddress) -> bool
28993 QtBluetooth.QBluetoothServiceDiscoveryAgent.remoteAddress?4() -> QBluetoothAddress
28994 QtBluetooth.QBluetoothServiceDiscoveryAgent.start?4(QBluetoothServiceDiscoveryAgent.DiscoveryMode mode=QBluetoothServiceDiscoveryAgent.MinimalDiscovery)
28995 QtBluetooth.QBluetoothServiceDiscoveryAgent.stop?4()
28996 QtBluetooth.QBluetoothServiceDiscoveryAgent.clear?4()
28997 QtBluetooth.QBluetoothServiceDiscoveryAgent.serviceDiscovered?4(QBluetoothServiceInfo)
28998 QtBluetooth.QBluetoothServiceDiscoveryAgent.finished?4()
28999 QtBluetooth.QBluetoothServiceDiscoveryAgent.canceled?4()
29000 QtBluetooth.QBluetoothServiceDiscoveryAgent.errorOccurred?4(QBluetoothServiceDiscoveryAgent.Error)
29001 QtBluetooth.QBluetoothServiceInfo.Protocol?10
29002 QtBluetooth.QBluetoothServiceInfo.Protocol.UnknownProtocol?10
29003 QtBluetooth.QBluetoothServiceInfo.Protocol.L2capProtocol?10
29004 QtBluetooth.QBluetoothServiceInfo.Protocol.RfcommProtocol?10
29005 QtBluetooth.QBluetoothServiceInfo.AttributeId?10
29006 QtBluetooth.QBluetoothServiceInfo.AttributeId.ServiceRecordHandle?10
29007 QtBluetooth.QBluetoothServiceInfo.AttributeId.ServiceClassIds?10
29008 QtBluetooth.QBluetoothServiceInfo.AttributeId.ServiceRecordState?10
29009 QtBluetooth.QBluetoothServiceInfo.AttributeId.ServiceId?10
29010 QtBluetooth.QBluetoothServiceInfo.AttributeId.ProtocolDescriptorList?10
29011 QtBluetooth.QBluetoothServiceInfo.AttributeId.BrowseGroupList?10
29012 QtBluetooth.QBluetoothServiceInfo.AttributeId.LanguageBaseAttributeIdList?10
29013 QtBluetooth.QBluetoothServiceInfo.AttributeId.ServiceInfoTimeToLive?10
29014 QtBluetooth.QBluetoothServiceInfo.AttributeId.ServiceAvailability?10
29015 QtBluetooth.QBluetoothServiceInfo.AttributeId.BluetoothProfileDescriptorList?10
29016 QtBluetooth.QBluetoothServiceInfo.AttributeId.DocumentationUrl?10
29017 QtBluetooth.QBluetoothServiceInfo.AttributeId.ClientExecutableUrl?10
29018 QtBluetooth.QBluetoothServiceInfo.AttributeId.IconUrl?10
29019 QtBluetooth.QBluetoothServiceInfo.AttributeId.AdditionalProtocolDescriptorList?10
29020 QtBluetooth.QBluetoothServiceInfo.AttributeId.PrimaryLanguageBase?10
29021 QtBluetooth.QBluetoothServiceInfo.AttributeId.ServiceName?10
29022 QtBluetooth.QBluetoothServiceInfo.AttributeId.ServiceDescription?10
29023 QtBluetooth.QBluetoothServiceInfo.AttributeId.ServiceProvider?10
29024 QtBluetooth.QBluetoothServiceInfo?1()
29025 QtBluetooth.QBluetoothServiceInfo.__init__?1(self)
29026 QtBluetooth.QBluetoothServiceInfo?1(QBluetoothServiceInfo)
29027 QtBluetooth.QBluetoothServiceInfo.__init__?1(self, QBluetoothServiceInfo)
29028 QtBluetooth.QBluetoothServiceInfo.isValid?4() -> bool
29029 QtBluetooth.QBluetoothServiceInfo.isComplete?4() -> bool
29030 QtBluetooth.QBluetoothServiceInfo.setDevice?4(QBluetoothDeviceInfo)
29031 QtBluetooth.QBluetoothServiceInfo.device?4() -> QBluetoothDeviceInfo
29032 QtBluetooth.QBluetoothServiceInfo.attribute?4(int) -> QVariant
29033 QtBluetooth.QBluetoothServiceInfo.attributes?4() -> unknown-type
29034 QtBluetooth.QBluetoothServiceInfo.contains?4(int) -> bool
29035 QtBluetooth.QBluetoothServiceInfo.removeAttribute?4(int)
29036 QtBluetooth.QBluetoothServiceInfo.socketProtocol?4() -> QBluetoothServiceInfo.Protocol
29037 QtBluetooth.QBluetoothServiceInfo.protocolServiceMultiplexer?4() -> int
29038 QtBluetooth.QBluetoothServiceInfo.serverChannel?4() -> int
29039 QtBluetooth.QBluetoothServiceInfo.protocolDescriptor?4(QBluetoothUuid.ProtocolUuid) -> Sequence
29040 QtBluetooth.QBluetoothServiceInfo.isRegistered?4() -> bool
29041 QtBluetooth.QBluetoothServiceInfo.registerService?4(QBluetoothAddress localAdapter=QBluetoothAddress()) -> bool
29042 QtBluetooth.QBluetoothServiceInfo.unregisterService?4() -> bool
29043 QtBluetooth.QBluetoothServiceInfo.setAttribute?4(int, QBluetoothUuid)
29044 QtBluetooth.QBluetoothServiceInfo.setAttribute?4(int, Sequence)
29045 QtBluetooth.QBluetoothServiceInfo.setAttribute?4(int, QVariant)
29046 QtBluetooth.QBluetoothServiceInfo.setServiceName?4(QString)
29047 QtBluetooth.QBluetoothServiceInfo.serviceName?4() -> QString
29048 QtBluetooth.QBluetoothServiceInfo.setServiceDescription?4(QString)
29049 QtBluetooth.QBluetoothServiceInfo.serviceDescription?4() -> QString
29050 QtBluetooth.QBluetoothServiceInfo.setServiceProvider?4(QString)
29051 QtBluetooth.QBluetoothServiceInfo.serviceProvider?4() -> QString
29052 QtBluetooth.QBluetoothServiceInfo.setServiceAvailability?4(int)
29053 QtBluetooth.QBluetoothServiceInfo.serviceAvailability?4() -> int
29054 QtBluetooth.QBluetoothServiceInfo.setServiceUuid?4(QBluetoothUuid)
29055 QtBluetooth.QBluetoothServiceInfo.serviceUuid?4() -> QBluetoothUuid
29056 QtBluetooth.QBluetoothServiceInfo.serviceClassUuids?4() -> unknown-type
29057 QtBluetooth.QBluetoothSocket.SocketError?10
29058 QtBluetooth.QBluetoothSocket.SocketError.NoSocketError?10
29059 QtBluetooth.QBluetoothSocket.SocketError.UnknownSocketError?10
29060 QtBluetooth.QBluetoothSocket.SocketError.RemoteHostClosedError?10
29061 QtBluetooth.QBluetoothSocket.SocketError.HostNotFoundError?10
29062 QtBluetooth.QBluetoothSocket.SocketError.ServiceNotFoundError?10
29063 QtBluetooth.QBluetoothSocket.SocketError.NetworkError?10
29064 QtBluetooth.QBluetoothSocket.SocketError.UnsupportedProtocolError?10
29065 QtBluetooth.QBluetoothSocket.SocketError.OperationError?10
29066 QtBluetooth.QBluetoothSocket.SocketState?10
29067 QtBluetooth.QBluetoothSocket.SocketState.UnconnectedState?10
29068 QtBluetooth.QBluetoothSocket.SocketState.ServiceLookupState?10
29069 QtBluetooth.QBluetoothSocket.SocketState.ConnectingState?10
29070 QtBluetooth.QBluetoothSocket.SocketState.ConnectedState?10
29071 QtBluetooth.QBluetoothSocket.SocketState.BoundState?10
29072 QtBluetooth.QBluetoothSocket.SocketState.ClosingState?10
29073 QtBluetooth.QBluetoothSocket.SocketState.ListeningState?10
29074 QtBluetooth.QBluetoothSocket?1(QBluetoothServiceInfo.Protocol, QObject parent=None)
29075 QtBluetooth.QBluetoothSocket.__init__?1(self, QBluetoothServiceInfo.Protocol, QObject parent=None)
29076 QtBluetooth.QBluetoothSocket?1(QObject parent=None)
29077 QtBluetooth.QBluetoothSocket.__init__?1(self, QObject parent=None)
29078 QtBluetooth.QBluetoothSocket.abort?4()
29079 QtBluetooth.QBluetoothSocket.close?4()
29080 QtBluetooth.QBluetoothSocket.isSequential?4() -> bool
29081 QtBluetooth.QBluetoothSocket.bytesAvailable?4() -> int
29082 QtBluetooth.QBluetoothSocket.bytesToWrite?4() -> int
29083 QtBluetooth.QBluetoothSocket.canReadLine?4() -> bool
29084 QtBluetooth.QBluetoothSocket.connectToService?4(QBluetoothAddress, QBluetoothUuid.ServiceClassUuid, unknown-type mode=QIODeviceBase.ReadWrite)
29085 QtBluetooth.QBluetoothSocket.connectToService?4(QBluetoothAddress, int, unknown-type mode=QIODeviceBase.ReadWrite)
29086 QtBluetooth.QBluetoothSocket.connectToService?4(QBluetoothAddress, QBluetoothUuid, unknown-type mode=QIODeviceBase.ReadWrite)
29087 QtBluetooth.QBluetoothSocket.connectToService?4(QBluetoothServiceInfo, unknown-type mode=QIODeviceBase.ReadWrite)
29088 QtBluetooth.QBluetoothSocket.disconnectFromService?4()
29089 QtBluetooth.QBluetoothSocket.localName?4() -> QString
29090 QtBluetooth.QBluetoothSocket.localAddress?4() -> QBluetoothAddress
29091 QtBluetooth.QBluetoothSocket.localPort?4() -> int
29092 QtBluetooth.QBluetoothSocket.peerName?4() -> QString
29093 QtBluetooth.QBluetoothSocket.peerAddress?4() -> QBluetoothAddress
29094 QtBluetooth.QBluetoothSocket.peerPort?4() -> int
29095 QtBluetooth.QBluetoothSocket.setSocketDescriptor?4(int, QBluetoothServiceInfo.Protocol, QBluetoothSocket.SocketState state=QBluetoothSocket.SocketState.ConnectedState, unknown-type mode=QIODeviceBase.ReadWrite) -> bool
29096 QtBluetooth.QBluetoothSocket.socketDescriptor?4() -> int
29097 QtBluetooth.QBluetoothSocket.socketType?4() -> QBluetoothServiceInfo.Protocol
29098 QtBluetooth.QBluetoothSocket.state?4() -> QBluetoothSocket.SocketState
29099 QtBluetooth.QBluetoothSocket.error?4() -> QBluetoothSocket.SocketError
29100 QtBluetooth.QBluetoothSocket.errorString?4() -> QString
29101 QtBluetooth.QBluetoothSocket.connected?4()
29102 QtBluetooth.QBluetoothSocket.disconnected?4()
29103 QtBluetooth.QBluetoothSocket.errorOccurred?4(QBluetoothSocket.SocketError)
29104 QtBluetooth.QBluetoothSocket.stateChanged?4(QBluetoothSocket.SocketState)
29105 QtBluetooth.QBluetoothSocket.readData?4(int) -> object
29106 QtBluetooth.QBluetoothSocket.writeData?4(bytes) -> int
29107 QtBluetooth.QBluetoothSocket.setSocketState?4(QBluetoothSocket.SocketState)
29108 QtBluetooth.QBluetoothSocket.setSocketError?4(QBluetoothSocket.SocketError)
29109 QtBluetooth.QBluetoothSocket.doDeviceDiscovery?4(QBluetoothServiceInfo, unknown-type)
29110 QtBluetooth.QBluetoothSocket.setPreferredSecurityFlags?4(unknown-type)
29111 QtBluetooth.QBluetoothSocket.preferredSecurityFlags?4() -> unknown-type
29112 QtBluetooth.QBluetoothUuid.DescriptorType?10
29113 QtBluetooth.QBluetoothUuid.DescriptorType.UnknownDescriptorType?10
29114 QtBluetooth.QBluetoothUuid.DescriptorType.CharacteristicExtendedProperties?10
29115 QtBluetooth.QBluetoothUuid.DescriptorType.CharacteristicUserDescription?10
29116 QtBluetooth.QBluetoothUuid.DescriptorType.ClientCharacteristicConfiguration?10
29117 QtBluetooth.QBluetoothUuid.DescriptorType.ServerCharacteristicConfiguration?10
29118 QtBluetooth.QBluetoothUuid.DescriptorType.CharacteristicPresentationFormat?10
29119 QtBluetooth.QBluetoothUuid.DescriptorType.CharacteristicAggregateFormat?10
29120 QtBluetooth.QBluetoothUuid.DescriptorType.ValidRange?10
29121 QtBluetooth.QBluetoothUuid.DescriptorType.ExternalReportReference?10
29122 QtBluetooth.QBluetoothUuid.DescriptorType.ReportReference?10
29123 QtBluetooth.QBluetoothUuid.DescriptorType.EnvironmentalSensingConfiguration?10
29124 QtBluetooth.QBluetoothUuid.DescriptorType.EnvironmentalSensingMeasurement?10
29125 QtBluetooth.QBluetoothUuid.DescriptorType.EnvironmentalSensingTriggerSetting?10
29126 QtBluetooth.QBluetoothUuid.CharacteristicType?10
29127 QtBluetooth.QBluetoothUuid.CharacteristicType.DeviceName?10
29128 QtBluetooth.QBluetoothUuid.CharacteristicType.Appearance?10
29129 QtBluetooth.QBluetoothUuid.CharacteristicType.PeripheralPrivacyFlag?10
29130 QtBluetooth.QBluetoothUuid.CharacteristicType.ReconnectionAddress?10
29131 QtBluetooth.QBluetoothUuid.CharacteristicType.PeripheralPreferredConnectionParameters?10
29132 QtBluetooth.QBluetoothUuid.CharacteristicType.ServiceChanged?10
29133 QtBluetooth.QBluetoothUuid.CharacteristicType.AlertLevel?10
29134 QtBluetooth.QBluetoothUuid.CharacteristicType.TxPowerLevel?10
29135 QtBluetooth.QBluetoothUuid.CharacteristicType.DateTime?10
29136 QtBluetooth.QBluetoothUuid.CharacteristicType.DayOfWeek?10
29137 QtBluetooth.QBluetoothUuid.CharacteristicType.DayDateTime?10
29138 QtBluetooth.QBluetoothUuid.CharacteristicType.ExactTime256?10
29139 QtBluetooth.QBluetoothUuid.CharacteristicType.DSTOffset?10
29140 QtBluetooth.QBluetoothUuid.CharacteristicType.TimeZone?10
29141 QtBluetooth.QBluetoothUuid.CharacteristicType.LocalTimeInformation?10
29142 QtBluetooth.QBluetoothUuid.CharacteristicType.TimeWithDST?10
29143 QtBluetooth.QBluetoothUuid.CharacteristicType.TimeAccuracy?10
29144 QtBluetooth.QBluetoothUuid.CharacteristicType.TimeSource?10
29145 QtBluetooth.QBluetoothUuid.CharacteristicType.ReferenceTimeInformation?10
29146 QtBluetooth.QBluetoothUuid.CharacteristicType.TimeUpdateControlPoint?10
29147 QtBluetooth.QBluetoothUuid.CharacteristicType.TimeUpdateState?10
29148 QtBluetooth.QBluetoothUuid.CharacteristicType.GlucoseMeasurement?10
29149 QtBluetooth.QBluetoothUuid.CharacteristicType.BatteryLevel?10
29150 QtBluetooth.QBluetoothUuid.CharacteristicType.TemperatureMeasurement?10
29151 QtBluetooth.QBluetoothUuid.CharacteristicType.TemperatureType?10
29152 QtBluetooth.QBluetoothUuid.CharacteristicType.IntermediateTemperature?10
29153 QtBluetooth.QBluetoothUuid.CharacteristicType.MeasurementInterval?10
29154 QtBluetooth.QBluetoothUuid.CharacteristicType.BootKeyboardInputReport?10
29155 QtBluetooth.QBluetoothUuid.CharacteristicType.SystemID?10
29156 QtBluetooth.QBluetoothUuid.CharacteristicType.ModelNumberString?10
29157 QtBluetooth.QBluetoothUuid.CharacteristicType.SerialNumberString?10
29158 QtBluetooth.QBluetoothUuid.CharacteristicType.FirmwareRevisionString?10
29159 QtBluetooth.QBluetoothUuid.CharacteristicType.HardwareRevisionString?10
29160 QtBluetooth.QBluetoothUuid.CharacteristicType.SoftwareRevisionString?10
29161 QtBluetooth.QBluetoothUuid.CharacteristicType.ManufacturerNameString?10
29162 QtBluetooth.QBluetoothUuid.CharacteristicType.IEEE1107320601RegulatoryCertificationDataList?10
29163 QtBluetooth.QBluetoothUuid.CharacteristicType.CurrentTime?10
29164 QtBluetooth.QBluetoothUuid.CharacteristicType.MagneticDeclination?10
29165 QtBluetooth.QBluetoothUuid.CharacteristicType.ScanRefresh?10
29166 QtBluetooth.QBluetoothUuid.CharacteristicType.BootKeyboardOutputReport?10
29167 QtBluetooth.QBluetoothUuid.CharacteristicType.BootMouseInputReport?10
29168 QtBluetooth.QBluetoothUuid.CharacteristicType.GlucoseMeasurementContext?10
29169 QtBluetooth.QBluetoothUuid.CharacteristicType.BloodPressureMeasurement?10
29170 QtBluetooth.QBluetoothUuid.CharacteristicType.IntermediateCuffPressure?10
29171 QtBluetooth.QBluetoothUuid.CharacteristicType.HeartRateMeasurement?10
29172 QtBluetooth.QBluetoothUuid.CharacteristicType.BodySensorLocation?10
29173 QtBluetooth.QBluetoothUuid.CharacteristicType.HeartRateControlPoint?10
29174 QtBluetooth.QBluetoothUuid.CharacteristicType.AlertStatus?10
29175 QtBluetooth.QBluetoothUuid.CharacteristicType.RingerControlPoint?10
29176 QtBluetooth.QBluetoothUuid.CharacteristicType.RingerSetting?10
29177 QtBluetooth.QBluetoothUuid.CharacteristicType.AlertCategoryIDBitMask?10
29178 QtBluetooth.QBluetoothUuid.CharacteristicType.AlertCategoryID?10
29179 QtBluetooth.QBluetoothUuid.CharacteristicType.AlertNotificationControlPoint?10
29180 QtBluetooth.QBluetoothUuid.CharacteristicType.UnreadAlertStatus?10
29181 QtBluetooth.QBluetoothUuid.CharacteristicType.NewAlert?10
29182 QtBluetooth.QBluetoothUuid.CharacteristicType.SupportedNewAlertCategory?10
29183 QtBluetooth.QBluetoothUuid.CharacteristicType.SupportedUnreadAlertCategory?10
29184 QtBluetooth.QBluetoothUuid.CharacteristicType.BloodPressureFeature?10
29185 QtBluetooth.QBluetoothUuid.CharacteristicType.HIDInformation?10
29186 QtBluetooth.QBluetoothUuid.CharacteristicType.ReportMap?10
29187 QtBluetooth.QBluetoothUuid.CharacteristicType.HIDControlPoint?10
29188 QtBluetooth.QBluetoothUuid.CharacteristicType.Report?10
29189 QtBluetooth.QBluetoothUuid.CharacteristicType.ProtocolMode?10
29190 QtBluetooth.QBluetoothUuid.CharacteristicType.ScanIntervalWindow?10
29191 QtBluetooth.QBluetoothUuid.CharacteristicType.PnPID?10
29192 QtBluetooth.QBluetoothUuid.CharacteristicType.GlucoseFeature?10
29193 QtBluetooth.QBluetoothUuid.CharacteristicType.RecordAccessControlPoint?10
29194 QtBluetooth.QBluetoothUuid.CharacteristicType.RSCMeasurement?10
29195 QtBluetooth.QBluetoothUuid.CharacteristicType.RSCFeature?10
29196 QtBluetooth.QBluetoothUuid.CharacteristicType.SCControlPoint?10
29197 QtBluetooth.QBluetoothUuid.CharacteristicType.CSCMeasurement?10
29198 QtBluetooth.QBluetoothUuid.CharacteristicType.CSCFeature?10
29199 QtBluetooth.QBluetoothUuid.CharacteristicType.SensorLocation?10
29200 QtBluetooth.QBluetoothUuid.CharacteristicType.CyclingPowerMeasurement?10
29201 QtBluetooth.QBluetoothUuid.CharacteristicType.CyclingPowerVector?10
29202 QtBluetooth.QBluetoothUuid.CharacteristicType.CyclingPowerFeature?10
29203 QtBluetooth.QBluetoothUuid.CharacteristicType.CyclingPowerControlPoint?10
29204 QtBluetooth.QBluetoothUuid.CharacteristicType.LocationAndSpeed?10
29205 QtBluetooth.QBluetoothUuid.CharacteristicType.Navigation?10
29206 QtBluetooth.QBluetoothUuid.CharacteristicType.PositionQuality?10
29207 QtBluetooth.QBluetoothUuid.CharacteristicType.LNFeature?10
29208 QtBluetooth.QBluetoothUuid.CharacteristicType.LNControlPoint?10
29209 QtBluetooth.QBluetoothUuid.CharacteristicType.Elevation?10
29210 QtBluetooth.QBluetoothUuid.CharacteristicType.Pressure?10
29211 QtBluetooth.QBluetoothUuid.CharacteristicType.Temperature?10
29212 QtBluetooth.QBluetoothUuid.CharacteristicType.Humidity?10
29213 QtBluetooth.QBluetoothUuid.CharacteristicType.TrueWindSpeed?10
29214 QtBluetooth.QBluetoothUuid.CharacteristicType.TrueWindDirection?10
29215 QtBluetooth.QBluetoothUuid.CharacteristicType.ApparentWindSpeed?10
29216 QtBluetooth.QBluetoothUuid.CharacteristicType.ApparentWindDirection?10
29217 QtBluetooth.QBluetoothUuid.CharacteristicType.GustFactor?10
29218 QtBluetooth.QBluetoothUuid.CharacteristicType.PollenConcentration?10
29219 QtBluetooth.QBluetoothUuid.CharacteristicType.UVIndex?10
29220 QtBluetooth.QBluetoothUuid.CharacteristicType.Irradiance?10
29221 QtBluetooth.QBluetoothUuid.CharacteristicType.Rainfall?10
29222 QtBluetooth.QBluetoothUuid.CharacteristicType.WindChill?10
29223 QtBluetooth.QBluetoothUuid.CharacteristicType.HeatIndex?10
29224 QtBluetooth.QBluetoothUuid.CharacteristicType.DewPoint?10
29225 QtBluetooth.QBluetoothUuid.CharacteristicType.DescriptorValueChanged?10
29226 QtBluetooth.QBluetoothUuid.CharacteristicType.AerobicHeartRateLowerLimit?10
29227 QtBluetooth.QBluetoothUuid.CharacteristicType.AerobicThreshold?10
29228 QtBluetooth.QBluetoothUuid.CharacteristicType.Age?10
29229 QtBluetooth.QBluetoothUuid.CharacteristicType.AnaerobicHeartRateLowerLimit?10
29230 QtBluetooth.QBluetoothUuid.CharacteristicType.AnaerobicHeartRateUpperLimit?10
29231 QtBluetooth.QBluetoothUuid.CharacteristicType.AnaerobicThreshold?10
29232 QtBluetooth.QBluetoothUuid.CharacteristicType.AerobicHeartRateUpperLimit?10
29233 QtBluetooth.QBluetoothUuid.CharacteristicType.DateOfBirth?10
29234 QtBluetooth.QBluetoothUuid.CharacteristicType.DateOfThresholdAssessment?10
29235 QtBluetooth.QBluetoothUuid.CharacteristicType.EmailAddress?10
29236 QtBluetooth.QBluetoothUuid.CharacteristicType.FatBurnHeartRateLowerLimit?10
29237 QtBluetooth.QBluetoothUuid.CharacteristicType.FatBurnHeartRateUpperLimit?10
29238 QtBluetooth.QBluetoothUuid.CharacteristicType.FirstName?10
29239 QtBluetooth.QBluetoothUuid.CharacteristicType.FiveZoneHeartRateLimits?10
29240 QtBluetooth.QBluetoothUuid.CharacteristicType.Gender?10
29241 QtBluetooth.QBluetoothUuid.CharacteristicType.HeartRateMax?10
29242 QtBluetooth.QBluetoothUuid.CharacteristicType.Height?10
29243 QtBluetooth.QBluetoothUuid.CharacteristicType.HipCircumference?10
29244 QtBluetooth.QBluetoothUuid.CharacteristicType.LastName?10
29245 QtBluetooth.QBluetoothUuid.CharacteristicType.MaximumRecommendedHeartRate?10
29246 QtBluetooth.QBluetoothUuid.CharacteristicType.RestingHeartRate?10
29247 QtBluetooth.QBluetoothUuid.CharacteristicType.SportTypeForAerobicAnaerobicThresholds?10
29248 QtBluetooth.QBluetoothUuid.CharacteristicType.ThreeZoneHeartRateLimits?10
29249 QtBluetooth.QBluetoothUuid.CharacteristicType.TwoZoneHeartRateLimits?10
29250 QtBluetooth.QBluetoothUuid.CharacteristicType.VO2Max?10
29251 QtBluetooth.QBluetoothUuid.CharacteristicType.WaistCircumference?10
29252 QtBluetooth.QBluetoothUuid.CharacteristicType.Weight?10
29253 QtBluetooth.QBluetoothUuid.CharacteristicType.DatabaseChangeIncrement?10
29254 QtBluetooth.QBluetoothUuid.CharacteristicType.UserIndex?10
29255 QtBluetooth.QBluetoothUuid.CharacteristicType.BodyCompositionFeature?10
29256 QtBluetooth.QBluetoothUuid.CharacteristicType.BodyCompositionMeasurement?10
29257 QtBluetooth.QBluetoothUuid.CharacteristicType.WeightMeasurement?10
29258 QtBluetooth.QBluetoothUuid.CharacteristicType.WeightScaleFeature?10
29259 QtBluetooth.QBluetoothUuid.CharacteristicType.UserControlPoint?10
29260 QtBluetooth.QBluetoothUuid.CharacteristicType.MagneticFluxDensity2D?10
29261 QtBluetooth.QBluetoothUuid.CharacteristicType.MagneticFluxDensity3D?10
29262 QtBluetooth.QBluetoothUuid.CharacteristicType.Language?10
29263 QtBluetooth.QBluetoothUuid.CharacteristicType.BarometricPressureTrend?10
29264 QtBluetooth.QBluetoothUuid.ServiceClassUuid?10
29265 QtBluetooth.QBluetoothUuid.ServiceClassUuid.ServiceDiscoveryServer?10
29266 QtBluetooth.QBluetoothUuid.ServiceClassUuid.BrowseGroupDescriptor?10
29267 QtBluetooth.QBluetoothUuid.ServiceClassUuid.PublicBrowseGroup?10
29268 QtBluetooth.QBluetoothUuid.ServiceClassUuid.SerialPort?10
29269 QtBluetooth.QBluetoothUuid.ServiceClassUuid.LANAccessUsingPPP?10
29270 QtBluetooth.QBluetoothUuid.ServiceClassUuid.DialupNetworking?10
29271 QtBluetooth.QBluetoothUuid.ServiceClassUuid.IrMCSync?10
29272 QtBluetooth.QBluetoothUuid.ServiceClassUuid.ObexObjectPush?10
29273 QtBluetooth.QBluetoothUuid.ServiceClassUuid.OBEXFileTransfer?10
29274 QtBluetooth.QBluetoothUuid.ServiceClassUuid.IrMCSyncCommand?10
29275 QtBluetooth.QBluetoothUuid.ServiceClassUuid.Headset?10
29276 QtBluetooth.QBluetoothUuid.ServiceClassUuid.AudioSource?10
29277 QtBluetooth.QBluetoothUuid.ServiceClassUuid.AudioSink?10
29278 QtBluetooth.QBluetoothUuid.ServiceClassUuid.AV_RemoteControlTarget?10
29279 QtBluetooth.QBluetoothUuid.ServiceClassUuid.AdvancedAudioDistribution?10
29280 QtBluetooth.QBluetoothUuid.ServiceClassUuid.AV_RemoteControl?10
29281 QtBluetooth.QBluetoothUuid.ServiceClassUuid.AV_RemoteControlController?10
29282 QtBluetooth.QBluetoothUuid.ServiceClassUuid.HeadsetAG?10
29283 QtBluetooth.QBluetoothUuid.ServiceClassUuid.PANU?10
29284 QtBluetooth.QBluetoothUuid.ServiceClassUuid.NAP?10
29285 QtBluetooth.QBluetoothUuid.ServiceClassUuid.GN?10
29286 QtBluetooth.QBluetoothUuid.ServiceClassUuid.DirectPrinting?10
29287 QtBluetooth.QBluetoothUuid.ServiceClassUuid.ReferencePrinting?10
29288 QtBluetooth.QBluetoothUuid.ServiceClassUuid.BasicImage?10
29289 QtBluetooth.QBluetoothUuid.ServiceClassUuid.ImagingResponder?10
29290 QtBluetooth.QBluetoothUuid.ServiceClassUuid.ImagingAutomaticArchive?10
29291 QtBluetooth.QBluetoothUuid.ServiceClassUuid.ImagingReferenceObjects?10
29292 QtBluetooth.QBluetoothUuid.ServiceClassUuid.Handsfree?10
29293 QtBluetooth.QBluetoothUuid.ServiceClassUuid.HandsfreeAudioGateway?10
29294 QtBluetooth.QBluetoothUuid.ServiceClassUuid.DirectPrintingReferenceObjectsService?10
29295 QtBluetooth.QBluetoothUuid.ServiceClassUuid.ReflectedUI?10
29296 QtBluetooth.QBluetoothUuid.ServiceClassUuid.BasicPrinting?10
29297 QtBluetooth.QBluetoothUuid.ServiceClassUuid.PrintingStatus?10
29298 QtBluetooth.QBluetoothUuid.ServiceClassUuid.HumanInterfaceDeviceService?10
29299 QtBluetooth.QBluetoothUuid.ServiceClassUuid.HardcopyCableReplacement?10
29300 QtBluetooth.QBluetoothUuid.ServiceClassUuid.HCRPrint?10
29301 QtBluetooth.QBluetoothUuid.ServiceClassUuid.HCRScan?10
29302 QtBluetooth.QBluetoothUuid.ServiceClassUuid.SIMAccess?10
29303 QtBluetooth.QBluetoothUuid.ServiceClassUuid.PhonebookAccessPCE?10
29304 QtBluetooth.QBluetoothUuid.ServiceClassUuid.PhonebookAccessPSE?10
29305 QtBluetooth.QBluetoothUuid.ServiceClassUuid.PhonebookAccess?10
29306 QtBluetooth.QBluetoothUuid.ServiceClassUuid.HeadsetHS?10
29307 QtBluetooth.QBluetoothUuid.ServiceClassUuid.MessageAccessServer?10
29308 QtBluetooth.QBluetoothUuid.ServiceClassUuid.MessageNotificationServer?10
29309 QtBluetooth.QBluetoothUuid.ServiceClassUuid.MessageAccessProfile?10
29310 QtBluetooth.QBluetoothUuid.ServiceClassUuid.GNSS?10
29311 QtBluetooth.QBluetoothUuid.ServiceClassUuid.GNSSServer?10
29312 QtBluetooth.QBluetoothUuid.ServiceClassUuid.Display3D?10
29313 QtBluetooth.QBluetoothUuid.ServiceClassUuid.Glasses3D?10
29314 QtBluetooth.QBluetoothUuid.ServiceClassUuid.Synchronization3D?10
29315 QtBluetooth.QBluetoothUuid.ServiceClassUuid.MPSProfile?10
29316 QtBluetooth.QBluetoothUuid.ServiceClassUuid.MPSService?10
29317 QtBluetooth.QBluetoothUuid.ServiceClassUuid.PnPInformation?10
29318 QtBluetooth.QBluetoothUuid.ServiceClassUuid.GenericNetworking?10
29319 QtBluetooth.QBluetoothUuid.ServiceClassUuid.GenericFileTransfer?10
29320 QtBluetooth.QBluetoothUuid.ServiceClassUuid.GenericAudio?10
29321 QtBluetooth.QBluetoothUuid.ServiceClassUuid.GenericTelephony?10
29322 QtBluetooth.QBluetoothUuid.ServiceClassUuid.VideoSource?10
29323 QtBluetooth.QBluetoothUuid.ServiceClassUuid.VideoSink?10
29324 QtBluetooth.QBluetoothUuid.ServiceClassUuid.VideoDistribution?10
29325 QtBluetooth.QBluetoothUuid.ServiceClassUuid.HDP?10
29326 QtBluetooth.QBluetoothUuid.ServiceClassUuid.HDPSource?10
29327 QtBluetooth.QBluetoothUuid.ServiceClassUuid.HDPSink?10
29328 QtBluetooth.QBluetoothUuid.ServiceClassUuid.GenericAccess?10
29329 QtBluetooth.QBluetoothUuid.ServiceClassUuid.GenericAttribute?10
29330 QtBluetooth.QBluetoothUuid.ServiceClassUuid.ImmediateAlert?10
29331 QtBluetooth.QBluetoothUuid.ServiceClassUuid.LinkLoss?10
29332 QtBluetooth.QBluetoothUuid.ServiceClassUuid.TxPower?10
29333 QtBluetooth.QBluetoothUuid.ServiceClassUuid.CurrentTimeService?10
29334 QtBluetooth.QBluetoothUuid.ServiceClassUuid.ReferenceTimeUpdateService?10
29335 QtBluetooth.QBluetoothUuid.ServiceClassUuid.NextDSTChangeService?10
29336 QtBluetooth.QBluetoothUuid.ServiceClassUuid.Glucose?10
29337 QtBluetooth.QBluetoothUuid.ServiceClassUuid.HealthThermometer?10
29338 QtBluetooth.QBluetoothUuid.ServiceClassUuid.DeviceInformation?10
29339 QtBluetooth.QBluetoothUuid.ServiceClassUuid.HeartRate?10
29340 QtBluetooth.QBluetoothUuid.ServiceClassUuid.PhoneAlertStatusService?10
29341 QtBluetooth.QBluetoothUuid.ServiceClassUuid.BatteryService?10
29342 QtBluetooth.QBluetoothUuid.ServiceClassUuid.BloodPressure?10
29343 QtBluetooth.QBluetoothUuid.ServiceClassUuid.AlertNotificationService?10
29344 QtBluetooth.QBluetoothUuid.ServiceClassUuid.HumanInterfaceDevice?10
29345 QtBluetooth.QBluetoothUuid.ServiceClassUuid.ScanParameters?10
29346 QtBluetooth.QBluetoothUuid.ServiceClassUuid.RunningSpeedAndCadence?10
29347 QtBluetooth.QBluetoothUuid.ServiceClassUuid.CyclingSpeedAndCadence?10
29348 QtBluetooth.QBluetoothUuid.ServiceClassUuid.CyclingPower?10
29349 QtBluetooth.QBluetoothUuid.ServiceClassUuid.LocationAndNavigation?10
29350 QtBluetooth.QBluetoothUuid.ServiceClassUuid.EnvironmentalSensing?10
29351 QtBluetooth.QBluetoothUuid.ServiceClassUuid.BodyComposition?10
29352 QtBluetooth.QBluetoothUuid.ServiceClassUuid.UserData?10
29353 QtBluetooth.QBluetoothUuid.ServiceClassUuid.WeightScale?10
29354 QtBluetooth.QBluetoothUuid.ServiceClassUuid.BondManagement?10
29355 QtBluetooth.QBluetoothUuid.ServiceClassUuid.ContinuousGlucoseMonitoring?10
29356 QtBluetooth.QBluetoothUuid.ProtocolUuid?10
29357 QtBluetooth.QBluetoothUuid.ProtocolUuid.Sdp?10
29358 QtBluetooth.QBluetoothUuid.ProtocolUuid.Udp?10
29359 QtBluetooth.QBluetoothUuid.ProtocolUuid.Rfcomm?10
29360 QtBluetooth.QBluetoothUuid.ProtocolUuid.Tcp?10
29361 QtBluetooth.QBluetoothUuid.ProtocolUuid.TcsBin?10
29362 QtBluetooth.QBluetoothUuid.ProtocolUuid.TcsAt?10
29363 QtBluetooth.QBluetoothUuid.ProtocolUuid.Att?10
29364 QtBluetooth.QBluetoothUuid.ProtocolUuid.Obex?10
29365 QtBluetooth.QBluetoothUuid.ProtocolUuid.Ip?10
29366 QtBluetooth.QBluetoothUuid.ProtocolUuid.Ftp?10
29367 QtBluetooth.QBluetoothUuid.ProtocolUuid.Http?10
29368 QtBluetooth.QBluetoothUuid.ProtocolUuid.Wsp?10
29369 QtBluetooth.QBluetoothUuid.ProtocolUuid.Bnep?10
29370 QtBluetooth.QBluetoothUuid.ProtocolUuid.Upnp?10
29371 QtBluetooth.QBluetoothUuid.ProtocolUuid.Hidp?10
29372 QtBluetooth.QBluetoothUuid.ProtocolUuid.HardcopyControlChannel?10
29373 QtBluetooth.QBluetoothUuid.ProtocolUuid.HardcopyDataChannel?10
29374 QtBluetooth.QBluetoothUuid.ProtocolUuid.HardcopyNotification?10
29375 QtBluetooth.QBluetoothUuid.ProtocolUuid.Avctp?10
29376 QtBluetooth.QBluetoothUuid.ProtocolUuid.Avdtp?10
29377 QtBluetooth.QBluetoothUuid.ProtocolUuid.Cmtp?10
29378 QtBluetooth.QBluetoothUuid.ProtocolUuid.UdiCPlain?10
29379 QtBluetooth.QBluetoothUuid.ProtocolUuid.McapControlChannel?10
29380 QtBluetooth.QBluetoothUuid.ProtocolUuid.McapDataChannel?10
29381 QtBluetooth.QBluetoothUuid.ProtocolUuid.L2cap?10
29382 QtBluetooth.QBluetoothUuid?1()
29383 QtBluetooth.QBluetoothUuid.__init__?1(self)
29384 QtBluetooth.QBluetoothUuid?1(QBluetoothUuid.ProtocolUuid)
29385 QtBluetooth.QBluetoothUuid.__init__?1(self, QBluetoothUuid.ProtocolUuid)
29386 QtBluetooth.QBluetoothUuid?1(QBluetoothUuid.ServiceClassUuid)
29387 QtBluetooth.QBluetoothUuid.__init__?1(self, QBluetoothUuid.ServiceClassUuid)
29388 QtBluetooth.QBluetoothUuid?1(QBluetoothUuid.CharacteristicType)
29389 QtBluetooth.QBluetoothUuid.__init__?1(self, QBluetoothUuid.CharacteristicType)
29390 QtBluetooth.QBluetoothUuid?1(QBluetoothUuid.DescriptorType)
29391 QtBluetooth.QBluetoothUuid.__init__?1(self, QBluetoothUuid.DescriptorType)
29392 QtBluetooth.QBluetoothUuid?1(int)
29393 QtBluetooth.QBluetoothUuid.__init__?1(self, int)
29394 QtBluetooth.QBluetoothUuid?1(quint128)
29395 QtBluetooth.QBluetoothUuid.__init__?1(self, quint128)
29396 QtBluetooth.QBluetoothUuid?1(QString)
29397 QtBluetooth.QBluetoothUuid.__init__?1(self, QString)
29398 QtBluetooth.QBluetoothUuid?1(QBluetoothUuid)
29399 QtBluetooth.QBluetoothUuid.__init__?1(self, QBluetoothUuid)
29400 QtBluetooth.QBluetoothUuid?1(QUuid)
29401 QtBluetooth.QBluetoothUuid.__init__?1(self, QUuid)
29402 QtBluetooth.QBluetoothUuid.minimumSize?4() -> int
29403 QtBluetooth.QBluetoothUuid.toUInt16?4() -> (int, bool)
29404 QtBluetooth.QBluetoothUuid.toUInt32?4() -> (int, bool)
29405 QtBluetooth.QBluetoothUuid.toUInt128?4() -> quint128
29406 QtBluetooth.QBluetoothUuid.serviceClassToString?4(QBluetoothUuid.ServiceClassUuid) -> QString
29407 QtBluetooth.QBluetoothUuid.protocolToString?4(QBluetoothUuid.ProtocolUuid) -> QString
29408 QtBluetooth.QBluetoothUuid.characteristicToString?4(QBluetoothUuid.CharacteristicType) -> QString
29409 QtBluetooth.QBluetoothUuid.descriptorToString?4(QBluetoothUuid.DescriptorType) -> QString
29410 QtBluetooth.QLowEnergyAdvertisingData.Discoverability?10
29411 QtBluetooth.QLowEnergyAdvertisingData.Discoverability.DiscoverabilityNone?10
29412 QtBluetooth.QLowEnergyAdvertisingData.Discoverability.DiscoverabilityLimited?10
29413 QtBluetooth.QLowEnergyAdvertisingData.Discoverability.DiscoverabilityGeneral?10
29414 QtBluetooth.QLowEnergyAdvertisingData?1()
29415 QtBluetooth.QLowEnergyAdvertisingData.__init__?1(self)
29416 QtBluetooth.QLowEnergyAdvertisingData?1(QLowEnergyAdvertisingData)
29417 QtBluetooth.QLowEnergyAdvertisingData.__init__?1(self, QLowEnergyAdvertisingData)
29418 QtBluetooth.QLowEnergyAdvertisingData.setLocalName?4(QString)
29419 QtBluetooth.QLowEnergyAdvertisingData.localName?4() -> QString
29420 QtBluetooth.QLowEnergyAdvertisingData.invalidManufacturerId?4() -> int
29421 QtBluetooth.QLowEnergyAdvertisingData.setManufacturerData?4(int, QByteArray)
29422 QtBluetooth.QLowEnergyAdvertisingData.manufacturerId?4() -> int
29423 QtBluetooth.QLowEnergyAdvertisingData.manufacturerData?4() -> QByteArray
29424 QtBluetooth.QLowEnergyAdvertisingData.setIncludePowerLevel?4(bool)
29425 QtBluetooth.QLowEnergyAdvertisingData.includePowerLevel?4() -> bool
29426 QtBluetooth.QLowEnergyAdvertisingData.setDiscoverability?4(QLowEnergyAdvertisingData.Discoverability)
29427 QtBluetooth.QLowEnergyAdvertisingData.discoverability?4() -> QLowEnergyAdvertisingData.Discoverability
29428 QtBluetooth.QLowEnergyAdvertisingData.setServices?4(unknown-type)
29429 QtBluetooth.QLowEnergyAdvertisingData.services?4() -> unknown-type
29430 QtBluetooth.QLowEnergyAdvertisingData.setRawData?4(QByteArray)
29431 QtBluetooth.QLowEnergyAdvertisingData.rawData?4() -> QByteArray
29432 QtBluetooth.QLowEnergyAdvertisingData.swap?4(QLowEnergyAdvertisingData)
29433 QtBluetooth.QLowEnergyAdvertisingParameters.FilterPolicy?10
29434 QtBluetooth.QLowEnergyAdvertisingParameters.FilterPolicy.IgnoreWhiteList?10
29435 QtBluetooth.QLowEnergyAdvertisingParameters.FilterPolicy.UseWhiteListForScanning?10
29436 QtBluetooth.QLowEnergyAdvertisingParameters.FilterPolicy.UseWhiteListForConnecting?10
29437 QtBluetooth.QLowEnergyAdvertisingParameters.FilterPolicy.UseWhiteListForScanningAndConnecting?10
29438 QtBluetooth.QLowEnergyAdvertisingParameters.Mode?10
29439 QtBluetooth.QLowEnergyAdvertisingParameters.Mode.AdvInd?10
29440 QtBluetooth.QLowEnergyAdvertisingParameters.Mode.AdvScanInd?10
29441 QtBluetooth.QLowEnergyAdvertisingParameters.Mode.AdvNonConnInd?10
29442 QtBluetooth.QLowEnergyAdvertisingParameters?1()
29443 QtBluetooth.QLowEnergyAdvertisingParameters.__init__?1(self)
29444 QtBluetooth.QLowEnergyAdvertisingParameters?1(QLowEnergyAdvertisingParameters)
29445 QtBluetooth.QLowEnergyAdvertisingParameters.__init__?1(self, QLowEnergyAdvertisingParameters)
29446 QtBluetooth.QLowEnergyAdvertisingParameters.setMode?4(QLowEnergyAdvertisingParameters.Mode)
29447 QtBluetooth.QLowEnergyAdvertisingParameters.mode?4() -> QLowEnergyAdvertisingParameters.Mode
29448 QtBluetooth.QLowEnergyAdvertisingParameters.setWhiteList?4(unknown-type, QLowEnergyAdvertisingParameters.FilterPolicy)
29449 QtBluetooth.QLowEnergyAdvertisingParameters.whiteList?4() -> unknown-type
29450 QtBluetooth.QLowEnergyAdvertisingParameters.filterPolicy?4() -> QLowEnergyAdvertisingParameters.FilterPolicy
29451 QtBluetooth.QLowEnergyAdvertisingParameters.setInterval?4(int, int)
29452 QtBluetooth.QLowEnergyAdvertisingParameters.minimumInterval?4() -> int
29453 QtBluetooth.QLowEnergyAdvertisingParameters.maximumInterval?4() -> int
29454 QtBluetooth.QLowEnergyAdvertisingParameters.swap?4(QLowEnergyAdvertisingParameters)
29455 QtBluetooth.QLowEnergyAdvertisingParameters.AddressInfo.address?7
29456 QtBluetooth.QLowEnergyAdvertisingParameters.AddressInfo.type?7
29457 QtBluetooth.QLowEnergyAdvertisingParameters.AddressInfo?1(QBluetoothAddress, QLowEnergyController.RemoteAddressType)
29458 QtBluetooth.QLowEnergyAdvertisingParameters.AddressInfo.__init__?1(self, QBluetoothAddress, QLowEnergyController.RemoteAddressType)
29459 QtBluetooth.QLowEnergyAdvertisingParameters.AddressInfo?1()
29460 QtBluetooth.QLowEnergyAdvertisingParameters.AddressInfo.__init__?1(self)
29461 QtBluetooth.QLowEnergyAdvertisingParameters.AddressInfo?1(QLowEnergyAdvertisingParameters.AddressInfo)
29462 QtBluetooth.QLowEnergyAdvertisingParameters.AddressInfo.__init__?1(self, QLowEnergyAdvertisingParameters.AddressInfo)
29463 QtBluetooth.QLowEnergyCharacteristic.PropertyType?10
29464 QtBluetooth.QLowEnergyCharacteristic.PropertyType.Unknown?10
29465 QtBluetooth.QLowEnergyCharacteristic.PropertyType.Broadcasting?10
29466 QtBluetooth.QLowEnergyCharacteristic.PropertyType.Read?10
29467 QtBluetooth.QLowEnergyCharacteristic.PropertyType.WriteNoResponse?10
29468 QtBluetooth.QLowEnergyCharacteristic.PropertyType.Write?10
29469 QtBluetooth.QLowEnergyCharacteristic.PropertyType.Notify?10
29470 QtBluetooth.QLowEnergyCharacteristic.PropertyType.Indicate?10
29471 QtBluetooth.QLowEnergyCharacteristic.PropertyType.WriteSigned?10
29472 QtBluetooth.QLowEnergyCharacteristic.PropertyType.ExtendedProperty?10
29473 QtBluetooth.QLowEnergyCharacteristic.CCCDDisable?7
29474 QtBluetooth.QLowEnergyCharacteristic.CCCDEnableIndication?7
29475 QtBluetooth.QLowEnergyCharacteristic.CCCDEnableNotification?7
29476 QtBluetooth.QLowEnergyCharacteristic?1()
29477 QtBluetooth.QLowEnergyCharacteristic.__init__?1(self)
29478 QtBluetooth.QLowEnergyCharacteristic?1(QLowEnergyCharacteristic)
29479 QtBluetooth.QLowEnergyCharacteristic.__init__?1(self, QLowEnergyCharacteristic)
29480 QtBluetooth.QLowEnergyCharacteristic.name?4() -> QString
29481 QtBluetooth.QLowEnergyCharacteristic.uuid?4() -> QBluetoothUuid
29482 QtBluetooth.QLowEnergyCharacteristic.value?4() -> QByteArray
29483 QtBluetooth.QLowEnergyCharacteristic.properties?4() -> unknown-type
29484 QtBluetooth.QLowEnergyCharacteristic.descriptor?4(QBluetoothUuid) -> QLowEnergyDescriptor
29485 QtBluetooth.QLowEnergyCharacteristic.descriptors?4() -> unknown-type
29486 QtBluetooth.QLowEnergyCharacteristic.isValid?4() -> bool
29487 QtBluetooth.QLowEnergyCharacteristic.clientCharacteristicConfiguration?4() -> QLowEnergyDescriptor
29488 QtBluetooth.QLowEnergyCharacteristicData?1()
29489 QtBluetooth.QLowEnergyCharacteristicData.__init__?1(self)
29490 QtBluetooth.QLowEnergyCharacteristicData?1(QLowEnergyCharacteristicData)
29491 QtBluetooth.QLowEnergyCharacteristicData.__init__?1(self, QLowEnergyCharacteristicData)
29492 QtBluetooth.QLowEnergyCharacteristicData.uuid?4() -> QBluetoothUuid
29493 QtBluetooth.QLowEnergyCharacteristicData.setUuid?4(QBluetoothUuid)
29494 QtBluetooth.QLowEnergyCharacteristicData.value?4() -> QByteArray
29495 QtBluetooth.QLowEnergyCharacteristicData.setValue?4(QByteArray)
29496 QtBluetooth.QLowEnergyCharacteristicData.properties?4() -> unknown-type
29497 QtBluetooth.QLowEnergyCharacteristicData.setProperties?4(unknown-type)
29498 QtBluetooth.QLowEnergyCharacteristicData.descriptors?4() -> unknown-type
29499 QtBluetooth.QLowEnergyCharacteristicData.setDescriptors?4(unknown-type)
29500 QtBluetooth.QLowEnergyCharacteristicData.addDescriptor?4(QLowEnergyDescriptorData)
29501 QtBluetooth.QLowEnergyCharacteristicData.setReadConstraints?4(unknown-type)
29502 QtBluetooth.QLowEnergyCharacteristicData.readConstraints?4() -> unknown-type
29503 QtBluetooth.QLowEnergyCharacteristicData.setWriteConstraints?4(unknown-type)
29504 QtBluetooth.QLowEnergyCharacteristicData.writeConstraints?4() -> unknown-type
29505 QtBluetooth.QLowEnergyCharacteristicData.setValueLength?4(int, int)
29506 QtBluetooth.QLowEnergyCharacteristicData.minimumValueLength?4() -> int
29507 QtBluetooth.QLowEnergyCharacteristicData.maximumValueLength?4() -> int
29508 QtBluetooth.QLowEnergyCharacteristicData.isValid?4() -> bool
29509 QtBluetooth.QLowEnergyCharacteristicData.swap?4(QLowEnergyCharacteristicData)
29510 QtBluetooth.QLowEnergyConnectionParameters?1()
29511 QtBluetooth.QLowEnergyConnectionParameters.__init__?1(self)
29512 QtBluetooth.QLowEnergyConnectionParameters?1(QLowEnergyConnectionParameters)
29513 QtBluetooth.QLowEnergyConnectionParameters.__init__?1(self, QLowEnergyConnectionParameters)
29514 QtBluetooth.QLowEnergyConnectionParameters.setIntervalRange?4(float, float)
29515 QtBluetooth.QLowEnergyConnectionParameters.minimumInterval?4() -> float
29516 QtBluetooth.QLowEnergyConnectionParameters.maximumInterval?4() -> float
29517 QtBluetooth.QLowEnergyConnectionParameters.setLatency?4(int)
29518 QtBluetooth.QLowEnergyConnectionParameters.latency?4() -> int
29519 QtBluetooth.QLowEnergyConnectionParameters.setSupervisionTimeout?4(int)
29520 QtBluetooth.QLowEnergyConnectionParameters.supervisionTimeout?4() -> int
29521 QtBluetooth.QLowEnergyConnectionParameters.swap?4(QLowEnergyConnectionParameters)
29522 QtBluetooth.QLowEnergyController.Role?10
29523 QtBluetooth.QLowEnergyController.Role.CentralRole?10
29524 QtBluetooth.QLowEnergyController.Role.PeripheralRole?10
29525 QtBluetooth.QLowEnergyController.RemoteAddressType?10
29526 QtBluetooth.QLowEnergyController.RemoteAddressType.PublicAddress?10
29527 QtBluetooth.QLowEnergyController.RemoteAddressType.RandomAddress?10
29528 QtBluetooth.QLowEnergyController.ControllerState?10
29529 QtBluetooth.QLowEnergyController.ControllerState.UnconnectedState?10
29530 QtBluetooth.QLowEnergyController.ControllerState.ConnectingState?10
29531 QtBluetooth.QLowEnergyController.ControllerState.ConnectedState?10
29532 QtBluetooth.QLowEnergyController.ControllerState.DiscoveringState?10
29533 QtBluetooth.QLowEnergyController.ControllerState.DiscoveredState?10
29534 QtBluetooth.QLowEnergyController.ControllerState.ClosingState?10
29535 QtBluetooth.QLowEnergyController.ControllerState.AdvertisingState?10
29536 QtBluetooth.QLowEnergyController.Error?10
29537 QtBluetooth.QLowEnergyController.Error.NoError?10
29538 QtBluetooth.QLowEnergyController.Error.UnknownError?10
29539 QtBluetooth.QLowEnergyController.Error.UnknownRemoteDeviceError?10
29540 QtBluetooth.QLowEnergyController.Error.NetworkError?10
29541 QtBluetooth.QLowEnergyController.Error.InvalidBluetoothAdapterError?10
29542 QtBluetooth.QLowEnergyController.Error.ConnectionError?10
29543 QtBluetooth.QLowEnergyController.Error.AdvertisingError?10
29544 QtBluetooth.QLowEnergyController.Error.RemoteHostClosedError?10
29545 QtBluetooth.QLowEnergyController.Error.AuthorizationError?10
29546 QtBluetooth.QLowEnergyController.localAddress?4() -> QBluetoothAddress
29547 QtBluetooth.QLowEnergyController.remoteAddress?4() -> QBluetoothAddress
29548 QtBluetooth.QLowEnergyController.state?4() -> QLowEnergyController.ControllerState
29549 QtBluetooth.QLowEnergyController.remoteAddressType?4() -> QLowEnergyController.RemoteAddressType
29550 QtBluetooth.QLowEnergyController.setRemoteAddressType?4(QLowEnergyController.RemoteAddressType)
29551 QtBluetooth.QLowEnergyController.connectToDevice?4()
29552 QtBluetooth.QLowEnergyController.disconnectFromDevice?4()
29553 QtBluetooth.QLowEnergyController.discoverServices?4()
29554 QtBluetooth.QLowEnergyController.services?4() -> unknown-type
29555 QtBluetooth.QLowEnergyController.createServiceObject?4(QBluetoothUuid, QObject parent=None) -> QLowEnergyService
29556 QtBluetooth.QLowEnergyController.error?4() -> QLowEnergyController.Error
29557 QtBluetooth.QLowEnergyController.errorString?4() -> QString
29558 QtBluetooth.QLowEnergyController.remoteName?4() -> QString
29559 QtBluetooth.QLowEnergyController.mtu?4() -> int
29560 QtBluetooth.QLowEnergyController.connected?4()
29561 QtBluetooth.QLowEnergyController.disconnected?4()
29562 QtBluetooth.QLowEnergyController.stateChanged?4(QLowEnergyController.ControllerState)
29563 QtBluetooth.QLowEnergyController.errorOccurred?4(QLowEnergyController.Error)
29564 QtBluetooth.QLowEnergyController.serviceDiscovered?4(QBluetoothUuid)
29565 QtBluetooth.QLowEnergyController.discoveryFinished?4()
29566 QtBluetooth.QLowEnergyController.connectionUpdated?4(QLowEnergyConnectionParameters)
29567 QtBluetooth.QLowEnergyController.mtuChanged?4(int)
29568 QtBluetooth.QLowEnergyController.createCentral?4(QBluetoothDeviceInfo, QObject parent=None) -> QLowEnergyController
29569 QtBluetooth.QLowEnergyController.createCentral?4(QBluetoothDeviceInfo, QBluetoothAddress, QObject parent=None) -> QLowEnergyController
29570 QtBluetooth.QLowEnergyController.createPeripheral?4(QBluetoothAddress, QObject parent=None) -> QLowEnergyController
29571 QtBluetooth.QLowEnergyController.createPeripheral?4(QObject parent=None) -> QLowEnergyController
29572 QtBluetooth.QLowEnergyController.startAdvertising?4(QLowEnergyAdvertisingParameters, QLowEnergyAdvertisingData, QLowEnergyAdvertisingData scanResponseData=QLowEnergyAdvertisingData())
29573 QtBluetooth.QLowEnergyController.stopAdvertising?4()
29574 QtBluetooth.QLowEnergyController.addService?4(QLowEnergyServiceData, QObject parent=None) -> QLowEnergyService
29575 QtBluetooth.QLowEnergyController.requestConnectionUpdate?4(QLowEnergyConnectionParameters)
29576 QtBluetooth.QLowEnergyController.role?4() -> QLowEnergyController.Role
29577 QtBluetooth.QLowEnergyController.remoteDeviceUuid?4() -> QBluetoothUuid
29578 QtBluetooth.QLowEnergyDescriptor?1()
29579 QtBluetooth.QLowEnergyDescriptor.__init__?1(self)
29580 QtBluetooth.QLowEnergyDescriptor?1(QLowEnergyDescriptor)
29581 QtBluetooth.QLowEnergyDescriptor.__init__?1(self, QLowEnergyDescriptor)
29582 QtBluetooth.QLowEnergyDescriptor.isValid?4() -> bool
29583 QtBluetooth.QLowEnergyDescriptor.value?4() -> QByteArray
29584 QtBluetooth.QLowEnergyDescriptor.uuid?4() -> QBluetoothUuid
29585 QtBluetooth.QLowEnergyDescriptor.name?4() -> QString
29586 QtBluetooth.QLowEnergyDescriptor.type?4() -> QBluetoothUuid.DescriptorType
29587 QtBluetooth.QLowEnergyDescriptorData?1()
29588 QtBluetooth.QLowEnergyDescriptorData.__init__?1(self)
29589 QtBluetooth.QLowEnergyDescriptorData?1(QBluetoothUuid, QByteArray)
29590 QtBluetooth.QLowEnergyDescriptorData.__init__?1(self, QBluetoothUuid, QByteArray)
29591 QtBluetooth.QLowEnergyDescriptorData?1(QLowEnergyDescriptorData)
29592 QtBluetooth.QLowEnergyDescriptorData.__init__?1(self, QLowEnergyDescriptorData)
29593 QtBluetooth.QLowEnergyDescriptorData.value?4() -> QByteArray
29594 QtBluetooth.QLowEnergyDescriptorData.setValue?4(QByteArray)
29595 QtBluetooth.QLowEnergyDescriptorData.uuid?4() -> QBluetoothUuid
29596 QtBluetooth.QLowEnergyDescriptorData.setUuid?4(QBluetoothUuid)
29597 QtBluetooth.QLowEnergyDescriptorData.isValid?4() -> bool
29598 QtBluetooth.QLowEnergyDescriptorData.setReadPermissions?4(bool, unknown-type constraints=QBluetooth.AttAccessConstraints())
29599 QtBluetooth.QLowEnergyDescriptorData.isReadable?4() -> bool
29600 QtBluetooth.QLowEnergyDescriptorData.readConstraints?4() -> unknown-type
29601 QtBluetooth.QLowEnergyDescriptorData.setWritePermissions?4(bool, unknown-type constraints=QBluetooth.AttAccessConstraints())
29602 QtBluetooth.QLowEnergyDescriptorData.isWritable?4() -> bool
29603 QtBluetooth.QLowEnergyDescriptorData.writeConstraints?4() -> unknown-type
29604 QtBluetooth.QLowEnergyDescriptorData.swap?4(QLowEnergyDescriptorData)
29605 QtBluetooth.QLowEnergyService.WriteMode?10
29606 QtBluetooth.QLowEnergyService.WriteMode.WriteWithResponse?10
29607 QtBluetooth.QLowEnergyService.WriteMode.WriteWithoutResponse?10
29608 QtBluetooth.QLowEnergyService.WriteMode.WriteSigned?10
29609 QtBluetooth.QLowEnergyService.ServiceState?10
29610 QtBluetooth.QLowEnergyService.ServiceState.InvalidService?10
29611 QtBluetooth.QLowEnergyService.ServiceState.DiscoveryRequired?10
29612 QtBluetooth.QLowEnergyService.ServiceState.ServiceDiscovered?10
29613 QtBluetooth.QLowEnergyService.ServiceState.LocalService?10
29614 QtBluetooth.QLowEnergyService.ServiceState.RemoteService?10
29615 QtBluetooth.QLowEnergyService.ServiceState.RemoteServiceDiscovering?10
29616 QtBluetooth.QLowEnergyService.ServiceState.RemoteServiceDiscovered?10
29617 QtBluetooth.QLowEnergyService.ServiceState.DiscoveringService?10
29618 QtBluetooth.QLowEnergyService.ServiceError?10
29619 QtBluetooth.QLowEnergyService.ServiceError.NoError?10
29620 QtBluetooth.QLowEnergyService.ServiceError.OperationError?10
29621 QtBluetooth.QLowEnergyService.ServiceError.CharacteristicWriteError?10
29622 QtBluetooth.QLowEnergyService.ServiceError.DescriptorWriteError?10
29623 QtBluetooth.QLowEnergyService.ServiceError.CharacteristicReadError?10
29624 QtBluetooth.QLowEnergyService.ServiceError.DescriptorReadError?10
29625 QtBluetooth.QLowEnergyService.ServiceError.UnknownError?10
29626 QtBluetooth.QLowEnergyService.ServiceType?10
29627 QtBluetooth.QLowEnergyService.ServiceType.PrimaryService?10
29628 QtBluetooth.QLowEnergyService.ServiceType.IncludedService?10
29629 QtBluetooth.QLowEnergyService.DiscoveryMode?10
29630 QtBluetooth.QLowEnergyService.DiscoveryMode.FullDiscovery?10
29631 QtBluetooth.QLowEnergyService.DiscoveryMode.SkipValueDiscovery?10
29632 QtBluetooth.QLowEnergyService.includedServices?4() -> unknown-type
29633 QtBluetooth.QLowEnergyService.type?4() -> unknown-type
29634 QtBluetooth.QLowEnergyService.state?4() -> QLowEnergyService.ServiceState
29635 QtBluetooth.QLowEnergyService.characteristic?4(QBluetoothUuid) -> QLowEnergyCharacteristic
29636 QtBluetooth.QLowEnergyService.characteristics?4() -> unknown-type
29637 QtBluetooth.QLowEnergyService.serviceUuid?4() -> QBluetoothUuid
29638 QtBluetooth.QLowEnergyService.serviceName?4() -> QString
29639 QtBluetooth.QLowEnergyService.discoverDetails?4(QLowEnergyService.DiscoveryMode mode=QLowEnergyService.FullDiscovery)
29640 QtBluetooth.QLowEnergyService.error?4() -> QLowEnergyService.ServiceError
29641 QtBluetooth.QLowEnergyService.contains?4(QLowEnergyCharacteristic) -> bool
29642 QtBluetooth.QLowEnergyService.contains?4(QLowEnergyDescriptor) -> bool
29643 QtBluetooth.QLowEnergyService.writeCharacteristic?4(QLowEnergyCharacteristic, QByteArray, QLowEnergyService.WriteMode mode=QLowEnergyService.WriteWithResponse)
29644 QtBluetooth.QLowEnergyService.writeDescriptor?4(QLowEnergyDescriptor, QByteArray)
29645 QtBluetooth.QLowEnergyService.stateChanged?4(QLowEnergyService.ServiceState)
29646 QtBluetooth.QLowEnergyService.characteristicChanged?4(QLowEnergyCharacteristic, QByteArray)
29647 QtBluetooth.QLowEnergyService.characteristicWritten?4(QLowEnergyCharacteristic, QByteArray)
29648 QtBluetooth.QLowEnergyService.descriptorWritten?4(QLowEnergyDescriptor, QByteArray)
29649 QtBluetooth.QLowEnergyService.errorOccurred?4(QLowEnergyService.ServiceError)
29650 QtBluetooth.QLowEnergyService.readCharacteristic?4(QLowEnergyCharacteristic)
29651 QtBluetooth.QLowEnergyService.readDescriptor?4(QLowEnergyDescriptor)
29652 QtBluetooth.QLowEnergyService.characteristicRead?4(QLowEnergyCharacteristic, QByteArray)
29653 QtBluetooth.QLowEnergyService.descriptorRead?4(QLowEnergyDescriptor, QByteArray)
29654 QtBluetooth.QLowEnergyServiceData.ServiceType?10
29655 QtBluetooth.QLowEnergyServiceData.ServiceType.ServiceTypePrimary?10
29656 QtBluetooth.QLowEnergyServiceData.ServiceType.ServiceTypeSecondary?10
29657 QtBluetooth.QLowEnergyServiceData?1()
29658 QtBluetooth.QLowEnergyServiceData.__init__?1(self)
29659 QtBluetooth.QLowEnergyServiceData?1(QLowEnergyServiceData)
29660 QtBluetooth.QLowEnergyServiceData.__init__?1(self, QLowEnergyServiceData)
29661 QtBluetooth.QLowEnergyServiceData.type?4() -> QLowEnergyServiceData.ServiceType
29662 QtBluetooth.QLowEnergyServiceData.setType?4(QLowEnergyServiceData.ServiceType)
29663 QtBluetooth.QLowEnergyServiceData.uuid?4() -> QBluetoothUuid
29664 QtBluetooth.QLowEnergyServiceData.setUuid?4(QBluetoothUuid)
29665 QtBluetooth.QLowEnergyServiceData.includedServices?4() -> unknown-type
29666 QtBluetooth.QLowEnergyServiceData.setIncludedServices?4(unknown-type)
29667 QtBluetooth.QLowEnergyServiceData.addIncludedService?4(QLowEnergyService)
29668 QtBluetooth.QLowEnergyServiceData.characteristics?4() -> unknown-type
29669 QtBluetooth.QLowEnergyServiceData.setCharacteristics?4(unknown-type)
29670 QtBluetooth.QLowEnergyServiceData.addCharacteristic?4(QLowEnergyCharacteristicData)
29671 QtBluetooth.QLowEnergyServiceData.isValid?4() -> bool
29672 QtBluetooth.QLowEnergyServiceData.swap?4(QLowEnergyServiceData)
29673 QtNfc.QNdefFilter?1()
29674 QtNfc.QNdefFilter.__init__?1(self)
29675 QtNfc.QNdefFilter?1(QNdefFilter)
29676 QtNfc.QNdefFilter.__init__?1(self, QNdefFilter)
29677 QtNfc.QNdefFilter.clear?4()
29678 QtNfc.QNdefFilter.setOrderMatch?4(bool)
29679 QtNfc.QNdefFilter.orderMatch?4() -> bool
29680 QtNfc.QNdefFilter.appendRecord?4(QNdefFilter.Record) -> bool
29681 QtNfc.QNdefFilter.appendRecord?4(QNdefRecord.TypeNameFormat, QByteArray, int min=1, int max=1) -> bool
29682 QtNfc.QNdefFilter.recordCount?4() -> int
29683 QtNfc.QNdefFilter.recordAt?4(int) -> QNdefFilter.Record
29684 QtNfc.QNdefFilter.match?4(QNdefMessage) -> bool
29685 QtNfc.QNdefFilter.Record.maximum?7
29686 QtNfc.QNdefFilter.Record.minimum?7
29687 QtNfc.QNdefFilter.Record.type?7
29688 QtNfc.QNdefFilter.Record.typeNameFormat?7
29689 QtNfc.QNdefFilter.Record?1()
29690 QtNfc.QNdefFilter.Record.__init__?1(self)
29691 QtNfc.QNdefFilter.Record?1(QNdefFilter.Record)
29692 QtNfc.QNdefFilter.Record.__init__?1(self, QNdefFilter.Record)
29693 QtNfc.QNdefMessage?1()
29694 QtNfc.QNdefMessage.__init__?1(self)
29695 QtNfc.QNdefMessage?1(QNdefRecord)
29696 QtNfc.QNdefMessage.__init__?1(self, QNdefRecord)
29697 QtNfc.QNdefMessage?1(QNdefMessage)
29698 QtNfc.QNdefMessage.__init__?1(self, QNdefMessage)
29699 QtNfc.QNdefMessage?1(unknown-type)
29700 QtNfc.QNdefMessage.__init__?1(self, unknown-type)
29701 QtNfc.QNdefMessage.toByteArray?4() -> QByteArray
29702 QtNfc.QNdefMessage.fromByteArray?4(QByteArray) -> QNdefMessage
29703 QtNfc.QNdefRecord.TypeNameFormat?10
29704 QtNfc.QNdefRecord.TypeNameFormat.Empty?10
29705 QtNfc.QNdefRecord.TypeNameFormat.NfcRtd?10
29706 QtNfc.QNdefRecord.TypeNameFormat.Mime?10
29707 QtNfc.QNdefRecord.TypeNameFormat.Uri?10
29708 QtNfc.QNdefRecord.TypeNameFormat.ExternalRtd?10
29709 QtNfc.QNdefRecord.TypeNameFormat.Unknown?10
29710 QtNfc.QNdefRecord?1()
29711 QtNfc.QNdefRecord.__init__?1(self)
29712 QtNfc.QNdefRecord?1(QNdefRecord)
29713 QtNfc.QNdefRecord.__init__?1(self, QNdefRecord)
29714 QtNfc.QNdefRecord.setTypeNameFormat?4(QNdefRecord.TypeNameFormat)
29715 QtNfc.QNdefRecord.typeNameFormat?4() -> QNdefRecord.TypeNameFormat
29716 QtNfc.QNdefRecord.setType?4(QByteArray)
29717 QtNfc.QNdefRecord.type?4() -> QByteArray
29718 QtNfc.QNdefRecord.setId?4(QByteArray)
29719 QtNfc.QNdefRecord.id?4() -> QByteArray
29720 QtNfc.QNdefRecord.setPayload?4(QByteArray)
29721 QtNfc.QNdefRecord.payload?4() -> QByteArray
29722 QtNfc.QNdefRecord.isEmpty?4() -> bool
29723 QtNfc.QNdefRecord.clear?4()
29724 QtNfc.QNdefNfcIconRecord?1()
29725 QtNfc.QNdefNfcIconRecord.__init__?1(self)
29726 QtNfc.QNdefNfcIconRecord?1(QNdefRecord)
29727 QtNfc.QNdefNfcIconRecord.__init__?1(self, QNdefRecord)
29728 QtNfc.QNdefNfcIconRecord?1(QNdefNfcIconRecord)
29729 QtNfc.QNdefNfcIconRecord.__init__?1(self, QNdefNfcIconRecord)
29730 QtNfc.QNdefNfcIconRecord.setData?4(QByteArray)
29731 QtNfc.QNdefNfcIconRecord.data?4() -> QByteArray
29732 QtNfc.QNdefNfcSmartPosterRecord.Action?10
29733 QtNfc.QNdefNfcSmartPosterRecord.Action.UnspecifiedAction?10
29734 QtNfc.QNdefNfcSmartPosterRecord.Action.DoAction?10
29735 QtNfc.QNdefNfcSmartPosterRecord.Action.SaveAction?10
29736 QtNfc.QNdefNfcSmartPosterRecord.Action.EditAction?10
29737 QtNfc.QNdefNfcSmartPosterRecord?1()
29738 QtNfc.QNdefNfcSmartPosterRecord.__init__?1(self)
29739 QtNfc.QNdefNfcSmartPosterRecord?1(QNdefNfcSmartPosterRecord)
29740 QtNfc.QNdefNfcSmartPosterRecord.__init__?1(self, QNdefNfcSmartPosterRecord)
29741 QtNfc.QNdefNfcSmartPosterRecord?1(QNdefRecord)
29742 QtNfc.QNdefNfcSmartPosterRecord.__init__?1(self, QNdefRecord)
29743 QtNfc.QNdefNfcSmartPosterRecord.setPayload?4(QByteArray)
29744 QtNfc.QNdefNfcSmartPosterRecord.hasTitle?4(QString locale='') -> bool
29745 QtNfc.QNdefNfcSmartPosterRecord.hasAction?4() -> bool
29746 QtNfc.QNdefNfcSmartPosterRecord.hasIcon?4(QByteArray mimetype=QByteArray()) -> bool
29747 QtNfc.QNdefNfcSmartPosterRecord.hasSize?4() -> bool
29748 QtNfc.QNdefNfcSmartPosterRecord.hasTypeInfo?4() -> bool
29749 QtNfc.QNdefNfcSmartPosterRecord.titleCount?4() -> int
29750 QtNfc.QNdefNfcSmartPosterRecord.title?4(QString locale='') -> QString
29751 QtNfc.QNdefNfcSmartPosterRecord.titleRecord?4(int) -> QNdefNfcTextRecord
29752 QtNfc.QNdefNfcSmartPosterRecord.titleRecords?4() -> unknown-type
29753 QtNfc.QNdefNfcSmartPosterRecord.addTitle?4(QNdefNfcTextRecord) -> bool
29754 QtNfc.QNdefNfcSmartPosterRecord.addTitle?4(QString, QString, QNdefNfcTextRecord.Encoding) -> bool
29755 QtNfc.QNdefNfcSmartPosterRecord.removeTitle?4(QNdefNfcTextRecord) -> bool
29756 QtNfc.QNdefNfcSmartPosterRecord.removeTitle?4(QString) -> bool
29757 QtNfc.QNdefNfcSmartPosterRecord.setTitles?4(unknown-type)
29758 QtNfc.QNdefNfcSmartPosterRecord.uri?4() -> QUrl
29759 QtNfc.QNdefNfcSmartPosterRecord.uriRecord?4() -> QNdefNfcUriRecord
29760 QtNfc.QNdefNfcSmartPosterRecord.setUri?4(QNdefNfcUriRecord)
29761 QtNfc.QNdefNfcSmartPosterRecord.setUri?4(QUrl)
29762 QtNfc.QNdefNfcSmartPosterRecord.action?4() -> QNdefNfcSmartPosterRecord.Action
29763 QtNfc.QNdefNfcSmartPosterRecord.setAction?4(QNdefNfcSmartPosterRecord.Action)
29764 QtNfc.QNdefNfcSmartPosterRecord.iconCount?4() -> int
29765 QtNfc.QNdefNfcSmartPosterRecord.icon?4(QByteArray mimetype=QByteArray()) -> QByteArray
29766 QtNfc.QNdefNfcSmartPosterRecord.iconRecord?4(int) -> QNdefNfcIconRecord
29767 QtNfc.QNdefNfcSmartPosterRecord.iconRecords?4() -> unknown-type
29768 QtNfc.QNdefNfcSmartPosterRecord.addIcon?4(QNdefNfcIconRecord)
29769 QtNfc.QNdefNfcSmartPosterRecord.addIcon?4(QByteArray, QByteArray)
29770 QtNfc.QNdefNfcSmartPosterRecord.removeIcon?4(QNdefNfcIconRecord) -> bool
29771 QtNfc.QNdefNfcSmartPosterRecord.removeIcon?4(QByteArray) -> bool
29772 QtNfc.QNdefNfcSmartPosterRecord.setIcons?4(unknown-type)
29773 QtNfc.QNdefNfcSmartPosterRecord.size?4() -> int
29774 QtNfc.QNdefNfcSmartPosterRecord.setSize?4(int)
29775 QtNfc.QNdefNfcSmartPosterRecord.typeInfo?4() -> QString
29776 QtNfc.QNdefNfcSmartPosterRecord.setTypeInfo?4(QString)
29777 QtNfc.QNdefNfcTextRecord.Encoding?10
29778 QtNfc.QNdefNfcTextRecord.Encoding.Utf8?10
29779 QtNfc.QNdefNfcTextRecord.Encoding.Utf16?10
29780 QtNfc.QNdefNfcTextRecord?1()
29781 QtNfc.QNdefNfcTextRecord.__init__?1(self)
29782 QtNfc.QNdefNfcTextRecord?1(QNdefRecord)
29783 QtNfc.QNdefNfcTextRecord.__init__?1(self, QNdefRecord)
29784 QtNfc.QNdefNfcTextRecord?1(QNdefNfcTextRecord)
29785 QtNfc.QNdefNfcTextRecord.__init__?1(self, QNdefNfcTextRecord)
29786 QtNfc.QNdefNfcTextRecord.locale?4() -> QString
29787 QtNfc.QNdefNfcTextRecord.setLocale?4(QString)
29788 QtNfc.QNdefNfcTextRecord.text?4() -> QString
29789 QtNfc.QNdefNfcTextRecord.setText?4(QString)
29790 QtNfc.QNdefNfcTextRecord.encoding?4() -> QNdefNfcTextRecord.Encoding
29791 QtNfc.QNdefNfcTextRecord.setEncoding?4(QNdefNfcTextRecord.Encoding)
29792 QtNfc.QNdefNfcUriRecord?1()
29793 QtNfc.QNdefNfcUriRecord.__init__?1(self)
29794 QtNfc.QNdefNfcUriRecord?1(QNdefRecord)
29795 QtNfc.QNdefNfcUriRecord.__init__?1(self, QNdefRecord)
29796 QtNfc.QNdefNfcUriRecord?1(QNdefNfcUriRecord)
29797 QtNfc.QNdefNfcUriRecord.__init__?1(self, QNdefNfcUriRecord)
29798 QtNfc.QNdefNfcUriRecord.uri?4() -> QUrl
29799 QtNfc.QNdefNfcUriRecord.setUri?4(QUrl)
29800 QtNfc.QNearFieldManager.AdapterState?10
29801 QtNfc.QNearFieldManager.AdapterState.Offline?10
29802 QtNfc.QNearFieldManager.AdapterState.TurningOn?10
29803 QtNfc.QNearFieldManager.AdapterState.Online?10
29804 QtNfc.QNearFieldManager.AdapterState.TurningOff?10
29805 QtNfc.QNearFieldManager?1(QObject parent=None)
29806 QtNfc.QNearFieldManager.__init__?1(self, QObject parent=None)
29807 QtNfc.QNearFieldManager.startTargetDetection?4(QNearFieldTarget.AccessMethod) -> bool
29808 QtNfc.QNearFieldManager.stopTargetDetection?4(QString errorMessage='')
29809 QtNfc.QNearFieldManager.targetDetected?4(QNearFieldTarget)
29810 QtNfc.QNearFieldManager.targetLost?4(QNearFieldTarget)
29811 QtNfc.QNearFieldManager.targetDetectionStopped?4()
29812 QtNfc.QNearFieldManager.isSupported?4(QNearFieldTarget.AccessMethod accessMethod=QNearFieldTarget.AnyAccess) -> bool
29813 QtNfc.QNearFieldManager.adapterStateChanged?4(QNearFieldManager.AdapterState)
29814 QtNfc.QNearFieldManager.isEnabled?4() -> bool
29815 QtNfc.QNearFieldManager.setUserInformation?4(QString)
29816 QtNfc.QNearFieldTarget.Error?10
29817 QtNfc.QNearFieldTarget.Error.NoError?10
29818 QtNfc.QNearFieldTarget.Error.UnknownError?10
29819 QtNfc.QNearFieldTarget.Error.UnsupportedError?10
29820 QtNfc.QNearFieldTarget.Error.TargetOutOfRangeError?10
29821 QtNfc.QNearFieldTarget.Error.NoResponseError?10
29822 QtNfc.QNearFieldTarget.Error.ChecksumMismatchError?10
29823 QtNfc.QNearFieldTarget.Error.InvalidParametersError?10
29824 QtNfc.QNearFieldTarget.Error.NdefReadError?10
29825 QtNfc.QNearFieldTarget.Error.NdefWriteError?10
29826 QtNfc.QNearFieldTarget.Error.CommandError?10
29827 QtNfc.QNearFieldTarget.Error.ConnectionError?10
29828 QtNfc.QNearFieldTarget.Error.TimeoutError?10
29829 QtNfc.QNearFieldTarget.AccessMethod?10
29830 QtNfc.QNearFieldTarget.AccessMethod.UnknownAccess?10
29831 QtNfc.QNearFieldTarget.AccessMethod.NdefAccess?10
29832 QtNfc.QNearFieldTarget.AccessMethod.TagTypeSpecificAccess?10
29833 QtNfc.QNearFieldTarget.AccessMethod.AnyAccess?10
29834 QtNfc.QNearFieldTarget.Type?10
29835 QtNfc.QNearFieldTarget.Type.ProprietaryTag?10
29836 QtNfc.QNearFieldTarget.Type.NfcTagType1?10
29837 QtNfc.QNearFieldTarget.Type.NfcTagType2?10
29838 QtNfc.QNearFieldTarget.Type.NfcTagType3?10
29839 QtNfc.QNearFieldTarget.Type.NfcTagType4?10
29840 QtNfc.QNearFieldTarget.Type.NfcTagType4A?10
29841 QtNfc.QNearFieldTarget.Type.NfcTagType4B?10
29842 QtNfc.QNearFieldTarget.Type.MifareTag?10
29843 QtNfc.QNearFieldTarget?1(QObject parent=None)
29844 QtNfc.QNearFieldTarget.__init__?1(self, QObject parent=None)
29845 QtNfc.QNearFieldTarget.uid?4() -> QByteArray
29846 QtNfc.QNearFieldTarget.type?4() -> QNearFieldTarget.Type
29847 QtNfc.QNearFieldTarget.accessMethods?4() -> unknown-type
29848 QtNfc.QNearFieldTarget.hasNdefMessage?4() -> bool
29849 QtNfc.QNearFieldTarget.readNdefMessages?4() -> QNearFieldTarget.RequestId
29850 QtNfc.QNearFieldTarget.writeNdefMessages?4(unknown-type) -> QNearFieldTarget.RequestId
29851 QtNfc.QNearFieldTarget.sendCommand?4(QByteArray) -> QNearFieldTarget.RequestId
29852 QtNfc.QNearFieldTarget.waitForRequestCompleted?4(QNearFieldTarget.RequestId, int msecs=5000) -> bool
29853 QtNfc.QNearFieldTarget.requestResponse?4(QNearFieldTarget.RequestId) -> QVariant
29854 QtNfc.QNearFieldTarget.disconnected?4()
29855 QtNfc.QNearFieldTarget.ndefMessageRead?4(QNdefMessage)
29856 QtNfc.QNearFieldTarget.requestCompleted?4(QNearFieldTarget.RequestId)
29857 QtNfc.QNearFieldTarget.error?4(QNearFieldTarget.Error, QNearFieldTarget.RequestId)
29858 QtNfc.QNearFieldTarget.disconnect?4() -> bool
29859 QtNfc.QNearFieldTarget.maxCommandLength?4() -> int
29860 QtNfc.QNearFieldTarget.RequestId?1()
29861 QtNfc.QNearFieldTarget.RequestId.__init__?1(self)
29862 QtNfc.QNearFieldTarget.RequestId?1(QNearFieldTarget.RequestId)
29863 QtNfc.QNearFieldTarget.RequestId.__init__?1(self, QNearFieldTarget.RequestId)
29864 QtNfc.QNearFieldTarget.RequestId.isValid?4() -> bool
29865 QtNfc.QNearFieldTarget.RequestId.refCount?4() -> int

eric ide

mercurial