Re: [Interest] Adjust rows to content in QML TableView

2016-06-07 Thread Elvis Stansvik
2016-06-07 13:08 GMT+02:00 Elvis Stansvik : > Is it possible? Seems there's only resizeColumnsToContents, no > resizeRowsToContents like in QTableView :/ > > If I really must create my own rowDelegate to do this, is there some In fact, I'm not even sure how I would solve this with a custom rowDele

[Interest] Adjust rows to content in QML TableView

2016-06-07 Thread Elvis Stansvik
Is it possible? Seems there's only resizeColumnsToContents, no resizeRowsToContents like in QTableView :/ If I really must create my own rowDelegate to do this, is there some way of getting access to the default row delegate, so that I can selectively override just the height property? Thanks in