Qt Base (Core, Gui, Widgets, Network, ...)
Go to file
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
bin
config.tests configure: convert xlib to a proper library definition 2018-12-07 23:48:48 +00:00
dist Include CLDR 34 update in change log 2018-12-11 18:57:27 +00:00
doc
examples threads: disable threads examples for nothread builds 2018-12-10 05:36:08 +00:00
lib
mkspecs configure: fix $$qtConfFindInPath() on windows 2018-12-12 17:35:27 +00:00
qmake Doc: correct syntax error in qmake manual 2018-12-12 17:24:54 +00:00
src QAbstractSlider: fix invertedControls having no effect for left/right keys 2018-12-13 10:46:22 +00:00
tests QAbstractSlider: fix invertedControls having no effect for left/right keys 2018-12-13 10:46:22 +00:00
util
.gitattributes
.gitignore
.qmake.conf
.tag
INSTALL
LICENSE.FDL
LICENSE.GPL2
LICENSE.GPL3
LICENSE.GPL3-EXCEPT
LICENSE.LGPL3
LICENSE.LGPLv3
LICENSE.QT-LICENSE-AGREEMENT-4.0
config_help.txt src/3rdparty: remove xkbcommon 2018-11-30 09:47:03 +00:00
configure
configure.bat
configure.json configure: actually resolve libraries into full filepaths 2018-12-03 11:25:56 +00:00
configure.pri
header.BSD
header.COMM
header.FDL
header.GPL
header.GPL-EXCEPT
header.LGPL
header.LGPL-NOGPL2
header.LGPL-ONLY
header.LGPL3
header.LGPL3-COMM
header.MIT
qtbase.pro
sync.profile