qt6-bb10/tests/auto/widgets
Andy Shaw dddd197d42 Deprecate QGuiApplication::fontChanged() signal
Rather than have a fontChanged() signal which can be connected to for
tracking when the application font has changed, then it is better to
use the event that is sent to all windows and the application itself.
That way it is easy for a window/widget or item that cares about the
change to the application font to catch it in the event() function.

[ChangeLog][QtGui][QGuiApplication] Deprecated fontChanged() signal in
favor of QEvent::ApplicationFontChanged.

Change-Id: Iae8e832238fc85e385a52305bc04f16e597454b0
Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
2020-04-24 10:10:55 +02:00
..
dialogs Merge remote-tracking branch 'origin/5.15' into dev 2020-04-22 15:28:01 +02:00
effects Regenerate projects one last time before merge 2020-02-12 17:30:49 +00:00
graphicsview CMake: Disable two graphicsview tests 2020-03-18 15:44:06 +01:00
itemviews Remove deprecated members from QtWidgets/itemviews classes 2020-04-17 20:49:36 +02:00
kernel Deprecate QGuiApplication::fontChanged() signal 2020-04-24 10:10:55 +02:00
styles Remove deprecated QStyle enum values 2020-04-16 16:53:18 +02:00
util Merge remote-tracking branch 'origin/5.15' into dev 2020-04-08 20:11:39 +02:00
widgets Merge remote-tracking branch 'origin/5.15' into dev 2020-04-22 15:28:01 +02:00
CMakeLists.txt
widgets.pro