From 0ace3112137b78cf7d150e9974e69ccfe6838533 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=80lex=20Fiestas?= Date: Mon, 17 Jun 2013 11:21:32 +0200 Subject: Added SH_Widget_Animate in QStyle Added SH_Widget_Animate in QStyle styleHint, and use it to determine whether widgets should be animated or not. In this patch QTabBar, QColumnView,QTreeView and QWidgetAnimator are patched to obey the new Hint. Change-Id: Iefdbddc52c7843f6653dbfb5462125942489b4d9 Reviewed-by: Olivier Goffart --- src/widgets/styles/qstyle.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/widgets/styles/qstyle.h') diff --git a/src/widgets/styles/qstyle.h b/src/widgets/styles/qstyle.h index d4e1be4787..fffd423c8a 100644 --- a/src/widgets/styles/qstyle.h +++ b/src/widgets/styles/qstyle.h @@ -700,6 +700,7 @@ public: SH_Menu_SupportsSections, SH_ToolTip_WakeUpDelay, SH_ToolTip_FallAsleepDelay, + SH_Widget_Animate, // Add new style hint values here SH_CustomBase = 0xf0000000 -- cgit v1.2.3