How to get the selected item from List

102 Views Asked by At

Key code:

points = List([], editor=ListStrEditor(editable=False, multi_select=False))

How can I get the selected Items? Is there an attribute of points, so I can easily get the selected item List:
List

0

There are 0 best solutions below