From 8a43bf01f6b754dd86e3dfd103507d98bdbebb87 Mon Sep 17 00:00:00 2001 From: Richard Moe Gustavsen <richard.gustavsen@qt.io> Date: Mon, 4 May 2020 14:28:38 +0200 Subject: [PATCH] Update md --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b6e0914..48e1361 100644 --- a/README.md +++ b/README.md @@ -73,7 +73,7 @@ appearance of the *delegate* without the need to create a custom one. The hints that can be set is the following: - styleHints.indicator - the color of the collapsed/expanded icon -- styleHints.indicatorCurrent - the color of the current rows collapsed/expanded icon +- styleHints.indicatorCurrent - the color of the current row's collapsed/expanded icon - styleHints.indicatorHovered - the color of the collapsed/expanded icon when hovered - styleHints.overlay - the color of the overlay used for *currentIndex* - styleHints.overlayHovered - the color of the overlay used for *currentIndex* when hovered @@ -86,8 +86,7 @@ The hints that can be set is the following: - styleHints.backgroundCurrent - the background color of the current item (or the whole row, if *selectionMode* is *TreeView.List*) - styleHints.foregroundHovered - the foreground color of the current item (or - the whole row, if *selectionMode* is *TreeView.List*) -hen hovered + the whole row, if *selectionMode* is *TreeView.List*) when hovered - styleHints.backgroundHovered - the background color of the current item when hovered (or the whole row, if *selectionMode* is *TreeView.List*) - styleHints.indent - the horizontal space between a parent and a child node -- GitLab