<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>
&gt; - Left click (single or maybe double) for activating the item (go to<br>
&gt; &nbsp;directory or open file) ( mouseDoubleClickEvent or ??)<br>
<br>
</div>There are already SIGNALS for them...<br>
DoubleClick: SIGNAL(&quot;itemDoubleClicked(QTreeWidgetItem *, int)&quot;)<br>
SingleClick: SIGNAL(&quot;itemClicked(QTreeWidgetItem *, int )&quot;)<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>