removed HeaderFrame where it's not needed; changed the font of top

tooltips to be the same
This commit is contained in:
zapek 2019-01-18 23:30:52 +01:00
parent d143f761cf
commit bb038ab3e0
35 changed files with 211 additions and 425 deletions

View file

@ -83,8 +83,6 @@ ConfCertDialog::ConfCertDialog(const RsPeerId& id, const RsPgpId &pgp_id, QWidge
/* Invoke Qt Designer generated QObject setup routine */
ui.setupUi(this);
Settings->loadWidgetInformation(this);
ui.headerFrame->setHeaderImage(QPixmap(":/images/user/identityinfo64.png"));
//ui.headerFrame->setHeaderText(tr("Friend node details"));
//ui._chat_CB->hide() ;
@ -140,7 +138,7 @@ void ConfCertDialog::load()
nameAndLocation = QString("%1 (%2)").arg(QString::fromUtf8(detail.name.c_str())).arg(QString::fromUtf8(detail.location.c_str()));
ui.headerFrame->setHeaderText(nameAndLocation);
setWindowTitle(nameAndLocation);
RetroShareLink link = RetroShareLink::createPerson(detail.gpg_id);