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 )

This function is deprecated since 6.0. We strongly advise against using it in new code.

Handle QEvent::ApplicationFontChange 代替。

此信號發射,當 font of the application changes. Use QEvent::ApplicationFontChanged instead.

另請參閱 font ().

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

This function is deprecated since 6.0. We strongly advise against using it in new code.

Handle QEvent::ApplicationPaletteChange 代替。

此信號發射,當 palette of the application changes. Use QEvent::ApplicationPaletteChanged instead.

另請參閱 palette ().