QtGui¶
The QtGui
module contains classes for windowing system
integration, event handling, 2D graphics, basic imaging, fonts and text.
It also containes a complete set of OpenGL and OpenGL ES bindings (see
Support for OpenGL). Application developers would normally use this with
higher level APIs such as those contained in the
QtWidgets
module.