注解类列表

Qt 类带简短描述:

Qt3DAnimation::QAbstractAnimation 用于 Qt3D 动画的抽象基类
Qt3DAnimation::QAbstractAnimationClip 用于提供关键帧动画数据的类型的基类
Qt3DAnimation::QAbstractClipAnimator The base class for types providing animation playback capabilities
Qt3DAnimation::QAbstractClipBlendNode The base class for types used to construct animation blend trees
Qt3DAnimation::QAdditiveClipBlend Performs an additive blend of two animation clips based on an additive factor
Qt3DAnimation::QAnimationAspect Provides key-frame animation capabilities to Qt 3D
Qt3DAnimation::QAnimationController A controller class for animations
Qt3DAnimation::QAnimationGroup A class grouping animations together
Qt3DAnimation::QBlendedClipAnimator Component providing animation playback capabilities of a tree of blend nodes
Qt3DAnimation::QClipAnimator Component providing simple animation playback capabilities
Qt3DAnimation::QKeyframeAnimation A class implementing simple keyframe animation to a QTransform
Qt3DAnimation::QLerpClipBlend Performs a linear interpolation of two animation clips based on a normalized factor
Qt3DAnimation::QMorphingAnimation A class implementing blend-shape morphing animation
Qt3DAnimation::QMorphTarget A class providing morph targets to blend-shape animation
Qt3DAnimation::QVertexBlendAnimation A class implementing vertex-blend morphing animation
Qt3DCore::QAbstractAspect The base class for aspects that provide a vertical slice of behavior
Qt3DCore::QAspectEngine Responsible for handling all the QAbstractAspect subclasses that have been registered with the scene
Qt3DCore::QComponentAddedChange Used to notify when a component is added to an entity
Qt3DCore::QComponentRemovedChange Used to notify when a component is removed from an entity
Qt3DCore::QDynamicPropertyUpdatedChange Used to notify when a dynamic property value is updated
Qt3DCore::QNodeCreatedChange Used to notify when a node is created
Qt3DCore::QNodeCreatedChangeBase The base class for all NodeCreated QSceneChange events
Qt3DCore::QNodeDestroyedChange Used to notify when a node is destroyed
Qt3DCore::QPropertyNodeAddedChange Used to notify when a node is added to a property
Qt3DCore::QPropertyNodeRemovedChange Used to notify when a node is removed from a property
Qt3DCore::QPropertyUpdatedChange Used to notify when a property value is updated
Qt3DCore::QPropertyUpdatedChangeBase The base class for all PropertyUpdated QSceneChange events
Qt3DCore::QPropertyValueAddedChange Used to notify when a value is added to a property
Qt3DCore::QPropertyValueAddedChangeBase The base class for all PropertyValueAdded QSceneChange events
Qt3DCore::QPropertyValueRemovedChange Used to notify when a value is added to a property
Qt3DCore::QPropertyValueRemovedChangeBase The base class for all PropertyValueRemoved QSceneChange events
Qt3DCore::QSceneChange Base class for changes that can be sent and received by Qt3D's change notification system
Qt3DCore::QStaticPropertyUpdatedChangeBase The base class for all static PropertyUpdated QSceneChange events
Qt3DCore::QStaticPropertyValueAddedChangeBase The base class for all static PropertyValueAdded QSceneChange events
Qt3DCore::QStaticPropertyValueRemovedChangeBase The base class for all static PropertyValueRemoved QSceneChange events
Qt3DCore::QAspectJob Base class for jobs executed in an aspect
Qt3DCore::QBackendNode 用于所有 Qt3D 后端节点的基类
Qt3DCore::QBackendNodeMapper Creates and maps backend nodes to their respective frontend nodes
Qt3DCore::QComponent Base class of scene nodes that can be aggregated by Qt3DCore::QEntity instances as a component
Qt3DCore::QEntity Qt3DCore::QEntity is a Qt3DCore::QNode subclass that can aggregate several Qt3DCore::QComponent instances that will specify its behavior
Qt3DCore::QNode The base class of all Qt3D node classes used to build a Qt3D scene
Qt3DCore::QNodeId 唯一 QNode 标识
Qt3DCore::QTransform Used to perform transforms on meshes
Qt3DExtras::QExtrudedTextGeometry Allows creation of a 3D extruded text in 3D space
Qt3DExtras::QExtrudedTextMesh A 3D extruded Text mesh
Qt3DExtras::QDiffuseMapMaterial Default implementation of the phong lighting effect where the diffuse light component is read from a texture map
Qt3DExtras::QDiffuseSpecularMapMaterial Default implementation of the phong lighting effect where the diffuse and specular light components are read from texture maps
Qt3DExtras::QFirstPersonCameraController Allows controlling the scene camera from the first person perspective
Qt3DExtras::QForwardRenderer Default FrameGraph implementation of a forward renderer
Qt3DExtras::QGoochMaterial Material that implements the Gooch shading model, popular in CAD and CAM applications
Qt3DExtras::QMetalRoughMaterial Default implementation of PBR lighting
Qt3DExtras::QMorphPhongMaterial Default implementation of the phong lighting effect
Qt3DExtras::QNormalDiffuseMapAlphaMaterial Specialization of QNormalDiffuseMapMaterial with alpha coverage and a depth test performed in the rendering pass
Qt3DExtras::QNormalDiffuseMapMaterial Default implementation of the phong lighting and bump effect where the diffuse light component is read from a texture map and the normals of the mesh being rendered from a normal texture map
Qt3DExtras::QNormalDiffuseSpecularMapMaterial Default implementation of the phong lighting and bump effect where the diffuse and specular light components are read from texture maps and the normals of the mesh being rendered from a normal texture map
Qt3DExtras::QOrbitCameraController Allows controlling the scene camera along orbital path
Qt3DExtras::QPerVertexColorMaterial Default implementation for rendering the color properties set for each vertex
Qt3DExtras::QPhongAlphaMaterial Default implementation of the phong lighting effect with alpha
Qt3DExtras::QPhongMaterial Default implementation of the phong lighting effect
Qt3DExtras::QSkyboxEntity Qt3DExtras::QSkyboxEntity is a convenience Qt3DCore::QEntity subclass that can be used to insert a skybox in a 3D scene
Qt3DExtras::QTexturedMetalRoughMaterial Default implementation of PBR lighting, environment maps and bump effect where the components are read from texture maps (including normal maps)
Qt3DExtras::QTextureMaterial Default implementation of a simple unlit texture material
Qt3DExtras::QConeGeometry 允许创建 3D 空间锥体
Qt3DExtras::QConeMesh 锥形网格
Qt3DExtras::QCuboidGeometry Allows creation of a cuboid in 3D space
Qt3DExtras::QCuboidMesh 长方体网格
Qt3DExtras::QCylinderGeometry Allows creation of a cylinder in 3D space
Qt3DExtras::QCylinderMesh 圆柱体网格
Qt3DExtras::QPlaneGeometry Allows creation of a plane in 3D space
Qt3DExtras::QPlaneMesh A square planar mesh
Qt3DExtras::QSphereGeometry Allows creation of a sphere in 3D space
Qt3DExtras::QSphereMesh A spherical mesh
Qt3DExtras::QTorusGeometry Allows creation of a torus in 3D space
Qt3DExtras::QTorusMesh 环形网格
Qt3DInput::QAbstractActionInput The base class for the Action Input and all Aggregate Action Inputs
Qt3DInput::QAbstractAxisInput QAbstractActionInput is the base class for all Axis Input
Qt3DInput::QAbstractPhysicalDevice The base class used by Qt3d to interact with arbitrary input devices
Qt3DInput::QAction Links a set of QAbstractActionInput that trigger the same event
Qt3DInput::QActionInput Stores Device and Buttons used to trigger an input event
Qt3DInput::QAnalogAxisInput An axis input controlled by an analog input The axis value is controlled like a traditional analog input such as a joystick
Qt3DInput::QAxis Stores QAbstractAxisInputs used to trigger an input event
Qt3DInput::QAxisAccumulator Processes velocity or acceleration data from a QAxis
Qt3DInput::QAxisSetting Stores settings for the specified list of Axis
Qt3DInput::QButtonAxisInput An axis input controlled by buttons The axis value is controlled by buttons rather than a traditional analog input such as a joystick
Qt3DInput::QInputAspect Responsible for creating physical devices and handling associated jobs
Qt3DInput::QInputChord Represents a set of QAbstractActionInput's that must be triggerd at once
Qt3DInput::QInputSequence Represents a set of QAbstractActionInput's that must be triggerd one after the other
Qt3DInput::QInputSettings Holds the pointer to an input event source object
Qt3DInput::QKeyboardDevice In charge of dispatching keyboard events to attached QQKeyboardHandler objects
Qt3DInput::QKeyboardHandler Provides keyboard event notification
Qt3DInput::QKeyEvent Event type send by KeyBoardHandler
Qt3DInput::QLogicalDevice Allows the user to define a set of actions that they wish to use within an application
Qt3DInput::QMouseDevice Delegates mouse events to the attached MouseHandler objects
Qt3DInput::QMouseEvent Qt3DCore::QMouseEvent contains parameters that describe a mouse event
Qt3DInput::QWheelEvent Contains parameters that describe a mouse wheel event
Qt3DInput::QMouseHandler Provides a means of being notified about mouse events when attached to a QMouseDevice instance
Qt3DLogic::QFrameAction Provides a way to have a synchronous function executed each frame
Qt3DLogic::QLogicAspect Responsible for handling frame synchronization jobs
Qt3DRender::AssimpImporter Provides a generic way of loading various 3D assets format into a Qt3D scene
Qt3DCore::Quick::QQmlAspectEngine Environment for the QAspectEngine and a method for instantiating QML components
Qt3DRender::Quick::QScene2D This class enables rendering qml into a texture, which then can be used as a part of 3D scene
Qt3DRender::QBufferCapture Exchanges buffer data between GPU and CPU
Qt3DRender::QCameraSelector Class to allow for selection of camera to be used
Qt3DRender::QClearBuffers 用于清零缓冲的类
Qt3DRender::QDispatchCompute FrameGraph node to issue work for the compute shader on GPU
Qt3DRender::QFrameGraphNode Base class of all FrameGraph configuration nodes
Qt3DRender::QFrameGraphNodeCreatedChangeBase A base class for changes in the FrameGraphNode
Qt3DRender::QFrustumCulling Enable frustum culling for the FrameGraph
Qt3DRender::QLayerFilter Controls layers Drawn in a frame graph branch
Qt3DRender::QMemoryBarrier Class to emplace a memory barrier
Qt3DRender::QNoDraw When a Qt3DRender::QNoDraw node is present in a FrameGraph branch, this prevents the renderer from rendering any primitive
Qt3DRender::QRenderCapture Frame graph node for render capture
Qt3DRender::QRenderCaptureReply Receives the result of render capture request
Qt3DRender::QRenderPassFilter Provides storage for vectors of Filter Keys and Parameters
Qt3DRender::QRenderStateSet FrameGraph node offers a way of specifying a set of QRenderState objects to be applied during the execution of a framegraph branch
Qt3DRender::QRenderSurfaceSelector Provides a way of specifying the render surface
Qt3DRender::QRenderTargetSelector Provides a way of specifying a render target
Qt3DRender::QSortPolicy Provides storage for the sort types to be used
Qt3DRender::QTechniqueFilter A QFrameGraphNode used to select QTechniques to use
Qt3DRender::QViewport A viewport on the Qt3D Scene
Qt3DRender::QAbstractFunctor 用于所有函子的抽象基类
Qt3DRender::QCamera Defines a view point through which the scene will be rendered
Qt3DRender::QCameraLens Qt3DRender::QCameraLens specifies the projection matrix that will be used to define a Camera for a 3D scene
Qt3DRender::QComputeCommand QComponent to issue work for the compute shader on GPU
Qt3DRender::QLayer Way of filtering which entities will be rendered
Qt3DRender::QLevelOfDetail Way of controlling the complexity of rendered entities based on their size on the screen
Qt3DRender::QLevelOfDetailBoundingSphere Simple spherical volume, defined by it's center and radius
Qt3DRender::QLevelOfDetailSwitch Provides a way of enabling child entities based on distance or screen size
Qt3DRender::QPickingSettings Specifies how entity picking is handled
Qt3DRender::QRenderAspect
Qt3DRender::QRenderSettings Holds settings related to rendering process and host the active FrameGraph
Qt3DRender::QRenderTarget Encapsulates a target (usually a frame buffer object) which the renderer can render into
Qt3DRender::QRenderTargetOutput Allows the specification of an attachment of a render target (whether it is a color texture, a depth texture, etc... )
Qt3DRender::QAttribute Defines an attribute and how data should be read from a QBuffer
Qt3DRender::QBuffer Provides a data store for raw data to later be used as vertices or uniforms
Qt3DRender::QBufferDataGenerator Provides a mechanism to generate buffer data from a job
Qt3DRender::QGeometry 封装几何体
Qt3DRender::QGeometryRenderer 封装几何体渲染
Qt3DRender::QMesh 自定义网格加载器
Qt3DRender::QSceneLoader 提供加载现有场景的设施
Qt3DRender::QAbstractLight 将 QAbstractLight 对象封装在 Qt 3D 场景中
Qt3DRender::QDirectionalLight Encapsulate a Directional Light object in a Qt 3D scene
Qt3DRender::QEnvironmentLight Encapsulate an environment light object in a Qt 3D scene
Qt3DRender::QPointLight Encapsulate a Point Light object in a Qt 3D scene
Qt3DRender::QSpotLight Encapsulate a Spot Light object in a Qt 3D scene
Qt3DRender::QEffect Base class for effects in a Qt 3D scene
Qt3DRender::QFilterKey Storage for filter keys and their values
Qt3DRender::QGraphicsApiFilter Identifies the API required for the attached QTechnique
Qt3DRender::QMaterial Provides an abstract class that should be the base of all material component classes in a scene
Qt3DRender::QParameter Provides storage for a name and value pair. This maps to a shader uniform
Qt3DRender::QRenderPass Encapsulates a Render Pass
Qt3DRender::QShaderData Provides a way of specifying values of a Uniform Block or a shader structure
Qt3DRender::QShaderProgram Encapsulates a Shader Program
Qt3DRender::QTechnique 封装技术
Qt3DRender::QObjectPicker Instantiates a component that can be used to interact with a QEntity by a process known as picking
Qt3DRender::QPickEvent Holds information when an object is picked
Qt3DRender::QPickTriangleEvent Holds information when a triangle is picked
Qt3DRender::QAlphaCoverage Enable alpha-to-coverage multisampling mode
Qt3DRender::QAlphaTest 指定 Alpha 参考测试
Qt3DRender::QBlendEquation Specifies the equation used for both the RGB blend equation and the Alpha blend equation
Qt3DRender::QBlendEquationArguments Encapsulates blending information: specifies how the incoming values (what's going to be drawn) are going to affect the existing values (what is already drawn)
Qt3DRender::QClipPlane Enables an additional OpenGL clipping plane that can be in shaders using gl_ClipDistance
Qt3DRender::QColorMask Allows specifying which color components should be written to the currently bound frame buffer
Qt3DRender::QCullFace Specifies whether front or back face culling is enabled
Qt3DRender::QDepthTest Tests the fragment shader's depth value against the depth of a sample being written to
Qt3DRender::QDithering 启用抖动
Qt3DRender::QFrontFace Defines front and back facing polygons
Qt3DRender::QMultiSampleAntiAliasing Enable multisample antialiasing
Qt3DRender::QNoDepthMask Disable depth write
Qt3DRender::QPointSize Specifies the size of rasterized points. May either be set statically or by shader programs
Qt3DRender::QPolygonOffset Sets the scale and steps to calculate depth values for polygon offsets
Qt3DRender::QRenderState An abstract base class for all render states
Qt3DRender::QScissorTest Discards fragments that fall outside of a certain rectangular portion of the screen
Qt3DRender::QSeamlessCubemap Enables seamless cubemap texture filtering
Qt3DRender::QStencilMask Controls the front and back writing of individual bits in the stencil planes
Qt3DRender::QStencilOperation Specifies stencil operation
Qt3DRender::QStencilOperationArguments Sets the actions to be taken when stencil and depth tests fail
Qt3DRender::QStencilTest Specifies arguments for the stecil test
Qt3DRender::QStencilTestArguments Specifies arguments for stencil test
Qt3DRender::QAbstractTexture 用于提供纹理的基类
Qt3DRender::QAbstractTextureImage Encapsulates the necessary information to create an OpenGL texture image
Qt3DRender::QPaintedTextureImage A QAbstractTextureImage that can be written through a QPainter
Qt3DRender::QTexture1D A QAbstractTexture with a Target1D target format
Qt3DRender::QTexture1DArray A QAbstractTexture with a Target1DArray target format
Qt3DRender::QTexture2D A QAbstractTexture with a Target2D target format
Qt3DRender::QTexture2DArray A QAbstractTexture with a Target2DArray target format
Qt3DRender::QTexture2DMultisample A QAbstractTexture with a Target2DMultisample target format
Qt3DRender::QTexture2DMultisampleArray A QAbstractTexture with a Target2DMultisampleArray target format
Qt3DRender::QTexture3D A QAbstractTexture with a Target3D target format
Qt3DRender::QTextureBuffer A QAbstractTexture with a TargetBuffer target format
Qt3DRender::QTextureCubeMap A QAbstractTexture with a TargetCubeMap target format
Qt3DRender::QTextureCubeMapArray A QAbstractTexture with a TargetCubeMapArray target format
Qt3DRender::QTextureLoader Handles the texture loading and setting the texture's properties
Qt3DRender::QTextureRectangle A QAbstractTexture with a TargetRectangle target format
Qt3DRender::QTextureData Stores texture information such as the target, height, width, depth, layers, wrap, and if mipmaps are enabled
Qt3DRender::QTextureImage Encapsulates the necessary information to create an OpenGL texture image from an image source
Qt3DRender::QTextureImageData Stores data representing a texture
Qt3DRender::QTextureImageDataGenerator Provides texture image data for QAbstractTextureImage
Qt3DRender::QTextureWrapMode Defines the wrap mode a Qt3DRender::QAbstractTexture should apply to a texture
QAxBase 提供初始化和访问 COM 对象的 API 的抽象类
QAxObject 包裹 COM 对象的 QObject
QAxScript 围绕脚本代码的包裹器
QAxScriptEngine 围绕脚本引擎的包裹器
QAxScriptManager 应用程序对象和脚本代码之间的桥梁
QAxSelect 用于选择注册 COM 组件的对话框
QAxWidget 包裹 ActiveX 控件的 QWidget
QAxAggregated 实现额外 COM 接口的抽象基类
QAxBindable 在 QWidget 和 ActiveX 客户端之间的接口
QAxFactory 定义用于创建 COM 组件的工厂
QAndroidActivityResultReceiver 用于从主 Android 活动 onActivityResult() 回调的接口
QAndroidJniEnvironment 访问 JNI 环境
QAndroidJniObject 提供 API 以调用 Java 代码从 C++
QAbstractAnimation 所有动画的基础
QAnimationGroup 动画组的抽象基类
QParallelAnimationGroup 平行动画组
QPauseAnimation 暂停 QSequentialAnimationGroup
QPropertyAnimation 动画 Qt 特性
QSequentialAnimationGroup 动画的顺序组
QVariantAnimation 动画的基类
QTextCodec 在文本编码间转换
QTextDecoder 基于状态的解码器
QTextEncoder 基于状态的编码器
QFlag 用于 QFlags 的帮助程序数据类型
QFlags 存储枚举值 OR 组合的类型安全方式
QGlobalStatic 用于实现全局静态对象
QLibraryInfo 有关 Qt 库的信息
QMessageLogContext 有关日志消息的额外信息
QMessageLogger 生成日志消息
QOperatingSystemVersion 有关操作系统版本的信息
QSysInfo 有关系统的信息
QBuffer QByteArray 的 QIODevice 接口
QDataStream 把二进制数据序列化到 QIODevice
QDebug 调试信息输出流
QDebugStateSaver 自定义 QDebug 运算符的方便类
QDir 访问目录结构及其内容
QDirIterator 目录条目列表迭代器
QFile 用于读写文件的接口
QFileDevice 用于读写打开文件的接口
QFileInfo 与系统无关的文件信息
QFileSelector 选择文件变体的便捷方式
QFileSystemWatcher 用于监视修改文件和目录的接口
QIODevice Qt 中所有 I/O 设备的基接口类
QLockFile 在进程之间使用文件的锁
QLoggingCategory 表示日志基础设施类别或区域
QProcess 用于启动外部程序并与它们进行通信
QProcessEnvironment 保持可以被传递给程序的环境变量
QResource 用于直接读取资源的接口
QSaveFile 安全写入文件的接口
QSettings 平台无关的持久性应用程序设置
QStandardPaths 用于访问标准路径的方法
QStorageInfo 提供有关当前挂载的存储和驱动器的信息
QTemporaryDir 创建临时使用的唯一目录
QTemporaryFile 操作临时文件的 I/O 设备
QTextStream 用于读写文本的方便接口
QUrl 用于操控 URL 的方便接口
QUrlQuery 在 URL 的查询中操纵键/值对的方法
QAbstractItemModel 用于项模型类的抽象接口
QAbstractListModel 可以被子类化以创建一维列表模型的抽象模型
QAbstractTableModel 可以子类化以创建表格模型的抽象模型
QModelIndex 用于在数据模型中定位数据
QPersistentModelIndex 用于在数据模型中定位数据
QAbstractProxyModel 可以履行排序、过滤或其它数据处理任务的代理项模型基类
QIdentityProxyModel 代理未经修改的源模型
QItemSelection 管理模型选中项的有关信息
QItemSelectionModel 保持视图选中项的跟踪
QItemSelectionRange 管理模型选中项范围的有关信息
QSortFilterProxyModel 支持排序和过滤在另一模型和视图之间传递的数据
QStringListModel 向视图供给字符串的模型
QJsonArray 封装 JSON 数组
QJsonDocument 读写 JSON 文档的办法
QJsonParseError 用于在 JSON 剖析期间报告错误
QJsonObject 封装 JSON 对象
QJsonValue 把值封装在 JSON 中
QAbstractEventDispatcher 管理 Qt 事件队列的接口
QAbstractNativeEventFilter 用于接收本机事件 (譬如 MSG 或 XCB 事件结构) 的接口
QBasicTimer 针对对象的计时器事件
QCoreApplication 用于没有 UI 的 Qt 应用程序的事件循环
QChildEvent 包含子级对象事件的事件参数
QDynamicPropertyChangeEvent 包含动态特性更改事件的事件参数
QEvent 所有事件类的基类。事件对象包含事件参数
QTimerEvent 包含计时器事件的描述参数
QDeadlineTimer 标记未来截止日期
QElapsedTimer 计算消耗时间的快速方式
QEventLoop 进入和离开事件循环的手段
QEventLoopLocker 离开事件循环的手段当不再需要时。
QMetaClassInfo 有关类的额外信息
QMetaEnum 有关枚举器的元数据
QMetaMethod 关于成员函数的元数据
QMetaProperty 关于特性的元数据
QMetaType 在元对象系统中管理命名类型
QMimeData 记录数据 MIME 类型有关信息的容器
QObject 所有 Qt 对象的基类
QSignalBlocker 围绕 QObject::blockSignals() 的异常安全包裹器
QObjectCleanupHandler 看守多个 QObject 的寿命
QGenericArgument 用于编组自变量的内部帮助程序类
QGenericReturnArgument 用于编组自变量的内部帮助程序类
QMetaObject 包含有关 Qt 对象的元信息
QPointer 提供指向 QObject 守卫指针的模板类
QSharedMemory 访问共享内存段
QSignalMapper 捆绑来自可识别发送器的信号
QSocketNotifier 支持监视文件描述符活动
QSystemSemaphore 常规计数系统信号量
QTimer 重复和单发计时器
QTranslator 用于文本输出的国际化支持
QAssociativeIterable 关联 QVariant 容器的可迭代接口
QSequentialIterable 用于 QVariant 容器的可迭代接口
QVariant 举动像最常见 Qt 数据类型的并集
QWinEventNotifier 支持 Windows 等待函数
QMimeDatabase 维护 MIME 类型数据库
QMimeType 描述由 MIME 类型字符串表示的文件或数据的类型
QLibrary 在 Runtime 时加载共享库
QStaticPlugin 包含静态插件实例及其元数据的引用结构
QPluginLoader 在运行时加载插件
QUuid 存储 UUID (通用唯一标识符)
QAbstractState QStateMachine 的状态基类
QAbstractTransition QAbstractState 对象之间的过渡基类
QEventTransition 用于 Qt 事件的特定 QObject 过渡
QFinalState 最终状态
QHistoryState 返回到先前活动子状态的手段
QSignalTransition 基于 Qt 信号的过渡
QState 用于 QStateMachine 的一般目的状态
QStateMachine 分层有限状态机
QAtomicInt 于 int 上独立于平台的原子操作
QAtomicInteger 于整数上独立于平台的原子操作
QAtomicPointer 为指针提供独立于平台的原子操作的模板类
QException 可以跨线程转移异常的基类
QUnhandledException UnhandledException 类表示工作者线程中的未处理异常
QFuture 表示异步计算的结果
QFutureSynchronizer 简化 QFuture 同步的方便类
QFutureWatcher 允许监视 QFuture 使用信号和插槽
QMutex 在线程之间串行化访问
QMutexLocker 简化锁定和解锁互斥的方便类
QReadLocker 用于读取访问的锁定和解锁的读写锁的方便简化类
QReadWriteLock 读/写锁定
QWriteLocker 用于写入访问的锁定和解锁的读写锁的方便简化类
QRunnable 用于所有可运行对象的基类
QSemaphore 通用计数信号量
QThread 独立于平台的线程管理办法
QThreadPool 管理一批 QThread
QThreadStorage 每线程数据存储
QWaitCondition 用于同步线程的条件变量
QBitArray 位数组
QByteArray 字节数组
QByteArrayList 字节数组列表
QByteArrayMatcher 保持在字节数组中可以快速匹配的字节序列
QStaticByteArrayMatcher QByteArrayMatcher 的编译时版本
QCache 提供缓存的模板类
QChar 16 位 Unicode 字符
QLatin1Char 8 位 ASCII/Latin-1 字符
QCollator 根据本地整理算法比较字符串
QCollatorSortKey 可以用于加速字符串整理
QCommandLineOption 定义可能的命令行选项
QCommandLineParser 用于处理命令行选项的手段
QContiguousCache 提供连续缓存的模板类
QCryptographicHash 生成加密哈希的办法
QDate 日期功能
QDateTime 日期和时间功能
QTime 时钟时间功能
QEasingCurve 控制动画的缓和曲线
QHash 提供基于哈希表的字典的模板类
QMultiHash 提供多值哈希的方便 QHash 子类
QLine 使用整数精度的 2D 向量
QLineF 使用浮点精度的 2D 向量
QLinkedList 提供链接列表的模板类
QList 提供列表的模板类
QLocale 在数字及其各种语言的字符串表示之间转换
QMap 提供基于红-黑-树的字典的模板类
QMultiMap 提供多值映射的方便 QMap 子类
QMargins 定义矩形的 4 边距
QMarginsF 定义矩形的 4 边距
QMessageAuthenticationCode 生成基于哈希的消息身份验证代码的办法
QPair 存储一对项的模板类
QPoint 使用整数精度定义平面点
QPointF 使用浮点精度定义平面点
QQueue 提供队列的通用容器
QRect 使用整数精度定义平面矩形
QRectF 使用浮点精度定义平面矩形
QRegExp 使用正则表达式进行模式匹配
QRegularExpression 使用正则表达式进行模式匹配
QRegularExpressionMatch QRegularExpression 针对字符串进行匹配的结果
QRegularExpressionMatchIterator QRegularExpression 对象针对字符串的全局匹配结果迭代器
QScopedArrayPointer 存储动态分配对象数组的指针,并在销毁时删除它
QScopedPointer 存储动态分配对象的指针,并在销毁时删除它
QScopedValueRollback 当销毁时将变量重置为其先前值
QMutableSetIterator 用于 QSet 的 Java 风格非常量迭代器
QSet 提供基于哈希表的集的模板类
QExplicitlySharedDataPointer 表示指向明确共享对象的指针
QSharedData 用于共享数据对象的基类
QSharedDataPointer 表示隐式共享对象指针
QEnableSharedFromThis 允许为已由共享指针管理的对象获取 QSharedPointer 的基类
QSharedPointer 保持共享指针强引用
QWeakPointer 保持共享指针的弱引用
QSize 使用整数点精度定义 2D 对象的大小
QSizeF 使用浮点精度定义 2D 对象的大小
QStack 提供堆栈的模板类
QLatin1String 围绕 US-ASCII/Latin-1 编码字符串文字的瘦包裹器
QString Unicode 字符串
QStringRef 围绕 QString 子字符串的瘦包裹器
QStringList 字符串列表
QStringMatcher 保持可以在 Unicode 字符串中快速匹配的字符序列
QTextBoundaryFinder 在字符串中查找 Unicode 文本边界的办法
QTimeLine 控制动画的时间线
QTimeZone 在特定时区的 UTC 与本地时间之间转换
QVarLengthArray 低级可变长度数组
QVector 提供动态数组的模板类
QVersionNumber 包含具有任意数量段的版本号
QXmlStreamAttribute 表示单 XML 属性
QXmlStreamAttributes 表示 QXmlStreamAttribute 向量
QXmlStreamEntityDeclaration 表示 DTD 实体声明
QXmlStreamEntityResolver 用于 QXmlStreamReader 的实体解析器
QXmlStreamNamespaceDeclaration 表示名称空间声明
QXmlStreamNotationDeclaration 表示 DTD 表示法声明
QXmlStreamReader 用于凭借简单流化 API 读取格式良好的 XML 的快速剖析器
QXmlStreamWriter 采用简单流化 API 的 XML 写入器
QDBusAbstractAdaptor D-Bus 适配器类的基类
QDBusAbstractInterface Qt D-Bus 绑定中所有 D-Bus 接口的基类 (允许访问远程接口)
QDBusArgument 用于编组和解组 D-Bus 自变量
QDBusConnection 表示到 D-Bus 总线守护程序的连接
QDBusConnectionInterface 访问 D-Bus 总线守护程序服务
QDBusContext 允许槽确定调用的 D-Bus 上下文
QDBusError 表示从 D-Bus 总线或从在总线中发现的远程应用程序收到的错误
QDBusObjectPath 使程序员能够标识由 D-Bus 类型系统提供的 OBJECT_PATH 类型
QDBusSignature 使程序员能够标识由 D-Bus 类型系统提供的 SIGNATURE 类型
QDBusVariant 使程序员能够标识由 D-Bus 类型系统提供的变量类型
QDBusInterface 远程对象上的接口代理
QDBusMessage 表示通过 D-Bus 总线发送 (或接收) 的一条消息
QDBusPendingCall 引用一待决异步调用
QDBusPendingCallWatcher 等待异步回复的方便手段
QDBusPendingReply 包含异步方法调用的回复
QDBusReply 将方法调用回复存储到远程对象
QDBusServer 在同一计算机中的进程间点对点通信
QDBusServiceWatcher 允许用户看守总线服务改变
QDBusUnixFileDescriptor 保持一 Unix 文件描述符
QDBusVirtualObject 用于采用一个类处理多个 DBus 路径
QAccessible 与可访问性相关的枚举和静态函数
QAccessibleActionInterface Implements support for invocable actions in the interface
QAccessibleEditableTextInterface 实现对具有可编辑文本的对象的支持
QAccessibleEvent 用于可访问性通知的基类
QAccessibleInterface 定义暴露有关可访问对象的信息的接口
QAccessibleStateChangeEvent 通知可访问性框架对象的状态已改变
QAccessibleTableCellInterface 实现对 IAccessibleTable2 单元格接口的支持
QAccessibleTableInterface Implements support for the IAccessibleTable2 interface
QAccessibleTableModelChangeEvent 表示表格、列表或树中添加或移除单元格的变化。若改变影响多行,firstColumn 和 lastColumn 将返回 -1。同样,对于列,行函数可能返回 -1
QAccessibleTextCursorEvent 光标移动的通知
QAccessibleTextInsertEvent 正在插入文本的通知
QAccessibleTextInterface 实现对文本处理的支持
QAccessibleTextRemoveEvent 正被删除文本的通知
QAccessibleTextSelectionEvent 对象文本选定改变的信号
QAccessibleTextUpdateEvent 有关文本改变的通知。这用于支持可编辑文本 (譬如:行编辑) 的可访问。例如,此事件发生,当选中文本的一部分被粘贴新文本或在编辑器覆盖模式下被替换时。
QAccessibleValueChangeEvent 描述可访问对象的值改变
QAccessibleValueInterface 实现对操纵值对象的支持
QAccessibleObject 为 QObjects 实现 QAccessibleInterface 部分
QAccessiblePlugin 为用户界面元素提供可访问性信息的插件的抽象基类
QBitmap 单色 (1 位深度) 像素图
QIcon 在不同模式和状态下的可伸缩图标
QIconEngine 用于 QIcon 渲染器的抽象基类
QIconEnginePlugin 用于自定义 QIconEngine 插件的抽象基
QImage 独立于硬件的图像表示 (允许直接访问像素数据,且可以被用作描绘设备)
QImageIOHandler 定义用于 Qt 中所有图像格式的常见图像 I/O 接口
QImageIOPlugin 定义用于编写图像格式插件的接口
QImageReader 用于从文件 (或其它设备) 读取图像的格式独立接口
QImageWriter 用于将图像写入文件 (或其它设备) 的格式独立接口
QMovie 采用 QImageReader 播放影片的方便类
QPicture 用于记录和重演 QPainter 命令的描绘设备
QPixmap 可以用作描绘设备的离屏图像表示
QPixmapCache 应用程序范围像素图缓存
QStandardItem 用于 QStandardItemModel 类的项
QStandardItemModel 用于存储自定义数据的一般模型
QClipboard 访问窗口系统剪贴板
QCursor 具有任意形状的鼠标光标
QDrag 支持基于 MIME 的拖放数据传输
QActionEvent 当添加、移除或改变 QAction 时生成的事件
QCloseEvent 包含关闭事件的描述参数
QContextMenuEvent 包含上下文菜单事件的描述参数
QDragEnterEvent 被发送给 Widget 的事件当拖放动作进入时
QDragLeaveEvent 被发送给 Widget 的事件当拖放动作离开时
QDragMoveEvent 发送的事件,在拖放动作进行期间
QDropEvent 被发送的事件当拖放操作完成时
QEnterEvent 包含进入事件的描述参数
QExposeEvent 包含用于暴露事件的事件参数
QFileOpenEvent 当有打开文件或 URL 的请求时会发送的事件
QFocusEvent 包含 Widget 聚焦事件的事件参数
QHelpEvent 用于在 Widget 中有关特定点请求有帮助信息的事件
QHideEvent 在 Widget 被隐藏后发送的事件
QHoverEvent 包含鼠标事件的描述参数
QIconDragEvent 指示已开始拖拽主图标
QInputEvent 描述用户输入事件的基类
QInputMethodEvent 用于输入法事件的参数
QInputMethodQueryEvent 通过输入上下文发送给输入对象的事件
QKeyEvent 描述键事件
QMouseEvent 包含鼠标事件的描述参数
QMoveEvent 包含用于移动事件的事件参数
QNativeGestureEvent 包含手势事件的描述参数
QPaintEvent 包含用于描绘事件的事件参数
QPlatformSurfaceEvent 用于通知有关本机平台表面事件
QPointingDeviceUniqueId 标识用于指向设备的唯一对象 (譬如:令牌或手写笔)
QResizeEvent 包含用于重置尺寸事件的事件参数
QScrollEvent 发送当卷动时
QScrollPrepareEvent 在预备滚动时发送
QShortcutEvent 当用户按下组合键时生成的事件
QShowEvent 当展示 Widget 时发送的事件
QStatusTipEvent 用于在状态栏展示消息的事件
QTabletEvent 包含数位板事件的描述参数
QTouchEvent 包含触摸事件的描述参数
QWhatsThisClickedEvent 可用于处理 What's This? 文本中的超链接的事件
QWheelEvent 包含滚轮事件的描述参数
QWindowStateChangeEvent 在窗口状态改变之前的窗口状态
QGenericPlugin 用于插件的抽象基类
QGenericPluginFactory 创建插件驱动程序
QGuiApplication 管理 GUI 应用程序的控制流和主要设置
QInputMethod 访问活动文本输入法
QKeySequence 封装作为快捷键使用的键序列
QOffscreenSurface 表示底层平台的离屏表面
QOpenGLContext 表示本机 OpenGL 上下文,使 OpenGL 能够渲染在 QSurface
QOpenGLContextGroup 表示共享 OpenGL 资源的上下文组
QOpenGLVersionProfile Represents the version and if applicable the profile of an OpenGL context
QOpenGLWindow 履行 OpenGL 描绘的 QWindow 方便子类
QPaintDeviceWindow 也是 QPaintDevice 的 QWindow 方便子类
QPalette 包含各 Widget 状态的颜色组
QPixelFormat 用于描述图形缓冲中不同像素布局的类
QRasterWindow 在 QWindow 使用 QPainter 的方便类
QScreen 用于查询屏幕特性
QSessionManager 访问会话管理器
QStyleHints 包含平台特定提示及设置
QSurface Qt 中可渲染表面的抽象
QSurfaceFormat 表示 QSurface 的格式
QTouchDevice Describes the device from which touch events originate
QWindow 表示在底层窗口系统中的窗口
QGenericMatrix 表示具有 N 列和 M 行的 NxM 变换矩阵的模板类
QMatrix4x4 表示 3D 空间中的 4x4 变换矩阵
QQuaternion 表示由向量和标量组成的四元数
QVector2D 表示 2D 空间中的向量或顶点
QVector3D 表示 3D 空间中的向量或顶点
QVector4D 表示 4D 空间中的向量或顶点
QOpenGLBuffer 用于创建和管理 OpenGL 缓冲对象的函数
QOpenGLDebugLogger 启用 OpenGL 调试消息的日志
QOpenGLDebugMessage 包裹 OpenGL 调试消息
QOpenGLExtraFunctions Cross-platform access to the OpenGL ES 3.0 and 3.1 API
QOpenGLFramebufferObject 封装 OpenGL 帧缓冲对象
QOpenGLFramebufferObjectFormat 指定 OpenGL 帧缓冲对象的格式
QOpenGLFunctions 跨平台访问 OpenGL ES 2.0 API
QOpenGLFunctions_1_0 All functions for OpenGL 1.0 specification
QOpenGLFunctions_1_1 All functions for OpenGL 1.1 specification
QOpenGLFunctions_1_2 用于 OpenGL 1.2 规范的所有函数
QOpenGLFunctions_1_3 用于 OpenGL 1.3 规范的所有函数
QOpenGLFunctions_1_4 用于 OpenGL 1.4 规范的所有函数
QOpenGLFunctions_1_5 用于 OpenGL 1.5 规范的所有函数
QOpenGLFunctions_2_0 用于 OpenGL 2.0 规范的所有函数
QOpenGLFunctions_2_1 用于 OpenGL 2.1 规范的所有函数
QOpenGLFunctions_3_0 All functions for OpenGL 3.0 specification
QOpenGLFunctions_3_1 All functions for OpenGL 3.1 specification
QOpenGLFunctions_3_2_Compatibility All functions for OpenGL 3.2 compatibility profile
QOpenGLFunctions_3_2_Core All functions for OpenGL 3.2 core profile
QOpenGLFunctions_3_3_Compatibility All functions for OpenGL 3.3 compatibility profile
QOpenGLFunctions_3_3_Core All functions for OpenGL 3.3 core profile
QOpenGLFunctions_4_0_Compatibility All functions for OpenGL 4.0 compatibility profile
QOpenGLFunctions_4_0_Core All functions for OpenGL 4.0 core profile
QOpenGLFunctions_4_1_Compatibility All functions for OpenGL 4.1 compatibility profile
QOpenGLFunctions_4_1_Core All functions for OpenGL 4.1 core profile
QOpenGLFunctions_4_2_Compatibility All functions for OpenGL 4.2 compatibility profile
QOpenGLFunctions_4_2_Core All functions for OpenGL 4.2 core profile
QOpenGLFunctions_4_3_Compatibility All functions for OpenGL 4.3 compatibility profile
QOpenGLFunctions_4_3_Core All functions for OpenGL 4.3 core profile
QOpenGLFunctions_4_4_Compatibility All functions for OpenGL 4.4 compatibility profile
QOpenGLFunctions_4_4_Core All functions for OpenGL 4.4 core profile
QOpenGLFunctions_4_5_Compatibility All functions for OpenGL 4.5 compatibility profile
QOpenGLFunctions_4_5_Core All functions for OpenGL 4.5 core profile
QOpenGLFunctions_ES2 All functions for OpenGL ES 2
QOpenGLPaintDevice 启用使用 QPainter 描绘到 OpenGL 上下文
QOpenGLPixelTransferOptions Describes the pixel storage modes that affect the unpacking of pixels during texture upload
QOpenGLShader 允许编译 OpenGL 着色器
QOpenGLShaderProgram 允许链接和使用 OpenGL 着色器程序
QOpenGLTexture 封装 OpenGL 纹理对象
QOpenGLTextureBlitter 凭借 OpenGL 绘制纹理四边形的方便手段
QOpenGLTimeMonitor 包裹一系列 OpenGL 计时器查询对象
QOpenGLTimerQuery 包裹 OpenGL 计时器查询对象
QAbstractOpenGLFunctions 暴露各 OpenGL 版本及 Profile (配置文件) 所有功能的一系列类的基类
QOpenGLVertexArrayObject 包裹 OpenGL 顶点数组对象
QBackingStore 用于 QWindow 的绘制区域
QBrush 定义 QPainter 绘制形状的填充图案
QConicalGradient 用于组合 QBrush 以指定锥形渐变笔刷
QGradient 用于组合 QBrush 以指定渐变填充
QLinearGradient 用于组合 QBrush 以指定线性渐变笔刷
QRadialGradient 用于组合 QBrush 以指定径向渐变笔刷
QColor 基于 RGB、HSV 或 CMYK 值的颜色
QPagedPaintDevice Represents a paintdevice that supports multiple pages
QPageLayout 描述页面大小、取向及边距
QPageSize 描述定义页面尺寸的大小和名称
QPaintDevice 可以采用 QPainter 进行描绘的对象的基类
QPaintEngine QPainter 如何在给定平台绘制给定设备的抽象定义
QPaintEngineState 活动描绘引擎当前状态的有关信息
QTextItem 在自定义描绘引擎中描绘文本所需的所有信息
QRasterPaintEngine 启用描绘操作硬件加速 (在 Qt for Embedded Linux 中)
QPainter 在 Widget 和其它描绘设备上履行低级描绘
QPainterPath 用于描绘操作的容器,使图形形状能够被构造和重用
QPainterPathStroker 用于为给定描绘器路径生成可填充轮廓
QPdfWriter 生成可用作描绘设备的 PDF 的类
QPen 定义 QPainter 如何绘制线条和形状的轮廓
QPolygon Vector of points using integer precision
QPolygonF Vector of points using floating point precision
QRegion 为描绘器指定裁剪区域
QRgba64 包含 64 位 RGB 颜色的结构
QTransform 指定坐标系的 2D 变换
QAbstractTextDocumentLayout 用于实现 QTextDocument 自定义布局的抽象基类
QTextObjectInterface 允许在 QTextDocument 中绘制自定义文本对象
QFont Specifies a font used for drawing text
QFontDatabase 底层窗口系统中可用字体的有关信息
QFontInfo 有关字体的一般信息
QFontMetrics 字体规格信息
QFontMetricsF 字体规格信息
QGlyphRun 直接访问字体中的内部字形
QSupportedWritingSystems 当采用内部 Qt fontdatabase (字体数据库) 注册字体时使用
QRawFont 访问字体的单物理实例
QStaticText 当文本及其布局很少更新时,启用优化文本绘制
QSyntaxHighlighter 允许您定义句法高亮规则,此外,还可以使用该类查询文档的当前格式或用户数据
QTextCursor 提供访问和修改 QTextDocument 的 API
QTextDocument 保持格式化文本
QTextDocumentFragment 表示一块来自 QTextDocument 的格式化文本
QTextDocumentWriter 用于将 QTextDocument 写入文件或其它设备的格式无关接口
QTextBlockFormat 用于 QTextDocument 文本块的格式化信息
QTextCharFormat 用于 QTextDocument 字符的格式化信息
QTextFormat 用于 QTextDocument 的格式化信息
QTextFrameFormat 用于 QTextDocument 框架的格式化信息
QTextImageFormat 用于 QTextDocument 图像的格式化信息
QTextLength 封装用于 QTextDocument 中的不同长度类型
QTextListFormat 用于 QTextDocument 列表的格式化信息
QTextTableCellFormat 用于 QTextDocument 中表格单元格的格式化信息
QTextTableFormat 用于 QTextDocument 中表格的格式化信息
QTextInlineObject 表示 QAbstractTextDocumentLayout 内联对象及其实现
QTextLayout 用于布置和渲染文本
QTextLine 表示一行 QTextLayout 文本
QTextList QTextDocument 项的装饰列表
QTextBlock 用于 QTextDocument 中文本片段的容器
QTextBlockGroup QTextDocument 的文本块容器
QTextBlockUserData 用于将自定义数据关联文本块
QTextFragment 采用单 QTextCharFormat 保存一块 QTextDocument 文本
QTextFrame 表示 QTextDocument 框架
QTextObject 可以将 QTextDocument 各部分分组在一起的不同种类对象的基类
QTextOption 一般富文本特性的描述
QTextTable 表示 QTextDocument 中的表格
QTextTableCell 表示 QTextTable 中单元格的特性
QDesktopServices 用于访问常见桌面服务的方法
QDoubleValidator 浮点数的范围校验
QIntValidator 确保字符串包含指定范围内有效整数的验证器
QRegExpValidator Used to check a string against a regular expression
QRegularExpressionValidator Used to check a string against a regular expression
QValidator 输入文本的验证
QAbstractNetworkCache 用于实现缓存的接口
QNetworkCacheMetaData 缓存信息
QHstsPolicy 指定主机支持 HSTS (HTTP 严格传输安全) 策略
QHttpMultiPart 类似于通过 HTTP 被发送的 MIME 多部分消息
QHttpPart 保持本体部分 (要在 HTTP 多部分 MIME 消息内使用)
QNetworkAccessManager 允许应用程序发送网络请求和接收回复
QNetworkCookie 保持一网络 Cookie
QNetworkCookieJar 实现 QNetworkCookie 对象的简单 jar
QNetworkDiskCache 很基本的磁盘缓存
QNetworkReply 包含请求数据和头 (发送请求采用 QNetworkAccessManager)
QNetworkRequest 保持要采用 QNetworkAccessManager 发送的请求
QNetworkConfigurationManager 管理由系统提供的网络配置
QNetworkConfiguration 一个或多个访问点配置的抽象
QNetworkSession 控制系统访问点,且当多个客户端访问同一访问点时启用会话管理
QAuthenticator 身份验证对象
QDnsDomainNameRecord 存储域名记录的有关信息
QDnsHostAddressRecord 存储有关主机地址记录的信息
QDnsLookup 表示 DNS 查找
QDnsMailExchangeRecord 存储有关 DNS MX 记录的信息
QDnsServiceRecord 存储有关 DNS SRV 记录的信息
QDnsTextRecord 存储有关 DNS TXT 记录的信息
QHostAddress IP 地址
QHostInfo 用于主机名查找的静态函数
QNetworkDatagram UDP (用户数据报协议) 数据报的数据和元数据
QNetworkAddressEntry 存储由网络接口支持的一个 IP 地址及其关联的 Netmask (网络掩码) 和广播地址
QNetworkInterface 主机的 IP 地址和网络接口列表
QNetworkProxy 网络层代理
QNetworkProxyFactory 细粒度代理选定
QNetworkProxyQuery 用于查询套接字的代理设置
QAbstractSocket 所有套接字类型共有的基本功能
QLocalServer 基于本地套接字的服务器
QLocalSocket 本地套接字
QSctpServer 基于 SCTP 的服务器
QSctpSocket SCTP 套接字
QTcpServer 基于 TCP 的服务器
QTcpSocket TCP 套接字
QUdpSocket UDP (用户数据报协议) 套接字
QSslCertificate 用于 X509 证书的便捷 API
QSslCertificateExtension 用于访问 X509 证书扩展名的 API
QSslCipher 表示 SSL 加密密码
QSslConfiguration 保持 SSL 连接的配置和状态
QSslDiffieHellmanParameters 用于服务器的 Diffie-Hellman 参数的接口
QSslEllipticCurve 表示供椭圆曲线密码算法使用的椭圆曲线
QSslError SSL 错误
QSslKey 用于私钥和公钥的接口
QSslPreSharedKeyAuthenticator 用于 PSK (预共享密钥) 密码套件的身份验证数据
QSslSocket 用于客户端和服务器两者的 SSL 加密套接字
QCocoaWindowFunctions 包含用于 NSWindow 和 NSView 窗口特定功能的杂项功能内联类
QEglFSFunctions 包含用于 EglFS 平台插件 (通常用于运行嵌入式 Linux 或 Android 的系统) 的特定平台功能的内联类
QCocoaNativeContext 封装 Cocoa NSOpenGLContext 的类
QEGLNativeContext 封装 EGL 上下文和显示句柄的类
QGLXNativeContext 封装 GLXContext 和相关本机句柄的类
QWGLNativeContext 在具有桌面 OpenGL (opengl32.dll) 的 Windows 封装 WGL 上下文的类
QWindowsWindowFunctions 包含 Windows 窗口特定功能的杂项功能内联类
QXcbWindowFunctions 包含用于 Xcb 窗口特定功能的杂项功能内联类
QAbstractPrintDialog 为用于配置打印机的打印对话框的基实现
QPageSetupDialog 用于打印机页面相关选项的配置对话框
QPrintDialog 用于指定打印机配置的对话框
QPrintPreviewDialog 为打印机输出而预览和配置页面布局的 Widget
QPrintEngine 定义 QPrinter 如何与给定打印子系统交互的接口
QPrinter 在打印机上描绘的描绘设备
QPrinterInfo 给予访问现有打印机的有关信息
QPrintPreviewWidget 为打印机输出而预览页面布局的 Widget
QSqlDatabase 处理数据库连接
QSqlDriverCreator Template class that provides a SQL driver factory for a specific driver type
QSqlDriverCreatorBase The base class for SQL driver factories
QSqlDriver Abstract base class for accessing specific SQL databases
QSqlDriverPlugin 用于自定义 QSqlDriver 插件的抽象基
QSqlError SQL 数据库错误信息
QSqlField 操纵 SQL 数据库表和视图中的字段
QSqlIndex Functions to manipulate and describe database indexes
QSqlQuery 执行和操纵 SQL 语句的手段
QSqlRecord 封装数据库记录
QSqlResult Abstract interface for accessing data from specific SQL databases
QSqlQueryModel Read-only data model for SQL result sets
QSqlRelationalDelegate Delegate that is used to display and edit data from a QSqlRelationalTableModel
QSqlRelation Stores information about an SQL foreign key
QSqlRelationalTableModel Editable data model for a single database table, with foreign key support
QSqlTableModel Editable data model for a single database table
QSignalSpy 启用信号发出自省
QTestEventList GUI 事件列表
QTest::QTouchEventSequence 用于模拟一系列触摸事件
QAccessibleWidget 为 QWidgets 实现 QAccessibleInterface
QColorDialog 用于指定颜色的对话框 Widget
QDialog 对话框窗口的基类
QErrorMessage 错误消息显示对话框
QFileDialog 允许用户选择文件 (或目录) 的对话框
QFileSystemModel 用于本地文件系统的数据模型
QFontDialog 用于选择字体的对话框 Widget
QInputDialog 从用户获得单一值的简单方便对话框
QMessageBox 用于告知用户或向用户询问问题并接收答案的模态对话框
QProgressDialog 慢操作的进度反馈
QWizard 向导框架
QWizardPage 用于向导页面的基类
QGraphicsBlurEffect 模糊效果
QGraphicsColorizeEffect 彩色化效果
QGraphicsDropShadowEffect 投影效果
QGraphicsEffect 用于所有图形效果的基类
QGraphicsOpacityEffect 不透明度效果
QGraphicsAnchor 表示 QGraphicsAnchorLayout 中 2 项之间的锚点
QGraphicsAnchorLayout 可以在图形视图中将 Widget 锚定在一起的布局
QGraphicsGridLayout 用于在图形视图中管理 Widget 的栅格布局
QAbstractGraphicsShapeItem 用于所有路径项的公共基
QGraphicsEllipseItem 可以添加到 QGraphicsScene 的椭圆项
QGraphicsItem QGraphicsScene 中所有图形项的基类
QGraphicsItemGroup 将一组项视为单项的容器
QGraphicsLineItem 可以添加到 QGraphicsScene 的线项
QGraphicsObject 基类用于所有要求信号、槽及特性的图形项
QGraphicsPathItem 可添加到 QGraphicsScene 的路径项
QGraphicsPixmapItem 可以添加到 QGraphicsScene 的像素图项
QGraphicsPolygonItem 可以添加到 QGraphicsScene 的多边形项
QGraphicsRectItem 可以添加到 QGraphicsScene 的矩形项
QGraphicsSimpleTextItem 可添加到 QGraphicsScene 的简单文本路径项
QGraphicsTextItem 可添加到 QGraphicsScene,以显示格式化文本的文本项
QGraphicsLayout 基类为图形视图中的所有布局
QGraphicsLayoutItem 可以被继承以允许自定义项由布局进行管理
QGraphicsLinearLayout 用于在图形视图中管理 Widget 的水平或垂直布局
QGraphicsProxyWidget 用于将 QWidget 嵌入 QGraphicsScene 的代理层
QGraphicsScene 用于管理大量 2D 图形项的表面
QGraphicsSceneContextMenuEvent 在图形视图框架中的上下文菜单事件
QGraphicsSceneDragDropEvent 用于图形视图框架的拖放事件
QGraphicsSceneEvent 基类为所有图形视图相关事件
QGraphicsSceneHelpEvent 当请求工具提示时的事件
QGraphicsSceneHoverEvent 在图形视图框架中的悬停事件
QGraphicsSceneMouseEvent 在图形视图框架中的鼠标事件
QGraphicsSceneMoveEvent 用于在图形视图框架中移动 Widget 的事件
QGraphicsSceneResizeEvent 用于在图形视图框架中重置 Widget 大小的事件
QGraphicsSceneWheelEvent 在图形视图框架中的滚轮事件
QGraphicsRotation 围绕给定轴的旋转变换
QGraphicsScale 比例缩放变换
QGraphicsTransform 抽象基类用于在 QGraphicsItems 构建高级变换
QGraphicsView 用于显示 QGraphicsScene 内容的 Widget
QGraphicsWidget 基类用于 QGraphicsScene 中的所有 Widget 项
QAbstractItemDelegate 用于显示和编辑来自模型的数据项
QAbstractItemView 用于项视图类的基本功能
QColumnView 列视图的模型/视图实现
QDataWidgetMapper 在数据模型区间与 Widget 之间的映射
QFileIconProvider 用于 QDirModel 和 QFileSystemModel 类的文件图标
QHeaderView 用于项视图的标题行 (或标题列)
QItemDelegate 用于显示和编辑来自模型的数据项的设施
QItemEditorCreator 使之可能创建项编辑器创建者库,无需子类化 QItemEditorCreatorBase
QItemEditorCreatorBase 必须被子类化的抽象基类,当实现新的项编辑器创建者时
QItemEditorFactory 用于在视图和委托中编辑项数据的 Widget
QStandardItemEditorCreator 不必子类化 QItemEditorCreatorBase 注册 Widget 的可能性
QListView 在模型中的列表或图标视图
QListWidget 基于项的列表 Widget
QListWidgetItem 用于 QListWidget 项视图类的项
QStyledItemDelegate 用于显示和编辑来自模型的数据项的设施
QTableView 表格视图的默认模型/视图实现
QTableWidget 基于项的表格视图 (具有默认模型)
QTableWidgetItem 用于 QTableWidget 类的项
QTableWidgetSelectionRange 在模型中的交互选定方式 (不采用模型索引和选定模型)
QTreeView 树视图的默认模型/视图实现
QTreeWidget 使用预定义树模型的树视图
QTreeWidgetItem 用于 QTreeWidget 方便类的项
QTreeWidgetItemIterator 遍历 QTreeWidget 实例项的办法
QAction 能被插入小部件中的抽象用户界面动作
QActionGroup 把动作分组在一起
QApplication 管理 GUI 应用程序的控制流和主要设置
QBoxLayout 水平或垂直排列子级 Widget
QHBoxLayout 水平排列 Widget
QVBoxLayout 垂直排列 Widget
QDesktopWidget 对多头系统屏幕信息的访问
QFormLayout 管理输入 Widget 表单及其关联标签
QGesture 表示包含描述相应用户输入特性的手势
QGestureEvent 触发手势的描述
QPanGesture 描述由用户做出的平移手势
QPinchGesture 描述由用户做出的捏合手势
QSwipeGesture 描述由用户做出的轻扫手势
QTapAndHoldGesture 描述由用户做出的敲击并保持 (亦称作 LongTap) 手势
QTapGesture 描述由用户做出的敲击手势
QGestureRecognizer 用于手势识别的基础设施
QGridLayout 在栅格中布局 Widget
QLayout 几何管理器的基类
QLayoutItem 操纵 QLayout 的抽象项
QSpacerItem 布局中的空白空间
QWidgetItem 表示 Widget 的布局项
QOpenGLWidget 用于渲染 OpenGL 图形的 Widget
QShortcut 用于创建键盘快捷键
QSizePolicy 描述水平和垂直重置大小策略的布局属性
QStackedLayout 每次仅一 Widget 可见的 Widget 堆栈
QToolTip 用于任何 Widget 的工具提示 (气球帮助)
QWhatsThis 任何 Widget 的简单描述,即回答 What's This? 问题
QWidget 所有用户界面对象的基类
QWidgetAction 通过界面 (把自定义 Widget 插入基于动作的容器) 扩展 QAction,譬如:工具栏
QKeyEventTransition 键事件的过渡
QMouseEventTransition 用于鼠标事件的过渡
QCommonStyle 封装 GUI 的常见外观和感觉
QTileRules 用于将像素图 (或图像) 分割成 9 图块的规则
QProxyStyle 简化动态覆盖 QStyle 元素的方便类
QStyle 封装 GUI 外观和感觉的抽象基类
QStyleFactory 创建 QStyle 对象
QStyleHintReturn 返回比基本数据类型更多的样式提示
QStyleHintReturnMask 返回 QRegion 的样式提示
QStyleHintReturnVariant 返回 QVariant 的样式提示
QStyleOption 存储用于 QStyle 函数的参数
QStyleOptionButton 用于绘制按钮的描述参数
QStyleOptionComboBox 用于绘制组合框的描述参数
QStyleOptionComplex 用于保持所有复杂控件的公共参数
QStyleOptionDockWidget 用于绘制停放 Widget 的描述参数
QStyleOptionFocusRect 用于采用 QStyle 绘制聚焦矩形的描述参数
QStyleOptionFrame 用于绘制框架的描述参数
QStyleOptionGraphicsItem 用于绘制 QGraphicsItem 的所需描述参数
QStyleOptionGroupBox 用于绘制组框的描述参数
QStyleOptionHeader 用于绘制 Header (头) 的描述参数
QStyleOptionMenuItem 用于绘制菜单项的必要描述参数
QStyleOptionProgressBar 用于描述绘制进度条的必要参数
QStyleOptionRubberBand 用于绘制橡皮筋的描述参数
QStyleOptionSizeGrip 用于绘制大小握把的描述参数
QStyleOptionSlider 用于绘制滑块的所需描述参数
QStyleOptionSpinBox 用于描述绘制自旋框的必要参数
QStyleOptionTab 用于绘制选项卡栏的描述参数
QStyleOptionTabBarBase 用于描述选项卡栏的基 (即:选项卡栏通常与之重叠的部分)
QStyleOptionTabWidgetFrame 用于描述围绕选项卡 Widget 绘制框架的参数
QStyleOptionTitleBar 用于绘制标题栏的描述参数
QStyleOptionToolBar 用于绘制工具栏的描述参数
QStyleOptionToolBox 用于绘制工具框的所需描述参数
QStyleOptionToolButton 用于绘制工具按钮的描述参数
QStyleOptionViewItem 用于绘制视图 Widget 中项的描述参数
QStylePainter 方便类用于在 Widget 内绘制 QStyle 元素
QStylePlugin 用于自定义 QStyle 插件的抽象基
QColormap 将设备无关 QColors 映射到与设备相关像素值
QCompleter 基于项模型的补全
QScroller 使任何卷动 Widget 或图形项能够动感卷动
QScrollerProperties 存储用于 QScroller 的设置
QSystemTrayIcon 用于系统托盘的应用程序图标
QUndoGroup QUndoStack 对象的组
QUndoCommand 存储在 QUndoStack 中的所有命令的基类
QUndoStack QUndoCommand 对象的堆栈
QUndoView 显示 QUndoStack 的内容
QAbstractButton 按钮 Widget 抽象基类,为按钮提供公共功能
QAbstractScrollArea 带按需滚动条的卷动区域
QAbstractSlider 在范围内的整数值
QAbstractSpinBox Spinbox 和显示值的行编辑
QButtonGroup 用于组织按钮 Widget 组的容器
QCalendarWidget 允许用户选择日期,基于月份的日历 Widget
QCheckBox 带文本标签的复选框
QComboBox 组合按钮和弹出列表
QCommandLinkButton Vista 风格的命令链接按钮
QDateEdit 用于编辑日期的 Widget (基于 QDateTimeEdit 小部件)
QDateTimeEdit 用于编辑日期和时间的 Widget
QTimeEdit 用于编辑时间的 Widget (基于 QDateTimeEdit 小部件)
QDial 四舍五入范围控制 (像速度计或电位计)
QDialogButtonBox 在适合当前小部件风格的布局中呈现按钮的 Widget
QDockWidget 可以停放在 QMainWindow 内 (或浮动在桌面上作为顶层窗口) 的小部件
QFocusFrame 聚焦框可以在 Widget 的正常可描绘区域之外
QFontComboBox 让用户选择字体系列的组合框
QFrame 可以拥有框架的 Widget 基类
QGroupBox 带标题的分组框框架
QKeySequenceEdit 允许输入 QKeySequence
QLabel 显示文本或图像
QLCDNumber 显示带有类似 LCD 数字的数字
QLineEdit 一行文本编辑器
QMacCocoaViewContainer Widget for macOS that can be used to wrap arbitrary Cocoa views (i.e., NSView subclasses) and insert them into Qt hierarchies
QMacNativeWidget Widget for macOS that provides a way to put Qt widgets into Cocoa hierarchies
QMainWindow 主应用程序窗口
QMdiArea 显示 MDI 窗口的区域
QMdiSubWindow 用于 QMdiArea 的子窗口类
QMenu 用于菜单栏、上下文菜单及其它弹出菜单的菜单 Widget
QMenuBar 水平菜单栏
QPlainTextDocumentLayout 用于 QTextDocument 的纯文本布局实现
QPlainTextEdit 用于编辑和显示纯文本的 Widget
QProgressBar 水平 (或垂直) 进度条
QPushButton 命令按钮
QRadioButton 带文本标签的单选按钮
QRubberBand 可以指示选定 (或边界) 的矩形或直线
QScrollArea 把视图卷动到另一 Widget
QScrollBar 垂直 (或水平) 滚动条
QSizeGrip 用于重置顶层窗口大小的重置大小手柄
QSlider 垂直 (或水平) 滑块
QDoubleSpinBox 采用双精度的自旋框 Widget
QSpinBox 自旋框 Widget
QSplashScreen 可以在应用程序启动期间展示的闪屏
QSplitter 实现分割器 Widget
QSplitterHandle 用于分割器的手柄功能
QStackedWidget 每次仅一 Widget 可见的 Widget 堆栈
QStatusBar 适于呈现状态信息的水平条
QTabBar 选项卡栏 (如:用于选项卡式对话框)
QTabWidget 选项卡式 Widget 的堆栈
QTextBrowser 带 Hypertext (超文本) 导航的富文本浏览器
QTextEdit 用于编辑和显示纯文本 富文本两者的 Widget
QToolBar 包含一组控件的可移动面板
QToolBox 选项卡化 Widget 项的列
QToolButton 命令 (或选项) 的快速访问按钮,通常用于 QToolBar
QDomAttr 表示 QDomElement 的一属性
QDomCDATASection 表示 XML CDATA 区间
QDomCharacterData 表示一般 DOM 字符串
QDomComment 表示 XML 注释
QDomDocument 表示 XML 文档
QDomDocumentFragment QDomNode 树通常是不完整 QDomDocument
QDomDocumentType 文档树中的 DTD (文档类型定义) 表示
QDomElement 表示一个 DOM 树元素
QDomEntity 表示 XML 实体
QDomEntityReference 表示 XML 实体引用
QDomImplementation DOM 实现特征的有关信息
QDomNamedNodeMap 包含可以按名称访问的节点集合
QDomNode 所有 DOM 树节点的基类
QDomNodeList QDomNode 对象列表
QDomNotation 表示 XML 表示法
QDomProcessingInstruction 表示 XML 处理指令
QDomText 表示 XML 文档的剖析文本数据
QXmlAttributes XML 属性
QXmlContentHandler 报告 XML 数据逻辑内容的接口
QXmlDTDHandler 报告 XML 数据 DTD 内容的接口
QXmlDeclHandler 报告 XML 数据声明内容的接口
QXmlDefaultHandler 所有 XML 处理程序类的默认实现
QXmlEntityResolver 用于解析 XML 数据包含外部实体的接口
QXmlErrorHandler 报告 XML 数据错误的接口
QXmlInputSource 用于 QXmlReader 子类的输入数据
QXmlLexicalHandler 用于报告 XML 数据词法内容的接口
QXmlLocator 具有有关文件剖析位置信息的 XML 处理程序类
QXmlNamespaceSupport 想要包括名称空间支持 XML 读取器的帮手类
QXmlParseException 用于报告错误采用 QXmlErrorHandler 接口
QXmlReader XML 读取器接口 (即:剖析器)
QXmlSimpleReader 简单 XML 剖析器的实现
QAreaSeries 在区域图表中呈现数据
QBarCategoryAxis 将类别添加到图表轴
QCategoryAxis Places named ranges on the axis
QDateTimeAxis Adds dates and times to a chart's axis
QLogValueAxis Adds a logarithmic scale to a chart's axis
QAbstractAxis 用于专用轴类的基类
QValueAxis 将值添加到图表轴
QHorizontalBarSeries Presents a series of data as horizontal bars grouped by category
QHorizontalPercentBarSeries Presents a series of categorized data as a percentage of each category
QHorizontalStackedBarSeries Presents a series of data as horizontally stacked bars, with one bar per category
QAbstractBarSeries 用于所有条形系列类的抽象父级类
QBarSet 表示条形图表中的一组条形
QHBarModelMapper Horizontal model mapper for bar series
QVBarModelMapper Vertical model mapper for bar series
QBarSeries 将一系列数据按类别分组呈现为垂直条形
QPercentBarSeries Presents a series of categorized data as a percentage of each category
QStackedBarSeries Presents a series of data as vertically stacked bars, with one bar per category
QBoxPlotSeries Presents data in box-and-whiskers charts
QBoxSet Represents one item in a box-and-whiskers chart
QHBoxPlotModelMapper Horizontal model mapper for box plot series
QVBoxPlotModelMapper Vertical model mapper for box plot series
QCandlestickModelMapper Abstract model mapper class for candlestick series
QCandlestickSeries Presents data as candlesticks
QCandlestickSet Represents a single candlestick item in a candlestick chart
QHCandlestickModelMapper Horizontal model mapper for a candlestick series
QVCandlestickModelMapper Vertical model mapper for a candlestick series
QAreaLegendMarker Legend marker for an area series
QBarLegendMarker Legend marker for a bar series
QBoxPlotLegendMarker Legend marker for a box plot series
QCandlestickLegendMarker Legend marker for a candlestick series
QLegend 显示图表的图例
QLegendMarker Abstract object that can be used to access markers within a legend
QPieLegendMarker Legend marker for a pie series
QXYLegendMarker Legend marker for a line, spline, or scatter series
QLineSeries 以线图表形式呈现数据
QHPieModelMapper Horizontal model mapper for pie series
QPieSeries Presents data in pie charts
QPieSlice Represents a single slice in a pie series
QVPieModelMapper Vertical model mapper for pie series
QAbstractSeries 用于所有 Qt Chart 系列的基类
QChart 管理图表的系列、图例和轴的图形表示
QChartView 可以显示图表的独立 Widget
QPolarChart Presents data in polar charts
QScatterSeries Presents data in scatter charts
QSplineSeries 以样条线图表形式呈现数据
QHXYModelMapper Horizontal model mapper for line, spline, and scatter series
QVXYModelMapper Vertical model mapper for line, spline, and scatter series
QXYSeries Base class for line, spline, and scatter series
QBluetoothAddress Assigns an address to the Bluetooth device
QBluetoothDeviceDiscoveryAgent Discovers the Bluetooth devices nearby
QBluetoothDeviceInfo Stores information about the Bluetooth device
QBluetoothHostInfo Encapsulates the details of a local QBluetooth device
QBluetoothLocalDevice Enables access to the local Bluetooth device
QBluetoothServer Uses the RFCOMM or L2cap protocol to communicate with a Bluetooth device
QBluetoothServiceDiscoveryAgent Enables you to query for Bluetooth services
QBluetoothServiceInfo Enables access to the attributes of a Bluetooth service
QBluetoothSocket Enables connection to a Bluetooth device running a bluetooth server
QBluetoothTransferManager Transfers data to another device using Object Push Profile (OPP)
QBluetoothTransferReply Stores the response for a data transfer request
QBluetoothTransferRequest Stores information about a data transfer request
QBluetoothUuid Generates a UUID for each Bluetooth service
QLowEnergyAdvertisingData 表示蓝牙低功耗广告期间要广播的数据
QLowEnergyAdvertisingParameters 表示用于蓝牙低功耗广告的参数
QLowEnergyCharacteristic Stores information about a Bluetooth Low Energy service characteristic
QLowEnergyCharacteristicData 用于设置 GATT 服务数据
QLowEnergyConnectionParameters 当请求或报告蓝牙 LE 连接的参数更新时使用
QLowEnergyController Access to Bluetooth Low Energy Devices
QLowEnergyDescriptor Stores information about the Bluetooth Low Energy descriptor
QLowEnergyDescriptorData 用于创建 GATT 服务数据
QLowEnergyService Represents an individual service on a Bluetooth Low Energy Device
QLowEnergyServiceData 用于设置 GATT 服务数据
QNdefFilter Filter for matching NDEF messages
QNdefMessage NFC NDEF message
QNdefNfcSmartPosterRecord NFC RTD-SmartPoster
QNdefNfcTextRecord NFC RTD-Text
QNdefNfcUriRecord NFC RTD-URI
QNdefRecord NFC NDEF record
QNearFieldManager Access to notifications for NFC events
QNearFieldShareManager Manages all interactions related to sharing files and data over NFC
QNearFieldShareTarget Transfers data to remote device over NFC
QNearFieldTarget Interface for communicating with a target device
QQmlNdefRecord Implements the NdefRecord type in QML
QAbstract3DAxis Base class for the axes of a graph
QCategory3DAxis Manipulates an axis of a graph
QLogValue3DAxisFormatter Formatting rules for a logarithmic value axis
QValue3DAxis Manipulates an axis of a graph
QValue3DAxisFormatter Base class for value axis formatters
QAbstract3DSeries 所有数据系列的基类
QAbstractDataProxy Base class for all data visualization data proxies
QBar3DSeries Represents a data series in a 3D bar graph
QBarDataItem Container for resolved data to be added to bar graphs
QBarDataProxy The data proxy for a 3D bars graph
QCustom3DItem 向图形添加自定义项
QCustom3DLabel 向图形添加自定义标签
QCustom3DVolume Adds a volume rendered object to a graph
QHeightMapSurfaceDataProxy Base proxy class for Q3DSurface
QItemModelBarDataProxy Proxy class for presenting data in item models with Q3DBars
QItemModelScatterDataProxy Proxy class for presenting data in item models with Q3DScatter
QItemModelSurfaceDataProxy Proxy class for presenting data in item models with Q3DSurface
QScatter3DSeries Represents a data series in a 3D scatter graph
QScatterDataItem Container for resolved data to be added to scatter graphs
QScatterDataProxy The data proxy for 3D scatter graphs
QSurface3DSeries Represents a data series in a 3D surface graph
QSurfaceDataItem Container for resolved data to be added to surface graphs
QSurfaceDataProxy The data proxy for a 3D surface graph
Q3DBars 用于渲染 3D 条形图的方法
Q3DCamera 在 3D 空间中的摄像头表示
Q3DLight 在 3D 空间表示光源
Q3DObject Simple base class for all the objects in a 3D scene
Q3DScatter Methods for rendering 3D scatter graphs
Q3DScene Description of the 3D scene being visualized
Q3DSurface Methods for rendering 3D surface plots
QAbstract3DGraph 用于图形的窗口和渲染循环
Q3DInputHandler 基于滚轮鼠标的基本输入处理程序
QAbstract3DInputHandler Base class for implementations of input handlers
QTouch3DInputHandler Basic touch display based input handler
Q3DTheme 用于图形的视觉样式
QJSEngine 用于估算 JavaScript 代码的环境
QJSValue Acts as a container for Qt/JavaScript data types
QJSValueIterator 用于 QJSValue 的 Java 风格迭代器
QQmlAbstractUrlInterceptor Allows you to control QML file loading
QQmlApplicationEngine 从单个 QML 文件加载应用程序的便捷方式
QQmlComponent 封装 QML 组件定义
QQmlContext 在 QML 引擎中定义上下文
QQmlEngine 用于实例化 QML 组件的环境
QQmlImageProviderBase Used to register image providers in the QML engine
QQmlError Encapsulates a QML error
QQmlExpression Evaluates JavaScript in a QML context
QQmlExtensionPlugin 用于自定义 QML 扩展插件的抽象基
QQmlFileSelector A class for applying a QFileSelector to QML file loading
QQmlIncubationController Instances drive the progress of QQmlIncubators
QQmlIncubator Allows QML objects to be created asynchronously
QQmlListProperty Allows applications to expose list-like properties of QObject-derived classes to QML
QQmlListReference Allows the manipulation of QQmlListProperty properties
QQmlNetworkAccessManagerFactory Creates QNetworkAccessManager instances for a QML engine
QQmlParserStatus Updates on the QML parser state
QQmlProperty Abstracts accessing properties on objects created from QML
QQmlPropertyValueSource Interface for property value sources such as animations and bindings
QQmlScriptString 封装脚本及其上下文
QQmlPropertyMap Allows you to set key-value pairs that can be used in QML bindings
QQuickFramebufferObject Convenience class for integrating OpenGL rendering using a framebuffer object (FBO) with Qt Quick
QQuickItem The most basic of all visual items in Qt Quick
QQuickItemGrabResult Contains the result from QQuickItem::grabToImage()
QQuickPaintedItem Way to use the QPainter API in the QML Scene Graph
QQuickRenderControl Mechanism for rendering the Qt Quick scenegraph onto an offscreen render target in a fully application-controlled manner
QQuickTextDocument Access to the QTextDocument of QQuickTextEdit
QQuickView 用于显示 Qt Quick 用户界面的窗口
QQuickWindow 用于显示图形 QML 场景的窗口
QSGAbstractRenderer Gives access to the scene graph nodes and rendering of a QSGEngine
QSGGeometry Low-level storage for graphics primitives in the Qt Quick Scene Graph
QSGMaterial Encapsulates rendering state for a shader program
QSGMaterialShader Represents an OpenGL shader program in the renderer
QSGMaterialType Used as a unique type token in combination with QSGMaterial
QSGBasicGeometryNode Serves as a baseclass for geometry based nodes
QSGClipNode Implements the clipping functionality in the scene graph
QSGGeometryNode 用于场景图形中的所有渲染内容
QSGNode 所有场景图形节点的基类
QSGOpacityNode 用于改变节点的不透明度
QSGTransformNode 实现场景图形变换
QSGRendererInterface An interface providing access to some of the graphics API specific internals of the scenegraph
QSGRenderNode Represents a set of custom rendering commands targeting the graphics API that is in use by the scenegraph
QSGEngine Allows low level rendering of a scene graph
QSGFlatColorMaterial Convenient way of rendering solid colored geometry in the scene graph
QSGImageNode Provided for convenience to easily draw textured content using the QML scene graph
QSGRectangleNode Convenience class for drawing solid filled rectangles using scenegraph
QSGSimpleMaterial Template generated class used to store the state used with a QSGSimpleMateralShader
QSGSimpleMaterialShader Convenient way of building custom OpenGL-based materials for the scene graph
QSGDynamicTexture Serves as a baseclass for dynamically changing textures, such as content that is rendered to FBO's
QSGTexture Baseclass for textures used in the scene graph
QSGOpaqueTextureMaterial Convenient way of rendering textured geometry in the scene graph
QSGTextureMaterial Convenient way of rendering textured geometry in the scene graph
QSGTextureProvider 在 QML 中封装基于纹理的实体
QSGVertexColorMaterial Convenient way of rendering per-vertex colored geometry in the scene graph
QQuickAsyncImageProvider Interface for for asynchronous control of QML image requests
QQuickImageProvider 用于支持 QML 中像素图和线程化图像请求的接口
QQuickImageResponse Interface for asynchronous image loading in QQuickAsyncImageProvider
QQuickTextureFactory Interface for loading custom textures from QML
QQuickWidget 用于显示 Qt Quick 用户界面的 Widget
QGamepad A gamepad device connected to a system
QGamepadKeyNavigation Provides support for keyboard events triggered by gamepads
QGamepadManager Queries attached gamepads and related events
QGeoCodeReply Manages an operation started by an instance of QGeoCodingManager
QGeoCodingManager Support for geocoding operations
QGeoCodingManagerEngine Interface and convenience methods to implementers of QGeoServiceProvider plugins who want to provide support for geocoding operations
QGeoManeuver Represents the information relevant to the point at which two QGeoRouteSegments meet
QGeoRoute Represents a route between two points
QGeoRouteReply Manages an operation started by an instance of QGeoRoutingManager
QGeoRouteRequest Represents the parameters and restrictions which define a request for routing information
QGeoRouteSegment Represents a segment of a route
QGeoRoutingManager Support for geographic routing operations
QGeoRoutingManagerEngine Interface and convenience methods to implementers of QGeoServiceProvider plugins who want to provide access to geographic routing information
QGeoServiceProvider Aggregates access to services which provide geographical information
QGeoServiceProviderFactory Factory class used as the plugin interface for services related to geographical information
QPlace Represents a set of data about a place
QPlaceAttribute Represents generic attribute information about a place
QPlaceCategory Represents a category that a QPlace can be associated with
QPlaceContactDetail Represents a contact detail such as a phone number or website url
QPlaceContent Serves as the base class for rich content types
QPlaceContentReply Manages a content retrieval operation started by an instance of QPlaceManager
QPlaceContentRequest Represents the parameters of a content request
QPlaceDetailsReply Manages a place details fetch operation started by an instance of QPlaceManager
QPlaceEditorial Represents a publisher's article describing a place
QPlaceIcon Represents an icon
QPlaceIdReply Manages operations which return an identifier such as saving and removal operations of places and categories
QPlaceImage Represents a reference to an image
QPlaceManager The interface which allows clients to access places stored in a particular backend
QPlaceManagerEngine Interface for implementers of QGeoServiceProvider plugins who want to provide access to place functionality
QPlaceMatchReply Manages a place matching operation started by an instance of QPlaceManager
QPlaceMatchRequest Used to find places from one manager that match those from another. It represents a set of request parameters
QPlaceProposedSearchResult Represents a search result containing a proposed search
QPlaceRatings Holds rating information about a place
QPlaceReply Manages an operation started by an instance of QPlaceManager and serves as a base class for more specialized replies
QPlaceResult Represents a search result containing a place
QPlaceReview Represents a review of a place
QPlaceSearchReply Manages a place search operation started by an instance of QPlaceManager
QPlaceSearchRequest Represents the set of parameters for a search request
QPlaceSearchResult The base class for search results
QPlaceSearchSuggestionReply Manages a search suggestion operation started by an instance of QPlaceManager
QPlaceSupplier Represents a supplier of a place or content associated with a place
QPlaceUser Represents an individual user
QGeoAddress 表示 QGeoLocation 的地址
QGeoAreaMonitorInfo 表示接近要监视区域或地区的参数
QGeoAreaMonitorSource Enables the detection of proximity changes for a specified set of coordinates
QGeoCircle Defines a circular geographic area
QGeoCoordinate Defines a geographical position on the surface of the Earth
QGeoLocation Represents basic information about a location
QGeoPath 定义地理路径
QGeoPositionInfo 包含特定时间点的全局位置、方向和速度的有关聚合信息
QGeoPositionInfoSource Abstract base class for the distribution of positional updates
QGeoPositionInfoSourceFactory Factory class used as the plugin interface for external providers of positioning data
QGeoRectangle Defines a rectangular geographic area
QGeoSatelliteInfo 包含有关卫星的基本信息
QGeoSatelliteInfoSource Abstract base class for the distribution of satellite information updates
QGeoShape Defines a geographic area
QNmeaPositionInfoSource Positional information using a NMEA data source
QMacPasteboardMime Converts between a MIME type and a Uniform Type Identifier (UTI) format
QMacToolBar Wraps the native NSToolbar class
QMacToolBarItem Item for QMacToolBar
QAudioBuffer 表示具有特定格式和采样率的一批音频样本
QAudioDecoder 允许解码音频
QAudioDeviceInfo 查询音频设备及其功能的接口
QAudioFormat 存储音频流参数信息
QAudioInput 从音频输入设备接收音频数据的接口
QAudioOutput 把音频数据发送到音频输出设备的接口
QAudioProbe 允许监视正播放 (或录制) 音频
QAbstractAudioDeviceInfo 音频后端基类
QAbstractAudioInput 访问 QAudioInput 以访问由插件提供的音频设备
QAbstractAudioOutput 音频后端基类
QAudioSystemPlugin 音频插件抽象基
QSound 播放 .wav 声音文件的方法
QSoundEffect 播放低延迟音效的办法
QCamera 系统摄像头设备接口
QCameraExposure 用于曝光相关摄像头设置的接口
QCameraFocus 用于对焦和缩放相关摄像头设置的接口
QCameraFocusZone 用于摄像头自动对焦的区域信息
QCameraImageCapture 用于录制媒体内容
QCameraImageProcessing 用于图像处理相关摄像头设置的接口
QCameraInfo 有关摄像头设备的一般信息
QCameraViewfinderSettings 取景器设置集
QAudioDecoderControl 访问 QMediaService 音频解码功能
QAudioEncoderSettingsControl 访问履行音频编码媒体服务的设置
QAudioInputSelectorControl Audio input selector media control
QAudioOutputSelectorControl Audio output selector media control
QAudioRoleControl 控制媒体对象音频角色
QCameraCaptureBufferFormatControl Control for setting the capture buffer format
QCameraCaptureDestinationControl Control for setting capture destination
QCameraControl Abstract base class for classes that control still cameras or video cameras
QCameraExposureControl 允许控制摄像头曝光参数
QCameraFeedbackControl Allows controlling feedback (sounds etc) during camera operation
QCameraFlashControl Allows controlling a camera's flash
QCameraFocusControl Supplies control for focusing related camera parameters
QCameraImageCaptureControl Control interface for image capture services
QCameraImageProcessingControl Abstract class for controlling image processing parameters, like white balance, contrast, saturation, sharpening and denoising
QCameraInfoControl Camera info media control
QCameraLocksControl Abstract base class for classes that control still cameras or video cameras
QCameraViewfinderSettingsControl Abstract class for controlling camera viewfinder parameters
QCameraViewfinderSettingsControl2 访问摄像头媒体服务的取景器设置
QCameraZoomControl Supplies control for optical and digital camera zoom
QImageEncoderControl Access to the settings of a media service that performs image encoding
QMediaAudioProbeControl 允许控制媒体对象探测音频数据
QMediaAvailabilityControl Supplies a control for reporting availability of a service
QMediaContainerControl Access to the output container format of a QMediaService
QMediaGaplessPlaybackControl Access to the gapless playback related control of a QMediaService
QMediaNetworkAccessControl Allows the setting of the Network Access Point for media related activities
QMediaPlayerControl Access to the media playing functionality of a QMediaService
QMediaRecorderControl 访问 QMediaService 录制功能
QMediaStreamsControl Media stream selection control
QMediaVideoProbeControl Allows control over probing video frames in media objects
QMetaDataReaderControl Read access to the meta-data of a QMediaService's media
QMetaDataWriterControl Write access to the meta-data of a QMediaService's media
QRadioDataControl Access to the RDS functionality of the radio in the QMediaService
QRadioTunerControl Access to the radio tuning functionality of a QMediaService
QVideoDeviceSelectorControl Video device selector media control
QVideoEncoderSettingsControl Access to the settings of a media service that performs video encoding
QVideoRendererControl 把视频渲染到 QAbstractVideoSurface 的媒体控件
QVideoWindowControl 把视频渲染到窗口的媒体控件
QMediaContent Access to the resources relating to a media content
QMediaPlayer 允许播放媒体源
QMediaPlaylist 要播放的媒体内容列表
QMediaResource Description of a media resource
QMediaBindableInterface 用于扩展媒体对象功能的对象基类
QMediaControl Base interface for media service controls
QMediaObject 用于多媒体对象的公共基
QMediaService Common base class for media service implementations
QMediaServiceCameraInfoInterface Interface provides camera-specific information about devices supported by a camera service plug-in
QMediaServiceDefaultDeviceInterface Interface identifies the default device used by a media service plug-in
QMediaServiceFeaturesInterface Interface identifies features supported by a media service plug-in
QMediaServiceProviderPlugin Interface provides an interface for QMediaService plug-ins
QMediaServiceSupportedDevicesInterface Interface identifies the devices supported by a media service plug-in
QMediaServiceSupportedFormatsInterface Interface identifies if a media service plug-in supports a media format
QMediaTimeInterval 表示时间间隔采用整数精度
QMediaTimeRange 表示一组零个或多个不相交的时间间隔
QRadioData Interfaces to the RDS functionality of the system radio
QRadioTuner Interface to the systems analog radio device
QAudioRecorder 用于录制音频
QAudioEncoderSettings 音频编码器设置集
QImageEncoderSettings 图像编码器设置集
QVideoEncoderSettings 视频编码器设置集
QMediaRecorder 用于录制媒体内容
QAbstractPlanarVideoBuffer 抽象平面视频数据
QAbstractVideoBuffer 抽象视频数据
QAbstractVideoFilter 表示应用于通过 VideoOutput 类型接收视频帧的过滤器
QVideoFilterRunnable 表示拥有所有图形 计算资源,履行实际过滤 (或计算) 的过滤器实现
QAbstractVideoSurface 视频呈现表面的基类
QVideoFrame 表示视频数据帧
QVideoProbe 允许监视视频帧播放或录制
QVideoSurfaceFormat 指定视频呈现表面的流格式
QCameraViewfinder 摄像头取景器小部件
QGraphicsVideoItem 显示 QMediaObject 产生视频的图形项
QVideoWidget 呈现媒体对象产生视频的小部件
QVideoWidgetControl 实现视频小部件的媒体控件
QAbstractOAuth OAuth 身份验证方法的所有实现的基
QAbstractOAuth2 OAuth 2 身份验证方法的所有实现的基
QAbstractOAuthReplyHandler 处理对 OAuth 身份验证请求的回复
QOAuth2AuthorizationCodeFlow 授权码授予流程的实现
QInAppProduct A product registered in the store
QInAppStore Main entry point for managing in-app purchases
QInAppTransaction Contains information about a transaction in the external app store
QQuickStyle 允许配置应用程序样式
QtROClientFactory A class holding information about client backends available on the Qt Remote Objects network
QtROServerFactory A class holding information about server backends available on the Qt Remote Objects network
QRemoteObjectDynamicReplica 动态实例化 Replica
QRemoteObjectHost Qt Remote Objects 网络 (主机) 节点
QRemoteObjectHostBase Host 和 RegistryHost 类共有的基本功能
QRemoteObjectNode Qt Remote Objects 网络节点
QRemoteObjectPersistedStore Virtual class provides the methods for setting PROP values of a replica to value they had the last time the replica was used
QRemoteObjectRegistryHost Qt Remote Objects 网络 (主机/注册) 节点
QRemoteObjectRegistry 保持 Qt Remote Objects 网络可用 Source 对象有关信息的类
QRemoteObjectReplica 与远程对象网络 Qt API 交互 (但未实现) 的类
QScriptable Access to the Qt Script environment from Qt C++ member functions
QScriptClass Interface for defining custom behavior of (a class of) Qt Script objects
QScriptClassPropertyIterator Iterator interface for custom Qt Script objects
QScriptContext Represents a Qt Script function invocation
QScriptContextInfo Additional information about a QScriptContext
QScriptEngine Environment for evaluating Qt Script code
QScriptSyntaxCheckResult The result of a script syntax check
QScriptEngineAgent Interface to report events pertaining to QScriptEngine execution
QScriptExtensionPlugin Abstract base for custom QScript extension plugins
QScriptProgram Encapsulates a Qt Script program
QScriptString Acts as a handle to "interned" strings in a QScriptEngine
QScriptValue Acts as a container for the Qt Script data types
QScriptValueIterator Java-style iterator for QScriptValue
QScriptEngineDebugger QScriptEngine debugger
QScxmlCompiler 用于 SCXML 文件的编译器
QScxmlCppDataModel C++ data model for a Qt SCXML state machine
QScxmlDataModel The data model base class for a Qt SCXML state machine
QScxmlEcmaScriptDataModel The ECMAScript data model for a Qt SCXML state machine
QScxmlError Describes the errors returned by the Qt SCXML state machine when parsing an SCXML file
QScxmlEvent Event for a Qt SCXML state machine
QScxmlExecutableContent::AssignmentInfo AssingmentInfo class represents a data assignment
QScxmlExecutableContent::EvaluatorInfo Represents a unit of executable content
QScxmlExecutableContent::ForeachInfo Represents a foreach construct
QScxmlExecutableContent::InvokeInfo Represents a service invocation
QScxmlExecutableContent::ParameterInfo Represents a parameter to a service invocation
QScxmlDynamicScxmlServiceFactory Creates SCXML service instances from documents loaded at runtime
QScxmlInvokableService The base class for services called from state machines
QScxmlInvokableServiceFactory Creates invokable service instances
QScxmlStaticScxmlServiceFactory Creates SCXML service instances from precompiled documents
QScxmlNullDataModel The null data model for a Qt SCXML stateMachine
QScxmlStateMachine Interface to the state machines created from SCXML files
QScxmlTableData Used by compiled state machines
QSensorGesture Represents one or more sensor gesture recognizers
QSensorGestureManager Manages sensor gestures, registers and creates sensor gesture plugins
QSensorGesturePluginInterface The pure virtual interface to sensor gesture plugins
QSensorGestureRecognizer The base class for a sensor gesture recognizer
QAccelerometer 围绕 QSensor 的方便包裹器
QAccelerometerFilter 围绕 QSensorFilter 的方便包裹器
QAccelerometerReading Reports on linear acceleration along the X, Y and Z axes
QAltimeter 围绕 QSensor 的方便包裹器
QAltimeterFilter 围绕 QSensorFilter 的方便包裹器
QAltimeterReading Holds readings from the altimeter sensor
QAmbientLightFilter 围绕 QSensorFilter 的方便包裹器
QAmbientLightReading Represents one reading from the ambient light sensor
QAmbientLightSensor 围绕 QSensor 的方便包裹器
QAmbientTemperatureFilter 围绕 QSensorFilter 的方便包裹器
QAmbientTemperatureReading Holds readings of the ambient temperature
QAmbientTemperatureSensor 围绕 QSensor 的方便包裹器
QCompass 围绕 QSensor 的方便包裹器
QCompassFilter 围绕 QSensorFilter 的方便包裹器
QCompassReading Represents one reading from a compass
QDistanceFilter 围绕 QSensorFilter 的方便包裹器
QDistanceReading Holds distance reading in cm from the proximity sensor
QDistanceSensor 围绕 QSensor 的方便包裹器
QGyroscope 围绕 QSensor 的方便包裹器
QGyroscopeFilter 围绕 QSensorFilter 的方便包裹器
QGyroscopeReading Represents one reading from the gyroscope sensor
QHolsterFilter 围绕 QSensorFilter 的方便包裹器
QHolsterReading Holds readings from the holster sensor
QHolsterSensor 围绕 QSensor 的方便包裹器
QHumidityFilter 围绕 QSensorFilter 的方便包裹器
QHumidityReading Holds readings from the humidity sensor
QHumiditySensor 围绕 QSensor 的方便包裹器
QIRProximityFilter 围绕 QSensorFilter 的方便包裹器
QIRProximityReading Holds readings from the IR proximity sensor
QIRProximitySensor 围绕 QSensor 的方便包裹器
QLidFilter 围绕 QSensorFilter 的方便包裹器
QLidReading Holds readings from the Lid sensor
QLidSensor 围绕 QSensor 的方便包裹器
QLightFilter 围绕 QSensorFilter 的方便包裹器
QLightReading Represents one reading from the light sensor
QLightSensor 围绕 QSensor 的方便包裹器
QMagnetometer 围绕 QSensor 的方便包裹器
QMagnetometerFilter 围绕 QSensorFilter 的方便包裹器
QMagnetometerReading Represents one reading from the magnetometer
QOrientationFilter 围绕 QSensorFilter 的方便包裹器
QOrientationReading Represents one reading from the orientation sensor
QOrientationSensor 围绕 QSensor 的方便包裹器
QPressureFilter 围绕 QSensorFilter 的方便包裹器
QPressureReading Holds readings from the pressure sensor
QPressureSensor 围绕 QSensor 的方便包裹器
QProximityFilter 围绕 QSensorFilter 的方便包裹器
QProximityReading Represents one reading from the proximity sensor
QProximitySensor 围绕 QSensor 的方便包裹器
QRotationFilter 围绕 QSensorFilter 的方便包裹器
QRotationReading Represents one reading from the rotation sensor
QRotationSensor 围绕 QSensor 的方便包裹器
QSensor Represents a single hardware sensor
QSensorFilter Efficient callback facility for asynchronous notifications of sensor changes
QSensorReading Holds the readings from the sensor
qoutputrange Holds the specifics of an output range
QSensorBackend 传感器实现
QSensorBackendFactory Instantiates instances of QSensorBackend
QSensorManager Handles registration and creation of sensor backends
QSensorChangesInterface The pure virtual interface to sensor plugins
QSensorPluginInterface The pure virtual interface to sensor plugins
QTapFilter 围绕 QSensorFilter 的方便包裹器
QTapReading Represents one reading from the tap sensor
QTapSensor 围绕 QSensor 的方便包裹器
QTiltFilter 围绕 QSensorFilter 的方便包裹器
QTiltReading 保持来自倾斜传感器的读数
QTiltSensor 围绕 QSensor 的方便包裹器
QCanBus 处理总线插件的注册和创建
QCanBusDevice 用于 CAN bus 的接口类
QCanBusDeviceInfo 有关 CAN Bus 接口的信息
QCanBusFactoryV2 用作 CAN Bus 插件的插件接口的工厂类
QCanBusFrame 表示单 CAN 帧的容器类
QModbusClient 发送 Modbus 请求的接口
QModbusDataUnit Container class representing single bit and 16 bit word entries in the Modbus register
QModbusDevice The base class for Modbus classes, QModbusServer and QModbusClient
QModbusDeviceIdentification Container class representing the physical and functional description of a Modbus server
QModbusExceptionResponse Container class containing the function and error code inside a Modbus ADU
QModbusPdu Abstract container class containing the function code and payload that is stored inside a Modbus ADU
QModbusRequest Container class containing the function code and payload that is stored inside a Modbus ADU
QModbusResponse Container class containing the function code and payload that is stored inside a Modbus ADU
QModbusReply Contains the data for a request sent with a QModbusClient derived class
QModbusRtuSerialMaster Represents a Modbus client that uses a serial bus for its communication with the Modbus server
QModbusRtuSerialSlave Represents a Modbus server that uses a serial port for its communication with the Modbus client
QModbusServer 接收和处理 Modbus 请求的接口
QModbusTcpClient 用于 Modbus TCP 客户端设备的接口类
QModbusTcpServer Represents a Modbus server that uses a TCP server for its communication with the Modbus client
QSerialPort 提供访问串行端口的函数
QSerialPortInfo 提供有关现有串行端口的信息
QTextToSpeech 方便地访问 TTS (文本转语音) 引擎
QTextToSpeechPlugin 用于所有 TTS (文本转语音) 插件的基
QVoice 允许设置和检索特定话音的值
QGraphicsSvgItem 用于渲染 SVG 文件内容的 QGraphicsItem
QSvgGenerator 用于创建 SVG 绘制的描绘设备
QSvgRenderer 用于将 SVG 文件内容绘制到描绘设备上
QSvgWidget 用于显示 SVG (可伸缩向量图形) 文件内容的 Widget
QHelpContentItem 用于 QHelpContentModel 的项
QHelpContentModel 向视图供给内容的模型
QHelpContentWidget 用于显示帮助内容模型项的树视图
QHelpEngine 访问帮助引擎的内容和索引
QHelpEngineCore 帮助系统的核心功能
QHelpIndexModel 向视图供给索引关键字的模型
QHelpIndexWidget 列表视图显示 QHelpIndexModel
QHelpSearchEngine 访问可重用 Widget 以集成全文本搜索、索引及搜索文档编制
QHelpSearchResult 关联搜索结果的数据
QHelpSearchQueryWidget 使用户能够在标准化输入掩码中输入搜索术语的简单行编辑或高级 Widget
QHelpSearchResultWidget 要显示搜索结果的文本浏览器
QExtensionFactory Allows you to create a factory that is able to make instances of custom extensions in Qt Designer
QAbstractExtensionFactory Interface for extension factories in Qt Designer
QAbstractExtensionManager Interface for extension managers in Qt Designer
QExtensionManager Extension management facilities for Qt Designer
QDesignerActionEditorInterface Allows you to change the focus of Qt Designer's action editor
QDesignerFormEditorInterface Allows you to access Qt Designer's various components
QDesignerFormWindowInterface Allows you to query and manipulate form windows appearing in Qt Designer's workspace
QDesignerFormWindowCursorInterface Allows you to query and modify a form window's widget selection, and in addition modify the properties of all the form's widgets
QDesignerFormWindowManagerInterface Allows you to manipulate the collection of form windows in Qt Designer, and control Qt Designer's form editing actions
QDesignerObjectInspectorInterface Allows you to change the focus of Qt Designer's object inspector
QDesignerPropertyEditorInterface Allows you to query and manipulate the current state of Qt Designer's property editor
QDesignerWidgetBoxInterface Allows you to control the contents of Qt Designer's widget box
QDesignerContainerExtension Allows you to add pages to a custom multi-page container in Qt Designer's workspace
QDesignerDynamicPropertySheetExtension Allows you to manipulate a widget's dynamic properties in Qt Designer's property editor
QDesignerMemberSheetExtension Allows you to manipulate a widget's member functions which is displayed when configuring connections using Qt Designer's mode for editing signals and slots
QDesignerPropertySheetExtension Allows you to manipulate a widget's properties which is displayed in Qt Designer's property editor
QDesignerTaskMenuExtension Allows you to add custom menu entries to Qt Designer's task menu
QAbstractFormBuilder Default implementation for classes that create user interfaces at run-time
QFormBuilder Used to dynamically construct user interfaces from UI files at run-time
QDesignerCustomWidgetCollectionInterface Allows you to include several custom widgets in one single library
QDesignerCustomWidgetInterface Enables Qt Designer to access and construct custom widgets
QUiLoader Enables standalone applications to dynamically create user interfaces at run-time using the information stored in UI files or specified in plugin paths
QWaylandBufferRef 保持对表面缓冲的引用
QWaylandClient Represents a client connecting to the QWaylandCompositor
QWaylandCompositor 管理 Wayland 显示服务器
QWaylandKeyboard Represents a keyboard device
QWaylandOutput Represents a displayable area managed by the compositor
QWaylandOutputMode Holds the resolution and refresh rate of an output
QWaylandPointer Represents a pointer device
QWaylandQuickItem Qt Quick item representing a QWaylandView
QWaylandSeat Access to keyboard, mouse, and touch input
QWaylandSurface Represents a rectangular area on an output device
QWaylandSurfaceGrabber Allows to read the content of a QWaylandSurface
QWaylandTouch Access to a touch device
QWaylandView Represents a view of a surface on an output
QWaylandIviApplication 用于嵌入式样式用户界面的扩展
QWaylandIviSurface Simple way to identify and resize a surface
QWaylandQuickShellSurfaceItem Qt Quick item that represents a QWaylandShellSurface
QWaylandShellSurface Common interface for surface roles specified by shell extensions
QWaylandWlShell Extension for desktop-style user interfaces
QWaylandWlShellSurface Desktop-style compositor-specific features to a surface
QWaylandXdgPopupV5 Menus for an xdg surface
QWaylandXdgShellV5 Extension for desktop-style user interfaces
QWaylandXdgSurfaceV5 Desktop-style compositor-specific features to an xdg surface
QWebChannel 把 QObject 暴露给远程 HTML 客户端
QWebChannelAbstractTransport 在 C++ QWebChannel 服务器和 HTML/JS 客户端之间的通信通道
QWebEngineCookieStore 访问 Chromium 的 Cookie
QWebEngineHttpRequest 保持要采用 WebEngine 发送的请求
QWebEngineUrlRequestInfo URL 请求的有关信息
QWebEngineUrlRequestInterceptor 用于 URL 拦截的抽象基类
QWebEngineUrlRequestJob 表示自定义 URL 请求
QWebEngineUrlSchemeHandler 用于处理自定义 URL 方案的基类
QQuickWebEngineProfile 由多个页面共享的 Web 引擎 Profile (配置文件)
QQuickWebEngineScript 在 JavaScript 引擎中启用脚本注入
QWebEngineCertificateError 证书错误有关信息
QWebEngineContextMenuData 用于填充 (或扩展) 上下文动作菜单的上下文数据
QWebEngineDownloadItem 关于下载信息
QWebEngineFullScreenRequest 启用接受 (或拒绝) 进入和退出全屏模式请求
QWebEngineHistory 表示 Web 引擎页面的历史
QWebEngineHistoryItem 表示一项 Web 引擎页面历史
QWebEnginePage 用于查看和编辑 Web 文档的对象
QWebEngineProfile 由多个页面共享的 Web 引擎 Profile (配置文件)
QWebEngineScript 封装 JavaScript 程序
QWebEngineScriptCollection 表示一批用户脚本
QWebEngineSettings 用于 QWebEnginePage 的设置存储对象
QWebEngineView 用于查看和编辑 Web 文档的 Widget
QMaskGenerator 用于自定义 32 位掩码生成器的抽象基
QWebSocket 实现交谈 WebSocket 协议的 TCP 套接字
QWebSocketCorsAuthenticator 用于 CORS (跨来源请求) 的身份验证器对象
QWebSocketServer 实现基于 WebSocket 的服务器
QWinJumpList 表示围绕 Windows 跳转列表的透明包裹器
QWinJumpListCategory 表示跳转列表类别
QWinJumpListItem 表示跳转列表项
QWinMime 将开放标准 MIME 映射到 Windows 剪贴板格式
QWinTaskbarButton 表示用于顶层窗口的 Windows 任务栏按钮 (Windows 7 及更高版本)
QWinTaskbarProgress 表示 Windows 任务栏进度指示器
QWinThumbnailToolBar 允许操纵窗口的缩略图工具栏
QWinThumbnailToolButton 表示缩略图工具栏按钮
QX11Info 提供 X 显示配置的有关信息
QAbstractMessageHandler 用于处理消息的回调接口
QAbstractUriResolver Callback interface for resolving Uniform Resource Identifiers. A Uniform Resource Identifier (URI) is a string that uniquely identifies a resource. URIs are versatile global identifiers. It is often useful to transform a URI that identifies something logical into a URI that locates something physical (a URL), or to simply map a URI to a different URI. QAbstractUriResolver::resolve() provides this functionality
QAbstractXmlNodeModel Abstract base class for modeling non-XML data to look like XML for QXmlQuery
QXmlItem 包含 XML 节点 (或原子值)
QXmlNodeModelIndex Identifies a node in an XML node model subclassed from QAbstractXmlNodeModel
QAbstractXmlReceiver Callback interface for transforming the output of a QXmlQuery
QSimpleXmlNodeModel Implementation of QAbstractXmlNodeModel sufficient for many common cases
QSourceLocation Identifies a location in a resource by URI, line, and column
QXmlFormatter Implementation of QXmlSerializer for transforming XQuery output into formatted XML
QXmlName Represents the name of an XML node, in an efficient, namespace-aware way. QXmlName represents the name of an XML node in a way that is both efficient and safe for comparing names. Normally, an XML node represents an XML element or attribute, but QXmlName can also represent the names of other kinds of nodes, e.g., QAbstractXmlReceiver::processingInstruction() and QAbstractXmlReceiver::namespaceBinding()
QXmlNamePool Table of shared strings referenced by instances of QXmlName
QXmlQuery 对 XML 数据或对看起来像 XML 的非 XML 建模数据履行 XQueries
QXmlResultItems Iterates through the results of evaluating an XQuery in QXmlQuery
QXmlSchema 加载和验证 W3C XML 模式
QXmlSchemaValidator Validates XML instance documents against a W3C XML Schema
QXmlSerializer Implementation of QAbstractXmlReceiver for transforming XQuery output into unformatted XML
QFutureIterator 用于 QFuture 的 Java 风格常量迭代器
QHashIterator 用于 QHash 和 QMultiHash 的 Java 风格常量迭代器
QMutableHashIterator 用于 QHash 和 QMultiHash 的 Java 风格非常量迭代器
QLinkedListIterator 用于 QLinkedList 的 Java 风格常量迭代器
QMutableLinkedListIterator 用于 QLinkedList 的 Java 风格非常量迭代器
QListIterator 用于 QList 和 QQueue 的 Java 风格常量迭代器
QMutableListIterator 用于 QList 和 QQueue 的 Java 风格非常量迭代器
QMapIterator 用于 QMap 和 QMultiMap 的 Java 风格常量迭代器
QMutableMapIterator 用于 QMap 和 QMultiMap 的 Java 风格非常量迭代器
QSetIterator 用于 QSet 的 Java 风格常量迭代器
QMutableVectorIterator 用于 QVector 和 QStack 的 Java 风格非常量迭代器
QVectorIterator 用于 QVector 和 QStack 的 Java 风格常量迭代器