Hide score label in channel post item

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7949 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
thunder2 2015-02-16 19:23:31 +00:00
parent 882d67f191
commit 219e94910e
2 changed files with 3 additions and 1 deletions

View File

@ -29,7 +29,7 @@ List of fixes/improvements before 0.6
[ ] marking all as read in channels takes time. The channel icon should show a waiting clock [ ] marking all as read in channels takes time. The channel icon should show a waiting clock
during the operation to avoid the user to re-click many times in the hope to get during the operation to avoid the user to re-click many times in the hope to get
the posts marked as read. the posts marked as read.
[ ] channels items show a 0 left to the up/Dn buttons. What is it?? [X] channels items show a 0 left to the up/Dn buttons. What is it??
Chat lobbies Chat lobbies
[ ] Chat lobbies should use Identities. That's a significant change, probably not backward compatible. [ ] Chat lobbies should use Identities. That's a significant change, probably not backward compatible.

View File

@ -123,6 +123,8 @@ void GxsChannelPostItem::setup()
//connect(ui-> voteUpButton, SIGNAL(clicked()), this, SLOT(makeUpVote())); //connect(ui-> voteUpButton, SIGNAL(clicked()), this, SLOT(makeUpVote()));
//connect(ui->voteDownButton, SIGNAL(clicked()), this, SLOT(makeDownVote())); //connect(ui->voteDownButton, SIGNAL(clicked()), this, SLOT(makeDownVote()));
ui->scoreLabel->hide();
ui->downloadButton->hide(); ui->downloadButton->hide();
ui->playButton->hide(); ui->playButton->hide();
ui->warn_image_label->hide(); ui->warn_image_label->hide();