D15611: [KCollapsibleGroupBox] Respect styles that disable widget animations

2018-09-20 Thread Kai Uwe Broulik
broulik added a comment. `SH_Widget_Animate` is deprecated in favor of `SH_Widget_Animation_Duration` introduced in Qt 5.10, so perhaps this needs an `ifdef` REPOSITORY R236 KWidgetsAddons REVISION DETAIL https://phabricator.kde.org/D15611 To: cfeck, #frameworks Cc: broulik, ngraham, kd

D15611: [KCollapsibleGroupBox] Respect styles that disable widget animations

2018-09-19 Thread Nathaniel Graham
ngraham added a comment. Shouldn't the duration respect the global setting rather than being hardcoded to 500ms? REPOSITORY R236 KWidgetsAddons REVISION DETAIL https://phabricator.kde.org/D15611 To: cfeck, #frameworks Cc: ngraham, kde-frameworks-devel, michaelh, bruns

D15611: [KCollapsibleGroupBox] Respect styles that disable widget animations

2018-09-19 Thread Christoph Feck
cfeck created this revision. cfeck added a reviewer: Frameworks. cfeck added a project: Frameworks. Herald added a subscriber: kde-frameworks-devel. cfeck requested review of this revision. REVISION SUMMARY Query QStyle::SH_Widget_Animate style hint to check if the style has animations. QTime