mattions / neuronvisio

A Graphical User Interface with 3D Visualization features for NEURON simulation enviroment
https://neuronvisio.readthedocs.io
Other
30 stars 15 forks source link

Simplify ModelDB search by adding a filter box #33

Closed uricohen closed 12 years ago

uricohen commented 12 years ago

We can simplify searching in ModelDB view by adding a filter box, where the items of the view are filtered according to the text entered there. The text from the description should be used in the filter and preferably also the text from the readme file.

http://www.developer.nokia.com/Community/Wiki/CS001340_-_QListView_with_a_find_pane http://www.qtcentre.org/threads/11350-Filtering-a-TreeWidget

mattions commented 12 years ago

Hey Uri,

I see the point of having a filtering system with an entry box, which will help the search, although the sorting ability for the Author/Year/Title is already doing 60% of this job.

If you want just try to give it a spin then we can try for a bit!

uricohen commented 12 years ago

I've implemented the needed logic. Michele, please review the code, this is my first UI change...

mattions commented 12 years ago

Hi Uri is this connected with pull request 36? https://github.com/mattions/neuronvisio/pull/36

uricohen commented 12 years ago

Yes.

On Wed, Dec 28, 2011 at 9:37 AM, Michele Mattioni < reply@reply.github.com

wrote:

Hi Uri is this connected with pull request 36? https://github.com/mattions/neuronvisio/pull/36


Reply to this email directly or view it on GitHub: https://github.com/mattions/neuronvisio/issues/33#issuecomment-3288791

        Uri Cohen