Tooltips for network status columns

This commit is contained in:
Peter Šurda 2017-07-06 19:36:04 +02:00
parent 4536e44b8c
commit a2b8867c1a
Signed by untrusted user: PeterSurda
GPG Key ID: 0C5F50C0B5F37D87
1 changed files with 15 additions and 0 deletions

View File

@ -116,26 +116,41 @@
<property name="text">
<string>Peer</string>
</property>
<property name="toolTip">
<string>IP address or hostname</string>
</property>
</column>
<column>
<property name="text">
<string>Rating</string>
</property>
<property name="toolTip">
<string>PyBitmessage tracks the success rate of connection attempts to individual nodes. The rating ranges from -1 to 1 and affects the likelihood of selecting the node in the future</string>
</property>
</column>
<column>
<property name="text">
<string>User agent</string>
</property>
<property name="toolTip">
<string>Peer's self-reported software</string>
</property>
</column>
<column>
<property name="text">
<string>TLS</string>
</property>
<property name="toolTip">
<string>Connection encryption</string>
</property>
</column>
<column>
<property name="text">
<string>Stream #</string>
</property>
<property name="toolTip">
<string>List of streams negotiated between you and the peer</string>
</property>
</column>
</widget>
</item>