├── .gitignore ├── CMakeLists.txt ├── README.md ├── README.zh.md ├── UserManual.md ├── UserManual.zh.md ├── build.bat ├── data └── locale │ ├── Ru-RU.ini │ ├── de-DE.ini │ ├── en-US.ini │ ├── es-ES.ini │ ├── zh-CN.ini │ └── zh-TW.ini ├── deps ├── curl │ └── include │ │ ├── curl.h │ │ ├── curlbuild.h │ │ ├── curlrules.h │ │ ├── curlver.h │ │ ├── easy.h │ │ ├── mprintf.h │ │ ├── multi.h │ │ ├── options.h │ │ ├── stdcheaders.h │ │ ├── system.h │ │ ├── typecheck-gcc.h │ │ └── urlapi.h ├── libyuv │ └── include │ │ ├── libyuv.h │ │ └── libyuv │ │ ├── basic_types.h │ │ ├── compare.h │ │ ├── compare_row.h │ │ ├── convert.h │ │ ├── convert_argb.h │ │ ├── convert_from.h │ │ ├── convert_from_argb.h │ │ ├── cpu_id.h │ │ ├── macros_msa.h │ │ ├── mjpeg_decoder.h │ │ ├── planar_functions.h │ │ ├── rotate.h │ │ ├── rotate_argb.h │ │ ├── rotate_row.h │ │ ├── row.h │ │ ├── scale.h │ │ ├── scale_argb.h │ │ ├── scale_row.h │ │ ├── scale_uv.h │ │ ├── version.h │ │ └── video_common.h └── mac │ └── include │ ├── QtCore │ ├── 5.15.2 │ │ └── QtCore │ │ │ └── private │ │ │ ├── cp949codetbl_p.h │ │ │ ├── minimum-linux_p.h │ │ │ ├── qabstractanimation_p.h │ │ │ ├── qabstracteventdispatcher_p.h │ │ │ ├── qabstractfileengine_p.h │ │ │ ├── qabstractitemmodel_p.h │ │ │ ├── qabstractproxymodel_p.h │ │ │ ├── qabstractstate_p.h │ │ │ ├── qabstracttransition_p.h │ │ │ ├── qanimationgroup_p.h │ │ │ ├── qbig5codec_p.h │ │ │ ├── qbinaryjson_p.h │ │ │ ├── qbinaryjsonarray_p.h │ │ │ ├── qbinaryjsonobject_p.h │ │ │ ├── qbinaryjsonvalue_p.h │ │ │ ├── qbytearray_p.h │ │ │ ├── qbytedata_p.h │ │ │ ├── qcalendarbackend_p.h │ │ │ ├── qcalendarmath_p.h │ │ │ ├── qcborcommon_p.h │ │ │ ├── qcborvalue_p.h │ │ │ ├── qcfsocketnotifier_p.h │ │ │ ├── qcollator_p.h │ │ │ ├── qconfig_p.h │ │ │ ├── qcore_mac_p.h │ │ │ ├── qcore_unix_p.h │ │ │ ├── qcoreapplication_p.h │ │ │ ├── qcorecmdlineargs_p.h │ │ │ ├── qcoreglobaldata_p.h │ │ │ ├── qdatastream_p.h │ │ │ ├── qdataurl_p.h │ │ │ ├── qdatetime_p.h │ │ │ ├── qdatetimeparser_p.h │ │ │ ├── qdeadlinetimer_p.h │ │ │ ├── qdebug_p.h │ │ │ ├── qdir_p.h │ │ │ ├── qdoublescanprint_p.h │ │ │ ├── qduplicatetracker_p.h │ │ │ ├── qelfparser_p.h │ │ │ ├── qendian_p.h │ │ │ ├── qeucjpcodec_p.h │ │ │ ├── qeuckrcodec_p.h │ │ │ ├── qeventdispatcher_cf_p.h │ │ │ ├── qeventdispatcher_glib_p.h │ │ │ ├── qeventdispatcher_unix_p.h │ │ │ ├── qeventdispatcher_win_p.h │ │ │ ├── qeventdispatcher_winrt_p.h │ │ │ ├── qeventloop_p.h │ │ │ ├── qeventtransition_p.h │ │ │ ├── qfactoryloader_p.h │ │ │ ├── qfile_p.h │ │ │ ├── qfiledevice_p.h │ │ │ ├── qfileinfo_p.h │ │ │ ├── qfileselector_p.h │ │ │ ├── qfilesystemengine_p.h │ │ │ ├── qfilesystementry_p.h │ │ │ ├── qfilesystemiterator_p.h │ │ │ ├── qfilesystemmetadata_p.h │ │ │ ├── qfilesystemwatcher_fsevents_p.h │ │ │ ├── qfilesystemwatcher_inotify_p.h │ │ │ ├── qfilesystemwatcher_kqueue_p.h │ │ │ ├── qfilesystemwatcher_p.h │ │ │ ├── qfilesystemwatcher_polling_p.h │ │ │ ├── qfilesystemwatcher_win_p.h │ │ │ ├── qfinalstate_p.h │ │ │ ├── qfreelist_p.h │ │ │ ├── qfsfileengine_iterator_p.h │ │ │ ├── qfsfileengine_p.h │ │ │ ├── qfunctions_fake_env_p.h │ │ │ ├── qfunctions_p.h │ │ │ ├── qfutex_p.h │ │ │ ├── qfutureinterface_p.h │ │ │ ├── qfuturewatcher_p.h │ │ │ ├── qgb18030codec_p.h │ │ │ ├── qglobal_p.h │ │ │ ├── qgregoriancalendar_p.h │ │ │ ├── qharfbuzz_p.h │ │ │ ├── qhijricalendar_data_p.h │ │ │ ├── qhijricalendar_p.h │ │ │ ├── qhistorystate_p.h │ │ │ ├── qhooks_p.h │ │ │ ├── qiconvcodec_p.h │ │ │ ├── qicucodec_p.h │ │ │ ├── qiodevice_p.h │ │ │ ├── qipaddress_p.h │ │ │ ├── qisciicodec_p.h │ │ │ ├── qislamiccivilcalendar_p.h │ │ │ ├── qitemselectionmodel_p.h │ │ │ ├── qjalalicalendar_data_p.h │ │ │ ├── qjalalicalendar_p.h │ │ │ ├── qjiscodec_p.h │ │ │ ├── qjni_p.h │ │ │ ├── qjnihelpers_p.h │ │ │ ├── qjpunicode_p.h │ │ │ ├── qjson_p.h │ │ │ ├── qjsonparser_p.h │ │ │ ├── qjsonwriter_p.h │ │ │ ├── qjuliancalendar_p.h │ │ │ ├── qlatincodec_p.h │ │ │ ├── qlibrary_p.h │ │ │ ├── qlocale_data_p.h │ │ │ ├── qlocale_p.h │ │ │ ├── qlocale_tools_p.h │ │ │ ├── qlockfile_p.h │ │ │ ├── qlocking_p.h │ │ │ ├── qlogging_p.h │ │ │ ├── qloggingregistry_p.h │ │ │ ├── qmachparser_p.h │ │ │ ├── qmakearray_p.h │ │ │ ├── qmemory_p.h │ │ │ ├── qmetaobject_moc_p.h │ │ │ ├── qmetaobject_p.h │ │ │ ├── qmetaobjectbuilder_p.h │ │ │ ├── qmetatype_p.h │ │ │ ├── qmetatypeswitcher_p.h │ │ │ ├── qmilankoviccalendar_p.h │ │ │ ├── qmimedatabase_p.h │ │ │ ├── qmimeglobpattern_p.h │ │ │ ├── qmimemagicrule_p.h │ │ │ ├── qmimemagicrulematcher_p.h │ │ │ ├── qmimeprovider_p.h │ │ │ ├── qmimetype_p.h │ │ │ ├── qmimetypeparser_p.h │ │ │ ├── qmutex_p.h │ │ │ ├── qnoncontiguousbytedevice_p.h │ │ │ ├── qnumeric_p.h │ │ │ ├── qobject_p.h │ │ │ ├── qoffsetstringarray_p.h │ │ │ ├── qoperatingsystemversion_p.h │ │ │ ├── qoperatingsystemversion_win_p.h │ │ │ ├── qorderedmutexlocker_p.h │ │ │ ├── qparallelanimationgroup_p.h │ │ │ ├── qplugin_p.h │ │ │ ├── qpoll_p.h │ │ │ ├── qppsattribute_p.h │ │ │ ├── qppsattributeprivate_p.h │ │ │ ├── qppsobject_p.h │ │ │ ├── qppsobjectprivate_p.h │ │ │ ├── qprocess_p.h │ │ │ ├── qpropertyanimation_p.h │ │ │ ├── qrandom_p.h │ │ │ ├── qreadwritelock_p.h │ │ │ ├── qresource_iterator_p.h │ │ │ ├── qresource_p.h │ │ │ ├── qringbuffer_p.h │ │ │ ├── qromancalendar_data_p.h │ │ │ ├── qromancalendar_p.h │ │ │ ├── qsavefile_p.h │ │ │ ├── qscopedpointer_p.h │ │ │ ├── qsequentialanimationgroup_p.h │ │ │ ├── qsettings_p.h │ │ │ ├── qsharedmemory_p.h │ │ │ ├── qsignaleventgenerator_p.h │ │ │ ├── qsignaltransition_p.h │ │ │ ├── qsimd_p.h │ │ │ ├── qsimd_x86_p.h │ │ │ ├── qsimplecodec_p.h │ │ │ ├── qsjiscodec_p.h │ │ │ ├── qstate_p.h │ │ │ ├── qstatemachine_p.h │ │ │ ├── qstdweb_p.h │ │ │ ├── qstorageinfo_p.h │ │ │ ├── qstringalgorithms_p.h │ │ │ ├── qstringiterator_p.h │ │ │ ├── qsystemerror_p.h │ │ │ ├── qsystemlibrary_p.h │ │ │ ├── qsystemsemaphore_p.h │ │ │ ├── qt_pch.h │ │ │ ├── qtcore-config_p.h │ │ │ ├── qtemporaryfile_p.h │ │ │ ├── qtextcodec_p.h │ │ │ ├── qtextstream_p.h │ │ │ ├── qthread_p.h │ │ │ ├── qthreadpool_p.h │ │ │ ├── qtimerinfo_unix_p.h │ │ │ ├── qtimezoneprivate_data_p.h │ │ │ ├── qtimezoneprivate_p.h │ │ │ ├── qtldurl_p.h │ │ │ ├── qtools_p.h │ │ │ ├── qtrace_p.h │ │ │ ├── qtranslator_p.h │ │ │ ├── qtransposeproxymodel_p.h │ │ │ ├── qtsciicodec_p.h │ │ │ ├── qunicodetables_p.h │ │ │ ├── qunicodetools_p.h │ │ │ ├── qurl_p.h │ │ │ ├── qurltlds_p.h │ │ │ ├── qutfcodec_p.h │ │ │ ├── qvariant_p.h │ │ │ ├── qvariantanimation_p.h │ │ │ ├── qwaitcondition_p.h │ │ │ ├── qwindowscodec_p.h │ │ │ ├── qwindowspipereader_p.h │ │ │ ├── qwindowspipewriter_p.h │ │ │ ├── qwineventnotifier_p.h │ │ │ ├── qwinregistry_p.h │ │ │ ├── qxmlstream_p.h │ │ │ └── qxmlutils_p.h │ ├── QAbstractAnimation │ ├── QAbstractEventDispatcher │ ├── QAbstractItemModel │ ├── QAbstractListModel │ ├── QAbstractNativeEventFilter │ ├── QAbstractProxyModel │ ├── QAbstractState │ ├── QAbstractTableModel │ ├── QAbstractTransition │ ├── QAnimationDriver │ ├── QAnimationGroup │ ├── QArgument │ ├── QArrayData │ ├── QArrayDataPointer │ ├── QArrayDataPointerRef │ ├── QAssociativeIterable │ ├── QAtomicInt │ ├── QAtomicInteger │ ├── QAtomicPointer │ ├── QBEInteger │ ├── QBasicMutex │ ├── QBasicTimer │ ├── QBigEndianStorageType │ ├── QBitArray │ ├── QBitRef │ ├── QBuffer │ ├── QByteArray │ ├── QByteArrayData │ ├── QByteArrayDataPtr │ ├── QByteArrayList │ ├── QByteArrayListIterator │ ├── QByteArrayMatcher │ ├── QByteRef │ ├── QCache │ ├── QCalendar │ ├── QCborArray │ ├── QCborError │ ├── QCborMap │ ├── QCborParserError │ ├── QCborStreamReader │ ├── QCborStreamWriter │ ├── QCborValue │ ├── QCborValueRef │ ├── QChar │ ├── QCharRef │ ├── QChildEvent │ ├── QCollator │ ├── QCollatorSortKey │ ├── QCommandLineOption │ ├── QCommandLineParser │ ├── QConcatenateTablesProxyModel │ ├── QConstOverload │ ├── QContiguousCache │ ├── QContiguousCacheData │ ├── QContiguousCacheTypedData │ ├── QCoreApplication │ ├── QCryptographicHash │ ├── QDataStream │ ├── QDate │ ├── QDateTime │ ├── QDeadlineTimer │ ├── QDebug │ ├── QDebugStateSaver │ ├── QDeferredDeleteEvent │ ├── QDir │ ├── QDirIterator │ ├── QDynamicPropertyChangeEvent │ ├── QEasingCurve │ ├── QElapsedTimer │ ├── QEnableSharedFromThis │ ├── QEvent │ ├── QEventLoop │ ├── QEventLoopLocker │ ├── QEventTransition │ ├── QException │ ├── QExplicitlySharedDataPointer │ ├── QFactoryInterface │ ├── QFile │ ├── QFileDevice │ ├── QFileInfo │ ├── QFileInfoList │ ├── QFileSelector │ ├── QFileSystemWatcher │ ├── QFinalState │ ├── QFlag │ ├── QFlags │ ├── QFloat16 │ ├── QFunctionPointer │ ├── QFuture │ ├── QFutureInterface │ ├── QFutureInterfaceBase │ ├── QFutureIterator │ ├── QFutureSynchronizer │ ├── QFutureWatcher │ ├── QFutureWatcherBase │ ├── QGenericArgument │ ├── QGenericReturnArgument │ ├── QGlobalStatic │ ├── QHash │ ├── QHashData │ ├── QHashDummyValue │ ├── QHashFunctions │ ├── QHashIterator │ ├── QHashNode │ ├── QHistoryState │ ├── QIODevice │ ├── QIdentityProxyModel │ ├── QIncompatibleFlag │ ├── QIntegerForSize │ ├── QInternal │ ├── QItemSelection │ ├── QItemSelectionModel │ ├── QItemSelectionRange │ ├── QJsonArray │ ├── QJsonDocument │ ├── QJsonObject │ ├── QJsonParseError │ ├── QJsonValue │ ├── QJsonValuePtr │ ├── QJsonValueRef │ ├── QJsonValueRefPtr │ ├── QKeyValueIterator │ ├── QLEInteger │ ├── QLatin1Char │ ├── QLatin1Literal │ ├── QLatin1String │ ├── QLibrary │ ├── QLibraryInfo │ ├── QLine │ ├── QLineF │ ├── QLinkedList │ ├── QLinkedListData │ ├── QLinkedListIterator │ ├── QLinkedListNode │ ├── QList │ ├── QListData │ ├── QListIterator │ ├── QListSpecialMethods │ ├── QLittleEndianStorageType │ ├── QLocale │ ├── QLockFile │ ├── QLoggingCategory │ ├── QMap │ ├── QMapData │ ├── QMapDataBase │ ├── QMapIterator │ ├── QMapNode │ ├── QMapNodeBase │ ├── QMargins │ ├── QMarginsF │ ├── QMessageAuthenticationCode │ ├── QMessageLogContext │ ├── QMessageLogger │ ├── QMetaClassInfo │ ├── QMetaEnum │ ├── QMetaMethod │ ├── QMetaObject │ ├── QMetaProperty │ ├── QMetaType │ ├── QMimeData │ ├── QMimeDatabase │ ├── QMimeType │ ├── QModelIndex │ ├── QModelIndexList │ ├── QMultiHash │ ├── QMultiMap │ ├── QMutableByteArrayListIterator │ ├── QMutableFutureIterator │ ├── QMutableHashIterator │ ├── QMutableLinkedListIterator │ ├── QMutableListIterator │ ├── QMutableMapIterator │ ├── QMutableSetIterator │ ├── QMutableStringListIterator │ ├── QMutableVectorIterator │ ├── QMutex │ ├── QMutexLocker │ ├── QNoDebug │ ├── QNonConstOverload │ ├── QObject │ ├── QObjectCleanupHandler │ ├── QObjectData │ ├── QObjectList │ ├── QObjectUserData │ ├── QOperatingSystemVersion │ ├── QPair │ ├── QParallelAnimationGroup │ ├── QPauseAnimation │ ├── QPersistentModelIndex │ ├── QPluginLoader │ ├── QPluginMetaData │ ├── QPoint │ ├── QPointF │ ├── QPointer │ ├── QProcess │ ├── QProcessEnvironment │ ├── QPropertyAnimation │ ├── QQueue │ ├── QRandomGenerator │ ├── QRandomGenerator64 │ ├── QReadLocker │ ├── QReadWriteLock │ ├── QRect │ ├── QRectF │ ├── QRecursiveMutex │ ├── QRegExp │ ├── QRegularExpression │ ├── QRegularExpressionMatch │ ├── QRegularExpressionMatchIterator │ ├── QResource │ ├── QReturnArgument │ ├── QRunnable │ ├── QSaveFile │ ├── QScopeGuard │ ├── QScopedArrayPointer │ ├── QScopedPointer │ ├── QScopedPointerArrayDeleter │ ├── QScopedPointerDeleteLater │ ├── QScopedPointerDeleter │ ├── QScopedPointerObjectDeleteLater │ ├── QScopedPointerPodDeleter │ ├── QScopedValueRollback │ ├── QSemaphore │ ├── QSemaphoreReleaser │ ├── QSequentialAnimationGroup │ ├── QSequentialIterable │ ├── QSet │ ├── QSetIterator │ ├── QSettings │ ├── QSharedData │ ├── QSharedDataPointer │ ├── QSharedMemory │ ├── QSharedPointer │ ├── QSignalBlocker │ ├── QSignalMapper │ ├── QSignalTransition │ ├── QSize │ ├── QSizeF │ ├── QSocketDescriptor │ ├── QSocketNotifier │ ├── QSortFilterProxyModel │ ├── QSpecialInteger │ ├── QStack │ ├── QStandardPaths │ ├── QState │ ├── QStateMachine │ ├── QStaticArrayData │ ├── QStaticByteArrayData │ ├── QStaticByteArrayMatcherBase │ ├── QStaticPlugin │ ├── QStaticStringData │ ├── QStorageInfo │ ├── QString │ ├── QStringAlgorithms │ ├── QStringBuilder │ ├── QStringData │ ├── QStringDataPtr │ ├── QStringList │ ├── QStringListIterator │ ├── QStringListModel │ ├── QStringLiteral │ ├── QStringMatcher │ ├── QStringRef │ ├── QStringView │ ├── QSysInfo │ ├── QSystemSemaphore │ ├── QTemporaryDir │ ├── QTemporaryFile │ ├── QTextBoundaryFinder │ ├── QTextCodec │ ├── QTextDecoder │ ├── QTextEncoder │ ├── QTextStream │ ├── QTextStreamFunction │ ├── QTextStreamManipulator │ ├── QThread │ ├── QThreadPool │ ├── QThreadStorage │ ├── QThreadStorageData │ ├── QTime │ ├── QTimeLine │ ├── QTimeZone │ ├── QTimer │ ├── QTimerEvent │ ├── QTranslator │ ├── QTransposeProxyModel │ ├── QTypeInfo │ ├── QTypeInfoMerger │ ├── QTypeInfoQuery │ ├── QUnhandledException │ ├── QUrl │ ├── QUrlQuery │ ├── QUrlTwoFlags │ ├── QUuid │ ├── QVarLengthArray │ ├── QVariant │ ├── QVariantAnimation │ ├── QVariantComparisonHelper │ ├── QVariantHash │ ├── QVariantList │ ├── QVariantMap │ ├── QVector │ ├── QVectorIterator │ ├── QVersionNumber │ ├── QWaitCondition │ ├── QWeakPointer │ ├── QWinEventNotifier │ ├── QWriteLocker │ ├── QXmlStreamAttribute │ ├── QXmlStreamAttributes │ ├── QXmlStreamEntityDeclaration │ ├── QXmlStreamEntityDeclarations │ ├── QXmlStreamEntityResolver │ ├── QXmlStreamNamespaceDeclaration │ ├── QXmlStreamNamespaceDeclarations │ ├── QXmlStreamNotationDeclaration │ ├── QXmlStreamNotationDeclarations │ ├── QXmlStreamReader │ ├── QXmlStreamStringRef │ ├── QXmlStreamWriter │ ├── Q_PID │ ├── Q_SECURITY_ATTRIBUTES │ ├── Q_STARTUPINFO │ ├── Qt │ ├── QtAlgorithms │ ├── QtCborCommon │ ├── QtCleanUpFunction │ ├── QtConfig │ ├── QtContainerFwd │ ├── QtCore │ ├── QtCoreDepends │ ├── QtCoreVersion │ ├── QtDebug │ ├── QtEndian │ ├── QtGlobal │ ├── QtMath │ ├── QtMessageHandler │ ├── QtMsgHandler │ ├── QtNumeric │ ├── QtPlugin │ ├── QtPluginInstanceFunction │ ├── QtPluginMetaDataFunction │ ├── qabstractanimation.h │ ├── qabstracteventdispatcher.h │ ├── qabstractitemmodel.h │ ├── qabstractnativeeventfilter.h │ ├── qabstractproxymodel.h │ ├── qabstractstate.h │ ├── qabstracttransition.h │ ├── qalgorithms.h │ ├── qanimationgroup.h │ ├── qarraydata.h │ ├── qarraydataops.h │ ├── qarraydatapointer.h │ ├── qatomic.h │ ├── qatomic_bootstrap.h │ ├── qatomic_cxx11.h │ ├── qatomic_msvc.h │ ├── qbasicatomic.h │ ├── qbasictimer.h │ ├── qbitarray.h │ ├── qbuffer.h │ ├── qbytearray.h │ ├── qbytearraylist.h │ ├── qbytearraymatcher.h │ ├── qcache.h │ ├── qcalendar.h │ ├── qcborarray.h │ ├── qcborcommon.h │ ├── qcbormap.h │ ├── qcborstream.h │ ├── qcborstreamreader.h │ ├── qcborstreamwriter.h │ ├── qcborvalue.h │ ├── qchar.h │ ├── qcollator.h │ ├── qcommandlineoption.h │ ├── qcommandlineparser.h │ ├── qcompilerdetection.h │ ├── qconcatenatetablesproxymodel.h │ ├── qconfig-bootstrapped.h │ ├── qconfig.h │ ├── qcontainerfwd.h │ ├── qcontainertools_impl.h │ ├── qcontiguouscache.h │ ├── qcoreapplication.h │ ├── qcoreevent.h │ ├── qcryptographichash.h │ ├── qdatastream.h │ ├── qdatetime.h │ ├── qdeadlinetimer.h │ ├── qdebug.h │ ├── qdir.h │ ├── qdiriterator.h │ ├── qeasingcurve.h │ ├── qelapsedtimer.h │ ├── qendian.h │ ├── qeventloop.h │ ├── qeventtransition.h │ ├── qexception.h │ ├── qfactoryinterface.h │ ├── qfile.h │ ├── qfiledevice.h │ ├── qfileinfo.h │ ├── qfileselector.h │ ├── qfilesystemwatcher.h │ ├── qfinalstate.h │ ├── qflags.h │ ├── qfloat16.h │ ├── qfunctions_nacl.h │ ├── qfunctions_vxworks.h │ ├── qfunctions_winrt.h │ ├── qfuture.h │ ├── qfutureinterface.h │ ├── qfuturesynchronizer.h │ ├── qfuturewatcher.h │ ├── qgenericatomic.h │ ├── qglobal.h │ ├── qglobalstatic.h │ ├── qhash.h │ ├── qhashfunctions.h │ ├── qhistorystate.h │ ├── qidentityproxymodel.h │ ├── qiodevice.h │ ├── qisenum.h │ ├── qitemselectionmodel.h │ ├── qiterator.h │ ├── qjsonarray.h │ ├── qjsondocument.h │ ├── qjsonobject.h │ ├── qjsonvalue.h │ ├── qlibrary.h │ ├── qlibraryinfo.h │ ├── qline.h │ ├── qlinkedlist.h │ ├── qlist.h │ ├── qlocale.h │ ├── qlockfile.h │ ├── qlogging.h │ ├── qloggingcategory.h │ ├── qmap.h │ ├── qmargins.h │ ├── qmath.h │ ├── qmessageauthenticationcode.h │ ├── qmetaobject.h │ ├── qmetatype.h │ ├── qmimedata.h │ ├── qmimedatabase.h │ ├── qmimetype.h │ ├── qmutex.h │ ├── qnamespace.h │ ├── qnumeric.h │ ├── qobject.h │ ├── qobject_impl.h │ ├── qobjectcleanuphandler.h │ ├── qobjectdefs.h │ ├── qobjectdefs_impl.h │ ├── qoperatingsystemversion.h │ ├── qpair.h │ ├── qparallelanimationgroup.h │ ├── qpauseanimation.h │ ├── qplugin.h │ ├── qpluginloader.h │ ├── qpoint.h │ ├── qpointer.h │ ├── qprocess.h │ ├── qprocessordetection.h │ ├── qpropertyanimation.h │ ├── qqueue.h │ ├── qrandom.h │ ├── qreadwritelock.h │ ├── qrect.h │ ├── qrefcount.h │ ├── qregexp.h │ ├── qregularexpression.h │ ├── qresource.h │ ├── qresultstore.h │ ├── qrunnable.h │ ├── qsavefile.h │ ├── qscopedpointer.h │ ├── qscopedvaluerollback.h │ ├── qscopeguard.h │ ├── qsemaphore.h │ ├── qsequentialanimationgroup.h │ ├── qset.h │ ├── qsettings.h │ ├── qshareddata.h │ ├── qsharedmemory.h │ ├── qsharedpointer.h │ ├── qsharedpointer_impl.h │ ├── qsignalmapper.h │ ├── qsignaltransition.h │ ├── qsize.h │ ├── qsocketnotifier.h │ ├── qsortfilterproxymodel.h │ ├── qstack.h │ ├── qstandardpaths.h │ ├── qstate.h │ ├── qstatemachine.h │ ├── qstorageinfo.h │ ├── qstring.h │ ├── qstringalgorithms.h │ ├── qstringbuilder.h │ ├── qstringlist.h │ ├── qstringlistmodel.h │ ├── qstringliteral.h │ ├── qstringmatcher.h │ ├── qstringview.h │ ├── qsysinfo.h │ ├── qsystemdetection.h │ ├── qsystemsemaphore.h │ ├── qt_windows.h │ ├── qtcore-config.h │ ├── qtcoreversion.h │ ├── qtemporarydir.h │ ├── qtemporaryfile.h │ ├── qtestsupport_core.h │ ├── qtextboundaryfinder.h │ ├── qtextcodec.h │ ├── qtextstream.h │ ├── qthread.h │ ├── qthreadpool.h │ ├── qthreadstorage.h │ ├── qtimeline.h │ ├── qtimer.h │ ├── qtimezone.h │ ├── qtranslator.h │ ├── qtransposeproxymodel.h │ ├── qtypeinfo.h │ ├── qtypetraits.h │ ├── qurl.h │ ├── qurlquery.h │ ├── quuid.h │ ├── qvariant.h │ ├── qvariantanimation.h │ ├── qvarlengtharray.h │ ├── qvector.h │ ├── qversionnumber.h │ ├── qversiontagging.h │ ├── qwaitcondition.h │ ├── qwineventnotifier.h │ └── qxmlstream.h │ ├── QtGui │ ├── 5.15.2 │ │ └── QtGui │ │ │ ├── private │ │ │ ├── cs_tdr_p.h │ │ │ ├── qabstractlayoutstyleinfo_p.h │ │ │ ├── qabstracttextdocumentlayout_p.h │ │ │ ├── qaccessiblecache_p.h │ │ │ ├── qastchandler_p.h │ │ │ ├── qbezier_p.h │ │ │ ├── qblendfunctions_p.h │ │ │ ├── qblittable_p.h │ │ │ ├── qbmphandler_p.h │ │ │ ├── qcolor_p.h │ │ │ ├── qcolormatrix_p.h │ │ │ ├── qcolorspace_p.h │ │ │ ├── qcolortransferfunction_p.h │ │ │ ├── qcolortransfertable_p.h │ │ │ ├── qcolortransform_p.h │ │ │ ├── qcolortrc_p.h │ │ │ ├── qcolortrclut_p.h │ │ │ ├── qcoregraphics_p.h │ │ │ ├── qcosmeticstroker_p.h │ │ │ ├── qcssparser_p.h │ │ │ ├── qcssutil_p.h │ │ │ ├── qcursor_p.h │ │ │ ├── qdatabuffer_p.h │ │ │ ├── qdistancefield_p.h │ │ │ ├── qdnd_p.h │ │ │ ├── qdrawhelper_mips_dsp_p.h │ │ │ ├── qdrawhelper_neon_p.h │ │ │ ├── qdrawhelper_p.h │ │ │ ├── qdrawhelper_x86_p.h │ │ │ ├── qdrawingprimitive_sse2_p.h │ │ │ ├── qemulationpaintengine_p.h │ │ │ ├── qevent_p.h │ │ │ ├── qfixed_p.h │ │ │ ├── qfont_p.h │ │ │ ├── qfontengine_p.h │ │ │ ├── qfontengine_qpf2_p.h │ │ │ ├── qfontengineglyphcache_p.h │ │ │ ├── qfontsubset_p.h │ │ │ ├── qfragmentmap_p.h │ │ │ ├── qglyphrun_p.h │ │ │ ├── qgrayraster_p.h │ │ │ ├── qgridlayoutengine_p.h │ │ │ ├── qguiapplication_p.h │ │ │ ├── qharfbuzzng_p.h │ │ │ ├── qhexstring_p.h │ │ │ ├── qhighdpiscaling_p.h │ │ │ ├── qicc_p.h │ │ │ ├── qicon_p.h │ │ │ ├── qiconloader_p.h │ │ │ ├── qimage_p.h │ │ │ ├── qimagepixmapcleanuphooks_p.h │ │ │ ├── qimagereaderwriterhelpers_p.h │ │ │ ├── qimagescale_p.h │ │ │ ├── qinputcontrol_p.h │ │ │ ├── qinputdevicemanager_p.h │ │ │ ├── qinputdevicemanager_p_p.h │ │ │ ├── qinputmethod_p.h │ │ │ ├── qinternalmimedata_p.h │ │ │ ├── qkeymapper_p.h │ │ │ ├── qkeysequence_p.h │ │ │ ├── qktxhandler_p.h │ │ │ ├── qlayoutpolicy_p.h │ │ │ ├── qmath_p.h │ │ │ ├── qmemrotate_p.h │ │ │ ├── qopengl2pexvertexarray_p.h │ │ │ ├── qopengl_p.h │ │ │ ├── qopenglcontext_p.h │ │ │ ├── qopenglcustomshaderstage_p.h │ │ │ ├── qopenglengineshadermanager_p.h │ │ │ ├── qopenglengineshadersource_p.h │ │ │ ├── qopenglextensions_p.h │ │ │ ├── qopenglframebufferobject_p.h │ │ │ ├── qopenglgradientcache_p.h │ │ │ ├── qopenglpaintdevice_p.h │ │ │ ├── qopenglpaintengine_p.h │ │ │ ├── qopenglprogrambinarycache_p.h │ │ │ ├── qopenglqueryhelper_p.h │ │ │ ├── qopenglshadercache_p.h │ │ │ ├── qopengltexture_p.h │ │ │ ├── qopengltexturecache_p.h │ │ │ ├── qopengltextureglyphcache_p.h │ │ │ ├── qopengltexturehelper_p.h │ │ │ ├── qopengltextureuploader_p.h │ │ │ ├── qopenglversionfunctionsfactory_p.h │ │ │ ├── qopenglvertexarrayobject_p.h │ │ │ ├── qoutlinemapper_p.h │ │ │ ├── qpagedpaintdevice_p.h │ │ │ ├── qpaintdevicewindow_p.h │ │ │ ├── qpaintengine_blitter_p.h │ │ │ ├── qpaintengine_p.h │ │ │ ├── qpaintengine_pic_p.h │ │ │ ├── qpaintengine_raster_p.h │ │ │ ├── qpaintengineex_p.h │ │ │ ├── qpainter_p.h │ │ │ ├── qpainterpath_p.h │ │ │ ├── qpathclipper_p.h │ │ │ ├── qpathsimplifier_p.h │ │ │ ├── qpdf_p.h │ │ │ ├── qpen_p.h │ │ │ ├── qpicture_p.h │ │ │ ├── qpixmap_blitter_p.h │ │ │ ├── qpixmap_raster_p.h │ │ │ ├── qpixmapcache_p.h │ │ │ ├── qpkmhandler_p.h │ │ │ ├── qpnghandler_p.h │ │ │ ├── qpolygonclipper_p.h │ │ │ ├── qppmhandler_p.h │ │ │ ├── qrasterdefs_p.h │ │ │ ├── qrasterizer_p.h │ │ │ ├── qrawfont_p.h │ │ │ ├── qrbtree_p.h │ │ │ ├── qrgba64_p.h │ │ │ ├── qrhi_p.h │ │ │ ├── qrhi_p_p.h │ │ │ ├── qrhid3d11_p.h │ │ │ ├── qrhid3d11_p_p.h │ │ │ ├── qrhigles2_p.h │ │ │ ├── qrhigles2_p_p.h │ │ │ ├── qrhimetal_p.h │ │ │ ├── qrhimetal_p_p.h │ │ │ ├── qrhinull_p.h │ │ │ ├── qrhinull_p_p.h │ │ │ ├── qrhiprofiler_p.h │ │ │ ├── qrhiprofiler_p_p.h │ │ │ ├── qrhivulkan_p.h │ │ │ ├── qrhivulkan_p_p.h │ │ │ ├── qrhivulkanext_p.h │ │ │ ├── qscreen_p.h │ │ │ ├── qsessionmanager_p.h │ │ │ ├── qshader_p.h │ │ │ ├── qshader_p_p.h │ │ │ ├── qshaderdescription_p.h │ │ │ ├── qshaderdescription_p_p.h │ │ │ ├── qshaderformat_p.h │ │ │ ├── qshadergenerator_p.h │ │ │ ├── qshadergraph_p.h │ │ │ ├── qshadergraphloader_p.h │ │ │ ├── qshaderlanguage_p.h │ │ │ ├── qshadernode_p.h │ │ │ ├── qshadernodeport_p.h │ │ │ ├── qshadernodesloader_p.h │ │ │ ├── qshapedpixmapdndwindow_p.h │ │ │ ├── qshortcutmap_p.h │ │ │ ├── qsimpledrag_p.h │ │ │ ├── qstandarditemmodel_p.h │ │ │ ├── qstatictext_p.h │ │ │ ├── qstroker_p.h │ │ │ ├── qt_gui_pch.h │ │ │ ├── qt_mips_asm_dsp_p.h │ │ │ ├── qtextcursor_p.h │ │ │ ├── qtextdocument_p.h │ │ │ ├── qtextdocumentfragment_p.h │ │ │ ├── qtextdocumentlayout_p.h │ │ │ ├── qtextengine_p.h │ │ │ ├── qtextformat_p.h │ │ │ ├── qtexthtmlparser_p.h │ │ │ ├── qtextimagehandler_p.h │ │ │ ├── qtextmarkdownimporter_p.h │ │ │ ├── qtextmarkdownwriter_p.h │ │ │ ├── qtextobject_p.h │ │ │ ├── qtextodfwriter_p.h │ │ │ ├── qtexttable_p.h │ │ │ ├── qtexturefiledata_p.h │ │ │ ├── qtexturefilehandler_p.h │ │ │ ├── qtexturefilereader_p.h │ │ │ ├── qtextureglyphcache_p.h │ │ │ ├── qtgui-config_p.h │ │ │ ├── qtguiglobal_p.h │ │ │ ├── qtouchdevice_p.h │ │ │ ├── qtriangulatingstroker_p.h │ │ │ ├── qtriangulator_p.h │ │ │ ├── qvectorpath_p.h │ │ │ ├── qvulkanfunctions_p.h │ │ │ ├── qvulkanwindow_p.h │ │ │ ├── qwasmlocalfileaccess_p.h │ │ │ ├── qwindow_p.h │ │ │ ├── qxbmhandler_p.h │ │ │ ├── qxpmhandler_p.h │ │ │ ├── qzipreader_p.h │ │ │ └── qzipwriter_p.h │ │ │ └── qpa │ │ │ ├── qplatformaccessibility.h │ │ │ ├── qplatformbackingstore.h │ │ │ ├── qplatformclipboard.h │ │ │ ├── qplatformcursor.h │ │ │ ├── qplatformdialoghelper.h │ │ │ ├── qplatformdrag.h │ │ │ ├── qplatformfontdatabase.h │ │ │ ├── qplatformgraphicsbuffer.h │ │ │ ├── qplatformgraphicsbufferhelper.h │ │ │ ├── qplatforminputcontext.h │ │ │ ├── qplatforminputcontext_p.h │ │ │ ├── qplatforminputcontextfactory_p.h │ │ │ ├── qplatforminputcontextplugin_p.h │ │ │ ├── qplatformintegration.h │ │ │ ├── qplatformintegrationfactory_p.h │ │ │ ├── qplatformintegrationplugin.h │ │ │ ├── qplatformmenu.h │ │ │ ├── qplatformnativeinterface.h │ │ │ ├── qplatformoffscreensurface.h │ │ │ ├── qplatformopenglcontext.h │ │ │ ├── qplatformpixmap.h │ │ │ ├── qplatformscreen.h │ │ │ ├── qplatformscreen_p.h │ │ │ ├── qplatformservices.h │ │ │ ├── qplatformsessionmanager.h │ │ │ ├── qplatformsharedgraphicscache.h │ │ │ ├── qplatformsurface.h │ │ │ ├── qplatformsystemtrayicon.h │ │ │ ├── qplatformtheme.h │ │ │ ├── qplatformtheme_p.h │ │ │ ├── qplatformthemefactory_p.h │ │ │ ├── qplatformthemeplugin.h │ │ │ ├── qplatformvulkaninstance.h │ │ │ ├── qplatformwindow.h │ │ │ ├── qplatformwindow_p.h │ │ │ ├── qwindowsysteminterface.h │ │ │ └── qwindowsysteminterface_p.h │ ├── QAbstractTextDocumentLayout │ ├── QAbstractUndoItem │ ├── QAccessible │ ├── QAccessibleActionInterface │ ├── QAccessibleApplication │ ├── QAccessibleBridge │ ├── QAccessibleBridgePlugin │ ├── QAccessibleEditableTextInterface │ ├── QAccessibleEvent │ ├── QAccessibleImageInterface │ ├── QAccessibleInterface │ ├── QAccessibleObject │ ├── QAccessiblePlugin │ ├── QAccessibleStateChangeEvent │ ├── QAccessibleTableCellInterface │ ├── QAccessibleTableInterface │ ├── QAccessibleTableModelChangeEvent │ ├── QAccessibleTextCursorEvent │ ├── QAccessibleTextInsertEvent │ ├── QAccessibleTextInterface │ ├── QAccessibleTextRemoveEvent │ ├── QAccessibleTextSelectionEvent │ ├── QAccessibleTextUpdateEvent │ ├── QAccessibleValueChangeEvent │ ├── QAccessibleValueInterface │ ├── QActionEvent │ ├── QApplicationStateChangeEvent │ ├── QBackingStore │ ├── QBitmap │ ├── QBrush │ ├── QBrushData │ ├── QClipboard │ ├── QCloseEvent │ ├── QColor │ ├── QColorSpace │ ├── QColorTransform │ ├── QConicalGradient │ ├── QContextMenuEvent │ ├── QCursor │ ├── QDesktopServices │ ├── QDoubleValidator │ ├── QDrag │ ├── QDragEnterEvent │ ├── QDragLeaveEvent │ ├── QDragMoveEvent │ ├── QDropEvent │ ├── QEnterEvent │ ├── QExposeEvent │ ├── QFileOpenEvent │ ├── QFocusEvent │ ├── QFont │ ├── QFontDatabase │ ├── QFontInfo │ ├── QFontMetrics │ ├── QFontMetricsF │ ├── QGenericMatrix │ ├── QGenericPlugin │ ├── QGenericPluginFactory │ ├── QGlyphRun │ ├── QGradient │ ├── QGradientStop │ ├── QGradientStops │ ├── QGuiApplication │ ├── QHelpEvent │ ├── QHideEvent │ ├── QHoverEvent │ ├── QIcon │ ├── QIconDragEvent │ ├── QIconEngine │ ├── QIconEnginePlugin │ ├── QIconEngineV2 │ ├── QImage │ ├── QImageCleanupFunction │ ├── QImageIOHandler │ ├── QImageIOPlugin │ ├── QImageReader │ ├── QImageTextKeyLang │ ├── QImageWriter │ ├── QInputEvent │ ├── QInputMethod │ ├── QInputMethodEvent │ ├── QInputMethodQueryEvent │ ├── QIntValidator │ ├── QKeyEvent │ ├── QKeySequence │ ├── QLinearGradient │ ├── QMatrix │ ├── QMatrix2x2 │ ├── QMatrix2x3 │ ├── QMatrix2x4 │ ├── QMatrix3x2 │ ├── QMatrix3x3 │ ├── QMatrix3x4 │ ├── QMatrix4x2 │ ├── QMatrix4x3 │ ├── QMatrix4x4 │ ├── QMouseEvent │ ├── QMoveEvent │ ├── QMovie │ ├── QNativeGestureEvent │ ├── QOffscreenSurface │ ├── QOpenGLBuffer │ ├── QOpenGLContext │ ├── QOpenGLContextGroup │ ├── QOpenGLDebugLogger │ ├── QOpenGLDebugMessage │ ├── QOpenGLExtraFunctions │ ├── QOpenGLExtraFunctionsPrivate │ ├── QOpenGLFramebufferObject │ ├── QOpenGLFramebufferObjectFormat │ ├── QOpenGLFunctions │ ├── QOpenGLFunctionsPrivate │ ├── QOpenGLFunctions_1_0 │ ├── QOpenGLFunctions_1_1 │ ├── QOpenGLFunctions_1_2 │ ├── QOpenGLFunctions_1_3 │ ├── QOpenGLFunctions_1_4 │ ├── QOpenGLFunctions_1_5 │ ├── QOpenGLFunctions_2_0 │ ├── QOpenGLFunctions_2_1 │ ├── QOpenGLFunctions_3_0 │ ├── QOpenGLFunctions_3_1 │ ├── QOpenGLFunctions_3_2_Compatibility │ ├── QOpenGLFunctions_3_2_Core │ ├── QOpenGLFunctions_3_3_Compatibility │ ├── QOpenGLFunctions_3_3_Core │ ├── QOpenGLFunctions_4_0_Compatibility │ ├── QOpenGLFunctions_4_0_Core │ ├── QOpenGLFunctions_4_1_Compatibility │ ├── QOpenGLFunctions_4_1_Core │ ├── QOpenGLFunctions_4_2_Compatibility │ ├── QOpenGLFunctions_4_2_Core │ ├── QOpenGLFunctions_4_3_Compatibility │ ├── QOpenGLFunctions_4_3_Core │ ├── QOpenGLFunctions_4_4_Compatibility │ ├── QOpenGLFunctions_4_4_Core │ ├── QOpenGLFunctions_4_5_Compatibility │ ├── QOpenGLFunctions_4_5_Core │ ├── QOpenGLFunctions_ES2 │ ├── QOpenGLPaintDevice │ ├── QOpenGLPixelTransferOptions │ ├── QOpenGLShader │ ├── QOpenGLShaderProgram │ ├── QOpenGLTexture │ ├── QOpenGLTextureBlitter │ ├── QOpenGLTimeMonitor │ ├── QOpenGLTimerQuery │ ├── QOpenGLVersionFunctions │ ├── QOpenGLVersionProfile │ ├── QOpenGLVertexArrayObject │ ├── QOpenGLWindow │ ├── QPageLayout │ ├── QPageSize │ ├── QPagedPaintDevice │ ├── QPaintDevice │ ├── QPaintDeviceWindow │ ├── QPaintEngine │ ├── QPaintEngineState │ ├── QPaintEvent │ ├── QPainter │ ├── QPainterPath │ ├── QPainterPathStroker │ ├── QPalette │ ├── QPdfWriter │ ├── QPen │ ├── QPicture │ ├── QPictureFormatPlugin │ ├── QPictureIO │ ├── QPixelFormat │ ├── QPixmap │ ├── QPixmapCache │ ├── QPlatformSurfaceEvent │ ├── QPointingDeviceUniqueId │ ├── QPolygon │ ├── QPolygonF │ ├── QQuaternion │ ├── QRadialGradient │ ├── QRasterWindow │ ├── QRawFont │ ├── QRegExpValidator │ ├── QRegion │ ├── QRegularExpressionValidator │ ├── QResizeEvent │ ├── QRgb │ ├── QRgba64 │ ├── QScreen │ ├── QScreenOrientationChangeEvent │ ├── QScrollEvent │ ├── QScrollPrepareEvent │ ├── QSessionManager │ ├── QShortcutEvent │ ├── QShowEvent │ ├── QStandardItem │ ├── QStandardItemModel │ ├── QStaticText │ ├── QStatusTipEvent │ ├── QStyleHints │ ├── QSurface │ ├── QSurfaceFormat │ ├── QSyntaxHighlighter │ ├── QTabletEvent │ ├── QTextBlock │ ├── QTextBlockFormat │ ├── QTextBlockGroup │ ├── QTextBlockUserData │ ├── QTextCharFormat │ ├── QTextCursor │ ├── QTextDocument │ ├── QTextDocumentFragment │ ├── QTextDocumentWriter │ ├── QTextFormat │ ├── QTextFragment │ ├── QTextFrame │ ├── QTextFrameFormat │ ├── QTextFrameLayoutData │ ├── QTextImageFormat │ ├── QTextInlineObject │ ├── QTextItem │ ├── QTextLayout │ ├── QTextLength │ ├── QTextLine │ ├── QTextList │ ├── QTextListFormat │ ├── QTextObject │ ├── QTextObjectInterface │ ├── QTextOption │ ├── QTextTable │ ├── QTextTableCell │ ├── QTextTableCellFormat │ ├── QTextTableFormat │ ├── QToolBarChangeEvent │ ├── QTouchDevice │ ├── QTouchEvent │ ├── QTransform │ ├── QValidator │ ├── QVector2D │ ├── QVector3D │ ├── QVector4D │ ├── QVulkanDeviceFunctions │ ├── QVulkanExtension │ ├── QVulkanFunctions │ ├── QVulkanInfoVector │ ├── QVulkanInstance │ ├── QVulkanLayer │ ├── QVulkanWindow │ ├── QVulkanWindowRenderer │ ├── QWhatsThisClickedEvent │ ├── QWheelEvent │ ├── QWidgetList │ ├── QWidgetMapper │ ├── QWidgetSet │ ├── QWindow │ ├── QWindowList │ ├── QWindowStateChangeEvent │ ├── QtEvents │ ├── QtGui │ ├── QtGuiDepends │ ├── QtGuiVersion │ ├── qabstracttextdocumentlayout.h │ ├── qaccessible.h │ ├── qaccessiblebridge.h │ ├── qaccessibleobject.h │ ├── qaccessibleplugin.h │ ├── qbackingstore.h │ ├── qbitmap.h │ ├── qbrush.h │ ├── qclipboard.h │ ├── qcolor.h │ ├── qcolorspace.h │ ├── qcolortransform.h │ ├── qcursor.h │ ├── qdesktopservices.h │ ├── qdrag.h │ ├── qevent.h │ ├── qfont.h │ ├── qfontdatabase.h │ ├── qfontinfo.h │ ├── qfontmetrics.h │ ├── qgenericmatrix.h │ ├── qgenericplugin.h │ ├── qgenericpluginfactory.h │ ├── qglyphrun.h │ ├── qguiapplication.h │ ├── qicon.h │ ├── qiconengine.h │ ├── qiconengineplugin.h │ ├── qimage.h │ ├── qimageiohandler.h │ ├── qimagereader.h │ ├── qimagewriter.h │ ├── qinputmethod.h │ ├── qkeysequence.h │ ├── qmatrix.h │ ├── qmatrix4x4.h │ ├── qmovie.h │ ├── qoffscreensurface.h │ ├── qopengl.h │ ├── qopenglbuffer.h │ ├── qopenglcontext.h │ ├── qopengldebug.h │ ├── qopengles2ext.h │ ├── qopenglext.h │ ├── qopenglextrafunctions.h │ ├── qopenglframebufferobject.h │ ├── qopenglfunctions.h │ ├── qopenglfunctions_1_0.h │ ├── qopenglfunctions_1_1.h │ ├── qopenglfunctions_1_2.h │ ├── qopenglfunctions_1_3.h │ ├── qopenglfunctions_1_4.h │ ├── qopenglfunctions_1_5.h │ ├── qopenglfunctions_2_0.h │ ├── qopenglfunctions_2_1.h │ ├── qopenglfunctions_3_0.h │ ├── qopenglfunctions_3_1.h │ ├── qopenglfunctions_3_2_compatibility.h │ ├── qopenglfunctions_3_2_core.h │ ├── qopenglfunctions_3_3_compatibility.h │ ├── qopenglfunctions_3_3_core.h │ ├── qopenglfunctions_4_0_compatibility.h │ ├── qopenglfunctions_4_0_core.h │ ├── qopenglfunctions_4_1_compatibility.h │ ├── qopenglfunctions_4_1_core.h │ ├── qopenglfunctions_4_2_compatibility.h │ ├── qopenglfunctions_4_2_core.h │ ├── qopenglfunctions_4_3_compatibility.h │ ├── qopenglfunctions_4_3_core.h │ ├── qopenglfunctions_4_4_compatibility.h │ ├── qopenglfunctions_4_4_core.h │ ├── qopenglfunctions_4_5_compatibility.h │ ├── qopenglfunctions_4_5_core.h │ ├── qopenglfunctions_es2.h │ ├── qopenglpaintdevice.h │ ├── qopenglpixeltransferoptions.h │ ├── qopenglshaderprogram.h │ ├── qopengltexture.h │ ├── qopengltextureblitter.h │ ├── qopengltimerquery.h │ ├── qopenglversionfunctions.h │ ├── qopenglvertexarrayobject.h │ ├── qopenglwindow.h │ ├── qpagedpaintdevice.h │ ├── qpagelayout.h │ ├── qpagesize.h │ ├── qpaintdevice.h │ ├── qpaintdevicewindow.h │ ├── qpaintengine.h │ ├── qpainter.h │ ├── qpainterpath.h │ ├── qpalette.h │ ├── qpdfwriter.h │ ├── qpen.h │ ├── qpicture.h │ ├── qpictureformatplugin.h │ ├── qpixelformat.h │ ├── qpixmap.h │ ├── qpixmapcache.h │ ├── qpolygon.h │ ├── qquaternion.h │ ├── qrasterwindow.h │ ├── qrawfont.h │ ├── qregion.h │ ├── qrgb.h │ ├── qrgba64.h │ ├── qscreen.h │ ├── qsessionmanager.h │ ├── qstandarditemmodel.h │ ├── qstatictext.h │ ├── qstylehints.h │ ├── qsurface.h │ ├── qsurfaceformat.h │ ├── qsyntaxhighlighter.h │ ├── qtestsupport_gui.h │ ├── qtextcursor.h │ ├── qtextdocument.h │ ├── qtextdocumentfragment.h │ ├── qtextdocumentwriter.h │ ├── qtextformat.h │ ├── qtextlayout.h │ ├── qtextlist.h │ ├── qtextobject.h │ ├── qtextoption.h │ ├── qtexttable.h │ ├── qtgui-config.h │ ├── qtguiglobal.h │ ├── qtguiversion.h │ ├── qtouchdevice.h │ ├── qtransform.h │ ├── qvalidator.h │ ├── qvector2d.h │ ├── qvector3d.h │ ├── qvector4d.h │ ├── qvulkanfunctions.h │ ├── qvulkaninstance.h │ ├── qvulkanwindow.h │ ├── qwindow.h │ ├── qwindowdefs.h │ └── qwindowdefs_win.h │ ├── QtWidgets │ ├── 5.15.2 │ │ └── QtWidgets │ │ │ └── private │ │ │ ├── complexwidgets_p.h │ │ │ ├── itemviews_p.h │ │ │ ├── qabstractbutton_p.h │ │ │ ├── qabstractitemdelegate_p.h │ │ │ ├── qabstractitemview_p.h │ │ │ ├── qabstractscrollarea_p.h │ │ │ ├── qabstractslider_p.h │ │ │ ├── qabstractspinbox_p.h │ │ │ ├── qaccessiblemenu_p.h │ │ │ ├── qaccessiblewidgetfactory_p.h │ │ │ ├── qaccessiblewidgets_p.h │ │ │ ├── qaction_p.h │ │ │ ├── qapplication_p.h │ │ │ ├── qbasickeyeventtransition_p.h │ │ │ ├── qbasicmouseeventtransition_p.h │ │ │ ├── qbsptree_p.h │ │ │ ├── qbuttongroup_p.h │ │ │ ├── qcolumnview_p.h │ │ │ ├── qcolumnviewgrip_p.h │ │ │ ├── qcombobox_p.h │ │ │ ├── qcommonstyle_p.h │ │ │ ├── qcommonstylepixmaps_p.h │ │ │ ├── qcompleter_p.h │ │ │ ├── qdatetimeedit_p.h │ │ │ ├── qdesktopwidget_p.h │ │ │ ├── qdialog_p.h │ │ │ ├── qdockarealayout_p.h │ │ │ ├── qdockwidget_p.h │ │ │ ├── qeffects_p.h │ │ │ ├── qfiledialog_p.h │ │ │ ├── qfileiconprovider_p.h │ │ │ ├── qfileinfogatherer_p.h │ │ │ ├── qfilesystemmodel_p.h │ │ │ ├── qflickgesture_p.h │ │ │ ├── qfontdialog_p.h │ │ │ ├── qframe_p.h │ │ │ ├── qfscompleter_p.h │ │ │ ├── qfusionstyle_p.h │ │ │ ├── qfusionstyle_p_p.h │ │ │ ├── qgesture_p.h │ │ │ ├── qgesturemanager_p.h │ │ │ ├── qgraph_p.h │ │ │ ├── qgraphicsanchorlayout_p.h │ │ │ ├── qgraphicseffect_p.h │ │ │ ├── qgraphicsgridlayoutengine_p.h │ │ │ ├── qgraphicsitem_p.h │ │ │ ├── qgraphicslayout_p.h │ │ │ ├── qgraphicslayoutitem_p.h │ │ │ ├── qgraphicslayoutstyleinfo_p.h │ │ │ ├── qgraphicsproxywidget_p.h │ │ │ ├── qgraphicsscene_bsp_p.h │ │ │ ├── qgraphicsscene_p.h │ │ │ ├── qgraphicsscenebsptreeindex_p.h │ │ │ ├── qgraphicssceneindex_p.h │ │ │ ├── qgraphicsscenelinearindex_p.h │ │ │ ├── qgraphicstransform_p.h │ │ │ ├── qgraphicsview_p.h │ │ │ ├── qgraphicswidget_p.h │ │ │ ├── qheaderview_p.h │ │ │ ├── qitemeditorfactory_p.h │ │ │ ├── qkeysequenceedit_p.h │ │ │ ├── qlabel_p.h │ │ │ ├── qlayout_p.h │ │ │ ├── qlayoutengine_p.h │ │ │ ├── qlineedit_p.h │ │ │ ├── qlistview_p.h │ │ │ ├── qlistwidget_p.h │ │ │ ├── qmacgesturerecognizer_p.h │ │ │ ├── qmainwindowlayout_p.h │ │ │ ├── qmdiarea_p.h │ │ │ ├── qmdisubwindow_p.h │ │ │ ├── qmenu_p.h │ │ │ ├── qmenubar_p.h │ │ │ ├── qpixmapfilter_p.h │ │ │ ├── qpixmapstyle_p.h │ │ │ ├── qpixmapstyle_p_p.h │ │ │ ├── qplaintextedit_p.h │ │ │ ├── qproxystyle_p.h │ │ │ ├── qpushbutton_p.h │ │ │ ├── qscrollarea_p.h │ │ │ ├── qscrollbar_p.h │ │ │ ├── qscroller_p.h │ │ │ ├── qscrollerproperties_p.h │ │ │ ├── qsidebar_p.h │ │ │ ├── qsimplex_p.h │ │ │ ├── qsplitter_p.h │ │ │ ├── qstandardgestures_p.h │ │ │ ├── qstyle_p.h │ │ │ ├── qstyleanimation_p.h │ │ │ ├── qstylehelper_p.h │ │ │ ├── qstylesheetstyle_p.h │ │ │ ├── qsystemtrayicon_p.h │ │ │ ├── qt_widgets_pch.h │ │ │ ├── qtabbar_p.h │ │ │ ├── qtableview_p.h │ │ │ ├── qtablewidget_p.h │ │ │ ├── qtextedit_p.h │ │ │ ├── qtoolbar_p.h │ │ │ ├── qtoolbararealayout_p.h │ │ │ ├── qtoolbarextension_p.h │ │ │ ├── qtoolbarlayout_p.h │ │ │ ├── qtoolbarseparator_p.h │ │ │ ├── qtreeview_p.h │ │ │ ├── qtreewidget_p.h │ │ │ ├── qtreewidgetitemiterator_p.h │ │ │ ├── qtwidgets-config_p.h │ │ │ ├── qtwidgetsglobal_p.h │ │ │ ├── qundostack_p.h │ │ │ ├── qwidget_p.h │ │ │ ├── qwidgetaction_p.h │ │ │ ├── qwidgetanimator_p.h │ │ │ ├── qwidgetitemdata_p.h │ │ │ ├── qwidgetlinecontrol_p.h │ │ │ ├── qwidgetrepaintmanager_p.h │ │ │ ├── qwidgetresizehandler_p.h │ │ │ ├── qwidgettextcontrol_p.h │ │ │ ├── qwidgettextcontrol_p_p.h │ │ │ ├── qwidgetwindow_p.h │ │ │ ├── qwindowcontainer_p.h │ │ │ ├── qwindowsstyle_p.h │ │ │ ├── qwindowsstyle_p_p.h │ │ │ ├── qwizard_win_p.h │ │ │ ├── rangecontrols_p.h │ │ │ └── simplewidgets_p.h │ ├── QAbstractButton │ ├── QAbstractGraphicsShapeItem │ ├── QAbstractItemDelegate │ ├── QAbstractItemView │ ├── QAbstractScrollArea │ ├── QAbstractSlider │ ├── QAbstractSpinBox │ ├── QAccessibleWidget │ ├── QAction │ ├── QActionGroup │ ├── QApplication │ ├── QBoxLayout │ ├── QButtonGroup │ ├── QCalendarWidget │ ├── QCheckBox │ ├── QColorDialog │ ├── QColormap │ ├── QColumnView │ ├── QComboBox │ ├── QCommandLinkButton │ ├── QCommonStyle │ ├── QCompleter │ ├── QDataWidgetMapper │ ├── QDateEdit │ ├── QDateTimeEdit │ ├── QDesktopWidget │ ├── QDial │ ├── QDialog │ ├── QDialogButtonBox │ ├── QDirModel │ ├── QDockWidget │ ├── QDoubleSpinBox │ ├── QErrorMessage │ ├── QFileDialog │ ├── QFileIconProvider │ ├── QFileSystemModel │ ├── QFocusFrame │ ├── QFontComboBox │ ├── QFontDialog │ ├── QFormLayout │ ├── QFrame │ ├── QGesture │ ├── QGestureEvent │ ├── QGestureRecognizer │ ├── QGraphicsAnchor │ ├── QGraphicsAnchorLayout │ ├── QGraphicsBlurEffect │ ├── QGraphicsColorizeEffect │ ├── QGraphicsDropShadowEffect │ ├── QGraphicsEffect │ ├── QGraphicsEllipseItem │ ├── QGraphicsGridLayout │ ├── QGraphicsItem │ ├── QGraphicsItemAnimation │ ├── QGraphicsItemGroup │ ├── QGraphicsLayout │ ├── QGraphicsLayoutItem │ ├── QGraphicsLineItem │ ├── QGraphicsLinearLayout │ ├── QGraphicsObject │ ├── QGraphicsOpacityEffect │ ├── QGraphicsPathItem │ ├── QGraphicsPixmapItem │ ├── QGraphicsPolygonItem │ ├── QGraphicsProxyWidget │ ├── QGraphicsRectItem │ ├── QGraphicsRotation │ ├── QGraphicsScale │ ├── QGraphicsScene │ ├── QGraphicsSceneContextMenuEvent │ ├── QGraphicsSceneDragDropEvent │ ├── QGraphicsSceneEvent │ ├── QGraphicsSceneHelpEvent │ ├── QGraphicsSceneHoverEvent │ ├── QGraphicsSceneMouseEvent │ ├── QGraphicsSceneMoveEvent │ ├── QGraphicsSceneResizeEvent │ ├── QGraphicsSceneWheelEvent │ ├── QGraphicsSimpleTextItem │ ├── QGraphicsTextItem │ ├── QGraphicsTransform │ ├── QGraphicsView │ ├── QGraphicsWidget │ ├── QGridLayout │ ├── QGroupBox │ ├── QHBoxLayout │ ├── QHeaderView │ ├── QInputDialog │ ├── QItemDelegate │ ├── QItemEditorCreator │ ├── QItemEditorCreatorBase │ ├── QItemEditorFactory │ ├── QKeyEventTransition │ ├── QKeySequenceEdit │ ├── QLCDNumber │ ├── QLabel │ ├── QLayout │ ├── QLayoutItem │ ├── QLineEdit │ ├── QListView │ ├── QListWidget │ ├── QListWidgetItem │ ├── QMacCocoaViewContainer │ ├── QMacNativeWidget │ ├── QMainWindow │ ├── QMdiArea │ ├── QMdiSubWindow │ ├── QMenu │ ├── QMenuBar │ ├── QMessageBox │ ├── QMouseEventTransition │ ├── QOpenGLWidget │ ├── QPanGesture │ ├── QPinchGesture │ ├── QPlainTextDocumentLayout │ ├── QPlainTextEdit │ ├── QProgressBar │ ├── QProgressDialog │ ├── QProxyStyle │ ├── QPushButton │ ├── QRadioButton │ ├── QRubberBand │ ├── QScrollArea │ ├── QScrollBar │ ├── QScroller │ ├── QScrollerProperties │ ├── QShortcut │ ├── QSizeGrip │ ├── QSizePolicy │ ├── QSlider │ ├── QSpacerItem │ ├── QSpinBox │ ├── QSplashScreen │ ├── QSplitter │ ├── QSplitterHandle │ ├── QStackedLayout │ ├── QStackedWidget │ ├── QStandardItemEditorCreator │ ├── QStatusBar │ ├── QStyle │ ├── QStyleFactory │ ├── QStyleHintReturn │ ├── QStyleHintReturnMask │ ├── QStyleHintReturnVariant │ ├── QStyleOption │ ├── QStyleOptionButton │ ├── QStyleOptionComboBox │ ├── QStyleOptionComplex │ ├── QStyleOptionDockWidget │ ├── QStyleOptionDockWidgetV2 │ ├── QStyleOptionFocusRect │ ├── QStyleOptionFrame │ ├── QStyleOptionFrameV2 │ ├── QStyleOptionFrameV3 │ ├── QStyleOptionGraphicsItem │ ├── QStyleOptionGroupBox │ ├── QStyleOptionHeader │ ├── QStyleOptionMenuItem │ ├── QStyleOptionProgressBar │ ├── QStyleOptionProgressBarV2 │ ├── QStyleOptionRubberBand │ ├── QStyleOptionSizeGrip │ ├── QStyleOptionSlider │ ├── QStyleOptionSpinBox │ ├── QStyleOptionTab │ ├── QStyleOptionTabBarBase │ ├── QStyleOptionTabBarBaseV2 │ ├── QStyleOptionTabV2 │ ├── QStyleOptionTabV3 │ ├── QStyleOptionTabV4 │ ├── QStyleOptionTabWidgetFrame │ ├── QStyleOptionTabWidgetFrameV2 │ ├── QStyleOptionTitleBar │ ├── QStyleOptionToolBar │ ├── QStyleOptionToolBox │ ├── QStyleOptionToolBoxV2 │ ├── QStyleOptionToolButton │ ├── QStyleOptionViewItem │ ├── QStyleOptionViewItemV2 │ ├── QStyleOptionViewItemV3 │ ├── QStyleOptionViewItemV4 │ ├── QStylePainter │ ├── QStylePlugin │ ├── QStyledItemDelegate │ ├── QSwipeGesture │ ├── QSystemTrayIcon │ ├── QTabBar │ ├── QTabWidget │ ├── QTableView │ ├── QTableWidget │ ├── QTableWidgetItem │ ├── QTableWidgetSelectionRange │ ├── QTapAndHoldGesture │ ├── QTapGesture │ ├── QTextBrowser │ ├── QTextEdit │ ├── QTileRules │ ├── QTimeEdit │ ├── QToolBar │ ├── QToolBox │ ├── QToolButton │ ├── QToolTip │ ├── QTreeView │ ├── QTreeWidget │ ├── QTreeWidgetItem │ ├── QTreeWidgetItemIterator │ ├── QUndoCommand │ ├── QUndoGroup │ ├── QUndoStack │ ├── QUndoView │ ├── QVBoxLayout │ ├── QWhatsThis │ ├── QWidget │ ├── QWidgetAction │ ├── QWidgetData │ ├── QWidgetItem │ ├── QWidgetItemV2 │ ├── QWizard │ ├── QWizardPage │ ├── QtWidgets │ ├── QtWidgetsDepends │ ├── QtWidgetsVersion │ ├── qabstractbutton.h │ ├── qabstractitemdelegate.h │ ├── qabstractitemview.h │ ├── qabstractscrollarea.h │ ├── qabstractslider.h │ ├── qabstractspinbox.h │ ├── qaccessiblewidget.h │ ├── qaction.h │ ├── qactiongroup.h │ ├── qapplication.h │ ├── qboxlayout.h │ ├── qbuttongroup.h │ ├── qcalendarwidget.h │ ├── qcheckbox.h │ ├── qcolordialog.h │ ├── qcolormap.h │ ├── qcolumnview.h │ ├── qcombobox.h │ ├── qcommandlinkbutton.h │ ├── qcommonstyle.h │ ├── qcompleter.h │ ├── qdatawidgetmapper.h │ ├── qdatetimeedit.h │ ├── qdesktopwidget.h │ ├── qdial.h │ ├── qdialog.h │ ├── qdialogbuttonbox.h │ ├── qdirmodel.h │ ├── qdockwidget.h │ ├── qdrawutil.h │ ├── qerrormessage.h │ ├── qfiledialog.h │ ├── qfileiconprovider.h │ ├── qfilesystemmodel.h │ ├── qfocusframe.h │ ├── qfontcombobox.h │ ├── qfontdialog.h │ ├── qformlayout.h │ ├── qframe.h │ ├── qgesture.h │ ├── qgesturerecognizer.h │ ├── qgraphicsanchorlayout.h │ ├── qgraphicseffect.h │ ├── qgraphicsgridlayout.h │ ├── qgraphicsitem.h │ ├── qgraphicsitemanimation.h │ ├── qgraphicslayout.h │ ├── qgraphicslayoutitem.h │ ├── qgraphicslinearlayout.h │ ├── qgraphicsproxywidget.h │ ├── qgraphicsscene.h │ ├── qgraphicssceneevent.h │ ├── qgraphicstransform.h │ ├── qgraphicsview.h │ ├── qgraphicswidget.h │ ├── qgridlayout.h │ ├── qgroupbox.h │ ├── qheaderview.h │ ├── qinputdialog.h │ ├── qitemdelegate.h │ ├── qitemeditorfactory.h │ ├── qkeyeventtransition.h │ ├── qkeysequenceedit.h │ ├── qlabel.h │ ├── qlayout.h │ ├── qlayoutitem.h │ ├── qlcdnumber.h │ ├── qlineedit.h │ ├── qlistview.h │ ├── qlistwidget.h │ ├── qmaccocoaviewcontainer_mac.h │ ├── qmacnativewidget_mac.h │ ├── qmainwindow.h │ ├── qmdiarea.h │ ├── qmdisubwindow.h │ ├── qmenu.h │ ├── qmenubar.h │ ├── qmessagebox.h │ ├── qmouseeventtransition.h │ ├── qopenglwidget.h │ ├── qplaintextedit.h │ ├── qprogressbar.h │ ├── qprogressdialog.h │ ├── qproxystyle.h │ ├── qpushbutton.h │ ├── qradiobutton.h │ ├── qrubberband.h │ ├── qscrollarea.h │ ├── qscrollbar.h │ ├── qscroller.h │ ├── qscrollerproperties.h │ ├── qshortcut.h │ ├── qsizegrip.h │ ├── qsizepolicy.h │ ├── qslider.h │ ├── qspinbox.h │ ├── qsplashscreen.h │ ├── qsplitter.h │ ├── qstackedlayout.h │ ├── qstackedwidget.h │ ├── qstatusbar.h │ ├── qstyle.h │ ├── qstyleditemdelegate.h │ ├── qstylefactory.h │ ├── qstyleoption.h │ ├── qstylepainter.h │ ├── qstyleplugin.h │ ├── qsystemtrayicon.h │ ├── qtabbar.h │ ├── qtableview.h │ ├── qtablewidget.h │ ├── qtabwidget.h │ ├── qtestsupport_widgets.h │ ├── qtextbrowser.h │ ├── qtextedit.h │ ├── qtoolbar.h │ ├── qtoolbox.h │ ├── qtoolbutton.h │ ├── qtooltip.h │ ├── qtreeview.h │ ├── qtreewidget.h │ ├── qtreewidgetitemiterator.h │ ├── qtwidgets-config.h │ ├── qtwidgetsglobal.h │ ├── qtwidgetsversion.h │ ├── qundogroup.h │ ├── qundostack.h │ ├── qundoview.h │ ├── qwhatsthis.h │ ├── qwidget.h │ ├── qwidgetaction.h │ └── qwizard.h │ └── curl │ ├── curl.h │ ├── curlver.h │ ├── easy.h │ ├── mprintf.h │ ├── multi.h │ ├── options.h │ ├── stdcheaders.h │ ├── system.h │ ├── typecheck-gcc.h │ └── urlapi.h ├── external └── FindLibObs.cmake ├── installer ├── agora-tool-obs-3.8.200.nsi ├── agora.bmp ├── agora.ico └── gplv2.txt └── src ├── Agora ├── agorartcengine.cpp └── agorartcengine.hpp ├── agora-plugin ├── agora-output.cpp ├── agora-pcm-encoder.cpp └── video-plugin-filter.cpp ├── agora-ui-main.cpp ├── agora-ui-main.h └── forms ├── AgoraBasic.ui ├── AgoraSettings.ui ├── window-agora-main.cpp ├── window-agora-main.hpp ├── window-agora-settings.cpp └── window-agora-settings.hpp /.gitignore: -------------------------------------------------------------------------------- 1 | #binaries 2 | *.exe 3 | *.dll 4 | *.dylib 5 | *.so 6 | 7 | #cmake 8 | /cmbuild/ 9 | /build/ 10 | /build32/ 11 | /build64/ 12 | /release/ 13 | /release32/ 14 | /release64/ 15 | /debug/ 16 | /debug32/ 17 | /debug64/ 18 | /builds/ 19 | .vs/ 20 | *.o.d 21 | *.ninja 22 | .ninja* 23 | .dirstamp 24 | 25 | #xcode 26 | *.xcodeproj/ 27 | 28 | #clion 29 | .idea/ 30 | cmake-build-debug/ 31 | 32 | #other stuff (windows stuff, qt moc stuff, etc) 33 | Release_MD/ 34 | Release/ 35 | Debug/ 36 | x64/ 37 | ipch/ 38 | GeneratedFiles/ 39 | .moc/ 40 | /UI/obs.rc 41 | .vscode/ 42 | 43 | 44 | 45 | /other/ 46 | 47 | #make stuff 48 | configure 49 | depcomp 50 | install-sh 51 | Makefile.in 52 | Makefile 53 | 54 | #python 55 | __pycache__ 56 | 57 | #sphinx 58 | /docs/sphinx/_build/* 59 | !/docs/sphinx/_build/.gitignore 60 | !/docs/sphinx/Makefile 61 | 62 | #random useless file stuff 63 | *.dmg 64 | *.app 65 | .DS_Store 66 | .directory 67 | .hg 68 | .depend 69 | tags 70 | *.trace 71 | *.vsp 72 | *.psess 73 | *.swp 74 | *.dat 75 | *.clbin 76 | *.log 77 | *.tlog 78 | *.sdf 79 | *.framework 80 | *.a 81 | *.dylib 82 | *.opensdf 83 | *.xml 84 | *.ipch 85 | *.css 86 | *.xslt 87 | *.aps 88 | *.suo 89 | *.ncb 90 | *.user 91 | *.lo 92 | *.ilk 93 | *.la 94 | *.o 95 | *.obj 96 | *.pdb 97 | *.res 98 | *.dep 99 | *.zip 100 | *.lnk 101 | *.chm 102 | *~ 103 | .DS_Store 104 | */.DS_Store 105 | */**/.DS_Store 106 | *.exe 107 | 108 | deps/libyuv/x86 109 | deps/libyuv/x64 110 | deps/Agora/ 111 | deps/mac/libs/ 112 | -------------------------------------------------------------------------------- /build.bat: -------------------------------------------------------------------------------- 1 | IF NOT EXIST obs-studio ( 2 | mkdir obs-studio 3 | ) 4 | 5 | cd obs-studio 6 | 7 | if NOT EXIST obs-studio ( 8 | git clone --recursive git@github.com:obsproject/obs-studio.git 9 | ) 10 | 11 | cd obs-studio 12 | 13 | IF NOT EXIST build64 ( 14 | powershell.exe -command ^ 15 | "& {set-executionpolicy Remotesigned -Scope Process; ./CI/'build-windows.ps1'}" 16 | ) 17 | pause -------------------------------------------------------------------------------- /data/locale/en-US.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AgoraIO/OBS/caaeccc1cde4978ff0e8940a4f92c0a291888e25/data/locale/en-US.ini -------------------------------------------------------------------------------- /deps/curl/include/mprintf.h: -------------------------------------------------------------------------------- 1 | #ifndef CURLINC_MPRINTF_H 2 | #define CURLINC_MPRINTF_H 3 | /*************************************************************************** 4 | * _ _ ____ _ 5 | * Project ___| | | | _ \| | 6 | * / __| | | | |_) | | 7 | * | (__| |_| | _ <| |___ 8 | * \___|\___/|_| \_\_____| 9 | * 10 | * Copyright (C) 1998 - 2019, Daniel Stenberg, , et al. 11 | * 12 | * This software is licensed as described in the file COPYING, which 13 | * you should have received as part of this distribution. The terms 14 | * are also available at https://curl.haxx.se/docs/copyright.html. 15 | * 16 | * You may opt to use, copy, modify, merge, publish, distribute and/or sell 17 | * copies of the Software, and permit persons to whom the Software is 18 | * furnished to do so, under the terms of the COPYING file. 19 | * 20 | * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 21 | * KIND, either express or implied. 22 | * 23 | ***************************************************************************/ 24 | 25 | #include 26 | #include /* needed for FILE */ 27 | #include "curl.h" /* for CURL_EXTERN */ 28 | 29 | #ifdef __cplusplus 30 | extern "C" { 31 | #endif 32 | 33 | CURL_EXTERN int curl_mprintf(const char *format, ...); 34 | CURL_EXTERN int curl_mfprintf(FILE *fd, const char *format, ...); 35 | CURL_EXTERN int curl_msprintf(char *buffer, const char *format, ...); 36 | CURL_EXTERN int curl_msnprintf(char *buffer, size_t maxlength, 37 | const char *format, ...); 38 | CURL_EXTERN int curl_mvprintf(const char *format, va_list args); 39 | CURL_EXTERN int curl_mvfprintf(FILE *fd, const char *format, va_list args); 40 | CURL_EXTERN int curl_mvsprintf(char *buffer, const char *format, va_list args); 41 | CURL_EXTERN int curl_mvsnprintf(char *buffer, size_t maxlength, 42 | const char *format, va_list args); 43 | CURL_EXTERN char *curl_maprintf(const char *format, ...); 44 | CURL_EXTERN char *curl_mvaprintf(const char *format, va_list args); 45 | 46 | #ifdef __cplusplus 47 | } 48 | #endif 49 | 50 | #endif /* CURLINC_MPRINTF_H */ 51 | -------------------------------------------------------------------------------- /deps/curl/include/stdcheaders.h: -------------------------------------------------------------------------------- 1 | #ifndef CURLINC_STDCHEADERS_H 2 | #define CURLINC_STDCHEADERS_H 3 | /*************************************************************************** 4 | * _ _ ____ _ 5 | * Project ___| | | | _ \| | 6 | * / __| | | | |_) | | 7 | * | (__| |_| | _ <| |___ 8 | * \___|\___/|_| \_\_____| 9 | * 10 | * Copyright (C) 1998 - 2019, Daniel Stenberg, , et al. 11 | * 12 | * This software is licensed as described in the file COPYING, which 13 | * you should have received as part of this distribution. The terms 14 | * are also available at https://curl.haxx.se/docs/copyright.html. 15 | * 16 | * You may opt to use, copy, modify, merge, publish, distribute and/or sell 17 | * copies of the Software, and permit persons to whom the Software is 18 | * furnished to do so, under the terms of the COPYING file. 19 | * 20 | * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 21 | * KIND, either express or implied. 22 | * 23 | ***************************************************************************/ 24 | 25 | #include 26 | 27 | size_t fread(void *, size_t, size_t, FILE *); 28 | size_t fwrite(const void *, size_t, size_t, FILE *); 29 | 30 | int strcasecmp(const char *, const char *); 31 | int strncasecmp(const char *, const char *, size_t); 32 | 33 | #endif /* CURLINC_STDCHEADERS_H */ 34 | -------------------------------------------------------------------------------- /deps/libyuv/include/libyuv.h: -------------------------------------------------------------------------------- 1 | /* 2 | * Copyright 2011 The LibYuv Project Authors. All rights reserved. 3 | * 4 | * Use of this source code is governed by a BSD-style license 5 | * that can be found in the LICENSE file in the root of the source 6 | * tree. An additional intellectual property rights grant can be found 7 | * in the file PATENTS. All contributing project authors may 8 | * be found in the AUTHORS file in the root of the source tree. 9 | */ 10 | 11 | #ifndef INCLUDE_LIBYUV_H_ 12 | #define INCLUDE_LIBYUV_H_ 13 | 14 | #include "libyuv/basic_types.h" 15 | #include "libyuv/compare.h" 16 | #include "libyuv/convert.h" 17 | #include "libyuv/convert_argb.h" 18 | #include "libyuv/convert_from.h" 19 | #include "libyuv/convert_from_argb.h" 20 | #include "libyuv/cpu_id.h" 21 | #include "libyuv/mjpeg_decoder.h" 22 | #include "libyuv/planar_functions.h" 23 | #include "libyuv/rotate.h" 24 | #include "libyuv/rotate_argb.h" 25 | #include "libyuv/row.h" 26 | #include "libyuv/scale.h" 27 | #include "libyuv/scale_argb.h" 28 | #include "libyuv/scale_row.h" 29 | #include "libyuv/version.h" 30 | #include "libyuv/video_common.h" 31 | 32 | #endif // INCLUDE_LIBYUV_H_ 33 | -------------------------------------------------------------------------------- /deps/libyuv/include/libyuv/basic_types.h: -------------------------------------------------------------------------------- 1 | /* 2 | * Copyright 2011 The LibYuv Project Authors. All rights reserved. 3 | * 4 | * Use of this source code is governed by a BSD-style license 5 | * that can be found in the LICENSE file in the root of the source 6 | * tree. An additional intellectual property rights grant can be found 7 | * in the file PATENTS. All contributing project authors may 8 | * be found in the AUTHORS file in the root of the source tree. 9 | */ 10 | 11 | #ifndef INCLUDE_LIBYUV_BASIC_TYPES_H_ 12 | #define INCLUDE_LIBYUV_BASIC_TYPES_H_ 13 | 14 | #include // For size_t and NULL 15 | 16 | #if !defined(INT_TYPES_DEFINED) && !defined(GG_LONGLONG) 17 | #define INT_TYPES_DEFINED 18 | 19 | #if defined(_MSC_VER) && (_MSC_VER < 1600) 20 | #include // for uintptr_t on x86 21 | typedef unsigned __int64 uint64_t; 22 | typedef __int64 int64_t; 23 | typedef unsigned int uint32_t; 24 | typedef int int32_t; 25 | typedef unsigned short uint16_t; 26 | typedef short int16_t; 27 | typedef unsigned char uint8_t; 28 | typedef signed char int8_t; 29 | #else 30 | #include // for uintptr_t and C99 types 31 | #endif // defined(_MSC_VER) && (_MSC_VER < 1600) 32 | // Types are deprecated. Enable this macro for legacy types. 33 | #ifdef LIBYUV_LEGACY_TYPES 34 | typedef uint64_t uint64; 35 | typedef int64_t int64; 36 | typedef uint32_t uint32; 37 | typedef int32_t int32; 38 | typedef uint16_t uint16; 39 | typedef int16_t int16; 40 | typedef uint8_t uint8; 41 | typedef int8_t int8; 42 | #endif // LIBYUV_LEGACY_TYPES 43 | #endif // INT_TYPES_DEFINED 44 | 45 | #if !defined(LIBYUV_API) 46 | #if defined(_WIN32) || defined(__CYGWIN__) 47 | #if defined(LIBYUV_BUILDING_SHARED_LIBRARY) 48 | #define LIBYUV_API __declspec(dllexport) 49 | #elif defined(LIBYUV_USING_SHARED_LIBRARY) 50 | #define LIBYUV_API __declspec(dllimport) 51 | #else 52 | #define LIBYUV_API 53 | #endif // LIBYUV_BUILDING_SHARED_LIBRARY 54 | #elif defined(__GNUC__) && (__GNUC__ >= 4) && !defined(__APPLE__) && \ 55 | (defined(LIBYUV_BUILDING_SHARED_LIBRARY) || \ 56 | defined(LIBYUV_USING_SHARED_LIBRARY)) 57 | #define LIBYUV_API __attribute__((visibility("default"))) 58 | #else 59 | #define LIBYUV_API 60 | #endif // __GNUC__ 61 | #endif // LIBYUV_API 62 | 63 | // TODO(fbarchard): Remove bool macros. 64 | #define LIBYUV_BOOL int 65 | #define LIBYUV_FALSE 0 66 | #define LIBYUV_TRUE 1 67 | 68 | #endif // INCLUDE_LIBYUV_BASIC_TYPES_H_ 69 | -------------------------------------------------------------------------------- /deps/libyuv/include/libyuv/rotate_argb.h: -------------------------------------------------------------------------------- 1 | /* 2 | * Copyright 2012 The LibYuv Project Authors. All rights reserved. 3 | * 4 | * Use of this source code is governed by a BSD-style license 5 | * that can be found in the LICENSE file in the root of the source 6 | * tree. An additional intellectual property rights grant can be found 7 | * in the file PATENTS. All contributing project authors may 8 | * be found in the AUTHORS file in the root of the source tree. 9 | */ 10 | 11 | #ifndef INCLUDE_LIBYUV_ROTATE_ARGB_H_ 12 | #define INCLUDE_LIBYUV_ROTATE_ARGB_H_ 13 | 14 | #include "libyuv/basic_types.h" 15 | #include "libyuv/rotate.h" // For RotationMode. 16 | 17 | #ifdef __cplusplus 18 | namespace libyuv { 19 | extern "C" { 20 | #endif 21 | 22 | // Rotate ARGB frame 23 | LIBYUV_API 24 | int ARGBRotate(const uint8_t* src_argb, 25 | int src_stride_argb, 26 | uint8_t* dst_argb, 27 | int dst_stride_argb, 28 | int src_width, 29 | int src_height, 30 | enum RotationMode mode); 31 | 32 | #ifdef __cplusplus 33 | } // extern "C" 34 | } // namespace libyuv 35 | #endif 36 | 37 | #endif // INCLUDE_LIBYUV_ROTATE_ARGB_H_ 38 | -------------------------------------------------------------------------------- /deps/libyuv/include/libyuv/scale_uv.h: -------------------------------------------------------------------------------- 1 | /* 2 | * Copyright 2020 The LibYuv Project Authors. All rights reserved. 3 | * 4 | * Use of this source code is governed by a BSD-style license 5 | * that can be found in the LICENSE file in the root of the source 6 | * tree. An additional intellectual property rights grant can be found 7 | * in the file PATENTS. All contributing project authors may 8 | * be found in the AUTHORS file in the root of the source tree. 9 | */ 10 | 11 | #ifndef INCLUDE_LIBYUV_SCALE_UV_H_ 12 | #define INCLUDE_LIBYUV_SCALE_UV_H_ 13 | 14 | #include "libyuv/basic_types.h" 15 | #include "libyuv/scale.h" // For FilterMode 16 | 17 | #ifdef __cplusplus 18 | namespace libyuv { 19 | extern "C" { 20 | #endif 21 | 22 | LIBYUV_API 23 | int UVScale(const uint8_t* src_uv, 24 | int src_stride_uv, 25 | int src_width, 26 | int src_height, 27 | uint8_t* dst_uv, 28 | int dst_stride_uv, 29 | int dst_width, 30 | int dst_height, 31 | enum FilterMode filtering); 32 | 33 | #ifdef __cplusplus 34 | } // extern "C" 35 | } // namespace libyuv 36 | #endif 37 | 38 | #endif // INCLUDE_LIBYUV_SCALE_UV_H_ 39 | -------------------------------------------------------------------------------- /deps/libyuv/include/libyuv/version.h: -------------------------------------------------------------------------------- 1 | /* 2 | * Copyright 2012 The LibYuv Project Authors. All rights reserved. 3 | * 4 | * Use of this source code is governed by a BSD-style license 5 | * that can be found in the LICENSE file in the root of the source 6 | * tree. An additional intellectual property rights grant can be found 7 | * in the file PATENTS. All contributing project authors may 8 | * be found in the AUTHORS file in the root of the source tree. 9 | */ 10 | 11 | #ifndef INCLUDE_LIBYUV_VERSION_H_ 12 | #define INCLUDE_LIBYUV_VERSION_H_ 13 | 14 | #define LIBYUV_VERSION 1766 15 | 16 | #endif // INCLUDE_LIBYUV_VERSION_H_ 17 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/5.15.2/QtCore/private/qconfig_p.h: -------------------------------------------------------------------------------- 1 | #define QT_FEATURE_sse2 1 2 | #define QT_FEATURE_alloca_h 1 3 | #define QT_FEATURE_alloca 1 4 | #define QT_FEATURE_alloca_malloc_h -1 5 | #define QT_FEATURE_android_style_assets -1 6 | #define QT_FEATURE_avx2 1 7 | #define QT_FEATURE_private_tests -1 8 | #define QT_FEATURE_dbus 1 9 | #define QT_FEATURE_dbus_linked -1 10 | #define QT_FEATURE_dlopen 1 11 | #define QT_FEATURE_gc_binaries -1 12 | #define QT_FEATURE_gui 1 13 | #define QT_FEATURE_intelcet -1 14 | #define QT_FEATURE_libudev -1 15 | #define QT_FEATURE_network 1 16 | #define QT_FEATURE_posix_fallocate -1 17 | #define QT_FEATURE_reduce_exports 1 18 | #define QT_FEATURE_reduce_relocations -1 19 | #define QT_FEATURE_release_tools -1 20 | #define QT_FEATURE_relocatable 1 21 | #define QT_FEATURE_sql 1 22 | #define QT_FEATURE_stack_protector_strong -1 23 | #define QT_FEATURE_system_zlib 1 24 | #define QT_FEATURE_testlib 1 25 | #define QT_FEATURE_widgets 1 26 | #define QT_FEATURE_xml 1 27 | #define QT_FEATURE_zstd -1 28 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/5.15.2/QtCore/private/qtcore-config_p.h: -------------------------------------------------------------------------------- 1 | #define QT_FEATURE_clock_gettime 1 2 | #define QT_FEATURE_datetimeparser 1 3 | #define QT_FEATURE_doubleconversion 1 4 | #define QT_FEATURE_etw -1 5 | #define QT_FEATURE_futimens 1 6 | #define QT_FEATURE_futimes -1 7 | #define QT_FEATURE_getauxval -1 8 | #define QT_FEATURE_getentropy -1 9 | #define QT_FEATURE_glib -1 10 | #define QT_FEATURE_glibc -1 11 | #define QT_FEATURE_gnu_libiconv -1 12 | #define QT_FEATURE_hijricalendar 1 13 | #define QT_FEATURE_icu -1 14 | #define QT_FEATURE_posix_libiconv -1 15 | #define QT_FEATURE_iconv -1 16 | #define QT_FEATURE_inotify -1 17 | #define QT_FEATURE_journald -1 18 | #define QT_FEATURE_linkat -1 19 | #define QT_FEATURE_lttng -1 20 | #define QT_FEATURE_mimetype_database 1 21 | #define QT_FEATURE_poll_ppoll -1 22 | #define QT_FEATURE_poll_pollts -1 23 | #define QT_FEATURE_poll_poll 1 24 | #define QT_FEATURE_poll_select -1 25 | #define QT_FEATURE_system_pcre2 -1 26 | #define QT_FEATURE_renameat2 -1 27 | #define QT_FEATURE_sha3_fast 1 28 | #define QT_FEATURE_slog2 -1 29 | #define QT_FEATURE_statx -1 30 | #define QT_FEATURE_syslog -1 31 | #define QT_FEATURE_system_doubleconversion -1 32 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QAbstractAnimation: -------------------------------------------------------------------------------- 1 | #include "qabstractanimation.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QAbstractEventDispatcher: -------------------------------------------------------------------------------- 1 | #include "qabstracteventdispatcher.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QAbstractItemModel: -------------------------------------------------------------------------------- 1 | #include "qabstractitemmodel.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QAbstractListModel: -------------------------------------------------------------------------------- 1 | #include "qabstractitemmodel.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QAbstractNativeEventFilter: -------------------------------------------------------------------------------- 1 | #include "qabstractnativeeventfilter.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QAbstractProxyModel: -------------------------------------------------------------------------------- 1 | #include "qabstractproxymodel.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QAbstractState: -------------------------------------------------------------------------------- 1 | #include "qabstractstate.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QAbstractTableModel: -------------------------------------------------------------------------------- 1 | #include "qabstractitemmodel.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QAbstractTransition: -------------------------------------------------------------------------------- 1 | #include "qabstracttransition.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QAnimationDriver: -------------------------------------------------------------------------------- 1 | #include "qabstractanimation.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QAnimationGroup: -------------------------------------------------------------------------------- 1 | #include "qanimationgroup.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QArgument: -------------------------------------------------------------------------------- 1 | #include "qobjectdefs.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QArrayData: -------------------------------------------------------------------------------- 1 | #include "qarraydata.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QArrayDataPointer: -------------------------------------------------------------------------------- 1 | #include "qarraydatapointer.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QArrayDataPointerRef: -------------------------------------------------------------------------------- 1 | #include "qarraydata.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QAssociativeIterable: -------------------------------------------------------------------------------- 1 | #include "qvariant.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QAtomicInt: -------------------------------------------------------------------------------- 1 | #include "qatomic.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QAtomicInteger: -------------------------------------------------------------------------------- 1 | #include "qatomic.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QAtomicPointer: -------------------------------------------------------------------------------- 1 | #include "qatomic.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QBEInteger: -------------------------------------------------------------------------------- 1 | #include "qendian.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QBasicMutex: -------------------------------------------------------------------------------- 1 | #include "qmutex.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QBasicTimer: -------------------------------------------------------------------------------- 1 | #include "qbasictimer.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QBigEndianStorageType: -------------------------------------------------------------------------------- 1 | #include "qendian.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QBitArray: -------------------------------------------------------------------------------- 1 | #include "qbitarray.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QBitRef: -------------------------------------------------------------------------------- 1 | #include "qbitarray.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QBuffer: -------------------------------------------------------------------------------- 1 | #include "qbuffer.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QByteArray: -------------------------------------------------------------------------------- 1 | #include "qbytearray.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QByteArrayData: -------------------------------------------------------------------------------- 1 | #include "qobjectdefs.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QByteArrayDataPtr: -------------------------------------------------------------------------------- 1 | #include "qbytearray.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QByteArrayList: -------------------------------------------------------------------------------- 1 | #include "qbytearraylist.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QByteArrayListIterator: -------------------------------------------------------------------------------- 1 | #include "qbytearraylist.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QByteArrayMatcher: -------------------------------------------------------------------------------- 1 | #include "qbytearraymatcher.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QByteRef: -------------------------------------------------------------------------------- 1 | #include "qbytearray.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QCache: -------------------------------------------------------------------------------- 1 | #include "qcache.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QCalendar: -------------------------------------------------------------------------------- 1 | #include "qcalendar.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QCborArray: -------------------------------------------------------------------------------- 1 | #include "qcborarray.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QCborError: -------------------------------------------------------------------------------- 1 | #include "qcborcommon.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QCborMap: -------------------------------------------------------------------------------- 1 | #include "qcbormap.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QCborParserError: -------------------------------------------------------------------------------- 1 | #include "qcborvalue.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QCborStreamReader: -------------------------------------------------------------------------------- 1 | #include "qcborstreamreader.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QCborStreamWriter: -------------------------------------------------------------------------------- 1 | #include "qcborstreamwriter.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QCborValue: -------------------------------------------------------------------------------- 1 | #include "qcborvalue.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QCborValueRef: -------------------------------------------------------------------------------- 1 | #include "qcborvalue.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QChar: -------------------------------------------------------------------------------- 1 | #include "qchar.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QCharRef: -------------------------------------------------------------------------------- 1 | #include "qstring.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QChildEvent: -------------------------------------------------------------------------------- 1 | #include "qcoreevent.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QCollator: -------------------------------------------------------------------------------- 1 | #include "qcollator.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QCollatorSortKey: -------------------------------------------------------------------------------- 1 | #include "qcollator.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QCommandLineOption: -------------------------------------------------------------------------------- 1 | #include "qcommandlineoption.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QCommandLineParser: -------------------------------------------------------------------------------- 1 | #include "qcommandlineparser.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QConcatenateTablesProxyModel: -------------------------------------------------------------------------------- 1 | #include "qconcatenatetablesproxymodel.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QConstOverload: -------------------------------------------------------------------------------- 1 | #include "qglobal.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QContiguousCache: -------------------------------------------------------------------------------- 1 | #include "qcontiguouscache.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QContiguousCacheData: -------------------------------------------------------------------------------- 1 | #include "qcontiguouscache.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QContiguousCacheTypedData: -------------------------------------------------------------------------------- 1 | #include "qcontiguouscache.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QCoreApplication: -------------------------------------------------------------------------------- 1 | #include "qcoreapplication.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QCryptographicHash: -------------------------------------------------------------------------------- 1 | #include "qcryptographichash.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QDataStream: -------------------------------------------------------------------------------- 1 | #include "qdatastream.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QDate: -------------------------------------------------------------------------------- 1 | #include "qdatetime.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QDateTime: -------------------------------------------------------------------------------- 1 | #include "qdatetime.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QDeadlineTimer: -------------------------------------------------------------------------------- 1 | #include "qdeadlinetimer.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QDebug: -------------------------------------------------------------------------------- 1 | #include "qdebug.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QDebugStateSaver: -------------------------------------------------------------------------------- 1 | #include "qdebug.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QDeferredDeleteEvent: -------------------------------------------------------------------------------- 1 | #include "qcoreevent.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QDir: -------------------------------------------------------------------------------- 1 | #include "qdir.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QDirIterator: -------------------------------------------------------------------------------- 1 | #include "qdiriterator.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QDynamicPropertyChangeEvent: -------------------------------------------------------------------------------- 1 | #include "qcoreevent.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QEasingCurve: -------------------------------------------------------------------------------- 1 | #include "qeasingcurve.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QElapsedTimer: -------------------------------------------------------------------------------- 1 | #include "qelapsedtimer.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QEnableSharedFromThis: -------------------------------------------------------------------------------- 1 | #include "qsharedpointer.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QEvent: -------------------------------------------------------------------------------- 1 | #include "qcoreevent.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QEventLoop: -------------------------------------------------------------------------------- 1 | #include "qeventloop.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QEventLoopLocker: -------------------------------------------------------------------------------- 1 | #include "qeventloop.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QEventTransition: -------------------------------------------------------------------------------- 1 | #include "qeventtransition.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QException: -------------------------------------------------------------------------------- 1 | #include "qexception.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QExplicitlySharedDataPointer: -------------------------------------------------------------------------------- 1 | #include "qshareddata.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QFactoryInterface: -------------------------------------------------------------------------------- 1 | #include "qfactoryinterface.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QFile: -------------------------------------------------------------------------------- 1 | #include "qfile.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QFileDevice: -------------------------------------------------------------------------------- 1 | #include "qfiledevice.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QFileInfo: -------------------------------------------------------------------------------- 1 | #include "qfileinfo.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QFileInfoList: -------------------------------------------------------------------------------- 1 | #include "qfileinfo.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QFileSelector: -------------------------------------------------------------------------------- 1 | #include "qfileselector.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QFileSystemWatcher: -------------------------------------------------------------------------------- 1 | #include "qfilesystemwatcher.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QFinalState: -------------------------------------------------------------------------------- 1 | #include "qfinalstate.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QFlag: -------------------------------------------------------------------------------- 1 | #include "qflags.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QFlags: -------------------------------------------------------------------------------- 1 | #include "qflags.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QFloat16: -------------------------------------------------------------------------------- 1 | #include "qfloat16.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QFunctionPointer: -------------------------------------------------------------------------------- 1 | #include "qglobal.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QFuture: -------------------------------------------------------------------------------- 1 | #include "qfuture.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QFutureInterface: -------------------------------------------------------------------------------- 1 | #include "qfutureinterface.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QFutureInterfaceBase: -------------------------------------------------------------------------------- 1 | #include "qfutureinterface.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QFutureIterator: -------------------------------------------------------------------------------- 1 | #include "qfuture.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QFutureSynchronizer: -------------------------------------------------------------------------------- 1 | #include "qfuturesynchronizer.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QFutureWatcher: -------------------------------------------------------------------------------- 1 | #include "qfuturewatcher.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QFutureWatcherBase: -------------------------------------------------------------------------------- 1 | #include "qfuturewatcher.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QGenericArgument: -------------------------------------------------------------------------------- 1 | #include "qobjectdefs.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QGenericReturnArgument: -------------------------------------------------------------------------------- 1 | #include "qobjectdefs.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QGlobalStatic: -------------------------------------------------------------------------------- 1 | #include "qglobalstatic.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QHash: -------------------------------------------------------------------------------- 1 | #include "qhash.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QHashData: -------------------------------------------------------------------------------- 1 | #include "qhash.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QHashDummyValue: -------------------------------------------------------------------------------- 1 | #include "qhash.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QHashFunctions: -------------------------------------------------------------------------------- 1 | #include "qhashfunctions.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QHashIterator: -------------------------------------------------------------------------------- 1 | #include "qhash.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QHashNode: -------------------------------------------------------------------------------- 1 | #include "qhash.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QHistoryState: -------------------------------------------------------------------------------- 1 | #include "qhistorystate.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QIODevice: -------------------------------------------------------------------------------- 1 | #include "qiodevice.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QIdentityProxyModel: -------------------------------------------------------------------------------- 1 | #include "qidentityproxymodel.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QIncompatibleFlag: -------------------------------------------------------------------------------- 1 | #include "qflags.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QIntegerForSize: -------------------------------------------------------------------------------- 1 | #include "qglobal.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QInternal: -------------------------------------------------------------------------------- 1 | #include "qnamespace.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QItemSelection: -------------------------------------------------------------------------------- 1 | #include "qitemselectionmodel.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QItemSelectionModel: -------------------------------------------------------------------------------- 1 | #include "qitemselectionmodel.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QItemSelectionRange: -------------------------------------------------------------------------------- 1 | #include "qitemselectionmodel.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QJsonArray: -------------------------------------------------------------------------------- 1 | #include "qjsonarray.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QJsonDocument: -------------------------------------------------------------------------------- 1 | #include "qjsondocument.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QJsonObject: -------------------------------------------------------------------------------- 1 | #include "qjsonobject.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QJsonParseError: -------------------------------------------------------------------------------- 1 | #include "qjsondocument.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QJsonValue: -------------------------------------------------------------------------------- 1 | #include "qjsonvalue.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QJsonValuePtr: -------------------------------------------------------------------------------- 1 | #include "qjsonvalue.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QJsonValueRef: -------------------------------------------------------------------------------- 1 | #include "qjsonvalue.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QJsonValueRefPtr: -------------------------------------------------------------------------------- 1 | #include "qjsonvalue.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QKeyValueIterator: -------------------------------------------------------------------------------- 1 | #include "qiterator.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QLEInteger: -------------------------------------------------------------------------------- 1 | #include "qendian.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QLatin1Char: -------------------------------------------------------------------------------- 1 | #include "qchar.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QLatin1Literal: -------------------------------------------------------------------------------- 1 | #include "qstring.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QLatin1String: -------------------------------------------------------------------------------- 1 | #include "qstring.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QLibrary: -------------------------------------------------------------------------------- 1 | #include "qlibrary.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QLibraryInfo: -------------------------------------------------------------------------------- 1 | #include "qlibraryinfo.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QLine: -------------------------------------------------------------------------------- 1 | #include "qline.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QLineF: -------------------------------------------------------------------------------- 1 | #include "qline.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QLinkedList: -------------------------------------------------------------------------------- 1 | #include "qlinkedlist.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QLinkedListData: -------------------------------------------------------------------------------- 1 | #include "qlinkedlist.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QLinkedListIterator: -------------------------------------------------------------------------------- 1 | #include "qlinkedlist.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QLinkedListNode: -------------------------------------------------------------------------------- 1 | #include "qlinkedlist.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QList: -------------------------------------------------------------------------------- 1 | #include "qlist.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QListData: -------------------------------------------------------------------------------- 1 | #include "qlist.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QListIterator: -------------------------------------------------------------------------------- 1 | #include "qlist.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QListSpecialMethods: -------------------------------------------------------------------------------- 1 | #include "qlist.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QLittleEndianStorageType: -------------------------------------------------------------------------------- 1 | #include "qendian.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QLocale: -------------------------------------------------------------------------------- 1 | #include "qlocale.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QLockFile: -------------------------------------------------------------------------------- 1 | #include "qlockfile.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QLoggingCategory: -------------------------------------------------------------------------------- 1 | #include "qloggingcategory.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QMap: -------------------------------------------------------------------------------- 1 | #include "qmap.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QMapData: -------------------------------------------------------------------------------- 1 | #include "qmap.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QMapDataBase: -------------------------------------------------------------------------------- 1 | #include "qmap.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QMapIterator: -------------------------------------------------------------------------------- 1 | #include "qmap.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QMapNode: -------------------------------------------------------------------------------- 1 | #include "qmap.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QMapNodeBase: -------------------------------------------------------------------------------- 1 | #include "qmap.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QMargins: -------------------------------------------------------------------------------- 1 | #include "qmargins.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QMarginsF: -------------------------------------------------------------------------------- 1 | #include "qmargins.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QMessageAuthenticationCode: -------------------------------------------------------------------------------- 1 | #include "qmessageauthenticationcode.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QMessageLogContext: -------------------------------------------------------------------------------- 1 | #include "qlogging.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QMessageLogger: -------------------------------------------------------------------------------- 1 | #include "qlogging.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QMetaClassInfo: -------------------------------------------------------------------------------- 1 | #include "qmetaobject.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QMetaEnum: -------------------------------------------------------------------------------- 1 | #include "qmetaobject.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QMetaMethod: -------------------------------------------------------------------------------- 1 | #include "qmetaobject.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QMetaObject: -------------------------------------------------------------------------------- 1 | #include "qobjectdefs.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QMetaProperty: -------------------------------------------------------------------------------- 1 | #include "qmetaobject.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QMetaType: -------------------------------------------------------------------------------- 1 | #include "qmetatype.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QMimeData: -------------------------------------------------------------------------------- 1 | #include "qmimedata.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QMimeDatabase: -------------------------------------------------------------------------------- 1 | #include "qmimedatabase.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QMimeType: -------------------------------------------------------------------------------- 1 | #include "qmimetype.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QModelIndex: -------------------------------------------------------------------------------- 1 | #include "qabstractitemmodel.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QModelIndexList: -------------------------------------------------------------------------------- 1 | #include "qabstractitemmodel.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QMultiHash: -------------------------------------------------------------------------------- 1 | #include "qhash.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QMultiMap: -------------------------------------------------------------------------------- 1 | #include "qmap.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QMutableByteArrayListIterator: -------------------------------------------------------------------------------- 1 | #include "qbytearraylist.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QMutableFutureIterator: -------------------------------------------------------------------------------- 1 | #include "qfuture.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QMutableHashIterator: -------------------------------------------------------------------------------- 1 | #include "qhash.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QMutableLinkedListIterator: -------------------------------------------------------------------------------- 1 | #include "qlinkedlist.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QMutableListIterator: -------------------------------------------------------------------------------- 1 | #include "qlist.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QMutableMapIterator: -------------------------------------------------------------------------------- 1 | #include "qmap.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QMutableSetIterator: -------------------------------------------------------------------------------- 1 | #include "qset.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QMutableStringListIterator: -------------------------------------------------------------------------------- 1 | #include "qstringlist.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QMutableVectorIterator: -------------------------------------------------------------------------------- 1 | #include "qvector.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QMutex: -------------------------------------------------------------------------------- 1 | #include "qmutex.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QMutexLocker: -------------------------------------------------------------------------------- 1 | #include "qmutex.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QNoDebug: -------------------------------------------------------------------------------- 1 | #include "qdebug.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QNonConstOverload: -------------------------------------------------------------------------------- 1 | #include "qglobal.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QObject: -------------------------------------------------------------------------------- 1 | #include "qobject.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QObjectCleanupHandler: -------------------------------------------------------------------------------- 1 | #include "qobjectcleanuphandler.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QObjectData: -------------------------------------------------------------------------------- 1 | #include "qobject.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QObjectList: -------------------------------------------------------------------------------- 1 | #include "qobject.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QObjectUserData: -------------------------------------------------------------------------------- 1 | #include "qobject.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QOperatingSystemVersion: -------------------------------------------------------------------------------- 1 | #include "qoperatingsystemversion.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QPair: -------------------------------------------------------------------------------- 1 | #include "qpair.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QParallelAnimationGroup: -------------------------------------------------------------------------------- 1 | #include "qparallelanimationgroup.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QPauseAnimation: -------------------------------------------------------------------------------- 1 | #include "qpauseanimation.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QPersistentModelIndex: -------------------------------------------------------------------------------- 1 | #include "qabstractitemmodel.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QPluginLoader: -------------------------------------------------------------------------------- 1 | #include "qpluginloader.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QPluginMetaData: -------------------------------------------------------------------------------- 1 | #include "qplugin.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QPoint: -------------------------------------------------------------------------------- 1 | #include "qpoint.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QPointF: -------------------------------------------------------------------------------- 1 | #include "qpoint.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QPointer: -------------------------------------------------------------------------------- 1 | #include "qpointer.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QProcess: -------------------------------------------------------------------------------- 1 | #include "qprocess.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QProcessEnvironment: -------------------------------------------------------------------------------- 1 | #include "qprocess.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QPropertyAnimation: -------------------------------------------------------------------------------- 1 | #include "qpropertyanimation.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QQueue: -------------------------------------------------------------------------------- 1 | #include "qqueue.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QRandomGenerator: -------------------------------------------------------------------------------- 1 | #include "qrandom.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QRandomGenerator64: -------------------------------------------------------------------------------- 1 | #include "qrandom.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QReadLocker: -------------------------------------------------------------------------------- 1 | #include "qreadwritelock.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QReadWriteLock: -------------------------------------------------------------------------------- 1 | #include "qreadwritelock.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QRect: -------------------------------------------------------------------------------- 1 | #include "qrect.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QRectF: -------------------------------------------------------------------------------- 1 | #include "qrect.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QRecursiveMutex: -------------------------------------------------------------------------------- 1 | #include "qmutex.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QRegExp: -------------------------------------------------------------------------------- 1 | #include "qregexp.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QRegularExpression: -------------------------------------------------------------------------------- 1 | #include "qregularexpression.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QRegularExpressionMatch: -------------------------------------------------------------------------------- 1 | #include "qregularexpression.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QRegularExpressionMatchIterator: -------------------------------------------------------------------------------- 1 | #include "qregularexpression.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QResource: -------------------------------------------------------------------------------- 1 | #include "qresource.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QReturnArgument: -------------------------------------------------------------------------------- 1 | #include "qobjectdefs.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QRunnable: -------------------------------------------------------------------------------- 1 | #include "qrunnable.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QSaveFile: -------------------------------------------------------------------------------- 1 | #include "qsavefile.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QScopeGuard: -------------------------------------------------------------------------------- 1 | #include "qscopeguard.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QScopedArrayPointer: -------------------------------------------------------------------------------- 1 | #include "qscopedpointer.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QScopedPointer: -------------------------------------------------------------------------------- 1 | #include "qscopedpointer.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QScopedPointerArrayDeleter: -------------------------------------------------------------------------------- 1 | #include "qscopedpointer.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QScopedPointerDeleteLater: -------------------------------------------------------------------------------- 1 | #include "qscopedpointer.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QScopedPointerDeleter: -------------------------------------------------------------------------------- 1 | #include "qscopedpointer.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QScopedPointerObjectDeleteLater: -------------------------------------------------------------------------------- 1 | #include "qscopedpointer.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QScopedPointerPodDeleter: -------------------------------------------------------------------------------- 1 | #include "qscopedpointer.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QScopedValueRollback: -------------------------------------------------------------------------------- 1 | #include "qscopedvaluerollback.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QSemaphore: -------------------------------------------------------------------------------- 1 | #include "qsemaphore.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QSemaphoreReleaser: -------------------------------------------------------------------------------- 1 | #include "qsemaphore.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QSequentialAnimationGroup: -------------------------------------------------------------------------------- 1 | #include "qsequentialanimationgroup.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QSequentialIterable: -------------------------------------------------------------------------------- 1 | #include "qvariant.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QSet: -------------------------------------------------------------------------------- 1 | #include "qset.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QSetIterator: -------------------------------------------------------------------------------- 1 | #include "qset.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QSettings: -------------------------------------------------------------------------------- 1 | #include "qsettings.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QSharedData: -------------------------------------------------------------------------------- 1 | #include "qshareddata.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QSharedDataPointer: -------------------------------------------------------------------------------- 1 | #include "qshareddata.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QSharedMemory: -------------------------------------------------------------------------------- 1 | #include "qsharedmemory.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QSharedPointer: -------------------------------------------------------------------------------- 1 | #include "qsharedpointer.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QSignalBlocker: -------------------------------------------------------------------------------- 1 | #include "qobject.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QSignalMapper: -------------------------------------------------------------------------------- 1 | #include "qsignalmapper.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QSignalTransition: -------------------------------------------------------------------------------- 1 | #include "qsignaltransition.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QSize: -------------------------------------------------------------------------------- 1 | #include "qsize.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QSizeF: -------------------------------------------------------------------------------- 1 | #include "qsize.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QSocketDescriptor: -------------------------------------------------------------------------------- 1 | #include "qsocketnotifier.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QSocketNotifier: -------------------------------------------------------------------------------- 1 | #include "qsocketnotifier.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QSortFilterProxyModel: -------------------------------------------------------------------------------- 1 | #include "qsortfilterproxymodel.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QSpecialInteger: -------------------------------------------------------------------------------- 1 | #include "qendian.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QStack: -------------------------------------------------------------------------------- 1 | #include "qstack.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QStandardPaths: -------------------------------------------------------------------------------- 1 | #include "qstandardpaths.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QState: -------------------------------------------------------------------------------- 1 | #include "qstate.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QStateMachine: -------------------------------------------------------------------------------- 1 | #include "qstatemachine.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QStaticArrayData: -------------------------------------------------------------------------------- 1 | #include "qarraydata.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QStaticByteArrayData: -------------------------------------------------------------------------------- 1 | #include "qbytearray.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QStaticByteArrayMatcherBase: -------------------------------------------------------------------------------- 1 | #include "qbytearraymatcher.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QStaticPlugin: -------------------------------------------------------------------------------- 1 | #include "qplugin.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QStaticStringData: -------------------------------------------------------------------------------- 1 | #include "qstringliteral.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QStorageInfo: -------------------------------------------------------------------------------- 1 | #include "qstorageinfo.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QString: -------------------------------------------------------------------------------- 1 | #include "qstring.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QStringAlgorithms: -------------------------------------------------------------------------------- 1 | #include "qstringalgorithms.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QStringBuilder: -------------------------------------------------------------------------------- 1 | #include "qstringbuilder.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QStringData: -------------------------------------------------------------------------------- 1 | #include "qstringliteral.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QStringDataPtr: -------------------------------------------------------------------------------- 1 | #include "qstringliteral.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QStringList: -------------------------------------------------------------------------------- 1 | #include "qstringlist.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QStringListIterator: -------------------------------------------------------------------------------- 1 | #include "qstringlist.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QStringListModel: -------------------------------------------------------------------------------- 1 | #include "qstringlistmodel.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QStringLiteral: -------------------------------------------------------------------------------- 1 | #include "qstringliteral.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QStringMatcher: -------------------------------------------------------------------------------- 1 | #include "qstringmatcher.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QStringRef: -------------------------------------------------------------------------------- 1 | #include "qstring.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QStringView: -------------------------------------------------------------------------------- 1 | #include "qstringview.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QSysInfo: -------------------------------------------------------------------------------- 1 | #include "qsysinfo.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QSystemSemaphore: -------------------------------------------------------------------------------- 1 | #include "qsystemsemaphore.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QTemporaryDir: -------------------------------------------------------------------------------- 1 | #include "qtemporarydir.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QTemporaryFile: -------------------------------------------------------------------------------- 1 | #include "qtemporaryfile.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QTextBoundaryFinder: -------------------------------------------------------------------------------- 1 | #include "qtextboundaryfinder.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QTextCodec: -------------------------------------------------------------------------------- 1 | #include "qtextcodec.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QTextDecoder: -------------------------------------------------------------------------------- 1 | #include "qtextcodec.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QTextEncoder: -------------------------------------------------------------------------------- 1 | #include "qtextcodec.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QTextStream: -------------------------------------------------------------------------------- 1 | #include "qtextstream.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QTextStreamFunction: -------------------------------------------------------------------------------- 1 | #include "qtextstream.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QTextStreamManipulator: -------------------------------------------------------------------------------- 1 | #include "qtextstream.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QThread: -------------------------------------------------------------------------------- 1 | #include "qthread.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QThreadPool: -------------------------------------------------------------------------------- 1 | #include "qthreadpool.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QThreadStorage: -------------------------------------------------------------------------------- 1 | #include "qthreadstorage.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QThreadStorageData: -------------------------------------------------------------------------------- 1 | #include "qthreadstorage.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QTime: -------------------------------------------------------------------------------- 1 | #include "qdatetime.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QTimeLine: -------------------------------------------------------------------------------- 1 | #include "qtimeline.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QTimeZone: -------------------------------------------------------------------------------- 1 | #include "qtimezone.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QTimer: -------------------------------------------------------------------------------- 1 | #include "qtimer.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QTimerEvent: -------------------------------------------------------------------------------- 1 | #include "qcoreevent.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QTranslator: -------------------------------------------------------------------------------- 1 | #include "qtranslator.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QTransposeProxyModel: -------------------------------------------------------------------------------- 1 | #include "qtransposeproxymodel.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QTypeInfo: -------------------------------------------------------------------------------- 1 | #include "qtypeinfo.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QTypeInfoMerger: -------------------------------------------------------------------------------- 1 | #include "qtypeinfo.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QTypeInfoQuery: -------------------------------------------------------------------------------- 1 | #include "qtypeinfo.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QUnhandledException: -------------------------------------------------------------------------------- 1 | #include "qexception.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QUrl: -------------------------------------------------------------------------------- 1 | #include "qurl.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QUrlQuery: -------------------------------------------------------------------------------- 1 | #include "qurlquery.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QUrlTwoFlags: -------------------------------------------------------------------------------- 1 | #include "qurl.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QUuid: -------------------------------------------------------------------------------- 1 | #include "quuid.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QVarLengthArray: -------------------------------------------------------------------------------- 1 | #include "qvarlengtharray.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QVariant: -------------------------------------------------------------------------------- 1 | #include "qvariant.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QVariantAnimation: -------------------------------------------------------------------------------- 1 | #include "qvariantanimation.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QVariantComparisonHelper: -------------------------------------------------------------------------------- 1 | #include "qvariant.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QVariantHash: -------------------------------------------------------------------------------- 1 | #include "qvariant.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QVariantList: -------------------------------------------------------------------------------- 1 | #include "qvariant.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QVariantMap: -------------------------------------------------------------------------------- 1 | #include "qvariant.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QVector: -------------------------------------------------------------------------------- 1 | #include "qvector.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QVectorIterator: -------------------------------------------------------------------------------- 1 | #include "qvector.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QVersionNumber: -------------------------------------------------------------------------------- 1 | #include "qversionnumber.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QWaitCondition: -------------------------------------------------------------------------------- 1 | #include "qwaitcondition.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QWeakPointer: -------------------------------------------------------------------------------- 1 | #include "qsharedpointer.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QWinEventNotifier: -------------------------------------------------------------------------------- 1 | #include "qwineventnotifier.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QWriteLocker: -------------------------------------------------------------------------------- 1 | #include "qreadwritelock.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QXmlStreamAttribute: -------------------------------------------------------------------------------- 1 | #include "qxmlstream.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QXmlStreamAttributes: -------------------------------------------------------------------------------- 1 | #include "qxmlstream.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QXmlStreamEntityDeclaration: -------------------------------------------------------------------------------- 1 | #include "qxmlstream.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QXmlStreamEntityDeclarations: -------------------------------------------------------------------------------- 1 | #include "qxmlstream.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QXmlStreamEntityResolver: -------------------------------------------------------------------------------- 1 | #include "qxmlstream.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QXmlStreamNamespaceDeclaration: -------------------------------------------------------------------------------- 1 | #include "qxmlstream.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QXmlStreamNamespaceDeclarations: -------------------------------------------------------------------------------- 1 | #include "qxmlstream.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QXmlStreamNotationDeclaration: -------------------------------------------------------------------------------- 1 | #include "qxmlstream.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QXmlStreamNotationDeclarations: -------------------------------------------------------------------------------- 1 | #include "qxmlstream.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QXmlStreamReader: -------------------------------------------------------------------------------- 1 | #include "qxmlstream.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QXmlStreamStringRef: -------------------------------------------------------------------------------- 1 | #include "qxmlstream.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QXmlStreamWriter: -------------------------------------------------------------------------------- 1 | #include "qxmlstream.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/Q_PID: -------------------------------------------------------------------------------- 1 | #include "qprocess.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/Q_SECURITY_ATTRIBUTES: -------------------------------------------------------------------------------- 1 | #include "qprocess.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/Q_STARTUPINFO: -------------------------------------------------------------------------------- 1 | #include "qprocess.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/Qt: -------------------------------------------------------------------------------- 1 | #include "qnamespace.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QtAlgorithms: -------------------------------------------------------------------------------- 1 | #include "qalgorithms.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QtCborCommon: -------------------------------------------------------------------------------- 1 | #include "qcborcommon.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QtCleanUpFunction: -------------------------------------------------------------------------------- 1 | #include "qcoreapplication.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QtConfig: -------------------------------------------------------------------------------- 1 | #include "qconfig.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QtContainerFwd: -------------------------------------------------------------------------------- 1 | #include "qcontainerfwd.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QtCoreDepends: -------------------------------------------------------------------------------- 1 | /* This file was generated by qmake with the info from /src/corelib/corelib.pro. */ 2 | #ifdef __cplusplus /* create empty PCH in C mode */ 3 | #endif 4 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QtCoreVersion: -------------------------------------------------------------------------------- 1 | #include "qtcoreversion.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QtDebug: -------------------------------------------------------------------------------- 1 | #include "qdebug.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QtEndian: -------------------------------------------------------------------------------- 1 | #include "qendian.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QtGlobal: -------------------------------------------------------------------------------- 1 | #include "qglobal.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QtMath: -------------------------------------------------------------------------------- 1 | #include "qmath.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QtMessageHandler: -------------------------------------------------------------------------------- 1 | #include "qlogging.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QtMsgHandler: -------------------------------------------------------------------------------- 1 | #include "qlogging.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QtNumeric: -------------------------------------------------------------------------------- 1 | #include "qnumeric.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QtPlugin: -------------------------------------------------------------------------------- 1 | #include "qplugin.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QtPluginInstanceFunction: -------------------------------------------------------------------------------- 1 | #include "qplugin.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/QtPluginMetaDataFunction: -------------------------------------------------------------------------------- 1 | #include "qplugin.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/qcborstream.h: -------------------------------------------------------------------------------- 1 | /**************************************************************************** 2 | ** 3 | ** Copyright (C) 2019 The Qt Company Ltd. 4 | ** Copyright (C) 2018 Intel Corporation. 5 | ** Contact: https://www.qt.io/licensing/ 6 | ** 7 | ** This file is part of the QtCore module of the Qt Toolkit. 8 | ** 9 | ** $QT_BEGIN_LICENSE:LGPL$ 10 | ** Commercial License Usage 11 | ** Licensees holding valid commercial Qt licenses may use this file in 12 | ** accordance with the commercial license agreement provided with the 13 | ** Software or, alternatively, in accordance with the terms contained in 14 | ** a written agreement between you and The Qt Company. For licensing terms 15 | ** and conditions see https://www.qt.io/terms-conditions. For further 16 | ** information use the contact form at https://www.qt.io/contact-us. 17 | ** 18 | ** GNU Lesser General Public License Usage 19 | ** Alternatively, this file may be used under the terms of the GNU Lesser 20 | ** General Public License version 3 as published by the Free Software 21 | ** Foundation and appearing in the file LICENSE.LGPL3 included in the 22 | ** packaging of this file. Please review the following information to 23 | ** ensure the GNU Lesser General Public License version 3 requirements 24 | ** will be met: https://www.gnu.org/licenses/lgpl-3.0.html. 25 | ** 26 | ** GNU General Public License Usage 27 | ** Alternatively, this file may be used under the terms of the GNU 28 | ** General Public License version 2.0 or (at your option) the GNU General 29 | ** Public license version 3 or any later version approved by the KDE Free 30 | ** Qt Foundation. The licenses are as published by the Free Software 31 | ** Foundation and appearing in the file LICENSE.GPL2 and LICENSE.GPL3 32 | ** included in the packaging of this file. Please review the following 33 | ** information to ensure the GNU General Public License requirements will 34 | ** be met: https://www.gnu.org/licenses/gpl-2.0.html and 35 | ** https://www.gnu.org/licenses/gpl-3.0.html. 36 | ** 37 | ** $QT_END_LICENSE$ 38 | ** 39 | ****************************************************************************/ 40 | 41 | #ifndef QCBORSTREAM_H 42 | #define QCBORSTREAM_H 43 | 44 | #include 45 | 46 | #if QT_CONFIG(cborstreamreader) 47 | #include 48 | #endif 49 | 50 | #if QT_CONFIG(cborstreamwriter) 51 | #include 52 | #endif 53 | 54 | QT_BEGIN_NAMESPACE 55 | QT_END_NAMESPACE 56 | 57 | #endif // QCBORSTREAM_H 58 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/qconfig.h: -------------------------------------------------------------------------------- 1 | #define QT_FEATURE_shared 1 2 | #define QT_FEATURE_cross_compile -1 3 | #define QT_MAC_FRAMEWORK_BUILD true 4 | #define QT_FEATURE_framework 1 5 | #define QT_FEATURE_rpath -1 6 | #define QT_COMPILER_SUPPORTS_SSE2 1 7 | #define QT_COMPILER_SUPPORTS_AES 1 8 | #define QT_FEATURE_appstore_compliant -1 9 | #define QT_COMPILER_SUPPORTS_SSE3 1 10 | #define QT_COMPILER_SUPPORTS_SSSE3 1 11 | #define QT_COMPILER_SUPPORTS_SSE4_1 1 12 | #define QT_COMPILER_SUPPORTS_SSE4_2 1 13 | #define QT_COMPILER_SUPPORTS_AVX 1 14 | #define QT_COMPILER_SUPPORTS_AVX2 1 15 | #define QT_COMPILER_SUPPORTS_AVX512F 1 16 | #define QT_COMPILER_SUPPORTS_AVX512BW 1 17 | #define QT_COMPILER_SUPPORTS_AVX512CD 1 18 | #define QT_COMPILER_SUPPORTS_AVX512DQ 1 19 | #define QT_COMPILER_SUPPORTS_AVX512ER 1 20 | #define QT_COMPILER_SUPPORTS_AVX512IFMA 1 21 | #define QT_COMPILER_SUPPORTS_AVX512PF 1 22 | #define QT_COMPILER_SUPPORTS_AVX512VBMI 1 23 | #define QT_COMPILER_SUPPORTS_AVX512VL 1 24 | #define QT_FEATURE_debug_and_release -1 25 | #define QT_FEATURE_simulator_and_device -1 26 | #define QT_FEATURE_build_all -1 27 | #define QT_FEATURE_c__11 1 28 | #define QT_FEATURE_c__14 1 29 | #define QT_FEATURE_c__17 -1 30 | #define QT_FEATURE_c__1z -1 31 | #define QT_FEATURE_c__2a -1 32 | #define QT_FEATURE_c99 1 33 | #define QT_FEATURE_c11 1 34 | #define QT_FEATURE_thread 1 35 | #define QT_FEATURE_future 1 36 | #define QT_FEATURE_concurrent 1 37 | #define QT_FEATURE_pkg_config 1 38 | #define QT_COMPILER_SUPPORTS_F16C 1 39 | #define QT_FEATURE_force_asserts -1 40 | #define QT_LARGEFILE_SUPPORT 64 41 | #define QT_COMPILER_SUPPORTS_RDRND 1 42 | #define QT_COMPILER_SUPPORTS_RDSEED 1 43 | #define QT_VISIBILITY_AVAILABLE true 44 | #define QT_FEATURE_separate_debug_info -1 45 | #define QT_COMPILER_SUPPORTS_SHA 1 46 | #define QT_FEATURE_signaling_nan 1 47 | #define QT_FEATURE_static -1 48 | #define QT_COMPILER_SUPPORTS_SIMD_ALWAYS 1 49 | #define QT_VERSION_STR "5.15.2" 50 | #define QT_VERSION_MAJOR 5 51 | #define QT_VERSION_MINOR 15 52 | #define QT_VERSION_PATCH 2 53 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/qisenum.h: -------------------------------------------------------------------------------- 1 | /**************************************************************************** 2 | ** 3 | ** Copyright (C) 2016 The Qt Company Ltd. 4 | ** Contact: https://www.qt.io/licensing/ 5 | ** 6 | ** This file is part of the QtCore module of the Qt Toolkit. 7 | ** 8 | ** $QT_BEGIN_LICENSE:LGPL$ 9 | ** Commercial License Usage 10 | ** Licensees holding valid commercial Qt licenses may use this file in 11 | ** accordance with the commercial license agreement provided with the 12 | ** Software or, alternatively, in accordance with the terms contained in 13 | ** a written agreement between you and The Qt Company. For licensing terms 14 | ** and conditions see https://www.qt.io/terms-conditions. For further 15 | ** information use the contact form at https://www.qt.io/contact-us. 16 | ** 17 | ** GNU Lesser General Public License Usage 18 | ** Alternatively, this file may be used under the terms of the GNU Lesser 19 | ** General Public License version 3 as published by the Free Software 20 | ** Foundation and appearing in the file LICENSE.LGPL3 included in the 21 | ** packaging of this file. Please review the following information to 22 | ** ensure the GNU Lesser General Public License version 3 requirements 23 | ** will be met: https://www.gnu.org/licenses/lgpl-3.0.html. 24 | ** 25 | ** GNU General Public License Usage 26 | ** Alternatively, this file may be used under the terms of the GNU 27 | ** General Public License version 2.0 or (at your option) the GNU General 28 | ** Public license version 3 or any later version approved by the KDE Free 29 | ** Qt Foundation. The licenses are as published by the Free Software 30 | ** Foundation and appearing in the file LICENSE.GPL2 and LICENSE.GPL3 31 | ** included in the packaging of this file. Please review the following 32 | ** information to ensure the GNU General Public License requirements will 33 | ** be met: https://www.gnu.org/licenses/gpl-2.0.html and 34 | ** https://www.gnu.org/licenses/gpl-3.0.html. 35 | ** 36 | ** $QT_END_LICENSE$ 37 | ** 38 | ****************************************************************************/ 39 | 40 | #include 41 | 42 | #ifndef QISENUM_H 43 | #define QISENUM_H 44 | 45 | // Use of Q_IS_ENUM is deprecated since 5.8 46 | #define Q_IS_ENUM(x) std::is_enum::value 47 | 48 | // shut up syncqt 49 | QT_BEGIN_NAMESPACE 50 | QT_END_NAMESPACE 51 | #endif // QISENUM_H 52 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/qtcore-config.h: -------------------------------------------------------------------------------- 1 | #define QT_FEATURE_properties 1 2 | #define QT_FEATURE_easingcurve 1 3 | #define QT_FEATURE_animation 1 4 | #define QT_FEATURE_textcodec 1 5 | #define QT_FEATURE_big_codecs 1 6 | #define QT_FEATURE_binaryjson 1 7 | #define QT_FEATURE_cborstreamreader 1 8 | #define QT_FEATURE_cborstreamwriter 1 9 | #define QT_NO_CLOCK_MONOTONIC 10 | #define QT_FEATURE_codecs 1 11 | #define QT_FEATURE_commandlineparser 1 12 | #define QT_FEATURE_itemmodel 1 13 | #define QT_FEATURE_proxymodel 1 14 | #define QT_FEATURE_concatenatetablesproxymodel 1 15 | #define QT_FEATURE_cxx11_future 1 16 | #define QT_FEATURE_textdate 1 17 | #define QT_FEATURE_datestring 1 18 | #define QT_NO_EVENTFD 19 | #define QT_FEATURE_filesystemiterator 1 20 | #define QT_FEATURE_filesystemwatcher 1 21 | #define QT_FEATURE_gestures 1 22 | #define QT_NO_GLIB 23 | #define QT_NO_ICONV 24 | #define QT_FEATURE_identityproxymodel 1 25 | #define QT_NO_INOTIFY 26 | #define QT_FEATURE_islamiccivilcalendar 1 27 | #define QT_FEATURE_jalalicalendar 1 28 | #define QT_FEATURE_library 1 29 | #define QT_FEATURE_mimetype 1 30 | #define QT_FEATURE_processenvironment 1 31 | #define QT_FEATURE_process 1 32 | #define QT_FEATURE_statemachine 1 33 | #define QT_FEATURE_qeventtransition 1 34 | #define QT_FEATURE_regularexpression 1 35 | #define QT_FEATURE_settings 1 36 | #define QT_FEATURE_sharedmemory 1 37 | #define QT_FEATURE_sortfilterproxymodel 1 38 | #define QT_FEATURE_std_atomic64 1 39 | #define QT_FEATURE_stringlistmodel 1 40 | #define QT_FEATURE_systemsemaphore 1 41 | #define QT_FEATURE_temporaryfile 1 42 | #define QT_FEATURE_timezone 1 43 | #define QT_FEATURE_topleveldomain 1 44 | #define QT_FEATURE_translation 1 45 | #define QT_FEATURE_transposeproxymodel 1 46 | #define QT_FEATURE_xmlstream 1 47 | #define QT_FEATURE_xmlstreamreader 1 48 | #define QT_FEATURE_xmlstreamwriter 1 49 | -------------------------------------------------------------------------------- /deps/mac/include/QtCore/qtcoreversion.h: -------------------------------------------------------------------------------- 1 | /* This file was generated by syncqt. */ 2 | #ifndef QT_QTCORE_VERSION_H 3 | #define QT_QTCORE_VERSION_H 4 | 5 | #define QTCORE_VERSION_STR "5.15.2" 6 | 7 | #define QTCORE_VERSION 0x050F02 8 | 9 | #endif // QT_QTCORE_VERSION_H 10 | -------------------------------------------------------------------------------- /deps/mac/include/QtGui/5.15.2/QtGui/private/qrhinull_p.h: -------------------------------------------------------------------------------- 1 | /**************************************************************************** 2 | ** 3 | ** Copyright (C) 2019 The Qt Company Ltd. 4 | ** Contact: http://www.qt.io/licensing/ 5 | ** 6 | ** This file is part of the Qt Gui module 7 | ** 8 | ** $QT_BEGIN_LICENSE:LGPL3$ 9 | ** Commercial License Usage 10 | ** Licensees holding valid commercial Qt licenses may use this file in 11 | ** accordance with the commercial license agreement provided with the 12 | ** Software or, alternatively, in accordance with the terms contained in 13 | ** a written agreement between you and The Qt Company. For licensing terms 14 | ** and conditions see http://www.qt.io/terms-conditions. For further 15 | ** information use the contact form at http://www.qt.io/contact-us. 16 | ** 17 | ** GNU Lesser General Public License Usage 18 | ** Alternatively, this file may be used under the terms of the GNU Lesser 19 | ** General Public License version 3 as published by the Free Software 20 | ** Foundation and appearing in the file LICENSE.LGPLv3 included in the 21 | ** packaging of this file. Please review the following information to 22 | ** ensure the GNU Lesser General Public License version 3 requirements 23 | ** will be met: https://www.gnu.org/licenses/lgpl.html. 24 | ** 25 | ** GNU General Public License Usage 26 | ** Alternatively, this file may be used under the terms of the GNU 27 | ** General Public License version 2.0 or later as published by the Free 28 | ** Software Foundation and appearing in the file LICENSE.GPL included in 29 | ** the packaging of this file. Please review the following information to 30 | ** ensure the GNU General Public License version 2.0 requirements will be 31 | ** met: http://www.gnu.org/licenses/gpl-2.0.html. 32 | ** 33 | ** $QT_END_LICENSE$ 34 | ** 35 | ****************************************************************************/ 36 | 37 | #ifndef QRHINULL_H 38 | #define QRHINULL_H 39 | 40 | // 41 | // W A R N I N G 42 | // ------------- 43 | // 44 | // This file is not part of the Qt API. It exists purely as an 45 | // implementation detail. This header file may change from version to 46 | // version without notice, or even be removed. 47 | // 48 | // We mean it. 49 | // 50 | 51 | #include 52 | 53 | QT_BEGIN_NAMESPACE 54 | 55 | struct Q_GUI_EXPORT QRhiNullInitParams : public QRhiInitParams 56 | { 57 | }; 58 | 59 | struct Q_GUI_EXPORT QRhiNullNativeHandles : public QRhiNativeHandles 60 | { 61 | }; 62 | 63 | QT_END_NAMESPACE 64 | 65 | #endif 66 | -------------------------------------------------------------------------------- /deps/mac/include/QtGui/5.15.2/QtGui/private/qtgui-config_p.h: -------------------------------------------------------------------------------- 1 | #define QT_FEATURE_xcb -1 2 | #define QT_FEATURE_accessibility_atspi_bridge -1 3 | #define QT_FEATURE_angle_d3d11_qdtd -1 4 | #define QT_FEATURE_direct2d -1 5 | #define QT_FEATURE_direct2d1_1 -1 6 | #define QT_FEATURE_dxgi -1 7 | #define QT_FEATURE_direct3d11 -1 8 | #define QT_FEATURE_direct3d11_1 -1 9 | #define QT_FEATURE_direct3d9 -1 10 | #define QT_FEATURE_directfb -1 11 | #define QT_FEATURE_drm_atomic -1 12 | #define QT_FEATURE_dxgi1_2 -1 13 | #define QT_FEATURE_dxguid -1 14 | #define QT_FEATURE_egl -1 15 | #define QT_FEATURE_egl_x11 -1 16 | #define QT_FEATURE_eglfs -1 17 | #define QT_FEATURE_eglfs_brcm -1 18 | #define QT_FEATURE_eglfs_egldevice -1 19 | #define QT_FEATURE_eglfs_gbm -1 20 | #define QT_FEATURE_eglfs_mali -1 21 | #define QT_FEATURE_eglfs_openwfd -1 22 | #define QT_FEATURE_eglfs_rcar -1 23 | #define QT_FEATURE_eglfs_viv -1 24 | #define QT_FEATURE_eglfs_viv_wl -1 25 | #define QT_FEATURE_eglfs_vsp2 -1 26 | #define QT_FEATURE_eglfs_x11 -1 27 | #define QT_FEATURE_evdev -1 28 | #define QT_FEATURE_fontconfig -1 29 | #define QT_FEATURE_freetype 1 30 | #define QT_FEATURE_gif 1 31 | #define QT_FEATURE_harfbuzz 1 32 | #define QT_FEATURE_ico 1 33 | #define QT_FEATURE_imageio_text_loading 1 34 | #define QT_FEATURE_integrityfb -1 35 | #define QT_FEATURE_integrityhid -1 36 | #define QT_FEATURE_jpeg 1 37 | #define QT_FEATURE_kms -1 38 | #define QT_FEATURE_libinput -1 39 | #define QT_FEATURE_libinput_axis_api -1 40 | #define QT_FEATURE_linuxfb -1 41 | #define QT_FEATURE_mtdev -1 42 | #define QT_FEATURE_multiprocess 1 43 | #define QT_FEATURE_png 1 44 | #define QT_FEATURE_raster_64bit 1 45 | #define QT_FEATURE_system_freetype -1 46 | #define QT_FEATURE_system_harfbuzz -1 47 | #define QT_FEATURE_system_jpeg -1 48 | #define QT_FEATURE_system_png -1 49 | #define QT_FEATURE_tslib -1 50 | #define QT_FEATURE_tuiotouch 1 51 | #define QT_FEATURE_vkgen 1 52 | #define QT_FEATURE_vnc -1 53 | #define QT_FEATURE_vsp2 -1 54 | #define QT_FEATURE_xlib -1 55 | #define QT_FEATURE_xcb_xlib -1 56 | #define QT_FEATURE_xkbcommon -1 57 | #define QT_FEATURE_xkbcommon_x11 -1 58 | -------------------------------------------------------------------------------- /deps/mac/include/QtGui/5.15.2/QtGui/private/qvulkanfunctions_p.h: -------------------------------------------------------------------------------- 1 | 2 | #ifndef QVULKANFUNCTIONS_P_H 3 | #define QVULKANFUNCTIONS_P_H 4 | 5 | // 6 | // W A R N I N G 7 | // ------------- 8 | // 9 | // This file is not part of the Qt API. It exists purely as an 10 | // implementation detail. This header file may change from version to 11 | // version without notice, or even be removed. 12 | // 13 | // We mean it. 14 | // 15 | 16 | #include "qvulkanfunctions.h" 17 | 18 | QT_BEGIN_NAMESPACE 19 | 20 | class QVulkanInstance; 21 | 22 | class QVulkanFunctionsPrivate 23 | { 24 | public: 25 | QVulkanFunctionsPrivate(QVulkanInstance *inst); 26 | 27 | PFN_vkVoidFunction m_funcs[14]; 28 | }; 29 | 30 | class QVulkanDeviceFunctionsPrivate 31 | { 32 | public: 33 | QVulkanDeviceFunctionsPrivate(QVulkanInstance *inst, VkDevice device); 34 | 35 | PFN_vkVoidFunction m_funcs[120]; 36 | }; 37 | 38 | QT_END_NAMESPACE 39 | 40 | #endif // QVULKANFUNCTIONS_P_H 41 | -------------------------------------------------------------------------------- /deps/mac/include/QtGui/QAbstractTextDocumentLayout: -------------------------------------------------------------------------------- 1 | #include "qabstracttextdocumentlayout.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtGui/QAbstractUndoItem: -------------------------------------------------------------------------------- 1 | #include "qtextdocument.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtGui/QAccessible: -------------------------------------------------------------------------------- 1 | #include "qaccessible.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtGui/QAccessibleActionInterface: -------------------------------------------------------------------------------- 1 | #include "qaccessible.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtGui/QAccessibleApplication: -------------------------------------------------------------------------------- 1 | #include "qaccessibleobject.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtGui/QAccessibleBridge: -------------------------------------------------------------------------------- 1 | #include "qaccessiblebridge.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtGui/QAccessibleBridgePlugin: -------------------------------------------------------------------------------- 1 | #include "qaccessiblebridge.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtGui/QAccessibleEditableTextInterface: -------------------------------------------------------------------------------- 1 | #include "qaccessible.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtGui/QAccessibleEvent: -------------------------------------------------------------------------------- 1 | #include "qaccessible.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtGui/QAccessibleImageInterface: -------------------------------------------------------------------------------- 1 | #include "qaccessible.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtGui/QAccessibleInterface: -------------------------------------------------------------------------------- 1 | #include "qaccessible.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtGui/QAccessibleObject: -------------------------------------------------------------------------------- 1 | #include "qaccessibleobject.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtGui/QAccessiblePlugin: -------------------------------------------------------------------------------- 1 | #include "qaccessibleplugin.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtGui/QAccessibleStateChangeEvent: -------------------------------------------------------------------------------- 1 | #include "qaccessible.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtGui/QAccessibleTableCellInterface: -------------------------------------------------------------------------------- 1 | #include "qaccessible.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtGui/QAccessibleTableInterface: -------------------------------------------------------------------------------- 1 | #include "qaccessible.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtGui/QAccessibleTableModelChangeEvent: -------------------------------------------------------------------------------- 1 | #include "qaccessible.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtGui/QAccessibleTextCursorEvent: -------------------------------------------------------------------------------- 1 | #include "qaccessible.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtGui/QAccessibleTextInsertEvent: -------------------------------------------------------------------------------- 1 | #include "qaccessible.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtGui/QAccessibleTextInterface: -------------------------------------------------------------------------------- 1 | #include "qaccessible.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtGui/QAccessibleTextRemoveEvent: -------------------------------------------------------------------------------- 1 | #include "qaccessible.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtGui/QAccessibleTextSelectionEvent: -------------------------------------------------------------------------------- 1 | #include "qaccessible.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtGui/QAccessibleTextUpdateEvent: -------------------------------------------------------------------------------- 1 | #include "qaccessible.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtGui/QAccessibleValueChangeEvent: -------------------------------------------------------------------------------- 1 | #include "qaccessible.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtGui/QAccessibleValueInterface: -------------------------------------------------------------------------------- 1 | #include "qaccessible.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtGui/QActionEvent: -------------------------------------------------------------------------------- 1 | #include "qevent.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtGui/QApplicationStateChangeEvent: -------------------------------------------------------------------------------- 1 | #include "qevent.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtGui/QBackingStore: -------------------------------------------------------------------------------- 1 | #include "qbackingstore.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtGui/QBitmap: -------------------------------------------------------------------------------- 1 | #include "qbitmap.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtGui/QBrush: -------------------------------------------------------------------------------- 1 | #include "qbrush.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtGui/QBrushData: -------------------------------------------------------------------------------- 1 | #include "qbrush.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtGui/QClipboard: -------------------------------------------------------------------------------- 1 | #include "qclipboard.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtGui/QCloseEvent: -------------------------------------------------------------------------------- 1 | #include "qevent.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtGui/QColor: -------------------------------------------------------------------------------- 1 | #include "qcolor.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtGui/QColorSpace: -------------------------------------------------------------------------------- 1 | #include "qcolorspace.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtGui/QColorTransform: -------------------------------------------------------------------------------- 1 | #include "qcolortransform.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtGui/QConicalGradient: -------------------------------------------------------------------------------- 1 | #include "qbrush.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtGui/QContextMenuEvent: -------------------------------------------------------------------------------- 1 | #include "qevent.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtGui/QCursor: -------------------------------------------------------------------------------- 1 | #include "qcursor.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtGui/QDesktopServices: -------------------------------------------------------------------------------- 1 | #include "qdesktopservices.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtGui/QDoubleValidator: -------------------------------------------------------------------------------- 1 | #include "qvalidator.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtGui/QDrag: -------------------------------------------------------------------------------- 1 | #include "qdrag.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtGui/QDragEnterEvent: -------------------------------------------------------------------------------- 1 | #include "qevent.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtGui/QDragLeaveEvent: -------------------------------------------------------------------------------- 1 | #include "qevent.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtGui/QDragMoveEvent: -------------------------------------------------------------------------------- 1 | #include "qevent.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtGui/QDropEvent: -------------------------------------------------------------------------------- 1 | #include "qevent.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtGui/QEnterEvent: -------------------------------------------------------------------------------- 1 | #include "qevent.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtGui/QExposeEvent: -------------------------------------------------------------------------------- 1 | #include "qevent.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtGui/QFileOpenEvent: -------------------------------------------------------------------------------- 1 | #include "qevent.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtGui/QFocusEvent: -------------------------------------------------------------------------------- 1 | #include "qevent.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtGui/QFont: -------------------------------------------------------------------------------- 1 | #include "qfont.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtGui/QFontDatabase: -------------------------------------------------------------------------------- 1 | #include "qfontdatabase.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtGui/QFontInfo: -------------------------------------------------------------------------------- 1 | #include "qfontinfo.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtGui/QFontMetrics: -------------------------------------------------------------------------------- 1 | #include "qfontmetrics.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtGui/QFontMetricsF: -------------------------------------------------------------------------------- 1 | #include "qfontmetrics.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtGui/QGenericMatrix: -------------------------------------------------------------------------------- 1 | #include "qgenericmatrix.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtGui/QGenericPlugin: -------------------------------------------------------------------------------- 1 | #include "qgenericplugin.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtGui/QGenericPluginFactory: -------------------------------------------------------------------------------- 1 | #include "qgenericpluginfactory.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtGui/QGlyphRun: -------------------------------------------------------------------------------- 1 | #include "qglyphrun.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtGui/QGradient: -------------------------------------------------------------------------------- 1 | #include "qbrush.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtGui/QGradientStop: -------------------------------------------------------------------------------- 1 | #include "qbrush.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtGui/QGradientStops: -------------------------------------------------------------------------------- 1 | #include "qbrush.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtGui/QGuiApplication: -------------------------------------------------------------------------------- 1 | #include "qguiapplication.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtGui/QHelpEvent: -------------------------------------------------------------------------------- 1 | #include "qevent.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtGui/QHideEvent: -------------------------------------------------------------------------------- 1 | #include "qevent.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtGui/QHoverEvent: -------------------------------------------------------------------------------- 1 | #include "qevent.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtGui/QIcon: -------------------------------------------------------------------------------- 1 | #include "qicon.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtGui/QIconDragEvent: -------------------------------------------------------------------------------- 1 | #include "qevent.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtGui/QIconEngine: -------------------------------------------------------------------------------- 1 | #include "qiconengine.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtGui/QIconEnginePlugin: -------------------------------------------------------------------------------- 1 | #include "qiconengineplugin.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtGui/QIconEngineV2: -------------------------------------------------------------------------------- 1 | #include "qiconengine.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtGui/QImage: -------------------------------------------------------------------------------- 1 | #include "qimage.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtGui/QImageCleanupFunction: -------------------------------------------------------------------------------- 1 | #include "qimage.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtGui/QImageIOHandler: -------------------------------------------------------------------------------- 1 | #include "qimageiohandler.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtGui/QImageIOPlugin: -------------------------------------------------------------------------------- 1 | #include "qimageiohandler.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtGui/QImageReader: -------------------------------------------------------------------------------- 1 | #include "qimagereader.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtGui/QImageTextKeyLang: -------------------------------------------------------------------------------- 1 | #include "qimage.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtGui/QImageWriter: -------------------------------------------------------------------------------- 1 | #include "qimagewriter.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtGui/QInputEvent: -------------------------------------------------------------------------------- 1 | #include "qevent.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtGui/QInputMethod: -------------------------------------------------------------------------------- 1 | #include "qinputmethod.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtGui/QInputMethodEvent: -------------------------------------------------------------------------------- 1 | #include "qevent.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtGui/QInputMethodQueryEvent: -------------------------------------------------------------------------------- 1 | #include "qevent.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtGui/QIntValidator: -------------------------------------------------------------------------------- 1 | #include "qvalidator.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtGui/QKeyEvent: -------------------------------------------------------------------------------- 1 | #include "qevent.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtGui/QKeySequence: -------------------------------------------------------------------------------- 1 | #include "qkeysequence.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtGui/QLinearGradient: -------------------------------------------------------------------------------- 1 | #include "qbrush.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtGui/QMatrix: -------------------------------------------------------------------------------- 1 | #include "qmatrix.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtGui/QMatrix2x2: -------------------------------------------------------------------------------- 1 | #include "qgenericmatrix.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtGui/QMatrix2x3: -------------------------------------------------------------------------------- 1 | #include "qgenericmatrix.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtGui/QMatrix2x4: -------------------------------------------------------------------------------- 1 | #include "qgenericmatrix.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtGui/QMatrix3x2: -------------------------------------------------------------------------------- 1 | #include "qgenericmatrix.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtGui/QMatrix3x3: -------------------------------------------------------------------------------- 1 | #include "qgenericmatrix.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtGui/QMatrix3x4: -------------------------------------------------------------------------------- 1 | #include "qgenericmatrix.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtGui/QMatrix4x2: -------------------------------------------------------------------------------- 1 | #include "qgenericmatrix.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtGui/QMatrix4x3: -------------------------------------------------------------------------------- 1 | #include "qgenericmatrix.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtGui/QMatrix4x4: -------------------------------------------------------------------------------- 1 | #include "qmatrix4x4.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtGui/QMouseEvent: -------------------------------------------------------------------------------- 1 | #include "qevent.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtGui/QMoveEvent: -------------------------------------------------------------------------------- 1 | #include "qevent.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtGui/QMovie: -------------------------------------------------------------------------------- 1 | #include "qmovie.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtGui/QNativeGestureEvent: -------------------------------------------------------------------------------- 1 | #include "qevent.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtGui/QOffscreenSurface: -------------------------------------------------------------------------------- 1 | #include "qoffscreensurface.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtGui/QOpenGLBuffer: -------------------------------------------------------------------------------- 1 | #include "qopenglbuffer.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtGui/QOpenGLContext: -------------------------------------------------------------------------------- 1 | #include "qopenglcontext.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtGui/QOpenGLContextGroup: -------------------------------------------------------------------------------- 1 | #include "qopenglcontext.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtGui/QOpenGLDebugLogger: -------------------------------------------------------------------------------- 1 | #include "qopengldebug.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtGui/QOpenGLDebugMessage: -------------------------------------------------------------------------------- 1 | #include "qopengldebug.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtGui/QOpenGLExtraFunctions: -------------------------------------------------------------------------------- 1 | #include "qopenglextrafunctions.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtGui/QOpenGLExtraFunctionsPrivate: -------------------------------------------------------------------------------- 1 | #include "qopenglextrafunctions.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtGui/QOpenGLFramebufferObject: -------------------------------------------------------------------------------- 1 | #include "qopenglframebufferobject.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtGui/QOpenGLFramebufferObjectFormat: -------------------------------------------------------------------------------- 1 | #include "qopenglframebufferobject.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtGui/QOpenGLFunctions: -------------------------------------------------------------------------------- 1 | #include "qopenglfunctions.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtGui/QOpenGLFunctionsPrivate: -------------------------------------------------------------------------------- 1 | #include "qopenglfunctions.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtGui/QOpenGLFunctions_1_0: -------------------------------------------------------------------------------- 1 | #include "qopenglfunctions_1_0.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtGui/QOpenGLFunctions_1_1: -------------------------------------------------------------------------------- 1 | #include "qopenglfunctions_1_1.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtGui/QOpenGLFunctions_1_2: -------------------------------------------------------------------------------- 1 | #include "qopenglfunctions_1_2.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtGui/QOpenGLFunctions_1_3: -------------------------------------------------------------------------------- 1 | #include "qopenglfunctions_1_3.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtGui/QOpenGLFunctions_1_4: -------------------------------------------------------------------------------- 1 | #include "qopenglfunctions_1_4.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtGui/QOpenGLFunctions_1_5: -------------------------------------------------------------------------------- 1 | #include "qopenglfunctions_1_5.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtGui/QOpenGLFunctions_2_0: -------------------------------------------------------------------------------- 1 | #include "qopenglfunctions_2_0.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtGui/QOpenGLFunctions_2_1: -------------------------------------------------------------------------------- 1 | #include "qopenglfunctions_2_1.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtGui/QOpenGLFunctions_3_0: -------------------------------------------------------------------------------- 1 | #include "qopenglfunctions_3_0.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtGui/QOpenGLFunctions_3_1: -------------------------------------------------------------------------------- 1 | #include "qopenglfunctions_3_1.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtGui/QOpenGLFunctions_3_2_Compatibility: -------------------------------------------------------------------------------- 1 | #include "qopenglfunctions_3_2_compatibility.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtGui/QOpenGLFunctions_3_2_Core: -------------------------------------------------------------------------------- 1 | #include "qopenglfunctions_3_2_core.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtGui/QOpenGLFunctions_3_3_Compatibility: -------------------------------------------------------------------------------- 1 | #include "qopenglfunctions_3_3_compatibility.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtGui/QOpenGLFunctions_3_3_Core: -------------------------------------------------------------------------------- 1 | #include "qopenglfunctions_3_3_core.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtGui/QOpenGLFunctions_4_0_Compatibility: -------------------------------------------------------------------------------- 1 | #include "qopenglfunctions_4_0_compatibility.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtGui/QOpenGLFunctions_4_0_Core: -------------------------------------------------------------------------------- 1 | #include "qopenglfunctions_4_0_core.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtGui/QOpenGLFunctions_4_1_Compatibility: -------------------------------------------------------------------------------- 1 | #include "qopenglfunctions_4_1_compatibility.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtGui/QOpenGLFunctions_4_1_Core: -------------------------------------------------------------------------------- 1 | #include "qopenglfunctions_4_1_core.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtGui/QOpenGLFunctions_4_2_Compatibility: -------------------------------------------------------------------------------- 1 | #include "qopenglfunctions_4_2_compatibility.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtGui/QOpenGLFunctions_4_2_Core: -------------------------------------------------------------------------------- 1 | #include "qopenglfunctions_4_2_core.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtGui/QOpenGLFunctions_4_3_Compatibility: -------------------------------------------------------------------------------- 1 | #include "qopenglfunctions_4_3_compatibility.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtGui/QOpenGLFunctions_4_3_Core: -------------------------------------------------------------------------------- 1 | #include "qopenglfunctions_4_3_core.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtGui/QOpenGLFunctions_4_4_Compatibility: -------------------------------------------------------------------------------- 1 | #include "qopenglfunctions_4_4_compatibility.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtGui/QOpenGLFunctions_4_4_Core: -------------------------------------------------------------------------------- 1 | #include "qopenglfunctions_4_4_core.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtGui/QOpenGLFunctions_4_5_Compatibility: -------------------------------------------------------------------------------- 1 | #include "qopenglfunctions_4_5_compatibility.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtGui/QOpenGLFunctions_4_5_Core: -------------------------------------------------------------------------------- 1 | #include "qopenglfunctions_4_5_core.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtGui/QOpenGLFunctions_ES2: -------------------------------------------------------------------------------- 1 | #include "qopenglfunctions_es2.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtGui/QOpenGLPaintDevice: -------------------------------------------------------------------------------- 1 | #include "qopenglpaintdevice.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtGui/QOpenGLPixelTransferOptions: -------------------------------------------------------------------------------- 1 | #include "qopenglpixeltransferoptions.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtGui/QOpenGLShader: -------------------------------------------------------------------------------- 1 | #include "qopenglshaderprogram.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtGui/QOpenGLShaderProgram: -------------------------------------------------------------------------------- 1 | #include "qopenglshaderprogram.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtGui/QOpenGLTexture: -------------------------------------------------------------------------------- 1 | #include "qopengltexture.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtGui/QOpenGLTextureBlitter: -------------------------------------------------------------------------------- 1 | #include "qopengltextureblitter.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtGui/QOpenGLTimeMonitor: -------------------------------------------------------------------------------- 1 | #include "qopengltimerquery.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtGui/QOpenGLTimerQuery: -------------------------------------------------------------------------------- 1 | #include "qopengltimerquery.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtGui/QOpenGLVersionFunctions: -------------------------------------------------------------------------------- 1 | #include "qopenglversionfunctions.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtGui/QOpenGLVersionProfile: -------------------------------------------------------------------------------- 1 | #include "qopenglcontext.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtGui/QOpenGLVertexArrayObject: -------------------------------------------------------------------------------- 1 | #include "qopenglvertexarrayobject.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtGui/QOpenGLWindow: -------------------------------------------------------------------------------- 1 | #include "qopenglwindow.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtGui/QPageLayout: -------------------------------------------------------------------------------- 1 | #include "qpagelayout.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtGui/QPageSize: -------------------------------------------------------------------------------- 1 | #include "qpagesize.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtGui/QPagedPaintDevice: -------------------------------------------------------------------------------- 1 | #include "qpagedpaintdevice.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtGui/QPaintDevice: -------------------------------------------------------------------------------- 1 | #include "qpaintdevice.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtGui/QPaintDeviceWindow: -------------------------------------------------------------------------------- 1 | #include "qpaintdevicewindow.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtGui/QPaintEngine: -------------------------------------------------------------------------------- 1 | #include "qpaintengine.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtGui/QPaintEngineState: -------------------------------------------------------------------------------- 1 | #include "qpaintengine.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtGui/QPaintEvent: -------------------------------------------------------------------------------- 1 | #include "qevent.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtGui/QPainter: -------------------------------------------------------------------------------- 1 | #include "qpainter.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtGui/QPainterPath: -------------------------------------------------------------------------------- 1 | #include "qpainterpath.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtGui/QPainterPathStroker: -------------------------------------------------------------------------------- 1 | #include "qpainterpath.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtGui/QPalette: -------------------------------------------------------------------------------- 1 | #include "qpalette.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtGui/QPdfWriter: -------------------------------------------------------------------------------- 1 | #include "qpdfwriter.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtGui/QPen: -------------------------------------------------------------------------------- 1 | #include "qpen.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtGui/QPicture: -------------------------------------------------------------------------------- 1 | #include "qpicture.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtGui/QPictureFormatPlugin: -------------------------------------------------------------------------------- 1 | #include "qpictureformatplugin.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtGui/QPictureIO: -------------------------------------------------------------------------------- 1 | #include "qpicture.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtGui/QPixelFormat: -------------------------------------------------------------------------------- 1 | #include "qpixelformat.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtGui/QPixmap: -------------------------------------------------------------------------------- 1 | #include "qpixmap.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtGui/QPixmapCache: -------------------------------------------------------------------------------- 1 | #include "qpixmapcache.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtGui/QPlatformSurfaceEvent: -------------------------------------------------------------------------------- 1 | #include "qevent.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtGui/QPointingDeviceUniqueId: -------------------------------------------------------------------------------- 1 | #include "qevent.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtGui/QPolygon: -------------------------------------------------------------------------------- 1 | #include "qpolygon.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtGui/QPolygonF: -------------------------------------------------------------------------------- 1 | #include "qpolygon.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtGui/QQuaternion: -------------------------------------------------------------------------------- 1 | #include "qquaternion.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtGui/QRadialGradient: -------------------------------------------------------------------------------- 1 | #include "qbrush.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtGui/QRasterWindow: -------------------------------------------------------------------------------- 1 | #include "qrasterwindow.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtGui/QRawFont: -------------------------------------------------------------------------------- 1 | #include "qrawfont.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtGui/QRegExpValidator: -------------------------------------------------------------------------------- 1 | #include "qvalidator.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtGui/QRegion: -------------------------------------------------------------------------------- 1 | #include "qregion.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtGui/QRegularExpressionValidator: -------------------------------------------------------------------------------- 1 | #include "qvalidator.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtGui/QResizeEvent: -------------------------------------------------------------------------------- 1 | #include "qevent.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtGui/QRgb: -------------------------------------------------------------------------------- 1 | #include "qrgb.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtGui/QRgba64: -------------------------------------------------------------------------------- 1 | #include "qrgba64.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtGui/QScreen: -------------------------------------------------------------------------------- 1 | #include "qscreen.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtGui/QScreenOrientationChangeEvent: -------------------------------------------------------------------------------- 1 | #include "qevent.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtGui/QScrollEvent: -------------------------------------------------------------------------------- 1 | #include "qevent.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtGui/QScrollPrepareEvent: -------------------------------------------------------------------------------- 1 | #include "qevent.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtGui/QSessionManager: -------------------------------------------------------------------------------- 1 | #include "qsessionmanager.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtGui/QShortcutEvent: -------------------------------------------------------------------------------- 1 | #include "qevent.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtGui/QShowEvent: -------------------------------------------------------------------------------- 1 | #include "qevent.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtGui/QStandardItem: -------------------------------------------------------------------------------- 1 | #include "qstandarditemmodel.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtGui/QStandardItemModel: -------------------------------------------------------------------------------- 1 | #include "qstandarditemmodel.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtGui/QStaticText: -------------------------------------------------------------------------------- 1 | #include "qstatictext.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtGui/QStatusTipEvent: -------------------------------------------------------------------------------- 1 | #include "qevent.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtGui/QStyleHints: -------------------------------------------------------------------------------- 1 | #include "qstylehints.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtGui/QSurface: -------------------------------------------------------------------------------- 1 | #include "qsurface.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtGui/QSurfaceFormat: -------------------------------------------------------------------------------- 1 | #include "qsurfaceformat.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtGui/QSyntaxHighlighter: -------------------------------------------------------------------------------- 1 | #include "qsyntaxhighlighter.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtGui/QTabletEvent: -------------------------------------------------------------------------------- 1 | #include "qevent.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtGui/QTextBlock: -------------------------------------------------------------------------------- 1 | #include "qtextobject.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtGui/QTextBlockFormat: -------------------------------------------------------------------------------- 1 | #include "qtextformat.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtGui/QTextBlockGroup: -------------------------------------------------------------------------------- 1 | #include "qtextobject.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtGui/QTextBlockUserData: -------------------------------------------------------------------------------- 1 | #include "qtextobject.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtGui/QTextCharFormat: -------------------------------------------------------------------------------- 1 | #include "qtextformat.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtGui/QTextCursor: -------------------------------------------------------------------------------- 1 | #include "qtextcursor.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtGui/QTextDocument: -------------------------------------------------------------------------------- 1 | #include "qtextdocument.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtGui/QTextDocumentFragment: -------------------------------------------------------------------------------- 1 | #include "qtextdocumentfragment.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtGui/QTextDocumentWriter: -------------------------------------------------------------------------------- 1 | #include "qtextdocumentwriter.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtGui/QTextFormat: -------------------------------------------------------------------------------- 1 | #include "qtextformat.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtGui/QTextFragment: -------------------------------------------------------------------------------- 1 | #include "qtextobject.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtGui/QTextFrame: -------------------------------------------------------------------------------- 1 | #include "qtextobject.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtGui/QTextFrameFormat: -------------------------------------------------------------------------------- 1 | #include "qtextformat.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtGui/QTextFrameLayoutData: -------------------------------------------------------------------------------- 1 | #include "qtextobject.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtGui/QTextImageFormat: -------------------------------------------------------------------------------- 1 | #include "qtextformat.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtGui/QTextInlineObject: -------------------------------------------------------------------------------- 1 | #include "qtextlayout.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtGui/QTextItem: -------------------------------------------------------------------------------- 1 | #include "qpaintengine.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtGui/QTextLayout: -------------------------------------------------------------------------------- 1 | #include "qtextlayout.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtGui/QTextLength: -------------------------------------------------------------------------------- 1 | #include "qtextformat.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtGui/QTextLine: -------------------------------------------------------------------------------- 1 | #include "qtextlayout.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtGui/QTextList: -------------------------------------------------------------------------------- 1 | #include "qtextlist.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtGui/QTextListFormat: -------------------------------------------------------------------------------- 1 | #include "qtextformat.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtGui/QTextObject: -------------------------------------------------------------------------------- 1 | #include "qtextobject.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtGui/QTextObjectInterface: -------------------------------------------------------------------------------- 1 | #include "qabstracttextdocumentlayout.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtGui/QTextOption: -------------------------------------------------------------------------------- 1 | #include "qtextoption.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtGui/QTextTable: -------------------------------------------------------------------------------- 1 | #include "qtexttable.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtGui/QTextTableCell: -------------------------------------------------------------------------------- 1 | #include "qtexttable.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtGui/QTextTableCellFormat: -------------------------------------------------------------------------------- 1 | #include "qtextformat.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtGui/QTextTableFormat: -------------------------------------------------------------------------------- 1 | #include "qtextformat.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtGui/QToolBarChangeEvent: -------------------------------------------------------------------------------- 1 | #include "qevent.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtGui/QTouchDevice: -------------------------------------------------------------------------------- 1 | #include "qtouchdevice.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtGui/QTouchEvent: -------------------------------------------------------------------------------- 1 | #include "qevent.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtGui/QTransform: -------------------------------------------------------------------------------- 1 | #include "qtransform.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtGui/QValidator: -------------------------------------------------------------------------------- 1 | #include "qvalidator.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtGui/QVector2D: -------------------------------------------------------------------------------- 1 | #include "qvector2d.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtGui/QVector3D: -------------------------------------------------------------------------------- 1 | #include "qvector3d.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtGui/QVector4D: -------------------------------------------------------------------------------- 1 | #include "qvector4d.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtGui/QVulkanDeviceFunctions: -------------------------------------------------------------------------------- 1 | #include "qvulkanfunctions.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtGui/QVulkanExtension: -------------------------------------------------------------------------------- 1 | #include "qvulkaninstance.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtGui/QVulkanFunctions: -------------------------------------------------------------------------------- 1 | #include "qvulkanfunctions.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtGui/QVulkanInfoVector: -------------------------------------------------------------------------------- 1 | #include "qvulkaninstance.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtGui/QVulkanInstance: -------------------------------------------------------------------------------- 1 | #include "qvulkaninstance.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtGui/QVulkanLayer: -------------------------------------------------------------------------------- 1 | #include "qvulkaninstance.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtGui/QVulkanWindow: -------------------------------------------------------------------------------- 1 | #include "qvulkanwindow.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtGui/QVulkanWindowRenderer: -------------------------------------------------------------------------------- 1 | #include "qvulkanwindow.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtGui/QWhatsThisClickedEvent: -------------------------------------------------------------------------------- 1 | #include "qevent.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtGui/QWheelEvent: -------------------------------------------------------------------------------- 1 | #include "qevent.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtGui/QWidgetList: -------------------------------------------------------------------------------- 1 | #include "qwindowdefs.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtGui/QWidgetMapper: -------------------------------------------------------------------------------- 1 | #include "qwindowdefs.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtGui/QWidgetSet: -------------------------------------------------------------------------------- 1 | #include "qwindowdefs.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtGui/QWindow: -------------------------------------------------------------------------------- 1 | #include "qwindow.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtGui/QWindowList: -------------------------------------------------------------------------------- 1 | #include "qwindowdefs.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtGui/QWindowStateChangeEvent: -------------------------------------------------------------------------------- 1 | #include "qevent.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtGui/QtEvents: -------------------------------------------------------------------------------- 1 | #include "qevent.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtGui/QtGuiDepends: -------------------------------------------------------------------------------- 1 | /* This file was generated by qmake with the info from /src/gui/gui.pro. */ 2 | #ifdef __cplusplus /* create empty PCH in C mode */ 3 | #include 4 | #endif 5 | -------------------------------------------------------------------------------- /deps/mac/include/QtGui/QtGuiVersion: -------------------------------------------------------------------------------- 1 | #include "qtguiversion.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtGui/qtgui-config.h: -------------------------------------------------------------------------------- 1 | #define QT_FEATURE_accessibility 1 2 | #define QT_NO_ACCESSIBILITY_ATSPI_BRIDGE 3 | #define QT_FEATURE_action 1 4 | #define QT_FEATURE_opengles2 -1 5 | #define QT_FEATURE_dynamicgl -1 6 | #define QT_FEATURE_angle -1 7 | #define QT_FEATURE_clipboard 1 8 | #define QT_FEATURE_colornames 1 9 | #define QT_FEATURE_combined_angle_lib -1 10 | #define QT_FEATURE_cssparser 1 11 | #define QT_FEATURE_cursor 1 12 | #define QT_FEATURE_desktopservices 1 13 | #define QT_FEATURE_imageformat_xpm 1 14 | #define QT_FEATURE_draganddrop 1 15 | #define QT_FEATURE_opengl 1 16 | #define QT_NO_EGL 17 | #define QT_NO_FONTCONFIG 18 | #define QT_FEATURE_imageformatplugin 1 19 | #define QT_FEATURE_highdpiscaling 1 20 | #define QT_FEATURE_im 1 21 | #define QT_FEATURE_image_heuristic_mask 1 22 | #define QT_FEATURE_image_text 1 23 | #define QT_FEATURE_imageformat_bmp 1 24 | #define QT_FEATURE_imageformat_jpeg 1 25 | #define QT_FEATURE_imageformat_png 1 26 | #define QT_FEATURE_imageformat_ppm 1 27 | #define QT_FEATURE_imageformat_xbm 1 28 | #define QT_FEATURE_movie 1 29 | #define QT_FEATURE_opengles3 -1 30 | #define QT_FEATURE_opengles31 -1 31 | #define QT_FEATURE_opengles32 -1 32 | #define QT_FEATURE_openvg -1 33 | #define QT_FEATURE_pdf 1 34 | #define QT_FEATURE_picture 1 35 | #define QT_QPA_DEFAULT_PLATFORM_NAME "cocoa" 36 | #define QT_FEATURE_sessionmanager 1 37 | #define QT_FEATURE_shortcut 1 38 | #define QT_FEATURE_standarditemmodel 1 39 | #define QT_FEATURE_system_textmarkdownreader -1 40 | #define QT_FEATURE_systemtrayicon 1 41 | #define QT_FEATURE_tabletevent 1 42 | #define QT_FEATURE_texthtmlparser 1 43 | #define QT_FEATURE_textmarkdownreader 1 44 | #define QT_FEATURE_textmarkdownwriter 1 45 | #define QT_FEATURE_textodfwriter 1 46 | #define QT_FEATURE_validator 1 47 | #define QT_FEATURE_vulkan -1 48 | #define QT_FEATURE_whatsthis 1 49 | #define QT_FEATURE_wheelevent 1 50 | -------------------------------------------------------------------------------- /deps/mac/include/QtGui/qtguiversion.h: -------------------------------------------------------------------------------- 1 | /* This file was generated by syncqt. */ 2 | #ifndef QT_QTGUI_VERSION_H 3 | #define QT_QTGUI_VERSION_H 4 | 5 | #define QTGUI_VERSION_STR "5.15.2" 6 | 7 | #define QTGUI_VERSION 0x050F02 8 | 9 | #endif // QT_QTGUI_VERSION_H 10 | -------------------------------------------------------------------------------- /deps/mac/include/QtWidgets/5.15.2/QtWidgets/private/qtwidgets-config_p.h: -------------------------------------------------------------------------------- 1 | #define QT_FEATURE_widgettextcontrol 1 2 | #define QT_FEATURE_effects 1 3 | #define QT_FEATURE_gtk3 -1 4 | #define QT_FEATURE_style_android -1 5 | #define QT_FEATURE_style_fusion 1 6 | #define QT_FEATURE_style_mac 1 7 | #define QT_FEATURE_style_windows 1 8 | #define QT_FEATURE_style_windowsvista -1 9 | -------------------------------------------------------------------------------- /deps/mac/include/QtWidgets/QAbstractButton: -------------------------------------------------------------------------------- 1 | #include "qabstractbutton.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtWidgets/QAbstractGraphicsShapeItem: -------------------------------------------------------------------------------- 1 | #include "qgraphicsitem.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtWidgets/QAbstractItemDelegate: -------------------------------------------------------------------------------- 1 | #include "qabstractitemdelegate.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtWidgets/QAbstractItemView: -------------------------------------------------------------------------------- 1 | #include "qabstractitemview.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtWidgets/QAbstractScrollArea: -------------------------------------------------------------------------------- 1 | #include "qabstractscrollarea.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtWidgets/QAbstractSlider: -------------------------------------------------------------------------------- 1 | #include "qabstractslider.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtWidgets/QAbstractSpinBox: -------------------------------------------------------------------------------- 1 | #include "qabstractspinbox.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtWidgets/QAccessibleWidget: -------------------------------------------------------------------------------- 1 | #include "qaccessiblewidget.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtWidgets/QAction: -------------------------------------------------------------------------------- 1 | #include "qaction.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtWidgets/QActionGroup: -------------------------------------------------------------------------------- 1 | #include "qactiongroup.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtWidgets/QApplication: -------------------------------------------------------------------------------- 1 | #include "qapplication.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtWidgets/QBoxLayout: -------------------------------------------------------------------------------- 1 | #include "qboxlayout.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtWidgets/QButtonGroup: -------------------------------------------------------------------------------- 1 | #include "qbuttongroup.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtWidgets/QCalendarWidget: -------------------------------------------------------------------------------- 1 | #include "qcalendarwidget.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtWidgets/QCheckBox: -------------------------------------------------------------------------------- 1 | #include "qcheckbox.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtWidgets/QColorDialog: -------------------------------------------------------------------------------- 1 | #include "qcolordialog.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtWidgets/QColormap: -------------------------------------------------------------------------------- 1 | #include "qcolormap.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtWidgets/QColumnView: -------------------------------------------------------------------------------- 1 | #include "qcolumnview.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtWidgets/QComboBox: -------------------------------------------------------------------------------- 1 | #include "qcombobox.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtWidgets/QCommandLinkButton: -------------------------------------------------------------------------------- 1 | #include "qcommandlinkbutton.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtWidgets/QCommonStyle: -------------------------------------------------------------------------------- 1 | #include "qcommonstyle.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtWidgets/QCompleter: -------------------------------------------------------------------------------- 1 | #include "qcompleter.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtWidgets/QDataWidgetMapper: -------------------------------------------------------------------------------- 1 | #include "qdatawidgetmapper.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtWidgets/QDateEdit: -------------------------------------------------------------------------------- 1 | #include "qdatetimeedit.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtWidgets/QDateTimeEdit: -------------------------------------------------------------------------------- 1 | #include "qdatetimeedit.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtWidgets/QDesktopWidget: -------------------------------------------------------------------------------- 1 | #include "qdesktopwidget.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtWidgets/QDial: -------------------------------------------------------------------------------- 1 | #include "qdial.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtWidgets/QDialog: -------------------------------------------------------------------------------- 1 | #include "qdialog.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtWidgets/QDialogButtonBox: -------------------------------------------------------------------------------- 1 | #include "qdialogbuttonbox.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtWidgets/QDirModel: -------------------------------------------------------------------------------- 1 | #include "qdirmodel.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtWidgets/QDockWidget: -------------------------------------------------------------------------------- 1 | #include "qdockwidget.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtWidgets/QDoubleSpinBox: -------------------------------------------------------------------------------- 1 | #include "qspinbox.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtWidgets/QErrorMessage: -------------------------------------------------------------------------------- 1 | #include "qerrormessage.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtWidgets/QFileDialog: -------------------------------------------------------------------------------- 1 | #include "qfiledialog.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtWidgets/QFileIconProvider: -------------------------------------------------------------------------------- 1 | #include "qfileiconprovider.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtWidgets/QFileSystemModel: -------------------------------------------------------------------------------- 1 | #include "qfilesystemmodel.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtWidgets/QFocusFrame: -------------------------------------------------------------------------------- 1 | #include "qfocusframe.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtWidgets/QFontComboBox: -------------------------------------------------------------------------------- 1 | #include "qfontcombobox.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtWidgets/QFontDialog: -------------------------------------------------------------------------------- 1 | #include "qfontdialog.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtWidgets/QFormLayout: -------------------------------------------------------------------------------- 1 | #include "qformlayout.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtWidgets/QFrame: -------------------------------------------------------------------------------- 1 | #include "qframe.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtWidgets/QGesture: -------------------------------------------------------------------------------- 1 | #include "qgesture.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtWidgets/QGestureEvent: -------------------------------------------------------------------------------- 1 | #include "qgesture.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtWidgets/QGestureRecognizer: -------------------------------------------------------------------------------- 1 | #include "qgesturerecognizer.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtWidgets/QGraphicsAnchor: -------------------------------------------------------------------------------- 1 | #include "qgraphicsanchorlayout.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtWidgets/QGraphicsAnchorLayout: -------------------------------------------------------------------------------- 1 | #include "qgraphicsanchorlayout.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtWidgets/QGraphicsBlurEffect: -------------------------------------------------------------------------------- 1 | #include "qgraphicseffect.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtWidgets/QGraphicsColorizeEffect: -------------------------------------------------------------------------------- 1 | #include "qgraphicseffect.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtWidgets/QGraphicsDropShadowEffect: -------------------------------------------------------------------------------- 1 | #include "qgraphicseffect.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtWidgets/QGraphicsEffect: -------------------------------------------------------------------------------- 1 | #include "qgraphicseffect.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtWidgets/QGraphicsEllipseItem: -------------------------------------------------------------------------------- 1 | #include "qgraphicsitem.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtWidgets/QGraphicsGridLayout: -------------------------------------------------------------------------------- 1 | #include "qgraphicsgridlayout.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtWidgets/QGraphicsItem: -------------------------------------------------------------------------------- 1 | #include "qgraphicsitem.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtWidgets/QGraphicsItemAnimation: -------------------------------------------------------------------------------- 1 | #include "qgraphicsitemanimation.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtWidgets/QGraphicsItemGroup: -------------------------------------------------------------------------------- 1 | #include "qgraphicsitem.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtWidgets/QGraphicsLayout: -------------------------------------------------------------------------------- 1 | #include "qgraphicslayout.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtWidgets/QGraphicsLayoutItem: -------------------------------------------------------------------------------- 1 | #include "qgraphicslayoutitem.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtWidgets/QGraphicsLineItem: -------------------------------------------------------------------------------- 1 | #include "qgraphicsitem.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtWidgets/QGraphicsLinearLayout: -------------------------------------------------------------------------------- 1 | #include "qgraphicslinearlayout.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtWidgets/QGraphicsObject: -------------------------------------------------------------------------------- 1 | #include "qgraphicsitem.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtWidgets/QGraphicsOpacityEffect: -------------------------------------------------------------------------------- 1 | #include "qgraphicseffect.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtWidgets/QGraphicsPathItem: -------------------------------------------------------------------------------- 1 | #include "qgraphicsitem.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtWidgets/QGraphicsPixmapItem: -------------------------------------------------------------------------------- 1 | #include "qgraphicsitem.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtWidgets/QGraphicsPolygonItem: -------------------------------------------------------------------------------- 1 | #include "qgraphicsitem.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtWidgets/QGraphicsProxyWidget: -------------------------------------------------------------------------------- 1 | #include "qgraphicsproxywidget.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtWidgets/QGraphicsRectItem: -------------------------------------------------------------------------------- 1 | #include "qgraphicsitem.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtWidgets/QGraphicsRotation: -------------------------------------------------------------------------------- 1 | #include "qgraphicstransform.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtWidgets/QGraphicsScale: -------------------------------------------------------------------------------- 1 | #include "qgraphicstransform.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtWidgets/QGraphicsScene: -------------------------------------------------------------------------------- 1 | #include "qgraphicsscene.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtWidgets/QGraphicsSceneContextMenuEvent: -------------------------------------------------------------------------------- 1 | #include "qgraphicssceneevent.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtWidgets/QGraphicsSceneDragDropEvent: -------------------------------------------------------------------------------- 1 | #include "qgraphicssceneevent.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtWidgets/QGraphicsSceneEvent: -------------------------------------------------------------------------------- 1 | #include "qgraphicssceneevent.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtWidgets/QGraphicsSceneHelpEvent: -------------------------------------------------------------------------------- 1 | #include "qgraphicssceneevent.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtWidgets/QGraphicsSceneHoverEvent: -------------------------------------------------------------------------------- 1 | #include "qgraphicssceneevent.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtWidgets/QGraphicsSceneMouseEvent: -------------------------------------------------------------------------------- 1 | #include "qgraphicssceneevent.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtWidgets/QGraphicsSceneMoveEvent: -------------------------------------------------------------------------------- 1 | #include "qgraphicssceneevent.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtWidgets/QGraphicsSceneResizeEvent: -------------------------------------------------------------------------------- 1 | #include "qgraphicssceneevent.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtWidgets/QGraphicsSceneWheelEvent: -------------------------------------------------------------------------------- 1 | #include "qgraphicssceneevent.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtWidgets/QGraphicsSimpleTextItem: -------------------------------------------------------------------------------- 1 | #include "qgraphicsitem.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtWidgets/QGraphicsTextItem: -------------------------------------------------------------------------------- 1 | #include "qgraphicsitem.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtWidgets/QGraphicsTransform: -------------------------------------------------------------------------------- 1 | #include "qgraphicstransform.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtWidgets/QGraphicsView: -------------------------------------------------------------------------------- 1 | #include "qgraphicsview.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtWidgets/QGraphicsWidget: -------------------------------------------------------------------------------- 1 | #include "qgraphicswidget.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtWidgets/QGridLayout: -------------------------------------------------------------------------------- 1 | #include "qgridlayout.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtWidgets/QGroupBox: -------------------------------------------------------------------------------- 1 | #include "qgroupbox.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtWidgets/QHBoxLayout: -------------------------------------------------------------------------------- 1 | #include "qboxlayout.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtWidgets/QHeaderView: -------------------------------------------------------------------------------- 1 | #include "qheaderview.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtWidgets/QInputDialog: -------------------------------------------------------------------------------- 1 | #include "qinputdialog.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtWidgets/QItemDelegate: -------------------------------------------------------------------------------- 1 | #include "qitemdelegate.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtWidgets/QItemEditorCreator: -------------------------------------------------------------------------------- 1 | #include "qitemeditorfactory.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtWidgets/QItemEditorCreatorBase: -------------------------------------------------------------------------------- 1 | #include "qitemeditorfactory.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtWidgets/QItemEditorFactory: -------------------------------------------------------------------------------- 1 | #include "qitemeditorfactory.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtWidgets/QKeyEventTransition: -------------------------------------------------------------------------------- 1 | #include "qkeyeventtransition.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtWidgets/QKeySequenceEdit: -------------------------------------------------------------------------------- 1 | #include "qkeysequenceedit.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtWidgets/QLCDNumber: -------------------------------------------------------------------------------- 1 | #include "qlcdnumber.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtWidgets/QLabel: -------------------------------------------------------------------------------- 1 | #include "qlabel.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtWidgets/QLayout: -------------------------------------------------------------------------------- 1 | #include "qlayout.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtWidgets/QLayoutItem: -------------------------------------------------------------------------------- 1 | #include "qlayoutitem.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtWidgets/QLineEdit: -------------------------------------------------------------------------------- 1 | #include "qlineedit.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtWidgets/QListView: -------------------------------------------------------------------------------- 1 | #include "qlistview.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtWidgets/QListWidget: -------------------------------------------------------------------------------- 1 | #include "qlistwidget.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtWidgets/QListWidgetItem: -------------------------------------------------------------------------------- 1 | #include "qlistwidget.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtWidgets/QMacCocoaViewContainer: -------------------------------------------------------------------------------- 1 | #include "qmaccocoaviewcontainer_mac.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtWidgets/QMacNativeWidget: -------------------------------------------------------------------------------- 1 | #include "qmacnativewidget_mac.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtWidgets/QMainWindow: -------------------------------------------------------------------------------- 1 | #include "qmainwindow.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtWidgets/QMdiArea: -------------------------------------------------------------------------------- 1 | #include "qmdiarea.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtWidgets/QMdiSubWindow: -------------------------------------------------------------------------------- 1 | #include "qmdisubwindow.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtWidgets/QMenu: -------------------------------------------------------------------------------- 1 | #include "qmenu.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtWidgets/QMenuBar: -------------------------------------------------------------------------------- 1 | #include "qmenubar.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtWidgets/QMessageBox: -------------------------------------------------------------------------------- 1 | #include "qmessagebox.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtWidgets/QMouseEventTransition: -------------------------------------------------------------------------------- 1 | #include "qmouseeventtransition.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtWidgets/QOpenGLWidget: -------------------------------------------------------------------------------- 1 | #include "qopenglwidget.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtWidgets/QPanGesture: -------------------------------------------------------------------------------- 1 | #include "qgesture.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtWidgets/QPinchGesture: -------------------------------------------------------------------------------- 1 | #include "qgesture.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtWidgets/QPlainTextDocumentLayout: -------------------------------------------------------------------------------- 1 | #include "qplaintextedit.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtWidgets/QPlainTextEdit: -------------------------------------------------------------------------------- 1 | #include "qplaintextedit.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtWidgets/QProgressBar: -------------------------------------------------------------------------------- 1 | #include "qprogressbar.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtWidgets/QProgressDialog: -------------------------------------------------------------------------------- 1 | #include "qprogressdialog.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtWidgets/QProxyStyle: -------------------------------------------------------------------------------- 1 | #include "qproxystyle.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtWidgets/QPushButton: -------------------------------------------------------------------------------- 1 | #include "qpushbutton.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtWidgets/QRadioButton: -------------------------------------------------------------------------------- 1 | #include "qradiobutton.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtWidgets/QRubberBand: -------------------------------------------------------------------------------- 1 | #include "qrubberband.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtWidgets/QScrollArea: -------------------------------------------------------------------------------- 1 | #include "qscrollarea.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtWidgets/QScrollBar: -------------------------------------------------------------------------------- 1 | #include "qscrollbar.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtWidgets/QScroller: -------------------------------------------------------------------------------- 1 | #include "qscroller.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtWidgets/QScrollerProperties: -------------------------------------------------------------------------------- 1 | #include "qscrollerproperties.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtWidgets/QShortcut: -------------------------------------------------------------------------------- 1 | #include "qshortcut.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtWidgets/QSizeGrip: -------------------------------------------------------------------------------- 1 | #include "qsizegrip.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtWidgets/QSizePolicy: -------------------------------------------------------------------------------- 1 | #include "qsizepolicy.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtWidgets/QSlider: -------------------------------------------------------------------------------- 1 | #include "qslider.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtWidgets/QSpacerItem: -------------------------------------------------------------------------------- 1 | #include "qlayoutitem.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtWidgets/QSpinBox: -------------------------------------------------------------------------------- 1 | #include "qspinbox.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtWidgets/QSplashScreen: -------------------------------------------------------------------------------- 1 | #include "qsplashscreen.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtWidgets/QSplitter: -------------------------------------------------------------------------------- 1 | #include "qsplitter.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtWidgets/QSplitterHandle: -------------------------------------------------------------------------------- 1 | #include "qsplitter.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtWidgets/QStackedLayout: -------------------------------------------------------------------------------- 1 | #include "qstackedlayout.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtWidgets/QStackedWidget: -------------------------------------------------------------------------------- 1 | #include "qstackedwidget.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtWidgets/QStandardItemEditorCreator: -------------------------------------------------------------------------------- 1 | #include "qitemeditorfactory.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtWidgets/QStatusBar: -------------------------------------------------------------------------------- 1 | #include "qstatusbar.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtWidgets/QStyle: -------------------------------------------------------------------------------- 1 | #include "qstyle.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtWidgets/QStyleFactory: -------------------------------------------------------------------------------- 1 | #include "qstylefactory.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtWidgets/QStyleHintReturn: -------------------------------------------------------------------------------- 1 | #include "qstyleoption.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtWidgets/QStyleHintReturnMask: -------------------------------------------------------------------------------- 1 | #include "qstyleoption.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtWidgets/QStyleHintReturnVariant: -------------------------------------------------------------------------------- 1 | #include "qstyleoption.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtWidgets/QStyleOption: -------------------------------------------------------------------------------- 1 | #include "qstyleoption.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtWidgets/QStyleOptionButton: -------------------------------------------------------------------------------- 1 | #include "qstyleoption.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtWidgets/QStyleOptionComboBox: -------------------------------------------------------------------------------- 1 | #include "qstyleoption.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtWidgets/QStyleOptionComplex: -------------------------------------------------------------------------------- 1 | #include "qstyleoption.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtWidgets/QStyleOptionDockWidget: -------------------------------------------------------------------------------- 1 | #include "qstyleoption.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtWidgets/QStyleOptionDockWidgetV2: -------------------------------------------------------------------------------- 1 | #include "qstyleoption.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtWidgets/QStyleOptionFocusRect: -------------------------------------------------------------------------------- 1 | #include "qstyleoption.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtWidgets/QStyleOptionFrame: -------------------------------------------------------------------------------- 1 | #include "qstyleoption.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtWidgets/QStyleOptionFrameV2: -------------------------------------------------------------------------------- 1 | #include "qstyleoption.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtWidgets/QStyleOptionFrameV3: -------------------------------------------------------------------------------- 1 | #include "qstyleoption.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtWidgets/QStyleOptionGraphicsItem: -------------------------------------------------------------------------------- 1 | #include "qstyleoption.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtWidgets/QStyleOptionGroupBox: -------------------------------------------------------------------------------- 1 | #include "qstyleoption.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtWidgets/QStyleOptionHeader: -------------------------------------------------------------------------------- 1 | #include "qstyleoption.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtWidgets/QStyleOptionMenuItem: -------------------------------------------------------------------------------- 1 | #include "qstyleoption.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtWidgets/QStyleOptionProgressBar: -------------------------------------------------------------------------------- 1 | #include "qstyleoption.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtWidgets/QStyleOptionProgressBarV2: -------------------------------------------------------------------------------- 1 | #include "qstyleoption.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtWidgets/QStyleOptionRubberBand: -------------------------------------------------------------------------------- 1 | #include "qstyleoption.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtWidgets/QStyleOptionSizeGrip: -------------------------------------------------------------------------------- 1 | #include "qstyleoption.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtWidgets/QStyleOptionSlider: -------------------------------------------------------------------------------- 1 | #include "qstyleoption.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtWidgets/QStyleOptionSpinBox: -------------------------------------------------------------------------------- 1 | #include "qstyleoption.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtWidgets/QStyleOptionTab: -------------------------------------------------------------------------------- 1 | #include "qstyleoption.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtWidgets/QStyleOptionTabBarBase: -------------------------------------------------------------------------------- 1 | #include "qstyleoption.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtWidgets/QStyleOptionTabBarBaseV2: -------------------------------------------------------------------------------- 1 | #include "qstyleoption.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtWidgets/QStyleOptionTabV2: -------------------------------------------------------------------------------- 1 | #include "qstyleoption.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtWidgets/QStyleOptionTabV3: -------------------------------------------------------------------------------- 1 | #include "qstyleoption.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtWidgets/QStyleOptionTabV4: -------------------------------------------------------------------------------- 1 | #include "qstyleoption.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtWidgets/QStyleOptionTabWidgetFrame: -------------------------------------------------------------------------------- 1 | #include "qstyleoption.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtWidgets/QStyleOptionTabWidgetFrameV2: -------------------------------------------------------------------------------- 1 | #include "qstyleoption.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtWidgets/QStyleOptionTitleBar: -------------------------------------------------------------------------------- 1 | #include "qstyleoption.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtWidgets/QStyleOptionToolBar: -------------------------------------------------------------------------------- 1 | #include "qstyleoption.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtWidgets/QStyleOptionToolBox: -------------------------------------------------------------------------------- 1 | #include "qstyleoption.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtWidgets/QStyleOptionToolBoxV2: -------------------------------------------------------------------------------- 1 | #include "qstyleoption.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtWidgets/QStyleOptionToolButton: -------------------------------------------------------------------------------- 1 | #include "qstyleoption.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtWidgets/QStyleOptionViewItem: -------------------------------------------------------------------------------- 1 | #include "qstyleoption.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtWidgets/QStyleOptionViewItemV2: -------------------------------------------------------------------------------- 1 | #include "qstyleoption.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtWidgets/QStyleOptionViewItemV3: -------------------------------------------------------------------------------- 1 | #include "qstyleoption.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtWidgets/QStyleOptionViewItemV4: -------------------------------------------------------------------------------- 1 | #include "qstyleoption.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtWidgets/QStylePainter: -------------------------------------------------------------------------------- 1 | #include "qstylepainter.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtWidgets/QStylePlugin: -------------------------------------------------------------------------------- 1 | #include "qstyleplugin.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtWidgets/QStyledItemDelegate: -------------------------------------------------------------------------------- 1 | #include "qstyleditemdelegate.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtWidgets/QSwipeGesture: -------------------------------------------------------------------------------- 1 | #include "qgesture.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtWidgets/QSystemTrayIcon: -------------------------------------------------------------------------------- 1 | #include "qsystemtrayicon.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtWidgets/QTabBar: -------------------------------------------------------------------------------- 1 | #include "qtabbar.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtWidgets/QTabWidget: -------------------------------------------------------------------------------- 1 | #include "qtabwidget.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtWidgets/QTableView: -------------------------------------------------------------------------------- 1 | #include "qtableview.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtWidgets/QTableWidget: -------------------------------------------------------------------------------- 1 | #include "qtablewidget.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtWidgets/QTableWidgetItem: -------------------------------------------------------------------------------- 1 | #include "qtablewidget.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtWidgets/QTableWidgetSelectionRange: -------------------------------------------------------------------------------- 1 | #include "qtablewidget.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtWidgets/QTapAndHoldGesture: -------------------------------------------------------------------------------- 1 | #include "qgesture.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtWidgets/QTapGesture: -------------------------------------------------------------------------------- 1 | #include "qgesture.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtWidgets/QTextBrowser: -------------------------------------------------------------------------------- 1 | #include "qtextbrowser.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtWidgets/QTextEdit: -------------------------------------------------------------------------------- 1 | #include "qtextedit.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtWidgets/QTileRules: -------------------------------------------------------------------------------- 1 | #include "qdrawutil.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtWidgets/QTimeEdit: -------------------------------------------------------------------------------- 1 | #include "qdatetimeedit.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtWidgets/QToolBar: -------------------------------------------------------------------------------- 1 | #include "qtoolbar.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtWidgets/QToolBox: -------------------------------------------------------------------------------- 1 | #include "qtoolbox.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtWidgets/QToolButton: -------------------------------------------------------------------------------- 1 | #include "qtoolbutton.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtWidgets/QToolTip: -------------------------------------------------------------------------------- 1 | #include "qtooltip.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtWidgets/QTreeView: -------------------------------------------------------------------------------- 1 | #include "qtreeview.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtWidgets/QTreeWidget: -------------------------------------------------------------------------------- 1 | #include "qtreewidget.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtWidgets/QTreeWidgetItem: -------------------------------------------------------------------------------- 1 | #include "qtreewidget.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtWidgets/QTreeWidgetItemIterator: -------------------------------------------------------------------------------- 1 | #include "qtreewidgetitemiterator.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtWidgets/QUndoCommand: -------------------------------------------------------------------------------- 1 | #include "qundostack.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtWidgets/QUndoGroup: -------------------------------------------------------------------------------- 1 | #include "qundogroup.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtWidgets/QUndoStack: -------------------------------------------------------------------------------- 1 | #include "qundostack.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtWidgets/QUndoView: -------------------------------------------------------------------------------- 1 | #include "qundoview.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtWidgets/QVBoxLayout: -------------------------------------------------------------------------------- 1 | #include "qboxlayout.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtWidgets/QWhatsThis: -------------------------------------------------------------------------------- 1 | #include "qwhatsthis.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtWidgets/QWidget: -------------------------------------------------------------------------------- 1 | #include "qwidget.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtWidgets/QWidgetAction: -------------------------------------------------------------------------------- 1 | #include "qwidgetaction.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtWidgets/QWidgetData: -------------------------------------------------------------------------------- 1 | #include "qwidget.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtWidgets/QWidgetItem: -------------------------------------------------------------------------------- 1 | #include "qlayoutitem.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtWidgets/QWidgetItemV2: -------------------------------------------------------------------------------- 1 | #include "qlayoutitem.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtWidgets/QWizard: -------------------------------------------------------------------------------- 1 | #include "qwizard.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtWidgets/QWizardPage: -------------------------------------------------------------------------------- 1 | #include "qwizard.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtWidgets/QtWidgetsDepends: -------------------------------------------------------------------------------- 1 | /* This file was generated by qmake with the info from /src/widgets/widgets.pro. */ 2 | #ifdef __cplusplus /* create empty PCH in C mode */ 3 | #include 4 | #include 5 | #endif 6 | -------------------------------------------------------------------------------- /deps/mac/include/QtWidgets/QtWidgetsVersion: -------------------------------------------------------------------------------- 1 | #include "qtwidgetsversion.h" 2 | -------------------------------------------------------------------------------- /deps/mac/include/QtWidgets/qstylefactory.h: -------------------------------------------------------------------------------- 1 | /**************************************************************************** 2 | ** 3 | ** Copyright (C) 2016 The Qt Company Ltd. 4 | ** Contact: https://www.qt.io/licensing/ 5 | ** 6 | ** This file is part of the QtWidgets module of the Qt Toolkit. 7 | ** 8 | ** $QT_BEGIN_LICENSE:LGPL$ 9 | ** Commercial License Usage 10 | ** Licensees holding valid commercial Qt licenses may use this file in 11 | ** accordance with the commercial license agreement provided with the 12 | ** Software or, alternatively, in accordance with the terms contained in 13 | ** a written agreement between you and The Qt Company. For licensing terms 14 | ** and conditions see https://www.qt.io/terms-conditions. For further 15 | ** information use the contact form at https://www.qt.io/contact-us. 16 | ** 17 | ** GNU Lesser General Public License Usage 18 | ** Alternatively, this file may be used under the terms of the GNU Lesser 19 | ** General Public License version 3 as published by the Free Software 20 | ** Foundation and appearing in the file LICENSE.LGPL3 included in the 21 | ** packaging of this file. Please review the following information to 22 | ** ensure the GNU Lesser General Public License version 3 requirements 23 | ** will be met: https://www.gnu.org/licenses/lgpl-3.0.html. 24 | ** 25 | ** GNU General Public License Usage 26 | ** Alternatively, this file may be used under the terms of the GNU 27 | ** General Public License version 2.0 or (at your option) the GNU General 28 | ** Public license version 3 or any later version approved by the KDE Free 29 | ** Qt Foundation. The licenses are as published by the Free Software 30 | ** Foundation and appearing in the file LICENSE.GPL2 and LICENSE.GPL3 31 | ** included in the packaging of this file. Please review the following 32 | ** information to ensure the GNU General Public License requirements will 33 | ** be met: https://www.gnu.org/licenses/gpl-2.0.html and 34 | ** https://www.gnu.org/licenses/gpl-3.0.html. 35 | ** 36 | ** $QT_END_LICENSE$ 37 | ** 38 | ****************************************************************************/ 39 | 40 | #ifndef QSTYLEFACTORY_H 41 | #define QSTYLEFACTORY_H 42 | 43 | #include 44 | #include 45 | 46 | QT_BEGIN_NAMESPACE 47 | 48 | 49 | class QStyle; 50 | 51 | class Q_WIDGETS_EXPORT QStyleFactory 52 | { 53 | public: 54 | static QStringList keys(); 55 | static QStyle *create(const QString&); 56 | }; 57 | 58 | QT_END_NAMESPACE 59 | 60 | #endif // QSTYLEFACTORY_H 61 | -------------------------------------------------------------------------------- /deps/mac/include/QtWidgets/qtwidgetsversion.h: -------------------------------------------------------------------------------- 1 | /* This file was generated by syncqt. */ 2 | #ifndef QT_QTWIDGETS_VERSION_H 3 | #define QT_QTWIDGETS_VERSION_H 4 | 5 | #define QTWIDGETS_VERSION_STR "5.15.2" 6 | 7 | #define QTWIDGETS_VERSION 0x050F02 8 | 9 | #endif // QT_QTWIDGETS_VERSION_H 10 | -------------------------------------------------------------------------------- /deps/mac/include/curl/mprintf.h: -------------------------------------------------------------------------------- 1 | #ifndef CURLINC_MPRINTF_H 2 | #define CURLINC_MPRINTF_H 3 | /*************************************************************************** 4 | * _ _ ____ _ 5 | * Project ___| | | | _ \| | 6 | * / __| | | | |_) | | 7 | * | (__| |_| | _ <| |___ 8 | * \___|\___/|_| \_\_____| 9 | * 10 | * Copyright (C) 1998 - 2020, Daniel Stenberg, , et al. 11 | * 12 | * This software is licensed as described in the file COPYING, which 13 | * you should have received as part of this distribution. The terms 14 | * are also available at https://curl.se/docs/copyright.html. 15 | * 16 | * You may opt to use, copy, modify, merge, publish, distribute and/or sell 17 | * copies of the Software, and permit persons to whom the Software is 18 | * furnished to do so, under the terms of the COPYING file. 19 | * 20 | * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 21 | * KIND, either express or implied. 22 | * 23 | ***************************************************************************/ 24 | 25 | #include 26 | #include /* needed for FILE */ 27 | #include "curl.h" /* for CURL_EXTERN */ 28 | 29 | #ifdef __cplusplus 30 | extern "C" { 31 | #endif 32 | 33 | CURL_EXTERN int curl_mprintf(const char *format, ...); 34 | CURL_EXTERN int curl_mfprintf(FILE *fd, const char *format, ...); 35 | CURL_EXTERN int curl_msprintf(char *buffer, const char *format, ...); 36 | CURL_EXTERN int curl_msnprintf(char *buffer, size_t maxlength, 37 | const char *format, ...); 38 | CURL_EXTERN int curl_mvprintf(const char *format, va_list args); 39 | CURL_EXTERN int curl_mvfprintf(FILE *fd, const char *format, va_list args); 40 | CURL_EXTERN int curl_mvsprintf(char *buffer, const char *format, va_list args); 41 | CURL_EXTERN int curl_mvsnprintf(char *buffer, size_t maxlength, 42 | const char *format, va_list args); 43 | CURL_EXTERN char *curl_maprintf(const char *format, ...); 44 | CURL_EXTERN char *curl_mvaprintf(const char *format, va_list args); 45 | 46 | #ifdef __cplusplus 47 | } 48 | #endif 49 | 50 | #endif /* CURLINC_MPRINTF_H */ 51 | -------------------------------------------------------------------------------- /deps/mac/include/curl/stdcheaders.h: -------------------------------------------------------------------------------- 1 | #ifndef CURLINC_STDCHEADERS_H 2 | #define CURLINC_STDCHEADERS_H 3 | /*************************************************************************** 4 | * _ _ ____ _ 5 | * Project ___| | | | _ \| | 6 | * / __| | | | |_) | | 7 | * | (__| |_| | _ <| |___ 8 | * \___|\___/|_| \_\_____| 9 | * 10 | * Copyright (C) 1998 - 2020, Daniel Stenberg, , et al. 11 | * 12 | * This software is licensed as described in the file COPYING, which 13 | * you should have received as part of this distribution. The terms 14 | * are also available at https://curl.se/docs/copyright.html. 15 | * 16 | * You may opt to use, copy, modify, merge, publish, distribute and/or sell 17 | * copies of the Software, and permit persons to whom the Software is 18 | * furnished to do so, under the terms of the COPYING file. 19 | * 20 | * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 21 | * KIND, either express or implied. 22 | * 23 | ***************************************************************************/ 24 | 25 | #include 26 | 27 | size_t fread(void *, size_t, size_t, FILE *); 28 | size_t fwrite(const void *, size_t, size_t, FILE *); 29 | 30 | int strcasecmp(const char *, const char *); 31 | int strncasecmp(const char *, const char *, size_t); 32 | 33 | #endif /* CURLINC_STDCHEADERS_H */ 34 | -------------------------------------------------------------------------------- /installer/agora.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AgoraIO/OBS/caaeccc1cde4978ff0e8940a4f92c0a291888e25/installer/agora.bmp -------------------------------------------------------------------------------- /installer/agora.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AgoraIO/OBS/caaeccc1cde4978ff0e8940a4f92c0a291888e25/installer/agora.ico -------------------------------------------------------------------------------- /installer/gplv2.txt: -------------------------------------------------------------------------------- 1 | Agora Tool for OBS Studio -------------------------------------------------------------------------------- /src/agora-plugin/agora-pcm-encoder.cpp: -------------------------------------------------------------------------------- 1 | #include 2 | #include 3 | #include "../Agora/agorartcengine.hpp" 4 | 5 | static const char *AgoraGetAudioEncoderName(void*) 6 | { 7 | return obs_module_text("AgoraAudioEnc"); 8 | } 9 | 10 | static void* AgoraPCM_Create(obs_data_t* settings, obs_encoder_t* encoder ) 11 | { 12 | rtcEngine->AgoraAudioObserver_Create(); 13 | return rtcEngine; 14 | } 15 | 16 | static void AgoraPCM_Destroy(void* data) 17 | { 18 | } 19 | 20 | static bool AgoraPCM_Encode(void* data, struct encoder_frame* frame, 21 | struct encoder_packet* packet, bool *receive_packet) 22 | { 23 | AgoraRtcEngine* engine = (AgoraRtcEngine*)data; 24 | engine->PushAudioFrame(frame); 25 | return true; 26 | } 27 | 28 | static void AgoraPCM_GetDefaults(obs_data_t *settings) 29 | { 30 | 31 | } 32 | 33 | 34 | static bool AgoraPCM_GetExtraData(void *data, uint8_t **extra_data, size_t *size) 35 | { 36 | 37 | // if (enc->ExtraData(extra_data, &length)) { 38 | // *size = length; 39 | // return true; 40 | // } 41 | return false; 42 | } 43 | 44 | // 45 | static void AgoraPCM_GetAudioInfo(void *, struct audio_convert_info *info) 46 | { 47 | info->format = AUDIO_FORMAT_16BIT; 48 | info->samples_per_sec = 48000; 49 | info->speakers = SPEAKERS_STEREO; 50 | } 51 | 52 | static size_t AgoraPCM_GetFrameSize(void *data) 53 | { 54 | UNUSED_PARAMETER(data); 55 | return 480; 56 | } 57 | 58 | void RegisterAgoraAudioEncoder() 59 | { 60 | obs_encoder_info agora_pcm_encoder = {}; 61 | agora_pcm_encoder.id = "agora_pcm"; 62 | agora_pcm_encoder.type = OBS_ENCODER_AUDIO; 63 | agora_pcm_encoder.codec = "PCM"; 64 | agora_pcm_encoder.get_name = AgoraGetAudioEncoderName; 65 | agora_pcm_encoder.create = AgoraPCM_Create; 66 | agora_pcm_encoder.destroy = AgoraPCM_Destroy; 67 | agora_pcm_encoder.encode = AgoraPCM_Encode; 68 | agora_pcm_encoder.get_defaults = AgoraPCM_GetDefaults; 69 | // agora_pcm_encoder.get_properties = AgoraPCM_GetProperties; 70 | agora_pcm_encoder.get_extra_data = AgoraPCM_GetExtraData; 71 | agora_pcm_encoder.get_audio_info = AgoraPCM_GetAudioInfo; 72 | agora_pcm_encoder.get_frame_size = AgoraPCM_GetFrameSize; 73 | 74 | obs_register_encoder(&agora_pcm_encoder); 75 | } 76 | 77 | 78 | 79 | -------------------------------------------------------------------------------- /src/agora-ui-main.cpp: -------------------------------------------------------------------------------- 1 | #include 2 | #include 3 | #include 4 | #include 5 | #include 6 | #include "forms/window-agora-main.hpp" 7 | //#include "forms/window-init-agora-widget.hpp" 8 | 9 | void initQT(); 10 | 11 | OBS_DECLARE_MODULE() 12 | OBS_MODULE_USE_DEFAULT_LOCALE("agora-tool-ui", "en-US") 13 | 14 | extern void RegisterAgoraOutput(); 15 | extern void RegisterAgoraAudioEncoder(); 16 | extern void RegistePluginVideoSource(); 17 | bool obs_module_load(void) 18 | { 19 | blog(LOG_INFO, "load agora tool plugin to communicate with agora rtc sdk"); 20 | RegisterAgoraAudioEncoder(); 21 | blog(LOG_INFO, "register agora audio encoder"); 22 | RegisterAgoraOutput(); 23 | blog(LOG_INFO, "register agora output"); 24 | 25 | RegistePluginVideoSource(); 26 | 27 | initQT(); 28 | blog(LOG_INFO, "loaded agora tool!"); 29 | return true; 30 | } 31 | void initQT() 32 | { 33 | QMainWindow* mainWindow = (QMainWindow*)obs_frontend_get_main_window(); 34 | 35 | const char* menuActionText = 36 | obs_module_text("AgoraTool.Settings.DialogTitle"); 37 | QAction* menuAction = 38 | (QAction*)obs_frontend_add_tools_menu_qaction(menuActionText); 39 | 40 | AgoraBasic* agoraDialog = new AgoraBasic(mainWindow); 41 | QString mpath = "file:///../../data/obs-studio/themes/Dark.qss"; 42 | QObject::connect(menuAction, &QAction::triggered, [agoraDialog] { 43 | // The settings dialog belongs to the main window. Should be ok 44 | // to pass the pointer to this QAction belonging to the main window 45 | blog(LOG_INFO, "trigger dialog"); 46 | agoraDialog->ToggleAgoraDialog(); 47 | }); 48 | } 49 | 50 | #if _WIN32 51 | void obs_module_unload() { 52 | blog(LOG_INFO, "unoad agora tool!"); 53 | } 54 | #else 55 | __attribute__((visibility("default"))) void obs_module_unload() { 56 | blog(LOG_INFO, "unoad agora tool!"); 57 | } 58 | #endif -------------------------------------------------------------------------------- /src/agora-ui-main.h: -------------------------------------------------------------------------------- 1 | #pragma once 2 | #include --------------------------------------------------------------------------------