equal
deleted
inserted
replaced
84 bitmap constructed from the given \c uchar data, and the static |
84 bitmap constructed from the given \c uchar data, and the static |
85 fromImage() function returning a converted copy of a QImage |
85 fromImage() function returning a converted copy of a QImage |
86 object. |
86 object. |
87 |
87 |
88 Just like the QPixmap class, QBitmap is optimized by the use of |
88 Just like the QPixmap class, QBitmap is optimized by the use of |
89 implicit data sharing. For more information, see the {Implicit |
89 implicit data sharing. For more information, see the \l {Implicit |
90 Data Sharing} documentation. |
90 Data Sharing} documentation. |
91 |
91 |
92 \sa QPixmap, QImage, QImageReader, QImageWriter |
92 \sa QPixmap, QImage, QImageReader, QImageWriter |
93 */ |
93 */ |
94 |
94 |