Obsolete Members for QLabel

The following members of class QLabel are obsolete. They are provided to keep old source code working. We strongly advise against using them in new code.

Public Functions

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

Member Function Documentation

const QPicture *QLabel::picture() const

This function is obsolete. It is provided to keep old source code working. We strongly advise against using it in new code.

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.

See also setPicture().

const QPixmap *QLabel::pixmap() const

This function is obsolete. It is provided to keep old source code working. We strongly advise against using it in new code.

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

See also setPixmap().

© 2024 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.