Hello,

in the documentation of the method setItemWIdget of the QListWidget class
there's a phrase
void QListWidget::setItemWidget (
QListWidgetItem<http://doc.crossplatform.ru/qt/4.5.0/qlistwidgetitem.html>*
*item*, QWidget <http://doc.crossplatform.ru/qt/4.5.0/qwidget.html> * *
widget* )

Sets the *widget* to be displayed in the give *item*.

This function should only be used to display static content in the place of
a list widget item.


What does it mean to be a static content? Why is it allowed to have only
static content?
_______________________________________________
Interest mailing list
[email protected]
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to