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:
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: