33     property Item edit: _decorLabel.nextItemInFocusChain()
    45     readonly 
property bool editHasFocus: edit && edit.focus
    47     color: editHasFocus ? helper.
highlight : helper.text
    48     opacity: editHasFocus ? 1 : 0.5
 
color highlight
The color to use to highlight stuff. 
 
A helper class to get style-dependant colors. 
 
The QML import for the QtMvvmQuick QML module.