Will it be possible to create an list of points and lines?
Use case: I want to create new points like
point[i] = listWidget.additem(...)
line[k] = listwidget.additem(point[i], point[j])
So that I should be able to do point[m].clear() or line[n]clear().
TIA