<br><br><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div class="Ih2E3d"><br>
> - Left click (single or maybe double) for activating the item (go to<br>
> directory or open file) ( mouseDoubleClickEvent or ??)<br>
<br>
</div>There are already SIGNALS for them...<br>
DoubleClick: SIGNAL("itemDoubleClicked(QTreeWidgetItem *, int)")<br>
SingleClick: SIGNAL("itemClicked(QTreeWidgetItem *, int )")<br>
<div class="Ih2E3d"><br>
<br></div></blockquote></div><br>There are signals for this but they are emitted for any mouse button plus single click is AFAIK emitted also when double clicking.<br>