|
1355 | 1355 | <item row="13" column="0">
|
1356 | 1356 | <widget class="QLabel" name="peerLastTxLabel">
|
1357 | 1357 | <property name="toolTip">
|
1358 |
| - <string>Elapsed time since a novel transaction accepted into our mempool was received from this peer.</string> |
| 1358 | + <string extracomment="Tooltip text for the Last Transaction field in the peer details area.">Elapsed time since a novel transaction accepted into our mempool was received from this peer.</string> |
1359 | 1359 | </property>
|
1360 | 1360 | <property name="text">
|
1361 |
| - <string>Last Tx</string> |
| 1361 | + <string>Last Transaction</string> |
1362 | 1362 | </property>
|
1363 | 1363 | </widget>
|
1364 | 1364 | </item>
|
|
1592 | 1592 | </widget>
|
1593 | 1593 | </item>
|
1594 | 1594 | <item row="23" column="0">
|
| 1595 | + <widget class="QLabel" name="peerAddrRelayEnabledLabel"> |
| 1596 | + <property name="toolTip"> |
| 1597 | + <string extracomment="Tooltip text for the Address Relay field in the peer details area.">Whether we relay addresses to this peer.</string> |
| 1598 | + </property> |
| 1599 | + <property name="text"> |
| 1600 | + <string>Address Relay</string> |
| 1601 | + </property> |
| 1602 | + </widget> |
| 1603 | + </item> |
| 1604 | + <item row="23" column="1"> |
| 1605 | + <widget class="QLabel" name="peerAddrRelayEnabled"> |
| 1606 | + <property name="cursor"> |
| 1607 | + <cursorShape>IBeamCursor</cursorShape> |
| 1608 | + </property> |
| 1609 | + <property name="text"> |
| 1610 | + <string>N/A</string> |
| 1611 | + </property> |
| 1612 | + <property name="textFormat"> |
| 1613 | + <enum>Qt::PlainText</enum> |
| 1614 | + </property> |
| 1615 | + <property name="textInteractionFlags"> |
| 1616 | + <set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse</set> |
| 1617 | + </property> |
| 1618 | + </widget> |
| 1619 | + </item> |
| 1620 | + <item row="24" column="0"> |
| 1621 | + <widget class="QLabel" name="peerAddrProcessedLabel"> |
| 1622 | + <property name="toolTip"> |
| 1623 | + <string extracomment="Tooltip text for the Addresses Processed field in the peer details area.">Total number of addresses processed, excluding those dropped due to rate-limiting.</string> |
| 1624 | + </property> |
| 1625 | + <property name="text"> |
| 1626 | + <string>Addresses Processed</string> |
| 1627 | + </property> |
| 1628 | + </widget> |
| 1629 | + </item> |
| 1630 | + <item row="24" column="1"> |
| 1631 | + <widget class="QLabel" name="peerAddrProcessed"> |
| 1632 | + <property name="cursor"> |
| 1633 | + <cursorShape>IBeamCursor</cursorShape> |
| 1634 | + </property> |
| 1635 | + <property name="text"> |
| 1636 | + <string>N/A</string> |
| 1637 | + </property> |
| 1638 | + <property name="textFormat"> |
| 1639 | + <enum>Qt::PlainText</enum> |
| 1640 | + </property> |
| 1641 | + <property name="textInteractionFlags"> |
| 1642 | + <set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse</set> |
| 1643 | + </property> |
| 1644 | + </widget> |
| 1645 | + </item> |
| 1646 | + <item row="25" column="0"> |
| 1647 | + <widget class="QLabel" name="peerAddrRateLimitedLabel"> |
| 1648 | + <property name="toolTip"> |
| 1649 | + <string extracomment="Tooltip text for the Addresses Rate-Limited field in the peer details area.">Total number of addresses dropped due to rate-limiting.</string> |
| 1650 | + </property> |
| 1651 | + <property name="text"> |
| 1652 | + <string>Addresses Rate-Limited</string> |
| 1653 | + </property> |
| 1654 | + </widget> |
| 1655 | + </item> |
| 1656 | + <item row="25" column="1"> |
| 1657 | + <widget class="QLabel" name="peerAddrRateLimited"> |
| 1658 | + <property name="cursor"> |
| 1659 | + <cursorShape>IBeamCursor</cursorShape> |
| 1660 | + </property> |
| 1661 | + <property name="text"> |
| 1662 | + <string>N/A</string> |
| 1663 | + </property> |
| 1664 | + <property name="textFormat"> |
| 1665 | + <enum>Qt::PlainText</enum> |
| 1666 | + </property> |
| 1667 | + <property name="textInteractionFlags"> |
| 1668 | + <set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse</set> |
| 1669 | + </property> |
| 1670 | + </widget> |
| 1671 | + </item> |
| 1672 | + <item row="26" column="0"> |
1595 | 1673 | <spacer name="verticalSpacer_3">
|
1596 | 1674 | <property name="orientation">
|
1597 | 1675 | <enum>Qt::Vertical</enum>
|
|
0 commit comments