Jump to content

Fuzzy Search like Tab menu


Drughi

Recommended Posts

Would be cool to have the functionality of the tab menu (fuzzy search) accessible for python scripts. Like having a list of custom entries wich can be searched by text field.

Does someone know a way?

Edited by Drughi
Link to comment
Share on other sites

  • 2 weeks later...

you can do this qt for python, e.g. a python panel,  but its not a trivial thing

Fuzzy search is typically done with a proxy model using QT model/view architecture for larger applications, but you might be able to get away with using a qlistwidget and a qcompleter, which is much simpler to use

  • Like 1
  • Thanks 1
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...