mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-29 00:27:27 -04:00
Revert "removed HeaderFrame where it's not needed"
This commit is contained in:
parent
50a217bf9d
commit
9c24f5c718
35 changed files with 425 additions and 211 deletions
|
@ -57,6 +57,9 @@ ShareManager::ShareManager()
|
|||
/* Invoke Qt Designer generated QObject setup routine */
|
||||
ui.setupUi(this);
|
||||
|
||||
ui.headerFrame->setHeaderImage(QPixmap(":/images/fileshare64.png"));
|
||||
ui.headerFrame->setHeaderText(tr("Share Manager"));
|
||||
|
||||
isLoading = false;
|
||||
|
||||
Settings->loadWidgetInformation(this);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue