mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-12 11:02:30 -04:00
added color action to left sidebar
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@444 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
bbd59db20f
commit
0b0825853e
2 changed files with 12 additions and 8 deletions
|
@ -123,6 +123,8 @@ MainWindow::MainWindow(QWidget* parent, Qt::WFlags flags)
|
|||
connect(ui.actionInvite_Friend, SIGNAL(triggered() ), this , SLOT( inviteFriend() ) );
|
||||
connect(ui.actionAdd_Share, SIGNAL(triggered() ), this , SLOT( addSharedDirectory() ) );
|
||||
connect(ui.actionOptions, SIGNAL(triggered()), this, SLOT( showPreferencesWindow()) );
|
||||
connect(ui.actionColor, SIGNAL(triggered()), this, SLOT( setStyle()) );
|
||||
|
||||
|
||||
/** Games ToolBox*/
|
||||
//connect(ui.qbackgammonButton, SIGNAL(clicked( bool )), this, SLOT( startgammon()) );
|
||||
|
@ -669,12 +671,5 @@ void MainWindow::setStyle()
|
|||
|
||||
}
|
||||
|
||||
/*void MainWindow::toggleViewAction ()
|
||||
{
|
||||
|
||||
ui.toolBarservice->toggleViewAction();
|
||||
|
||||
//ui.toolBarservice->show();
|
||||
|
||||
}*/
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue