mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-14 20:12:29 -04:00
Added PlaceHolderText for Name/Description (gxs Group Dialog)
Set the description Text field to read only for the Show Mode Display at Header Channel name (Show Mode) Display Subscribers on Channels git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7793 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
6c3a6f161f
commit
83ecc4e8b4
7 changed files with 150 additions and 45 deletions
|
@ -227,6 +227,8 @@ void GxsChannelPostsWidget::insertChannelDetails(const RsGxsChannelGroup &group)
|
|||
chanImage = QPixmap(CHAN_DEFAULT_IMAGE);
|
||||
}
|
||||
ui->logoLabel->setPixmap(chanImage);
|
||||
|
||||
ui->subscribersLabel->setText(QString::number( group.mMeta.mPop)) ;
|
||||
|
||||
if (group.mMeta.mSubscribeFlags & GXS_SERV::GROUP_SUBSCRIBE_PUBLISH)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue