From 2bd6f5e8d13e60f0d1102c8e4e53ee341146308c Mon Sep 17 00:00:00 2001 From: Christian Ehrlicher Date: Wed, 3 Oct 2018 14:36:23 +0200 Subject: QTreeView: adjust documentation of key bindings The documentation for key bindings was a little bit unclear for key asterisk. Also sync the names of the left and right key was not consistent (Left/RightArrow - Left/Right) Change-Id: Icee0821880fcc3ebc2ade939cf80127ebf0976ad Reviewed-by: Paul Wicking Reviewed-by: Luca Beldi Reviewed-by: Leena Miettinen --- src/widgets/itemviews/qtreeview.cpp | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'src/widgets/itemviews/qtreeview.cpp') diff --git a/src/widgets/itemviews/qtreeview.cpp b/src/widgets/itemviews/qtreeview.cpp index b534de5c6a..779bdf36cf 100644 --- a/src/widgets/itemviews/qtreeview.cpp +++ b/src/widgets/itemviews/qtreeview.cpp @@ -131,11 +131,12 @@ QT_BEGIN_NAMESPACE of the sibling that follows the parent. \row \li Left \li Hides the children of the current item (if present) by collapsing a branch. - \row \li Minus \li Same as LeftArrow. + \row \li Minus \li Same as Left. \row \li Right \li Reveals the children of the current item (if present) by expanding a branch. - \row \li Plus \li Same as RightArrow. - \row \li Asterisk \li Expands all children of the current item (if present). + \row \li Plus \li Same as Right. + \row \li Asterisk \li Expands the current item and all its children + (if present). \row \li PageUp \li Moves the cursor up one page. \row \li PageDown \li Moves the cursor down one page. \row \li Home \li Moves the cursor to an item in the same column of the first -- cgit v1.2.3