mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-07 14:12:43 -04:00
gui tweaks
git-svn-id: http://svn.code.sf.net/p/retroshare/code/branches/v0.5-FileSharingPermissions@5785 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
a2f958b956
commit
ef09075170
3 changed files with 25 additions and 8 deletions
|
@ -14,6 +14,8 @@ GroupSelectionBox::GroupSelectionBox(QWidget *parent)
|
|||
for(std::list<RsGroupInfo>::const_iterator it(lst.begin());it!=lst.end();++it)
|
||||
addItem(QString::fromStdString(it->id)) ;
|
||||
|
||||
for(int i=0;i<count();++i)
|
||||
item(i)->setBackgroundColor(QColor(183,236,181)) ;
|
||||
}
|
||||
|
||||
std::list<std::string> GroupSelectionBox::selectedGroups() const
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue