click feature in Qt
Posted
by Solitaire
on Stack Overflow
See other posts from Stack Overflow
or by Solitaire
Published on 2010-04-01T07:10:42Z
Indexed on
2010/04/01
7:13 UTC
Read the original article
Hit count: 433
Hi,
I just want to clarify, weather the feature is present or not in Qt. The scenario is like this,
I have a list view with items, I want to place the icon to the listview when the item is selected.
The selection I mean is, first time when I click item should be selected, next time if I click the same item then it should be selected. Please note It is not the double click.
So is there any feature which handles this feature by default, any property or flag which I need to set to listview to behave like this or manual implementation Is required for this.
© Stack Overflow or respective owner