how to remove all items in a qlistwidget in pyqt5

Solutions on MaxInterview for how to remove all items in a qlistwidget in pyqt5 by the best coders in the world

showing results for - "how to remove all items in a qlistwidget in pyqt5"
Valeria
13 Jun 2019
1# use clear() function
2my_list_widget.clear()