Drughi Posted November 25, 2020 Share Posted November 25, 2020 (edited) 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 November 25, 2020 by Drughi Quote Link to comment Share on other sites More sharing options...
Neon Junkyard Posted December 6, 2020 Share Posted December 6, 2020 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 1 1 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
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.