[PyQt] How to return the text of item in QListWidget?

2008-11-04 Thread mili9528
Hi, I just touch the PyQt. Could you please tell me how to return the text of the specified line in the QListWidget? I used the QListWidgetItem.text() to do this task, but it didn't work. peter This message was sent using IMP, the

[PyQt] QListWidget

2008-11-02 Thread mili9528
Hi, guys. I'm using PyQt 4 in python Do you konw how to return the item which was stored in the QListWidget? I tried , it doesn't work. regards peter This message was sent using IMP, the Internet Messaging Program. ___