Obsolete Members for QStyle
Los siguientes miembros de la clase QStyle son obsoletos. Se proporcionan para que el código fuente antiguo siga funcionando. Desaconsejamos su uso en código nuevo.
Funciones públicas
(deprecated) virtual QPixmap | standardPixmap(QStyle::StandardPixmap standardPixmap, const QStyleOption *option = nullptr, const QWidget *widget = nullptr) const = 0 |
Documentación de funciones miembro
[pure virtual, deprecated] QPixmap QStyle::standardPixmap(QStyle::StandardPixmap standardPixmap, const QStyleOption *option = nullptr, const QWidget *widget = nullptr) const
Esta función está obsoleta. Desaconsejamos su uso en código nuevo.
Devuelve un mapa de píxeles para la dirección standardPixmap.
Un pixmap estándar es un pixmap que puede seguir algún estilo o pauta GUI existente. El argumento option puede utilizarse para pasar información extra necesaria a la hora de definir el pixmap apropiado. El argumento widget es opcional y también puede utilizarse para ayudar a determinar el pixmap.
Los desarrolladores que llamen a standardPixmap() deberían en su lugar llamar a standardIcon() Los desarrolladores que reimplementen standardPixmap() deberían en su lugar reimplementar standardIcon().
Véase también standardIcon().
© 2026 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.