From 04eba7b538072e2811f074bf66fd41f27c90b35c Mon Sep 17 00:00:00 2001 From: Elvis Angelaccio Date: Fri, 26 May 2017 12:51:33 +0200 Subject: QStyle: deprecate SH_Widget_Animate in favor of SH_Widget_Animation_Duration This change introduces a new SH_Widget_Animation_Duration style hint that applications can query instead of manually hardcoding the duration of an animation. As default value we use 200, which is the value that was already used in QWidgetAnimator. A value equal to 0 means that the animations will be disabled. This also implies that the SH_Widget_Animate style hint is superseded and can be deprecated. The new style hint is configurable with style sheets. [ChangeLog][QtWidgets][Styles] Added SH_Widget_Animation_Duration style hint which deprecates SH_Widget_Animate. Change-Id: Ic3f5e4f7145a89697f28666aeaecabb1f3c5c96f Reviewed-by: Olivier Goffart (Woboq GmbH) --- src/widgets/doc/snippets/code/doc_src_stylesheet.qdoc | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/widgets/doc/snippets/code/doc_src_stylesheet.qdoc') diff --git a/src/widgets/doc/snippets/code/doc_src_stylesheet.qdoc b/src/widgets/doc/snippets/code/doc_src_stylesheet.qdoc index dfea9f2ca4..bf727dd380 100644 --- a/src/widgets/doc/snippets/code/doc_src_stylesheet.qdoc +++ b/src/widgets/doc/snippets/code/doc_src_stylesheet.qdoc @@ -1889,3 +1889,7 @@ QTableView::indicator:unchecked { } //! [161] +//! [162] +* { widget-animation-duration: 100 } +//! [162] + -- cgit v1.2.3