Obsolete Members for QStyle
类QStyle 的以下成员已被弃用。提供这些成员是为了保持旧源代码的正常运行。我们强烈建议不要在新代码中使用它们。
公共函数
(deprecated) virtual QPixmap | standardPixmap(QStyle::StandardPixmap standardPixmap, const QStyleOption *option = nullptr, const QWidget *widget = nullptr) const = 0 |
成员函数文档
[pure virtual, deprecated]
QPixmap QStyle::standardPixmap(QStyle::StandardPixmap standardPixmap, const QStyleOption *option = nullptr, const QWidget *widget = nullptr) const
该函数已被弃用。我们强烈建议不要在新代码中使用它。
返回给定standardPixmap 的像素图。
标准像素图是一种可以遵循现有图形用户界面风格或指南的像素图。option 参数可用于传递定义相应像素图时所需的额外信息。widget 参数是可选的,也可用于帮助确定像素图。
调用 standardPixmap() 的开发人员应调用standardIcon() 重新实现 standardPixmap() 的开发人员应重新实现standardIcon() 。
另请参见 standardIcon()。
© 2025 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.