> > - Left click (single or maybe double) for activating the item (go to
> >  directory or open file) ( mouseDoubleClickEvent or ??)
>
> There are already SIGNALS for them...
> DoubleClick: SIGNAL("itemDoubleClicked(QTreeWidgetItem *, int)")
> SingleClick: SIGNAL("itemClicked(QTreeWidgetItem *, int )")
>
>
>
There are signals for this but they are emitted for any mouse button plus
single click is AFAIK emitted also when double clicking.
_______________________________________________
PyQt mailing list    [email protected]
http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Reply via email to