[PyQt] get list of object

lucaberto at libero.it lucaberto at libero.it
Tue Oct 11 16:48:31 BST 2011


Hello i have create a simple project useng eric
i have 10 line edit called self.lineEdit, self.lineEdit_2 etc....
now i have a list with 20 string to put in the lineedit
for each item in the list i have to do self.lineEdit.settext(list[0]), self.
lineEdit_2.settext(list[2])
or there is a easy way?

Thanks Luca


More information about the PyQt mailing list