Moved some internal stylesheets to the file Standard.qss.

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5474 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
thunder2 2012-08-26 20:31:10 +00:00
parent f7088f0cc6
commit 5d482b9a6f
30 changed files with 1403 additions and 1691 deletions

View file

@ -855,7 +855,7 @@ void SharedFilesDialog::showFrame(bool show)
ui.remoteButton->setChecked(false);
ui.splittedButton->setChecked(false);
ui.labeltext->setText( tr("<strong>My Shared Files</strong>"));
ui.titleBarLabel->setText( tr("<strong>My Shared Files</strong>"));
}
}
@ -869,7 +869,7 @@ void SharedFilesDialog::showFrameRemote(bool show)
ui.localButton->setChecked(false);
ui.splittedButton->setChecked(false);
ui.labeltext->setText( tr("<strong>Friends Files</strong>"));
ui.titleBarLabel->setText( tr("<strong>Friends Files</strong>"));
}
}
@ -884,7 +884,7 @@ void SharedFilesDialog::showFrameSplitted(bool show)
ui.localButton->setChecked(false);
ui.remoteButton->setChecked(false);
ui.labeltext->setText( tr("<strong>Files</strong>"));
ui.titleBarLabel->setText( tr("<strong>Files</strong>"));
}
}