以下成员源于类 QBitmap 被弃用。 提供它们是为使旧源代码能继续工作。强烈建议不要在新代码中使用它们。
(deprecated (6.0))
|
QBitmap (const QPixmap & pixmap ) |
(deprecated (6.0))
|
QBitmap (const QSize & size ) |
(deprecated (6.0))
QBitmap &
|
operator= (const QPixmap & pixmap ) |
[explicit]
QBitmap::
QBitmap
(const
QPixmap
&
pixmap
)
This function is deprecated since 6.0. We strongly advise against using it in new code.
使用 fromPixmap instead. Constructs a bitmap that is a copy of the given pixmap .
若像素图深度大于 1,则结果位图会自动抖动。
另请参阅 QPixmap::depth (), fromImage (),和 fromData ().
[explicit]
QBitmap::
QBitmap
(const
QSize
&
size
)
This function is deprecated since 6.0. We strongly advise against using it in new code.
使用 fromPixmap 代替。
构造位图采用给定 size 。位图中的像素未被初始化。
另请参阅 clear ().
This function is deprecated since 6.0. We strongly advise against using it in new code.
使用 fromPixmap 代替。
这是重载函数。
赋值给定 pixmap 到此位图并返回此位图的引用。
若像素图深度大于 1,则结果位图会自动抖动。
另请参阅 QPixmap::depth ().