aboutsummaryrefslogtreecommitdiff
path: root/src/qt/forms
diff options
context:
space:
mode:
authorJon Atack <jon@atack.com>2022-01-20 22:40:41 +0100
committerJon Atack <jon@atack.com>2022-01-24 10:52:30 +0100
commit19623d3182d426a263ae57e8b34a8f57e905f75f (patch)
treeda369532b9fc18e196b2d5b020ad8eeb59757700 /src/qt/forms
parenta465a66ef209a241a4df1164d50cea97daaf4d99 (diff)
downloadbitcoin-19623d3182d426a263ae57e8b34a8f57e905f75f.tar.xz
gui: add "Addresses Processed" (m_addr_processed) to peer details
Diffstat (limited to 'src/qt/forms')
-rw-r--r--src/qt/forms/debugwindow.ui26
1 files changed, 26 insertions, 0 deletions
diff --git a/src/qt/forms/debugwindow.ui b/src/qt/forms/debugwindow.ui
index c14af7f704..f525425a92 100644
--- a/src/qt/forms/debugwindow.ui
+++ b/src/qt/forms/debugwindow.ui
@@ -1618,6 +1618,32 @@
</widget>
</item>
<item row="24" column="0">
+ <widget class="QLabel" name="peerAddrProcessedLabel">
+ <property name="toolTip">
+ <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>
+ </property>
+ <property name="text">
+ <string>Addresses Processed</string>
+ </property>
+ </widget>
+ </item>
+ <item row="24" column="1">
+ <widget class="QLabel" name="peerAddrProcessed">
+ <property name="cursor">
+ <cursorShape>IBeamCursor</cursorShape>
+ </property>
+ <property name="text">
+ <string>N/A</string>
+ </property>
+ <property name="textFormat">
+ <enum>Qt::PlainText</enum>
+ </property>
+ <property name="textInteractionFlags">
+ <set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse</set>
+ </property>
+ </widget>
+ </item>
+ <item row="25" column="0">
<spacer name="verticalSpacer_3">
<property name="orientation">
<enum>Qt::Vertical</enum>