Hi,
You can try using some other signal like void currentItemChanged ( QListWidgetItem * item ) or void currentRowChanged ( int currentRow )]
Hi,
You can try using some other signal like void currentItemChanged ( QListWidgetItem * item ) or void currentRowChanged ( int currentRow )]
if you inherit QTableView/QTreeView then I can post example, but if you don't then try another signals.
How about using modifiers to distinguish between two different actions, instead of single or double clicks? For example plain click vs. control + click.
J-P Nurmi
miraks (8th August 2008)
Bookmarks