mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-12-17 09:34:10 -05:00
Added a new GroupBox for bether look
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5449 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
1cefe1123a
commit
8db73ff27d
2 changed files with 152 additions and 154 deletions
|
|
@ -198,6 +198,7 @@ void ConfCertDialog::load()
|
|||
ui.label_version->show();
|
||||
|
||||
ui.groupBox->show();
|
||||
ui.groupBox_4->show();
|
||||
ui.rsid->hide();
|
||||
ui.label_rsid->hide();
|
||||
} else {
|
||||
|
|
@ -207,12 +208,13 @@ void ConfCertDialog::load()
|
|||
ui.label_rsid->show();
|
||||
ui.loc->hide();
|
||||
ui.label_loc->hide();
|
||||
ui.statusline->hide();
|
||||
ui.statusline->hide();
|
||||
ui.label_status->hide();
|
||||
ui.lastcontact->hide();
|
||||
ui.label_last_contact->hide();
|
||||
ui.version->hide();
|
||||
ui.label_version->hide();
|
||||
ui.groupBox_4->hide();
|
||||
|
||||
ui.groupBox->hide();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue