qt5base-lts/tests/auto/widgets
Mitch Curtis 32fd79a20f QAbstractSlider: fix invertedControls having no effect for left/right keys
There was a comment in the code that said:

// It seems we need to use invertedAppearance for Left and right, otherwise, things look weird.

It's not clear what that was referring to, but in its current state,
a slider with invertedControls set to true will not behave as expected:
pressing the left arrow key will decrease its value instead of increasing it,
and vice versa for the right arrow key.

As stated in the documentation (and by its name), invertedAppearance only
controls the appearance of the slider, and not the effect of key events.

Remove the comment and use invertedControls instead.

Change-Id: I13296cbda9244413978ef0d7f0856065f74fd0bf
Fixes: QTBUG-25988
Reviewed-by: Richard Moe Gustavsen <richard.gustavsen@qt.io>
2018-12-13 10:46:22 +00:00
..
dialogs tst_QMessageBox: Modernize and simplify code 2018-12-12 13:58:16 +00:00
effects Blacklist flaky tst_QGraphicsEffect autotest on openSUSE 2018-09-24 21:13:20 +00:00
graphicsview QGraphicsProxyWidget: Don't crash within setWidget() when a child proxy has no assigned widget 2018-11-22 16:43:38 +00:00
itemviews QTableWidget: fix cellChanged signal emitted by takeItem() 2018-10-19 12:19:20 +00:00
kernel macOS: Remove blacklist entries for no longer supported OS versions 2018-11-12 07:16:30 +00:00
styles Fix tst_QStyleSheetStyle crash on uncommon multi-screen setup 2018-11-27 14:46:08 +00:00
util Set QScroller's parent to its widget, for memory management 2018-12-08 07:18:15 +00:00
widgets QAbstractSlider: fix invertedControls having no effect for left/right keys 2018-12-13 10:46:22 +00:00
widgets.pro Move QGestureRecognizer test to widgets/kernel 2017-06-02 18:36:11 +00:00