Tagged Questions
2
votes
1answer
278 views
Most intuitive settings icon [closed]
I'm designing a user interface for a WPF app. I was wondering which icon is the most intuitive to represent a Settings section. In my experience a single/multiple cog wheels seems to be the most ...
2
votes
4answers
570 views
Icon for ascending-descending sort [closed]
I'm trying to come up with two icons to represent ascending-descending sort order which would allow the user to sort the members ('bars') of a chart/visualization.
The control will be a toggle ...
21
votes
7answers
737 views
Most intuitive favorite icon [closed]
Similar to Stefan's most intuitive delete icon question.
I'm designing a web app that allows users favorite pages. A lot of big sites use either a heart or star symbol -Which one is most intuitive?
...
4
votes
2answers
237 views
I want to let the user toggle a column heading to sort a grid by a date field. How can I make ASC/DSC intuitive?
I want to let the user toggle a column heading to sort a grid by a date field.
How can I make the ascending/descending dichotomy intuitive?
EDIT: I was looking for date-column specific solutions.