mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
Added to details to display the Status
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3865 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
ebef7e7141
commit
3bad8ad1c9
@ -157,6 +157,8 @@ void ConfCertDialog::load()
|
|||||||
ui.extPort -> setValue(detail.extPort);
|
ui.extPort -> setValue(detail.extPort);
|
||||||
|
|
||||||
ui.dynDNS->setText(QString::fromStdString(detail.dyndns));
|
ui.dynDNS->setText(QString::fromStdString(detail.dyndns));
|
||||||
|
|
||||||
|
ui.statusline->setText(QString::fromStdString(detail.autoconnect));
|
||||||
|
|
||||||
ui.ipAddressList->clear();
|
ui.ipAddressList->clear();
|
||||||
for(std::list<std::string>::const_iterator it(detail.ipAddressList.begin());it!=detail.ipAddressList.end();++it)
|
for(std::list<std::string>::const_iterator it(detail.ipAddressList.begin());it!=detail.ipAddressList.end();++it)
|
||||||
@ -164,6 +166,8 @@ void ConfCertDialog::load()
|
|||||||
|
|
||||||
ui.loc->show();
|
ui.loc->show();
|
||||||
ui.label_loc->show();
|
ui.label_loc->show();
|
||||||
|
ui.statusline->show();
|
||||||
|
ui.label_status->show();
|
||||||
ui.lastcontact->show();
|
ui.lastcontact->show();
|
||||||
ui.label_last_contact->show();
|
ui.label_last_contact->show();
|
||||||
ui.version->show();
|
ui.version->show();
|
||||||
@ -177,6 +181,8 @@ void ConfCertDialog::load()
|
|||||||
ui.label_rsid->show();
|
ui.label_rsid->show();
|
||||||
ui.loc->hide();
|
ui.loc->hide();
|
||||||
ui.label_loc->hide();
|
ui.label_loc->hide();
|
||||||
|
ui.statusline->hide();
|
||||||
|
ui.label_status->hide();
|
||||||
ui.lastcontact->hide();
|
ui.lastcontact->hide();
|
||||||
ui.label_last_contact->hide();
|
ui.label_last_contact->hide();
|
||||||
ui.version->hide();
|
ui.version->hide();
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
<x>0</x>
|
<x>0</x>
|
||||||
<y>0</y>
|
<y>0</y>
|
||||||
<width>516</width>
|
<width>516</width>
|
||||||
<height>606</height>
|
<height>544</height>
|
||||||
</rect>
|
</rect>
|
||||||
</property>
|
</property>
|
||||||
<property name="windowTitle">
|
<property name="windowTitle">
|
||||||
@ -66,28 +66,28 @@
|
|||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
<item row="5" column="0">
|
<item row="6" column="0">
|
||||||
<widget class="QLabel" name="label_last_contact">
|
<widget class="QLabel" name="label_last_contact">
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Last Contact</string>
|
<string>Last Contact</string>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
<item row="5" column="1">
|
<item row="6" column="1">
|
||||||
<widget class="QLineEdit" name="lastcontact">
|
<widget class="QLineEdit" name="lastcontact">
|
||||||
<property name="readOnly">
|
<property name="readOnly">
|
||||||
<bool>true</bool>
|
<bool>true</bool>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
<item row="6" column="1">
|
<item row="7" column="1">
|
||||||
<widget class="QLineEdit" name="version">
|
<widget class="QLineEdit" name="version">
|
||||||
<property name="readOnly">
|
<property name="readOnly">
|
||||||
<bool>true</bool>
|
<bool>true</bool>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
<item row="6" column="0">
|
<item row="7" column="0">
|
||||||
<widget class="QLabel" name="label_version">
|
<widget class="QLabel" name="label_version">
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Version</string>
|
<string>Version</string>
|
||||||
@ -122,6 +122,20 @@
|
|||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
|
<item row="5" column="0">
|
||||||
|
<widget class="QLabel" name="label_status">
|
||||||
|
<property name="text">
|
||||||
|
<string>Status</string>
|
||||||
|
</property>
|
||||||
|
</widget>
|
||||||
|
</item>
|
||||||
|
<item row="5" column="1">
|
||||||
|
<widget class="QLineEdit" name="statusline">
|
||||||
|
<property name="readOnly">
|
||||||
|
<bool>true</bool>
|
||||||
|
</property>
|
||||||
|
</widget>
|
||||||
|
</item>
|
||||||
</layout>
|
</layout>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
|
Loading…
Reference in New Issue
Block a user