added Download Button

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2065 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
defnax 2010-01-17 19:13:07 +00:00
parent d7a4129cd6
commit cb2640237f
2 changed files with 89 additions and 72 deletions

View file

@ -53,6 +53,7 @@ ChanMsgItem::ChanMsgItem(FeedHolder *parent, uint32_t feedId, std::string chanId
small();
updateItemStatic();
updateItem();
}
@ -87,7 +88,7 @@ void ChanMsgItem::updateItemStatic()
{
/* subject */
titleLabel->setText(QString::fromStdWString(cmi.subject));
subjectLabel->setText(QString::fromStdWString(cmi.subject));
subjectLabel->setText(QString::fromStdWString(cmi.msg));
}
msgLabel->setText(QString::fromStdWString(cmi.msg));
@ -118,7 +119,7 @@ void ChanMsgItem::updateItemStatic()
/* don't really want this at all! */
unsubscribeButton->hide();
playButton->hide();
//playButton->hide();
}
@ -220,4 +221,3 @@ void ChanMsgItem::playMedia()
}