Element representing a focus indicator for highlighting the current keyboard focus.
Example
MouseBox {
...
canFocus: true
FocusIndicator { visible: parent.focus }
}
Element representing a focus indicator for highlighting the current keyboard focus.
MouseBox {
...
canFocus: true
FocusIndicator { visible: parent.focus }
}