mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-28 18:42:20 -04:00
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:
parent
d7a4129cd6
commit
cb2640237f
2 changed files with 89 additions and 72 deletions
|
@ -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()
|
|||
}
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue