I've created a bug report with more details here:
https://bugreports.qt.io/browse/QTBUG-123639
On Sat, Mar 23, 2024 at 5:32 PM Alexander Dyagilev
wrote:
> Ohh... I was able to fix this issue. It's required:
> 1) Remove *syncView: tableView* line
> 2) Add *syncView: horizontalHeader* line to Tabl
Ohh... I was able to fix this issue. It's required:
1) Remove *syncView: tableView* line
2) Add *syncView: horizontalHeader* line to TableView's properties.
So, as far as I understand, it can't sync in the both directions, and
syncView property must be set to an object with the lower expected
dime
Hello,
I'm trying to learn how to use TableView. I've tried an example from Qt
docs and this is what I'm getting for now:
[image: image.png]
HorizontalHeaderView does not take columns' width into account. I'm pretty
sure it should be able to do this and tell its TableView to adjust its
column wid