Window System Abstractions
These classes are in some way related to doing low-level graphics
(lower than mere widget use, at any rate.)
In order to access the screen on a lower level than using these
classes, it is generally necessary to use the underlying window system.
Classes:
- QBitmap
(Monochrome (1 bit depth) pixmaps)
- QBrush
(Defines the fill pattern of shapes drawn using the QPainter)
- QColor
(Colors based on RGB)
- QFont
(Font used for drawing text)
- QPainter
(Paints on paint devices)
- QPen
(Defines how the QPainter should draw lines and outlines of shapes)
- QPixmap
(Off-screen buffer paint device)
Generated at 17:19, 1997/09/30 for Qt version 1.30 by the webmaster at Troll Tech