以下成员源于类 QLabel 已过时。 提供它们是为使旧源代码能继续工作。强烈建议不要在新代码中使用它们。
(obsolete)
const QPicture *
|
picture () const |
(obsolete)
const QPixmap *
|
pixmap () 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 ().
此函数已过时。提供它是为使旧源代码能继续工作。强烈建议不要在新代码中使用它。
New code should use the other overload which returns QPixmap by-value.
另请参阅 setPixmap ().