PyQT which tree view to display changing data

488 views Asked by At

Which view to use to display rows of widgets/items displaying progress bar/and other changing items. There will be lots of rows and refresh rate of 0.5 second more or less.

I'd like to be able to change their header order as well as put few rows in groups and so on.

Something similar can be for example download manager where you have lots of data being displayed/updated.

Which view would you guys recommend, QTreeView or QWidgetView or other?

0

There are 0 answers