diff options
Diffstat (limited to 'doc/man/man3/qpixmap.3qt')
-rw-r--r-- | doc/man/man3/qpixmap.3qt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/man/man3/qpixmap.3qt b/doc/man/man3/qpixmap.3qt index cbb5de253..5ca74ab2b 100644 --- a/doc/man/man3/qpixmap.3qt +++ b/doc/man/man3/qpixmap.3qt @@ -234,7 +234,7 @@ You can retrieve the width(), height(), depth() and size() of a pixmap. The encl .PP In addition to loading a pixmap from file using load() you can also loadFromData(). You can control optimization with setOptimization() and obtain a transformed version of the pixmap using xForm() .PP -Note regarding Windows 95 and 98: on Windows 9x the system crashes if you create more than about 1000 pixmaps, independent of the size of the pixmaps or installed RAM. Windows NT-systems (including 2000, XP and following versions) do not have the same limitation, but depending on the graphics etquipment the system will fail to allocate pixmap objects at some point (due to system running out of GDI resources). +Note regarding Windows 95 and 98: on Windows 9x the system crashes if you create more than about 1000 pixmaps, independent of the size of the pixmaps or installed RAM. Windows NT-systems (including 2000, XP and following versions) do not have the same limitation, but depending on the graphics equipment the system will fail to allocate pixmap objects at some point (due to system running out of GDI resources). .PP Qt tries to work around the resource limitation. If you set the pixmap optimization to QPixmap::MemoryOptim and the width of your pixmap is less than or equal to 128 pixels, Qt stores the pixmap in a way that is very memory-efficient when there are many pixmaps. .PP |