Obsolete Members for QGuiApplication

QGuiApplication 的以下成员已被弃用。提供这些成员是为了保持旧源代码的正常运行。我们强烈建议不要在新代码中使用它们。

信号

(deprecated in 6.0) void fontChanged(const QFont &font)
(deprecated in 6.0) void paletteChanged(const QPalette &palette)

成员函数文档

[signal, deprecated in 6.0] void QGuiApplication::fontChanged(const QFont &font)

自 6.0 版起,该函数已被弃用。我们强烈建议不要在新代码中使用该函数。

QEvent::ApplicationFontChange

当应用程序的font 发生变化时,将发出该信号。请使用 QEvent::ApplicationFontChanged 代替它。

另请参阅 font().

[signal, deprecated in 6.0] void QGuiApplication::paletteChanged(const QPalette &palette)

自 6.0 版起,该函数已被弃用。我们强烈建议不要在新代码中使用该函数。

QEvent::ApplicationPaletteChange

当应用程序的palette 发生变化时,会发出该信号。请使用 QEvent::ApplicationPaletteChanged 代替它。

另请参阅 palette().

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