Added tooltip for Show Cert Button "Show full certificate (old format)"

* Added tooltip for Show Cert Button "Show full certificate (old format)"
* removed the tooltip for Retroshare ID
This commit is contained in:
defnax 2019-09-28 12:18:46 +02:00
parent 892acd8ef8
commit 7a48fee0bc
2 changed files with 4 additions and 5 deletions

View File

@ -204,10 +204,6 @@ void HomePage::updateOwnId()
rsPeers->getShortInvite(invite,rsPeers->getOwnId(),true,!mIncludeAllIPs);
ui->retroshareid->setText(QString::fromUtf8(invite.c_str()));
QString description = ConfCertDialog::getCertificateDescription(detail,false,mUseShortFormat,include_extra_locators);
ui->retroshareid->setToolTip(description);
}
static void sendMail(QString sAddress, QString sSubject, QString sBody)
{
@ -319,7 +315,7 @@ void HomePage::doExpand()
else
{
ui->userCertEdit->hide();
ui->expandButton->setToolTip(tr("Show Certificate"));
ui->expandButton->setToolTip(tr("Show full certificate (old format)"));
}
}

View File

@ -296,6 +296,9 @@ private and secure decentralized communication platform.
</item>
<item row="1" column="3">
<widget class="QToolButton" name="expandButton">
<property name="toolTip">
<string>Show full certificate (old format)</string>
</property>
<property name="text">
<string>...</string>
</property>