Summary: | Not apparent which column the list is sorted by | ||
---|---|---|---|
Product: | [Applications] kget | Reporter: | Bill Kendrick <bill> |
Component: | general | Assignee: | KGet authors <kget> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | Two KGet screenshots, showing that column headers give no clue to list sort order |
Description
Bill Kendrick
2004-03-12 16:10:50 UTC
Created attachment 5192 [details]
Two KGet screenshots, showing that column headers give no clue to list sort order
I have outlined the columns in red using the paintbrush in The Gimp. Of
course, they should simply have little "^" or "v" icons. :)
CVS commit by pino: Backporting implementation wish #77398 (wishlist): Not apparent which column the list is sorted by BUGS: 77398 M +1 -0 kget_linkview.cpp 1.2.6.1 --- kdenetwork/kget/kget_plug_in/kget_linkview.cpp #1.2:1.2.6.1 @@ -60,4 +60,5 @@ void KGetLinkView::initView() m_view->addColumn( i18n("File Type") ); m_view->addColumn( i18n("Location (URL)") ); + m_view->setShowSortIndicator( true ); setCentralWidget( m_view ); |