[prev in list] [next in list] [prev in thread] [next in thread] 

List:       pykde
Subject:    [PyKDE] Clear Populated Q
From:       star gazer <th1138x () yahoo ! com>
Date:       2002-12-29 15:56:16
[Download RAW message or body]

c = con.cursor()
c.execute(query)
for x in c.fetchall():
item = QListViewItem(self.lv_search,None)
                item.setText(0,self.tr(str(x[0])))
                item.setText(1,self.tr(x[1]))
                item.setText(2,self.tr(x[2]))
                item.setText(3,self.tr(x[3]))
                item.setText(4,self.tr(x[4]))
            c.close()
            con.close()    

__________________________________________________
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com

_______________________________________________
PyKDE mailing list    PyKDE@mats.gmd.de
http://mats.gmd.de/mailman/listinfo/pykde
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic