In 5.6 there has been a overhaul in how column headers are created Quick TableView. Now the header -property of ListView is used.

But the stack ordering (z-property) is of the header is 1, whilst the section.delegate is defaulted to 2. That means when scrolling downwards, the section heading is above the actual column headers.

Following Quickfix has shown to work:
__listView.headerItem.z : 55

Is this a Bug or am I doing something wrong?

Best Regards,
Richard
_______________________________________________
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to