[Interest] TableView in Qt Quick Controls 2

Frederik Gladhorn frederik.gladhorn at qt.io
Mon Jun 26 18:19:40 CEST 2017


On søndag 25. juni 2017 10.32.27 CEST Andrew Ialacci wrote:
> Hello,
> 
> I understand that there is currently no TableView in Qt Quick Controls 2.
> 
> According to this bug report, it’s slated for 5.10:
> https://bugreports.qt.io/browse/QTBUG-51710

I just commented on the bug, I doubt we'll get there in time. Simply because 
we don't want to see all the issues (especially performance) we had with the 
table view again. It'll be a lot of looking into ListView and probably a new 
independent item, not based on ListView, I don't know the details. If the 
Controls 1 table view is good enough, use it. It mixes nicely with Controls 2 
(use import as).

> Does anyone know if this is still true? Or when 5.10 will be released?

5.10 is scheduled for the end of this year. I'd rather expect this to be in 
5.11 - mid next-year. I hope we'll have something sooner for people to play 
with though, let's see.

Cheers,
Frederik

> 
> Can anyone think of a way to use a GridView or ListView that would allow
> for:
 - Dynamic column contents based on the underlying model.
> - Rearrange / resize table columns.
> - Addition or removal of columns at run time.
> - Somehow some way magically not use loads of JavaScript for all the sizing
> and manipulation of cells.
 
> Thanks to everyone for their time and ESPECIALLY to TeamQT!
> ❤🌻🍍
> 
> 





More information about the Interest mailing list