mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-09 23:22:48 -04:00
Enabled save() function in SubFileItems.
Improved Channel Menu Item: added Icon and popularity. Reduced most of the margins in Channel Feed. updated libretroshare interface files. git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@845 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
f5fa2f9a68
commit
99c038a4db
6 changed files with 287 additions and 126 deletions
|
@ -61,6 +61,10 @@ void ChanMenuItem::updateItemStatic()
|
|||
{
|
||||
titleLabel->setText(QString::fromStdWString(ci.channelName));
|
||||
descLabel->setText(QString::fromStdWString(ci.channelDesc));
|
||||
pop_lcd->display((int) ci.pop);
|
||||
/* TODO */
|
||||
fetches_lcd->display(9999);
|
||||
avail_lcd->display(9999);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
@ -77,6 +81,7 @@ void ChanMenuItem::updateItem()
|
|||
std::cerr << "ChanMenuItem::updateItem()";
|
||||
std::cerr << std::endl;
|
||||
#endif
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue