mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-10 10:05:19 -04:00
* 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:
parent
3012683143
commit
ba6260d9cb
4 changed files with 93 additions and 137 deletions
|
@ -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")));
|
||||
}
|
||||
}
|
||||
}*/
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue