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 -- You received this message because you are subscribed to the Google Groups "pyqtgraph" group. To unsubscribe from this group and stop receiving emails from it, send an email to pyqtgraph+unsubscr...@googlegroups.com. To view this discussion visit https://groups.google.com/d/msgid/pyqtgraph/4a7de177-1b94-4cfc-8750-8f0e120aaf02n%40googlegroups.com.