void QListWidget::currentTextChanged ( const QString & currentText ) [signal]
This signal is emitted whenever the current item changes.
currentText is the text data in the current item. If there is no current item, the currentText is invalid.
这个不能满足么?