Obsolete Members for QLabel

以下成员源于类 QLabel 已过时。 提供它们是为使旧源代码能继续工作。强烈建议不要在新代码中使用它们。

公共函数

(obsolete) const QPicture * picture () const
(obsolete) const QPixmap * pixmap () const

成员函数文档编制

const QPicture *QLabel:: picture () const

此函数已过时。提供它是为使旧源代码能继续工作。强烈建议不要在新代码中使用它。

New code should use the other overload which returns QPicture by-value.

This function returns the label's picture or nullptr if the label doesn't have a picture.

另请参阅 setPicture ().

const QPixmap *QLabel:: pixmap () const

此函数已过时。提供它是为使旧源代码能继续工作。强烈建议不要在新代码中使用它。

New code should use the other overload which returns QPixmap by-value.

另请参阅 setPixmap ().