mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-12 02:55:18 -04:00
improved naming, icons and tooltip for GxsIds
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7532 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
ab1b930852
commit
e2a8ed46f2
9 changed files with 108 additions and 107 deletions
|
@ -68,10 +68,12 @@ void GxsIdLabel::loadId()
|
|||
|
||||
/* try and get details - if not there ... set callback */
|
||||
QString desc;
|
||||
QString comment ;
|
||||
std::list<QIcon> icons;
|
||||
bool loaded = GxsIdDetails::MakeIdDesc(mId, false, desc, icons);
|
||||
bool loaded = GxsIdDetails::MakeIdDesc(mId, false, desc, icons,comment);
|
||||
|
||||
setText(desc);
|
||||
setToolTip(comment);
|
||||
|
||||
if (loaded)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue