* redesign SharedFiles dialog with Tabs

* Set Font Size for MainWindow ToolBar to 9

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@958 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
defnax 2009-01-28 01:24:41 +00:00
parent 3012683143
commit ba6260d9cb
4 changed files with 93 additions and 137 deletions

View file

@ -67,7 +67,7 @@ SharedFilesDialog::SharedFilesDialog(QWidget *parent)
connect(ui.checkButton, SIGNAL(clicked()), this, SLOT(forceCheck()));
connect(ui.frameButton, SIGNAL(toggled(bool)), this, SLOT(showFrame(bool)));
//connect(ui.frameButton, SIGNAL(toggled(bool)), this, SLOT(showFrame(bool)));
connect( ui.localDirTreeView, SIGNAL( customContextMenuRequested( QPoint ) ), this, SLOT( shareddirtreeWidgetCostumPopupMenu( QPoint ) ) );
@ -464,7 +464,7 @@ void SharedFilesDialog::shareddirtreeWidgetCostumPopupMenu( QPoint point )
/**
Toggles the Lokal TreeView on and off, changes toggle button text
*/
void SharedFilesDialog::showFrame(bool show)
{
if (show) {
@ -478,5 +478,5 @@ void SharedFilesDialog::showFrame(bool show)
ui.frameButton->setToolTip(tr("Show Lokal Directories"));
ui.frameButton->setIcon(QIcon(tr(":images/show_toolbox_frame.png")));
}
}
}*/