Hello and welcome,
You could try something like this for example:
'checked out' if self.item['status'] else 'not checked out'
That can be done in the designer’s data binding area or in the editor by setting item
.
Hello and welcome,
You could try something like this for example:
'checked out' if self.item['status'] else 'not checked out'
That can be done in the designer’s data binding area or in the editor by setting item
.