|
@BetterRed
The behaviour you describe above about the right arrow when trying to move to a metadata value when it already has properties, must be platform os specific.
On a Mac this does not happen.
If collapsed (no property showing) the first right arrow expands it (so that I can see the properties) and the second right arrow moves directly to where I want.
If it is already expanded, then the first right arrow moves directly to the right one column.
I did look at the code and there is a QStyle Hint that seems to be platform specific that may impact this. Not sure if I can change it for the Qt Windows theme without moving to Fusion.
I really do not like double usng the right and left arrows as I always felt that a '-' key should collapse the tree entree and a '+' key should expand it. But Qt likes to use right and left arrow keys to handle that instead of just properly navigate the columns with it.
I will investigate further.
|