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
Hi, there's one bug that was fixed only in Qt 5.15.4 [1] which I believe was the cause for those issues. At least there was _something_ that kept me from porting notifications to it. Cheers Kai Uwe [1] https://codereview.qt-project.org/c/qt/qtbase/+/336739 Am 14.11.21 um 17:12 schrieb Fusio

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