PDA

View Full Version : Treeview mousePressEvent implementation prevents selection of items



umen
27th October 2010, 14:17
Hello all
I have class that inherited from Qtreeview and I implement simple ( empty ) mousePressEvent function
But whenever I try to do this , the selection of the items in the Qtreeview are disabled , when I remove this function everything is working fine
What im missing here ?

wysota
27th October 2010, 18:06
Call the base class implementation of the event handler.