Re: Difference between QConcatenateTablesProxyModel and KConcatenateRowsProxyModel

2022-04-24 Thread Milian Wolff
On Friday, April 22, 2022 3:39:08 AM CEST Fusion Future wrote: > One major difference I have found is that KConcatenateRowsProxyModel > will check if sourceModel exists when mapping from/to sourceModel, but > QConcatenateTablesProxyModel won't. So if QConcatenateTablesProxyModel > doesn't receive `

Re: Difference between QConcatenateTablesProxyModel and KConcatenateRowsProxyModel

2022-04-22 Thread Kai Uwe Broulik
The backtrace can be seen from https://bugs.kde.org/show_bug.cgi?id=445479 I would like to know the difference between QConcatenateTablesProxyModel and KConcatenateRowsProxyModel, because simply replacing KConcatenateRowsProxyModel with QConcatenateTablesProxyModel seems problematic. Thanks in advance.

Re: Difference between QConcatenateTablesProxyModel and KConcatenateRowsProxyModel

2022-04-21 Thread Fusion Future
One major difference I have found is that KConcatenateRowsProxyModel will check if sourceModel exists when mapping from/to sourceModel, but QConcatenateTablesProxyModel won't. So if QConcatenateTablesProxyModel doesn't receive `rowsRemoved` signal from sourceModel, QConcatenateTablesProxyModel

Difference between QConcatenateTablesProxyModel and KConcatenateRowsProxyModel

2021-11-14 Thread Fusion Future
seen from https://bugs.kde.org/show_bug.cgi?id=445479 I would like to know the difference between QConcatenateTablesProxyModel and KConcatenateRowsProxyModel, because simply replacing KConcatenateRowsProxyModel with QConcatenateTablesProxyModel seems problematic. Thanks in advance.