You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@veloman-yunkan Working at #1237 makes me think using QTree/ListWidget might can make it easier to solve issue. Since QTree/ListWidget inherits from Views, it can be set as the view in QCompeleter. We can then simply add different suggestion views into the QTree/ListWidget.
The main problem would be how to correctly handle the different models, as well as dealing with QCompleter's selection and completion. I would expect this to be a huge change (again).
Also, I do not recommend replacing the existing view with QTreeWidget, simply due to endless search creates a very large list and QTreeWidget is known to be very bad at handling huge data amounts. (Originally why I decided to not use QTree/ListWidget.)
Just food for thought, in case the discussion we had back in #1189 doesn't hold.
Following #413
The text was updated successfully, but these errors were encountered: