QPictureIO Class
The QPictureIO class contains parameters for loading and saving pictures. More...
| Header: | #include <QPictureIO> |
| qmake: | QT += gui |
This class is obsolete. It is provided to keep old source code working. We strongly advise against using it in new code.
Detailed Description
QPictureIO contains a QIODevice object that is used for picture data I/O. The programmer can install new picture file formats in addition to those that Qt provides.
You don't normally need to use this class; QPicture::load(), QPicture::save().