Obsolete Members for QBitmap

QBitmap 的以下成员已被弃用。提供这些成员是为了保持旧源代码的正常运行。我们强烈建议不要在新代码中使用它们。

公共函数

(deprecated in 6.0) QBitmap(const QPixmap &pixmap)
(deprecated in 6.0) QBitmap &operator=(const QPixmap &pixmap)

成员函数文档

[explicit, deprecated in 6.0] QBitmap::QBitmap(const QPixmap &pixmap)

自 6.0 版起,该函数已被弃用。我们强烈建议不要在新代码中使用该函数。

请使用fromPixmap 。构造一个位图,它是给定pixmap 的副本。

如果像素图的深度大于 1,生成的位图将自动抖动。

另请参阅 QPixmap::depth(),fromImage() 和fromData()。

[deprecated in 6.0] QBitmap &QBitmap::operator=(const QPixmap &pixmap)

自 6.0 版起,该函数已被弃用。我们强烈建议不要在新代码中使用该函数。

请使用fromPixmap

这是一个重载函数。

将给定的pixmap 分配给此位图,并返回此位图的引用。

如果像素图的深度大于 1,生成的位图将自动抖动。

另请参阅 QPixmap::depth().

© 2025 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.