Hi,
I have problem with qscroller on the qtreeview because when I set scroller like this
Code:
QScroller::grabGesture( ui->treeView, QScroller::LeftMouseButtonGesture );
I can't catch doubleClicked() event.
Code:
I know that it QScroller stoped this event but i don't know how to fix it,
can you help me? ;)