mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-23 06:31:20 -04:00
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:
parent
892acd8ef8
commit
7a48fee0bc
2 changed files with 4 additions and 5 deletions
|
@ -204,10 +204,6 @@ void HomePage::updateOwnId()
|
||||||
rsPeers->getShortInvite(invite,rsPeers->getOwnId(),true,!mIncludeAllIPs);
|
rsPeers->getShortInvite(invite,rsPeers->getOwnId(),true,!mIncludeAllIPs);
|
||||||
|
|
||||||
ui->retroshareid->setText(QString::fromUtf8(invite.c_str()));
|
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)
|
static void sendMail(QString sAddress, QString sSubject, QString sBody)
|
||||||
{
|
{
|
||||||
|
@ -319,7 +315,7 @@ void HomePage::doExpand()
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
ui->userCertEdit->hide();
|
ui->userCertEdit->hide();
|
||||||
ui->expandButton->setToolTip(tr("Show Certificate"));
|
ui->expandButton->setToolTip(tr("Show full certificate (old format)"));
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -296,6 +296,9 @@ private and secure decentralized communication platform.
|
||||||
</item>
|
</item>
|
||||||
<item row="1" column="3">
|
<item row="1" column="3">
|
||||||
<widget class="QToolButton" name="expandButton">
|
<widget class="QToolButton" name="expandButton">
|
||||||
|
<property name="toolTip">
|
||||||
|
<string>Show full certificate (old format)</string>
|
||||||
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>...</string>
|
<string>...</string>
|
||||||
</property>
|
</property>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue