Version: 3.2.3 (using KDE 3.2.3, SuSE) Compiler: gcc version 3.3 20030226 (prerelease) (SuSE Linux) OS: Linux (i686) release 2.4.20-4GB In filetips, It would be nice to have a separator (horizontal line would do) between general and meta info.
Created attachment 7063 [details] Original Filetip The original file tip, of an ogg file in this case.
Created attachment 7064 [details] proposed Filetip File tip with the general file info separated from the specific (meta) info (for an ogg file in this case).
Ok I added some pictures to illustrate my whish. Disclamer: I suck when it comes to drawing and image manipulation, this is only intended to illustrate what I'm talking about, nothing more :)
Created attachment 7068 [details] Just spacing Maybe just spacing is fine too
Created attachment 7069 [details] Rectangles (probably overkill) This is probably overkill, anyway I thought I'd add it.
Comment on attachment 7069 [details] Rectangles (probably overkill) This is probably overkill but I thought I'd add it anyway
Ok added two more possibilities. I'd like to stress that I do not intend to show how to do it. I suck at design :) The important thing here is, The general file info should be *somehow* separated from the meta info. Thanks!
CVS commit by binner: Bug 85252: Separate general from meta info in filetips (wishlist) CCMAIL: 85252-done@bugs.kde.org M +2 -1 kfileitem.cpp 1.158.2.1 --- kdelibs/kio/kio/kfileitem.cpp #1.158:1.158.2.1 @@ -636,4 +636,5 @@ QString KFileItem::getToolTipText(int ma if (info.isValid() && !info.isEmpty() ) { + tip += "<tr><td colspan=2><center><s> </s></center></td></tr>"; QStringList keys = info.preferredKeys();