Obsolete Members for QGuiApplication
Los siguientes miembros de la clase QGuiApplication son obsoletos. Se proporcionan para que el código fuente antiguo siga funcionando. Desaconsejamos su uso en código nuevo.
Señales
(deprecated in 6.0) void | fontChanged(const QFont &font) |
(deprecated in 6.0) void | paletteChanged(const QPalette &palette) |
Documentación de funciones
[signal, deprecated in 6.0] void QGuiApplication::fontChanged(const QFont &font)
Esta función está obsoleta desde la versión 6.0. Desaconsejamos su uso en código nuevo.
Maneje QEvent::ApplicationFontChange en su lugar.
Esta señal se emite cuando el font de la aplicación cambia. Usa QEvent::ApplicationFontChanged en su lugar.
Ver también font().
[signal, deprecated in 6.0] void QGuiApplication::paletteChanged(const QPalette &palette)
Esta función está obsoleta desde la versión 6.0. Desaconsejamos su uso en código nuevo.
Maneje QEvent::ApplicationPaletteChange en su lugar.
Esta señal se emite cuando cambia la palette de la aplicación. Usa QEvent::ApplicationPaletteChanged en su lugar.
Ver también palette().
© 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.