Display a list view with icon, progress bar, text, ...
Unsolved
General and Desktop
-
Hello,
i'm using Qt5 (win64) and i want to display a list of files with icon, text, progress bar and button. You can see the wanted result in the bellow joined screenshot. I've seen a lot of post but i still don't know the control i need to use : QListView, QListWidget.
Tableview item must be updated on real time (progress bar indicator and status text)
The doc say : Use QListView and subclass QItemDelegate instead.
I can't find any example. How can I do it ?
Thanks
-
-
Hi
Adding to @jsulm
This shows a delegate with progressbar
https://doc.qt.io/qt-5/qtnetwork-torrent-example.html
(TorrentViewDelegate)