mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-08-10 23:30:14 -04:00
Added display labels to show positive and negative votes
This commit is contained in:
parent
0ba28a206d
commit
5469eb168d
2 changed files with 149 additions and 64 deletions
|
@ -1855,6 +1855,9 @@ void IdDialog::insertIdDetails(uint32_t token)
|
|||
frep_string = tr("No votes from friends") ;
|
||||
|
||||
ui->neighborNodesOpinion_TF->setText(frep_string) ;
|
||||
|
||||
ui->label_positive->setText(QString::number(info.mFriendsPositiveVotes));
|
||||
ui->label_negative->setText(QString::number(info.mFriendsNegativeVotes));
|
||||
|
||||
switch(info.mOverallReputationLevel)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue