Hi folks,

I don't know is this question was asked before. I haven't found it on the forum, so here I am.

I'm having trouble with my QtreeView. I'm showing data in multiple columns, acting as a "QTableView with groups". No edit is available, only navigation.

Even in the simpler case with no groups ( so QTreeView looks exactly like a QTableView ) when user selects a cell and begins typing starts "navigation" through data, as an auto-search. I think that's Qt's behaviour, I coded no line to achieve this. Simply it worked...

But now does'nt work anymore. User begins to type and only the first 2 chars they type move selection. After 2 chars it stops moving.

Why ? There is a role in the model I've to implement ? A flag I must set ? I cannot find nothing in documentation ( perhaps I'm not searching in the rigth direction... )

Any idea ?