Please have a look at the picture. The bottom widget is a list widget. It works like this. When you click on insert button a new QListWidgetItem will be added dynamically in the bottom ListWidget. Now there are three items in the widget. Each item may contain CheckBoxes, ComboBoxes, lineEdit etc..
I need to get all those data from the listWidgetItem. Unfortunately, the listwidgetitem.text()
is the only way I can retrieve data from the item.
What to do then, to get all these data.