You do not need to create a second view.
This is the basic schematic:
+--------------+ +-----------------------+ +----------+
| Source model +---+ Proxy model (sorting) +---+ The view |
+--------------+ +-----------------------+ +----------+
+--------------+ +-----------------------+ +----------+
| Source model +---+ Proxy model (sorting) +---+ The view |
+--------------+ +-----------------------+ +----------+
To copy to clipboard, switch view to plain text mode
However, I think you'll need to create your own sorting routine as the items you want to sort are strings, and they sort differently than integers.
Bookmarks