I'm experimenting with QtreeWidget programmin on Linux with QT4.
My problem is the following:
I intercepted the itemDoubleClicked signal, but even if the slot I implemented is called correctly and show me a dialog like I instructed it to, still the tree widget calls the standard editing function of the item clicked.
How can I avoid this behaviour?
Is it possible to override the default double click action?
Sorry if I wasn't too clear
Thank you
roberto