Question

I have QListWidget, in that I had added the items. i had made the QListWidgetItems to scroll from right to left in a QWidget. Now i want to add a Icon image before every item that is Scrolling in the QWidget. How to draw an Icon image in a QWidget ? Plz help me with your Solutions. Thanks in Advance.

Was it helpful?

Solution

Why not trying QListWidgetItem::setIcon( QIcon & ) ?

Use QListWidgetItem * QListWidget::item ( int row ) iterating from 0 to QListWidget::count() for setting to all existing items in QListWidget.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top