mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
added ip addr. field to the add certificate dialog
This commit is contained in:
parent
6202e83c32
commit
7c7e4f86dc
@ -488,6 +488,7 @@ void ConnectFriendWizard::initializePage(int id)
|
|||||||
}
|
}
|
||||||
|
|
||||||
ui->nodeEdit->setText(loc);
|
ui->nodeEdit->setText(loc);
|
||||||
|
ui->ipEdit->setText(QString::fromStdString(peerDetails.isHiddenNode ? peerDetails.hiddenNodeAddress : peerDetails.extAddr));
|
||||||
ui->signersEdit->setPlainText(ts);
|
ui->signersEdit->setPlainText(ts);
|
||||||
|
|
||||||
fillGroups(this, ui->groupComboBox, groupId);
|
fillGroups(this, ui->groupComboBox, groupId);
|
||||||
|
@ -31,7 +31,7 @@
|
|||||||
<item>
|
<item>
|
||||||
<widget class="QRadioButton" name="textRadioButton">
|
<widget class="QRadioButton" name="textRadioButton">
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>&Enter the certificate manually</string>
|
<string>Enter the &certificate manually</string>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
@ -52,7 +52,7 @@
|
|||||||
<item>
|
<item>
|
||||||
<widget class="QRadioButton" name="rsidRadioButton">
|
<widget class="QRadioButton" name="rsidRadioButton">
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>&Enter RetroShare ID manually</string>
|
<string>E&nter RetroShare ID manually</string>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
@ -67,7 +67,7 @@
|
|||||||
<item>
|
<item>
|
||||||
<widget class="QRadioButton" name="friendRecommendationsRadioButton">
|
<widget class="QRadioButton" name="friendRecommendationsRadioButton">
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Recommend many friends to each others</string>
|
<string>&Recommend many friends to each others</string>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
@ -1038,21 +1038,21 @@
|
|||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
<item row="5" column="0">
|
<item row="6" column="0">
|
||||||
<widget class="QLabel" name="signersLabel">
|
<widget class="QLabel" name="signersLabel">
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Signers</string>
|
<string>Signers</string>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
<item row="5" column="1">
|
<item row="6" column="1">
|
||||||
<widget class="QPlainTextEdit" name="signersEdit">
|
<widget class="QPlainTextEdit" name="signersEdit">
|
||||||
<property name="readOnly">
|
<property name="readOnly">
|
||||||
<bool>true</bool>
|
<bool>true</bool>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
<item row="6" column="0" colspan="2">
|
<item row="7" column="0" colspan="2">
|
||||||
<widget class="QLabel" name="alreadyRegisteredLabel">
|
<widget class="QLabel" name="alreadyRegisteredLabel">
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>This peer is already on your friend list. Adding it might just set it's ip address.</string>
|
<string>This peer is already on your friend list. Adding it might just set it's ip address.</string>
|
||||||
@ -1062,6 +1062,20 @@
|
|||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
|
<item row="5" column="0">
|
||||||
|
<widget class="QLabel" name="ipLabel">
|
||||||
|
<property name="text">
|
||||||
|
<string>IP-Addr:</string>
|
||||||
|
</property>
|
||||||
|
</widget>
|
||||||
|
</item>
|
||||||
|
<item row="5" column="1">
|
||||||
|
<widget class="QLabel" name="ipEdit">
|
||||||
|
<property name="text">
|
||||||
|
<string>IP-Address</string>
|
||||||
|
</property>
|
||||||
|
</widget>
|
||||||
|
</item>
|
||||||
</layout>
|
</layout>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
|
Loading…
Reference in New Issue
Block a user