[PyQt] get list of object

2011-10-11 Thread lucabe...@libero.it
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?

Re: [PyQt] get list of object

2011-10-11 Thread Paul Du Bois
@riverbankcomputing.com Subject: [PyQt] get list of object 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