mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-11-30 04:16:40 -05:00
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:
parent
25a266bcbf
commit
61f5ff5180
4 changed files with 117 additions and 108 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue