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 ...
随机推荐
- Prometheus Node_exporter 之 Basic CPU / Mem Graph
1. CPU Basic cpu 的基本信息 /proc/stat type: GraphUnit: shortBusy System: cpu 处于核心态的占比 metrics: sum by (i ...
- JavaScript运行机制的学习
今天在偶然在网上看到一个JavaScript的面试题,尝试着看了一下,很正常的就做错了,然后给我们前端做,哈哈,他居然也顺理成章做的错了,代码大概是这样的 /*1 下面代码会怎样执行?执行结果是什么* ...
- 安卓 USB摄像头 开源库 UVCCamera 教程
https://github.com/saki4510t/UVCCamera UVCCamera 听名字就知道使用UVC( USB VEDIO CLASS) 协议的通用类库.linux原生支持,基本支 ...
- 适配iOS6与iOS7
适配屏幕其实很简单,但为了保持兼容性以及写的代码的通用性,以及最小的改动代码,本人按照如下的一种方式来适配,可以一劳永逸. 1. 先定义几个宏,分辨表示应用可以使用区域的高度,屏幕可用区域的高度,屏幕 ...
- 铁乐学python_Day41_线程01
线程概念的引入背景 进程 之前我们已经了解了操作系统中进程的概念,程序并不能单独运行,只有将程序装载到内存中,系统为它分配资源才能运行,而这种执行的程序就称之为进程. 程序和进程的区别就在于: 程序是 ...
- scala抽象类实战
实战一: 声明一个抽象类(SuperTeacher):(超级老师) abstract class SuperTeacher(val name : String){ var id : Int var a ...
- ZT Android4.2蓝牙基础架构学习
Android4.2蓝牙基础架构学习 分类: Jellybean Bluetooth Bluetooth 2013-10-13 23:58 863人阅读 评论(3) 收藏 举报 androidblue ...
- print(n) 和 while/for 并列的时候, print()只会打印出最后一个结果
n=0while n <10: n+=1print(n) # print(n)放在while的外面和while并列的时候, 只会打印出最后一个结果 n=0while n <10: n+=1 ...
- DotNET中的幕后英雄:MSCOREE.DLL
现在做.NET Framework的开发的朋友应该是越来越多了,但是可能并非人人都对MSCOREE.DLL非常了解.而事实上,毫不夸张地说,MSCOREE.DLL是.NET Framework中最为核 ...
- 洛谷 P4011 孤岛营救问题【最短路+分层图】
题外话:昨夜脑子昏沉,今早一调试就过了...错误有:我忘记还有墙直接穿墙过...memset初始化INF用错了数...然后手残敲错一个状态一直过不了样例...要是这状态去比赛我简直完了......or ...