Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
File Manager need save QFileInfo in QListWidgetItem, can it be realized ?
@sonichy Subclass QListWidgetItem
Hi just for info It also seems to work this way QFileInfo info; item.setData( Qt::UserRole + 1, QVariant::fromValue(info) );