PDA

View Full Version : Problem while using QListWidget



deck99
14th March 2011, 16:19
Hi.......
I'm having problem while using Qlistwidget.
How to check Qlistwidget empty?
How to extract items from Qlistwiget?

high_flyer
14th March 2011, 18:29
How to check Qlistwidget empty?
QListWidget::count()

How to extract items from Qlistwiget?


QListWidgetItem * item ( int row ) const
QListWidgetItem * itemAt ( const QPoint & p ) const
QListWidgetItem * itemAt ( int x, int y ) const


Why not try the documentation before asking not very smart questions?