I am currently working on an interface with a couple of labels, QLineEdits and pushbutton. So far I've created a horizontal widget with labels, QListEdits and pushbutton in horizontal grid. In another Form, I've added a QListWidget so that I can add multiple of these widgets in it with a for-loop, I'm not sure how should I go about implementing the multiples of these widgets in the same format into a list, I was hoping that someone could assist me on this.