Added display labels to show positive and negative votes

This commit is contained in:
defnax 2017-01-03 16:43:31 +01:00
parent 0ba28a206d
commit 5469eb168d
2 changed files with 149 additions and 64 deletions

View file

@ -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)
{