Added id to the profile page in preferences to identify custom profiles

This commit is contained in:
Satish 2019-05-09 14:05:04 +02:00
parent 602258bb4a
commit f4c00c460d

View file

@ -420,6 +420,9 @@ Item
width: profileScrollView.width
height: childrenRect.height
// Added this property to identify custom profiles in automated system tests (Squish)
property bool isReadOnly: model.is_read_only
property bool isCurrentItem: ListView.isCurrentItem
color: isCurrentItem ? palette.highlight : (model.index % 2) ? palette.base : palette.alternateBase