mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-11-30 20:36:36 -05:00
updating replacements icons
This commit is contained in:
parent
8d0541b699
commit
45198121f7
13 changed files with 378 additions and 89 deletions
|
|
@ -55,7 +55,7 @@ CreateCircleDialog::CreateCircleDialog()
|
|||
mCircleQueue = new TokenQueue(rsGxsCircles->getTokenService(), this);
|
||||
mIdQueue = new TokenQueue(rsIdentity->getTokenService(), this);
|
||||
|
||||
ui.headerFrame->setHeaderImage(QPixmap(":/images/circles/circles_64.png"));
|
||||
ui.headerFrame->setHeaderImage(QPixmap(":/icons/png/circles.png"));
|
||||
|
||||
// connect up the buttons.
|
||||
connect(ui.addButton, SIGNAL(clicked()), this, SLOT(addMember()));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue