Improved PeerItem and SecurityItem layout

Added icon for "Not Yet Friends"

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5069 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
defnax 2012-03-31 23:05:30 +00:00
parent 25a266bcbf
commit 61f5ff5180
4 changed files with 117 additions and 108 deletions

View file

@ -122,7 +122,7 @@ void PeerItem::updateItemStatic()
peernameLabel->setText(nameStr.arg(peername));
QDateTime date = QDateTime::fromTime_t(details.lastConnect);
QString stime = date.toString(Qt::LocalDate);
QString stime = date.toString("dd.MMMM yyyy hh:mm");
lastLabel-> setText(stime);
/* expanded Info */