[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    kdelibs/kdeui
From:       Nicolas Goutte <nicolasg () snafu ! de>
Date:       2004-09-30 22:35:43
Message-ID: 20040930223543.3030F126E1 () office ! kde ! org
[Download RAW message or body]

CVS commit by goutte: 

Add the character to the tooltip, in the current font and bigger 
(at least compared to the default size of the dialog).
(If I remember well, this might be a reported bug, however I have not the
bug number at hand.)


  M +1 -1      kcharselect.cpp   1.38


--- kdelibs/kdeui/kcharselect.cpp  #1.37:1.38
@@ -352,5 +352,5 @@ void KCharSelectTable::setToolTips()
             QString s;
             s.sprintf( "%04X", uint( uni ) );
-            QToolTip::add(this, r, i18n( "Character","<qt>Unicode code point: \
U+%1<br>(In decimal: %2)<br>(Character: %3)</qt>" ).arg( s ).arg( uni ).arg( QChar( \
uni ) ) ); +            QToolTip::add(this, r, i18n( "Character","<qt><font \
size=\"+4\" face=\"%1\">%2</font><br>Unicode code point: U+%3<br>(In decimal: \
%4)<br>(Character: %5)</qt>" ).arg( vFont ).arg( QChar( uni ) ).arg( s ).arg( uni \
).arg( QChar( uni ) ) );  }
     }


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic