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.