QtGUI Module's Classes
Qt GUI C++ Classes
The Qt GUI module provides the basic enablers for graphical applications written with Qt. More...
Reference
Event Classes
These Qt Core classes are used to create and handle events.
For more information see the Event System page.
Interface to manage Qt's event queue |
|
Event that is generated when a QAction is added, removed, or changed |
|
Timer events for objects |
|
Contains event parameters for child object events |
|
Contains parameters that describe a close event |
|
Contains parameters that describe a context menu event |
|
Event which is sent to a widget when a drag and drop action enters it |
|
Event that is sent to a widget when a drag and drop action leaves it |
|
Event which is sent while a drag and drop action is in progress |
|
Event which is sent when a drag and drop action is completed |
|
Contains event parameters for dynamic property change events |
|
Contains parameters that describe an enter event |
|
The base class of all event classes. Event objects contain event parameters |
|
Contains event parameters for expose events |
|
Event that will be sent when there is a request to open a file or a URL |
|
Contains event parameters for widget focus events |
|
The description of triggered gestures |
|
Event that is used to request helpful information about a particular point in a widget |
|
Event which is sent after a widget is hidden |
|
Contains parameters that describe a mouse event |
|
Indicates that a main icon drag has begun |
|
The base class for events that describe user input |
|
Parameters for input method events |
|
Describes a key event |
|
Contains parameters that describe a mouse event |
|
Contains event parameters for move events |
|
Contains parameters that describe a gesture event |
|
Contains event parameters for paint events |
|
Contains event parameters for resize events |
|
Sent when scrolling |
|
Sent in preparation of scrolling |
|
Used to create keyboard shortcuts |
|
Event which is generated when the user presses a key combination |
|
Event that is sent when a widget is shown |
|
Event that is used to show messages in a status bar |
|
Contains parameters that describe a Tablet event |
|
Repetitive and single-shot timers |
|
Contains parameters that describe a timer event |
|
Contains parameters that describe a touch event |
|
Event that can be used to handle hyperlinks in a "What's This?" text |
|
Contains parameters that describe a wheel event |
|
The window state before a window state change |
Painting Classes
See also this introduction to the Qt coordinate system.
Monochrome (1-bit depth) pixmaps |
|
Defines the fill pattern of shapes drawn by QPainter |
|
Colors based on RGB, HSV or CMYK values |
|
Maps device independent QColors to device dependent pixel values |
|
Used in combination with QBrush to specify a conical gradient brush |
|
Specifies a font used for drawing text |
|
Font metrics information |
|
Font metrics information |
|
Template class that represents a NxM transformation matrix with N columns and M rows |
|
Used in combination with QBrush to specify gradient fills |
|
Scalable icons in different modes and states |
|
Abstract base class for QIcon renderers |
|
Hardware-independent image representation that allows direct access to the pixel data, and can be used as a paint device |
|
Format independent interface for reading images from files or other devices |
|
Format independent interface for writing images to files or other devices |
|
Two-dimensional vector using integer precision |
|
Two-dimensional vector using floating point precision |
|
Used in combination with QBrush to specify a linear gradient brush |
|
Defines the four margins of a rectangle |
|
Defines the four margins of a rectangle |
|
Represents a paintdevice that supports multiple pages |
|
The base class of objects that can be painted on with QPainter |
|
Abstract definition of how QPainter draws to a given device on a given platform |
|
Performs low-level painting on widgets and other paint devices |
|
Container for painting operations, enabling graphical shapes to be constructed and reused |
|
Used to generate fillable outlines for a given painter path |
|
Class to generate PDFs that can be used as a paint device |
|
Defines how a QPainter should draw lines and outlines of shapes |
|
Off-screen image representation that can be used as a paint device |
|
Defines a point in the plane using integer precision |
|
Defines a point in the plane using floating point precision |
|
Vector of points using integer precision |
|
Vector of points using floating point precision |
|
Used in combination with QBrush to specify a radial gradient brush |
|
Defines a rectangle in the plane using integer precision |
|
Defines a rectangle in the plane using floating point precision |
|
Specifies a clip region for a painter |
|
Defines the size of a two-dimensional object using integer point precision |
|
Defines the size of a two-dimensional object using floating point precision |
|
Convenience class for drawing QStyle elements inside a widget |
|
Used when registering fonts with the internal Qt fontdatabase |
|
Paint device that is used to create SVG drawings |
|
Used to draw the contents of SVG files onto paint devices |
|
Widget that is used to display the contents of Scalable Vector Graphics (SVG) files |
|
Specifies 2D transformations of a coordinate system |
|
Represents a vector or vertex in 2D space |
Rendering in 3D
Template class that represents a NxM transformation matrix with N columns and M rows |
|
Represents a 4x4 transformation matrix in 3D space |
|
Functions for creating and managing OpenGL buffer objects |
|
Enables logging of OpenGL debugging messages |
|
Wraps an OpenGL debug message |
|
Encapsulates an OpenGL framebuffer object |
|
Specifies the format of an OpenGL framebuffer object |
|
Cross-platform access to the OpenGL ES 2.0 API |
|
Enables painting to an OpenGL context using QPainter |
|
Allows OpenGL shaders to be compiled |
|
Allows OpenGL shader programs to be linked and used |
|
Wraps a sequence of OpenGL timer query objects |
|
Wraps an OpenGL timer query object |
|
Wraps an OpenGL Vertex Array Object |
|
QOpenGLVertexArrayObject::Binder class is a convenience class to help with the binding and releasing of OpenGL Vertex Array Objects |
|
Represents a quaternion consisting of a vector and scalar |
|
Represents a vector or vertex in 2D space |
|
Represents a vector or vertex in 3D space |
|
Represents a vector or vertex in 4D space |
QtGUI Module's Classes的更多相关文章
- QtWidgets Module's Classes
Qt Widgets C++ Classes The Qt Widgets module extends Qt GUI with C++ widget functionality. More... A ...
- QtCore Module's Classes
Qt Core C++ Classes Provides core non-GUI functionality. More... Reference These are links to the AP ...
- niagara Workbench module import IntelliJ
1. 在整个网络布线中使用一种布线方式,但是两端都有RJ-45 plug 的网络连线,无论是采用方式A还是方式B 端接的方式都是试用的.网络都是通用的,双绞线的顺序与RJ-45偶的引脚序号一一对应, ...
- qt5.9模块
QAxContainer Module is a Windows-only extension for accessing ActiveX controls and COM objects 模块仅适用 ...
- PyQt5 模块modules
The QtCore module contains the core non-GUI functionality. This module is used for working with time ...
- Python的单元测试(二)
title: Python的单元测试(二) date: 2015-03-04 19:08:20 categories: Python tags: [Python,单元测试] --- 在Python的单 ...
- Qt 工程 pro文件
工作中,感觉pro文件的有些内容真不太懂,现系统性的学习一下.于此备录,分享共勉. 为了更好的理解,先创建一个简单的工程作为实践. [1]创建一个pro文件 1.1 新建proDemo工程.步骤如下: ...
- Aspect Oriented Programming using Interceptors within Castle Windsor and ABP Framework AOP
http://www.codeproject.com/Articles/1080517/Aspect-Oriented-Programming-using-Interceptors-wit Downl ...
- VB.NET vs. C#
VB.NET Program Structure C# Imports System Namespace Hello Class HelloWorld Overloads Shar ...
随机推荐
- Oracle EBS PO采购订单更新
DECLARE l_result NUMBER; l_progress NUMBER; l_errors PO_API_ERRORS_REC_TYPE; l_chg PO_CHANGES_REC_TY ...
- linux/OSX中“DD”命令制作ISO镜像操作系统安装U盘
linux或者OS X系统中,使用“dd”命令可以直接在终端命令行模式下,制作ISO镜像的系统安装盘. 一.linux系统以centOS7为例. sudo dd if=镜像路径 of=USB设备路径 ...
- mysql(5.7.17)字符集设置(character_set/collation)
0 查看字符集(character_set/collation) use information_schema;desc tables; --一定记住tables表,information_sc ...
- .Net 面试题 汇总(四)
1.简述 private. protected. public. internal 修饰符的访问权限.private : 私有成员, 在类的内部才可以访问.protected : 保护成员,该类内部和 ...
- 配置nginx官网yum源
由于yum源中没有我们想要的nginx,那么我们就需要创建一个“/etc/yum.repos.d/nginx.repo”的文件,其实就是新增一个yum源 二.添加nginx.repo 文件: [roo ...
- Linux ss命令详解
ss是Socket Statistics的缩写.顾名思义,ss命令可以用来获取socket统计信息,它可以显示和netstat类似的内容.ss的优势在于它能够显示更多更详细的有关TCP和连接状态的信息 ...
- Centos7 Nginx 443端口反向代理springboot项目
开发微信小程序需要部署项目到服务器.要求必须是443端口.但是一个443端口只能监听一个服务器.所以就出现了一个问题就是每次开发一个小程序就需要买一个服务器.觉得特别多余.后来查到了有一种方式就是通过 ...
- 企业大数据之Elasticsearch的搜索类型
下面的 ES基于版本(V2.3.4) ES之默认 1.默认自动发先同一局域网的所有集群节点 2.默认一个索引库会有5个分片,(分片越多,效率越好) 由于这两个默认,所以统一索引库的分片对分布在不同机器 ...
- #001 Emmet的API图片
这个是一张Emmet的快捷键图片,里面包含了所有的快捷键. 虽然有很多的快捷键,但是常用的也就那么几个 . 样式 # ID > 上下级节点 + .col-md-8+.col-md- ...
- PHP设计模式系列 - 适配器
什么是适配器: 适配器设计模式只是将某个对象的接口适配为另一个对象所期望的接口. 设计情景: 假如我们原始的有一个UserInfo的类,提供用户信息的类,早起设计该类的时候,只实现了一个getUser ...