Re: [PyQt] qlistview and finditem

2008-12-01 Thread Scott Frankel
On Dec 1, 2008, at 10:51 PM, Milan Hemžal wrote: hi, i'm learning PyQt and cannot find how create: a=["1Test1","2Test1","3Test1","4Test1","5Test1"] def __init__(self): QtGui.QDialog.__init__(self) app.connect(self.lv_find,QtCore.SIGNAL("textEdited ( const QString & )"),sel

[PyQt] qlistview and finditem

2008-12-01 Thread Milan Hemžal
hi, i'm learning PyQt and cannot find how create: a=["1Test1","2Test1","3Test1","4Test1","5Test1"] def __init__(self): QtGui.QDialog.__init__(self) app.connect(self.lv_find,QtCore.SIGNAL("textEdited ( const QString & )"),self.zmena_sl) def fill_lv(self,ss): #empty lv