On 10/3/22 12:19, Frank Rueter wrote:

I wasn't talking about the time it takes to put data into the model but the reactiveness of the resulting view when lots of data is present and the user needs to traverse the tree view and filter it as quickly as possible.

OK, but remember that nothing gets drawn until your handler returns and you get to the main loop to dispatch messages.  The computation time between those two approaches will be essentially identical, so the user experience should be the same.

--

Tim Roberts, t...@probo.com
Providenza & Boekelheide, Inc.

_______________________________________________
PySide mailing list
PySide@qt-project.org
https://lists.qt-project.org/listinfo/pyside

Reply via email to