2012-04-09 21:07:25 +02:00
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>RPCConsole</class>
2014-11-10 16:41:57 +01:00
<widget class="QWidget" name="RPCConsole">
2012-04-09 21:07:25 +02:00
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
2012-05-20 15:49:17 +02:00
<width>740</width>
2016-02-26 09:35:39 +01:00
<height>430</height>
2012-04-09 21:07:25 +02:00
</rect>
</property>
<property name="windowTitle">
2020-01-06 20:23:35 +01:00
<string>Node window</string>
2012-04-09 21:07:25 +02:00
</property>
<layout class="QVBoxLayout" name="verticalLayout_2">
2018-12-05 22:51:49 +02:00
<item>
<widget class="QLabel" name="label_alerts">
<property name="visible">
<bool>false</bool>
</property>
<property name="styleSheet">
<string notr="true">QLabel { background-color: qlineargradient(x1: 0, y1: 0, x2: 1, y2: 0, stop:0 #F0D0A0, stop:1 #F8D488); color:#000000; }</string>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
<property name="margin">
<number>3</number>
</property>
<property name="textInteractionFlags">
<set>Qt::TextSelectableByMouse</set>
</property>
</widget>
</item>
2012-04-09 21:07:25 +02:00
<item>
<widget class="QTabWidget" name="tabWidget">
<property name="currentIndex">
<number>0</number>
</property>
2012-05-09 17:12:05 +02:00
<widget class="QWidget" name="tab_info">
2012-04-09 21:07:25 +02:00
<attribute name="title">
2012-05-09 17:31:59 +02:00
<string>&Information</string>
2012-04-09 21:07:25 +02:00
</attribute>
2015-11-09 11:45:07 +01:00
<layout class="QGridLayout" name="gridLayout" columnstretch="0,1,0">
2012-04-09 21:07:25 +02:00
<property name="horizontalSpacing">
<number>12</number>
</property>
2012-05-12 00:28:58 +02:00
<item row="0" column="0">
<widget class="QLabel" name="label_9">
<property name="font">
<font>
<weight>75</weight>
<bold>true</bold>
</font>
</property>
<property name="text">
2013-12-16 23:36:22 +01:00
<string>General</string>
2012-05-12 00:28:58 +02:00
</property>
</widget>
</item>
2012-04-09 21:07:25 +02:00
<item row="1" column="0">
<widget class="QLabel" name="label_6">
<property name="text">
<string>Client version</string>
</property>
</widget>
</item>
2016-06-28 18:27:49 +02:00
<item row="1" column="1" colspan="2">
2012-04-09 21:07:25 +02:00
<widget class="QLabel" name="clientVersion">
2012-05-12 00:28:58 +02:00
<property name="cursor">
<cursorShape>IBeamCursor</cursorShape>
</property>
2012-04-09 21:07:25 +02:00
<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>
2016-06-28 18:27:49 +02:00
<item row="2" column="0">
2015-08-06 15:40:50 +02:00
<widget class="QLabel" name="labelClientUserAgent">
<property name="text">
<string>User Agent</string>
</property>
<property name="indent">
<number>10</number>
</property>
</widget>
</item>
2016-06-28 18:27:49 +02:00
<item row="2" column="1" colspan="2">
2015-08-06 15:40:50 +02:00
<widget class="QLabel" name="clientUserAgent">
<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>
2016-06-28 18:27:49 +02:00
<item row="3" column="0">
2012-05-12 00:28:58 +02:00
<widget class="QLabel" name="label_12">
<property name="text">
2016-03-22 08:40:10 +01:00
<string>Datadir</string>
2012-05-12 00:28:58 +02:00
</property>
</widget>
</item>
2020-10-27 16:11:38 +02:00
<item row="3" column="1" colspan="2">
2016-03-22 08:40:10 +01:00
<widget class="QLabel" name="dataDir">
2012-05-12 00:28:58 +02:00
<property name="cursor">
<cursorShape>IBeamCursor</cursorShape>
2012-04-09 21:07:25 +02:00
</property>
2018-10-06 00:05:51 +03:00
<property name="toolTip">
<string>To specify a non-default location of the data directory use the '%1' option.</string>
</property>
2012-04-09 21:07:25 +02:00
<property name="text">
2012-05-12 00:28:58 +02:00
<string>N/A</string>
</property>
<property name="textFormat">
<enum>Qt::PlainText</enum>
</property>
2016-03-22 08:40:10 +01:00
<property name="wordWrap">
<bool>true</bool>
</property>
2012-05-12 00:28:58 +02:00
<property name="textInteractionFlags">
<set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse</set>
2012-04-09 21:07:25 +02:00
</property>
</widget>
</item>
2020-10-27 16:11:38 +02:00
<item row="4" column="0">
2018-10-02 23:12:17 +03:00
<widget class="QLabel" name="label_11">
<property name="text">
<string>Blocksdir</string>
</property>
</widget>
</item>
2020-10-27 16:11:38 +02:00
<item row="4" column="1" colspan="2">
2018-10-02 23:12:17 +03:00
<widget class="QLabel" name="blocksDir">
<property name="cursor">
<cursorShape>IBeamCursor</cursorShape>
</property>
2018-10-06 00:05:51 +03:00
<property name="toolTip">
<string>To specify a non-default location of the blocks directory use the '%1' option.</string>
</property>
2018-10-02 23:12:17 +03:00
<property name="text">
<string>N/A</string>
</property>
<property name="textFormat">
<enum>Qt::PlainText</enum>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
<property name="textInteractionFlags">
<set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse</set>
</property>
</widget>
</item>
2020-10-27 16:11:38 +02:00
<item row="5" column="0">
2012-05-12 00:28:58 +02:00
<widget class="QLabel" name="label_13">
<property name="text">
<string>Startup time</string>
</property>
</widget>
</item>
2020-10-27 16:11:38 +02:00
<item row="5" column="1" colspan="2">
2012-05-12 00:28:58 +02:00
<widget class="QLabel" name="startupTime">
<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>
2020-10-27 16:11:38 +02:00
<item row="6" column="0">
2020-03-24 13:58:21 +01:00
<widget class="QLabel" name="labelNetwork">
<property name="font">
<font>
<weight>75</weight>
<bold>true</bold>
</font>
</property>
<property name="text">
<string>Network</string>
</property>
</widget>
2016-02-26 09:35:39 +01:00
</item>
2020-10-27 16:11:38 +02:00
<item row="7" column="0">
2013-12-18 09:45:36 +01:00
<widget class="QLabel" name="label_8">
2012-04-09 21:07:25 +02:00
<property name="text">
2013-12-18 09:45:36 +01:00
<string>Name</string>
2012-04-09 21:07:25 +02:00
</property>
</widget>
</item>
2020-10-27 16:11:38 +02:00
<item row="7" column="1" colspan="2">
2013-12-18 09:45:36 +01:00
<widget class="QLabel" name="networkName">
2012-05-12 00:28:58 +02:00
<property name="cursor">
<cursorShape>IBeamCursor</cursorShape>
</property>
2012-04-09 21:07:25 +02:00
<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>
2020-10-27 16:11:38 +02:00
<item row="8" column="0">
2013-12-18 09:45:36 +01:00
<widget class="QLabel" name="label_7">
2012-04-09 21:07:25 +02:00
<property name="text">
2013-12-18 09:45:36 +01:00
<string>Number of connections</string>
2012-04-09 21:07:25 +02:00
</property>
</widget>
</item>
2020-10-27 16:11:38 +02:00
<item row="8" column="1" colspan="2">
2013-12-18 09:45:36 +01:00
<widget class="QLabel" name="numberOfConnections">
<property name="cursor">
<cursorShape>IBeamCursor</cursorShape>
2012-04-09 21:07:25 +02:00
</property>
<property name="text">
2013-12-18 09:45:36 +01:00
<string>N/A</string>
</property>
<property name="textFormat">
<enum>Qt::PlainText</enum>
</property>
<property name="textInteractionFlags">
<set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse</set>
2012-04-09 21:07:25 +02:00
</property>
</widget>
</item>
2020-10-27 16:11:38 +02:00
<item row="9" column="0">
2012-04-09 21:07:25 +02:00
<widget class="QLabel" name="label_10">
<property name="font">
<font>
<weight>75</weight>
<bold>true</bold>
</font>
</property>
<property name="text">
<string>Block chain</string>
</property>
</widget>
</item>
2020-10-27 16:11:38 +02:00
<item row="10" column="0">
2012-04-09 21:07:25 +02:00
<widget class="QLabel" name="label_3">
<property name="text">
2020-07-25 20:41:35 +03:00
<string>Current block height</string>
2012-04-09 21:07:25 +02:00
</property>
</widget>
</item>
2020-10-27 16:11:38 +02:00
<item row="10" column="1" colspan="2">
2012-04-09 21:07:25 +02:00
<widget class="QLabel" name="numberOfBlocks">
2012-05-12 00:28:58 +02:00
<property name="cursor">
<cursorShape>IBeamCursor</cursorShape>
</property>
2012-04-09 21:07:25 +02:00
<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>
2020-10-27 16:11:38 +02:00
<item row="11" column="0">
2015-11-09 11:45:07 +01:00
<widget class="QLabel" name="labelLastBlockTime">
2012-04-09 21:07:25 +02:00
<property name="text">
<string>Last block time</string>
</property>
</widget>
</item>
2020-10-27 16:11:38 +02:00
<item row="11" column="1" colspan="2">
2012-04-09 21:07:25 +02:00
<widget class="QLabel" name="lastBlockTime">
2012-05-12 00:28:58 +02:00
<property name="cursor">
<cursorShape>IBeamCursor</cursorShape>
</property>
2012-04-09 21:07:25 +02:00
<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>
2020-10-27 16:11:38 +02:00
<item row="12" column="0">
2015-11-09 11:45:07 +01:00
<widget class="QLabel" name="labelMempoolTitle">
<property name="font">
<font>
<weight>75</weight>
<bold>true</bold>
</font>
2012-05-09 22:07:00 +02:00
</property>
2015-11-09 11:45:07 +01:00
<property name="text">
<string>Memory Pool</string>
2012-05-09 22:07:00 +02:00
</property>
2015-11-09 11:45:07 +01:00
</widget>
2012-05-09 22:07:00 +02:00
</item>
2020-10-27 16:11:38 +02:00
<item row="13" column="0">
2015-11-09 11:45:07 +01:00
<widget class="QLabel" name="labelNumberOfTransactions">
<property name="text">
<string>Current number of transactions</string>
</property>
</widget>
</item>
2020-10-27 16:11:38 +02:00
<item row="13" column="1">
2015-11-09 11:45:07 +01:00
<widget class="QLabel" name="mempoolNumberTxs">
<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>
2020-10-27 16:11:38 +02:00
<item row="14" column="0">
2015-11-09 11:45:07 +01:00
<widget class="QLabel" name="labelMemoryUsage">
<property name="text">
<string>Memory usage</string>
</property>
</widget>
</item>
2020-10-27 16:11:38 +02:00
<item row="14" column="1">
2015-11-09 11:45:07 +01:00
<widget class="QLabel" name="mempoolSize">
<property name="cursor">
<cursorShape>IBeamCursor</cursorShape>
2012-05-09 22:07:00 +02:00
</property>
<property name="text">
2015-11-09 11:45:07 +01:00
<string>N/A</string>
2012-05-09 22:07:00 +02:00
</property>
2015-11-09 11:45:07 +01:00
<property name="textFormat">
<enum>Qt::PlainText</enum>
</property>
<property name="textInteractionFlags">
<set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse</set>
2012-06-12 17:17:51 +02:00
</property>
2012-05-09 22:07:00 +02:00
</widget>
</item>
2020-10-27 16:11:38 +02:00
<item row="12" column="2" rowspan="3">
2015-11-09 11:45:07 +01:00
<layout class="QVBoxLayout" name="verticalLayoutDebugButton">
<property name="spacing">
<number>3</number>
</property>
<item>
<spacer name="verticalSpacer_2">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>10</width>
<height>5</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="QLabel" name="labelDebugLogfile">
<property name="text">
<string>Debug log file</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="openDebugLogfileButton">
<property name="toolTip">
2015-12-09 10:53:12 +00:00
<string>Open the %1 debug log file from the current data directory. This can take a few seconds for large log files.</string>
2015-11-09 11:45:07 +01:00
</property>
<property name="text">
<string>&Open</string>
</property>
<property name="autoDefault">
<bool>false</bool>
</property>
</widget>
</item>
</layout>
</item>
2020-10-27 16:11:38 +02:00
<item row="15" column="0">
2012-04-09 21:07:25 +02:00
<spacer name="verticalSpacer">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>40</height>
</size>
</property>
</spacer>
</item>
</layout>
</widget>
2012-05-09 17:12:05 +02:00
<widget class="QWidget" name="tab_console">
2012-04-09 21:07:25 +02:00
<attribute name="title">
2012-05-09 17:31:59 +02:00
<string>&Console</string>
2012-04-09 21:07:25 +02:00
</attribute>
<layout class="QVBoxLayout" name="verticalLayout_3">
<property name="spacing">
<number>3</number>
</property>
2016-01-22 18:00:36 +01:00
<property name="bottomMargin">
<number>5</number>
</property>
2012-04-09 21:07:25 +02:00
<item>
<layout class="QHBoxLayout" name="horizontalLayout">
<property name="spacing">
2016-01-22 18:00:36 +01:00
<number>4</number>
2012-04-09 21:07:25 +02:00
</property>
2016-09-09 20:55:59 +00:00
<item>
<widget class="QLabel" name="WalletSelectorLabel">
<property name="text">
<string>Wallet: </string>
</property>
</widget>
</item>
<item>
<widget class="QComboBox" name="WalletSelector">
2019-01-14 20:49:19 +02:00
<property name="sizeAdjustPolicy">
<enum>QComboBox::AdjustToContents</enum>
</property>
2016-09-09 20:55:59 +00:00
<item>
<property name="text">
<string>(none)</string>
</property>
</item>
</widget>
</item>
2012-04-09 21:07:25 +02:00
<item>
2016-01-22 18:00:36 +01:00
<spacer name="horizontalSpacer">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item>
2021-05-14 17:28:39 -04:00
<widget class="QToolButton" name="fontSmallerButton">
2016-01-23 10:00:10 +01:00
<property name="toolTip">
<string>Decrease font size</string>
</property>
2020-03-24 13:58:21 +01:00
<property name="text">
<string/>
</property>
2016-01-22 18:00:36 +01:00
<property name="icon">
<iconset resource="../bitcoin.qrc">
<normaloff>:/icons/fontsmaller</normaloff>:/icons/fontsmaller</iconset>
</property>
<property name="iconSize">
<size>
2021-05-14 17:28:39 -04:00
<width>22</width>
<height>22</height>
2016-01-22 18:00:36 +01:00
</size>
</property>
2012-04-09 21:07:25 +02:00
</widget>
</item>
<item>
2021-05-14 17:28:39 -04:00
<widget class="QToolButton" name="fontBiggerButton">
2016-01-22 18:00:36 +01:00
<property name="toolTip">
2016-01-23 00:05:14 +01:00
<string>Increase font size</string>
2016-01-22 18:00:36 +01:00
</property>
<property name="text">
<string/>
</property>
<property name="icon">
<iconset resource="../bitcoin.qrc">
<normaloff>:/icons/fontbigger</normaloff>:/icons/fontbigger</iconset>
</property>
<property name="iconSize">
<size>
2021-05-14 17:28:39 -04:00
<width>22</width>
<height>22</height>
2016-01-22 18:00:36 +01:00
</size>
</property>
</widget>
2012-04-09 21:07:25 +02:00
</item>
<item>
2021-05-14 17:28:39 -04:00
<widget class="QToolButton" name="clearButton">
2012-04-09 21:07:25 +02:00
<property name="toolTip">
<string>Clear console</string>
</property>
2016-01-22 18:00:36 +01:00
<property name="layoutDirection">
<enum>Qt::LeftToRight</enum>
</property>
2012-04-09 21:07:25 +02:00
<property name="text">
<string/>
</property>
<property name="icon">
<iconset resource="../bitcoin.qrc">
<normaloff>:/icons/remove</normaloff>:/icons/remove</iconset>
</property>
2021-05-14 17:28:39 -04:00
<property name="iconSize">
<size>
<width>22</width>
<height>22</height>
</size>
</property>
2012-04-09 21:07:25 +02:00
<property name="shortcut">
<string notr="true">Ctrl+L</string>
</property>
2016-01-22 18:00:36 +01:00
</widget>
</item>
</layout>
</item>
2012-04-09 21:07:25 +02:00
<item>
2012-05-12 12:30:07 +02:00
<widget class="QTextEdit" name="messagesWidget">
2012-04-09 21:07:25 +02:00
<property name="minimumSize">
<size>
<width>0</width>
<height>100</height>
</size>
</property>
2012-05-12 12:30:07 +02:00
<property name="readOnly">
<bool>true</bool>
2012-04-09 21:07:25 +02:00
</property>
2012-05-12 12:30:07 +02:00
<property name="tabKeyNavigation" stdset="0">
<bool>false</bool>
2012-04-09 21:07:25 +02:00
</property>
2012-05-12 12:30:07 +02:00
<property name="columnCount" stdset="0">
2012-04-09 21:07:25 +02:00
<number>2</number>
</property>
</widget>
</item>
<item>
2016-01-22 18:00:36 +01:00
<layout class="QHBoxLayout" name="horizontalLayoutPrompt">
2012-04-09 21:07:25 +02:00
<property name="spacing">
<number>3</number>
</property>
<item>
2016-01-23 10:00:10 +01:00
<widget class="QPushButton" name="promptIcon">
<property name="enabled">
<bool>false</bool>
2012-04-09 21:07:25 +02:00
</property>
<property name="maximumSize">
<size>
2016-01-23 10:00:10 +01:00
<width>16</width>
2012-04-09 21:07:25 +02:00
<height>24</height>
</size>
</property>
<property name="text">
<string/>
</property>
<property name="icon">
<iconset resource="../bitcoin.qrc">
2016-01-23 10:00:10 +01:00
<normaloff>:/icons/prompticon</normaloff>
<disabledoff>:/icons/prompticon</disabledoff>:/icons/prompticon</iconset>
2012-04-09 21:07:25 +02:00
</property>
2016-01-23 10:00:10 +01:00
<property name="iconSize">
<size>
<width>14</width>
<height>14</height>
</size>
2012-04-09 21:07:25 +02:00
</property>
<property name="autoDefault">
<bool>false</bool>
</property>
2016-01-23 10:00:10 +01:00
<property name="flat">
<bool>true</bool>
</property>
</widget>
</item>
2016-01-22 18:00:36 +01:00
<item>
<widget class="QLineEdit" name="lineEdit">
2019-05-29 22:53:25 +01:00
<property name="enabled">
<bool>false</bool>
</property>
2020-03-24 13:58:21 +01:00
<property name="placeholderText">
<string/>
</property>
2012-04-09 21:07:25 +02:00
</widget>
</item>
</layout>
</item>
</layout>
</widget>
2014-06-04 12:06:18 +02:00
<widget class="QWidget" name="tab_nettraffic">
2013-08-23 02:09:32 +10:00
<attribute name="title">
<string>&Network Traffic</string>
</attribute>
<layout class="QHBoxLayout" name="horizontalLayout_3">
<item>
<layout class="QVBoxLayout" name="verticalLayout_4">
<item>
<widget class="TrafficGraphWidget" name="trafficGraph" native="true">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
</widget>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_2">
<item>
<widget class="QSlider" name="sldGraphRange">
<property name="minimum">
<number>1</number>
</property>
<property name="maximum">
<number>288</number>
</property>
<property name="pageStep">
<number>12</number>
</property>
<property name="value">
<number>6</number>
</property>
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="lblGraphRange">
<property name="minimumSize">
<size>
<width>100</width>
<height>0</height>
</size>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="btnClearTrafficGraph">
<property name="text">
2017-02-05 06:48:31 +01:00
<string>&Reset</string>
2013-08-23 02:09:32 +10:00
</property>
2014-09-05 13:54:16 +02:00
<property name="autoDefault">
<bool>false</bool>
</property>
2013-08-23 02:09:32 +10:00
</widget>
</item>
</layout>
</item>
</layout>
</item>
<item>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<widget class="QGroupBox" name="groupBox">
<property name="title">
<string>Totals</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout_5">
<item>
<layout class="QHBoxLayout" name="horizontalLayout_4">
<item>
<widget class="Line" name="line">
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>10</width>
<height>0</height>
</size>
</property>
<property name="palette">
<palette>
<active>
<colorrole role="Light">
<brush brushstyle="SolidPattern">
<color alpha="255">
<red>0</red>
<green>255</green>
<blue>0</blue>
</color>
</brush>
</colorrole>
</active>
<inactive>
<colorrole role="Light">
<brush brushstyle="SolidPattern">
<color alpha="255">
<red>0</red>
<green>255</green>
<blue>0</blue>
</color>
</brush>
</colorrole>
</inactive>
<disabled>
<colorrole role="Light">
<brush brushstyle="SolidPattern">
<color alpha="255">
<red>0</red>
<green>255</green>
<blue>0</blue>
</color>
</brush>
</colorrole>
</disabled>
</palette>
</property>
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="label_16">
<property name="text">
2014-06-12 14:29:18 +02:00
<string>Received</string>
2013-08-23 02:09:32 +10:00
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="lblBytesIn">
<property name="minimumSize">
<size>
<width>50</width>
<height>0</height>
</size>
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
</widget>
</item>
</layout>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_5">
<item>
<widget class="Line" name="line_2">
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>10</width>
<height>0</height>
</size>
</property>
<property name="palette">
<palette>
<active>
<colorrole role="Light">
<brush brushstyle="SolidPattern">
<color alpha="255">
<red>255</red>
<green>0</green>
<blue>0</blue>
</color>
</brush>
</colorrole>
</active>
<inactive>
<colorrole role="Light">
<brush brushstyle="SolidPattern">
<color alpha="255">
<red>255</red>
<green>0</green>
<blue>0</blue>
</color>
</brush>
</colorrole>
</inactive>
<disabled>
<colorrole role="Light">
<brush brushstyle="SolidPattern">
<color alpha="255">
<red>255</red>
<green>0</green>
<blue>0</blue>
</color>
</brush>
</colorrole>
</disabled>
</palette>
</property>
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="label_17">
<property name="text">
2014-06-12 14:29:18 +02:00
<string>Sent</string>
2013-08-23 02:09:32 +10:00
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="lblBytesOut">
<property name="minimumSize">
<size>
<width>50</width>
<height>0</height>
</size>
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
</widget>
</item>
</layout>
</item>
<item>
<spacer name="verticalSpacer_4">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>407</height>
</size>
</property>
</spacer>
</item>
</layout>
</widget>
</item>
</layout>
</item>
</layout>
</widget>
2014-05-23 12:09:59 -05:00
<widget class="QWidget" name="tab_peers">
<attribute name="title">
<string>&Peers</string>
</attribute>
2019-01-09 22:13:48 +02:00
<layout class="QVBoxLayout" name="verticalLayout_6">
<item>
<widget class="QSplitter" name="splitter">
<property name="orientation">
<enum>Qt::Horizontal</enum>
2014-06-04 12:06:18 +02:00
</property>
2019-01-09 22:13:48 +02:00
<property name="childrenCollapsible">
<bool>false</bool>
2014-05-23 12:09:59 -05:00
</property>
2019-01-09 22:13:48 +02:00
<widget class="QWidget" name="widget_1" native="true">
<property name="sizePolicy">
<sizepolicy hsizetype="MinimumExpanding" vsizetype="Preferred">
<horstretch>1</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>400</width>
<height>0</height>
</size>
</property>
<layout class="QVBoxLayout" name="verticalLayout_7">
<item>
<widget class="QTableView" name="peerWidget">
<property name="tabKeyNavigation">
<bool>false</bool>
</property>
2021-04-25 19:03:12 -04:00
<property name="alternatingRowColors">
<bool>true</bool>
</property>
2021-04-10 14:07:13 +03:00
<property name="textElideMode">
<enum>Qt::ElideMiddle</enum>
</property>
2019-01-09 22:13:48 +02:00
<property name="sortingEnabled">
<bool>true</bool>
</property>
2021-04-10 14:07:13 +03:00
<property name="wordWrap">
<bool>false</bool>
</property>
2019-01-09 22:13:48 +02:00
<attribute name="horizontalHeaderHighlightSections">
<bool>false</bool>
</attribute>
</widget>
</item>
<item>
<widget class="QLabel" name="banHeading">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Minimum">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>0</width>
<height>32</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>16777215</width>
<height>32</height>
</size>
</property>
<property name="font">
<font>
<pointsize>12</pointsize>
</font>
</property>
<property name="cursor">
<cursorShape>IBeamCursor</cursorShape>
</property>
<property name="text">
<string>Banned peers</string>
</property>
<property name="alignment">
<set>Qt::AlignBottom|Qt::AlignLeading|Qt::AlignLeft</set>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
<property name="textInteractionFlags">
<set>Qt::NoTextInteraction</set>
</property>
</widget>
</item>
<item>
<widget class="QTableView" name="banlistWidget">
<property name="tabKeyNavigation">
<bool>false</bool>
</property>
2021-04-25 19:03:12 -04:00
<property name="alternatingRowColors">
<bool>true</bool>
</property>
2019-01-09 22:13:48 +02:00
<property name="sortingEnabled">
<bool>true</bool>
</property>
<attribute name="horizontalHeaderHighlightSections">
<bool>false</bool>
</attribute>
</widget>
</item>
</layout>
</widget>
2021-01-28 20:37:20 -05:00
<widget class="QWidget" name="peersTabRightPanel" native="true">
2019-01-09 22:13:48 +02:00
<property name="sizePolicy">
<sizepolicy hsizetype="Minimum" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>300</width>
<height>0</height>
</size>
</property>
<layout class="QVBoxLayout" name="verticalLayout_8">
<item>
<widget class="QLabel" name="peerHeading">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Minimum">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>0</width>
<height>32</height>
</size>
</property>
<property name="font">
<font>
<pointsize>10</pointsize>
</font>
</property>
<property name="cursor">
<cursorShape>IBeamCursor</cursorShape>
</property>
<property name="text">
<string>Select a peer to view detailed information.</string>
</property>
<property name="alignment">
<set>Qt::AlignHCenter|Qt::AlignTop</set>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
<property name="textInteractionFlags">
<set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse</set>
</property>
</widget>
</item>
<item>
<widget class="QScrollArea" name="scrollArea">
<property name="widgetResizable">
<bool>true</bool>
</property>
<widget class="QWidget" name="detailWidget">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>300</width>
<height>426</height>
</rect>
</property>
<layout class="QGridLayout" name="gridLayout_2" columnstretch="0,1">
<item row="0" column="0">
<widget class="QLabel" name="label_30">
<property name="text">
2020-07-15 22:43:47 +02:00
<string>Permissions</string>
2019-01-09 22:13:48 +02:00
</property>
</widget>
</item>
<item row="0" column="1">
2020-07-15 22:43:47 +02:00
<widget class="QLabel" name="peerPermissions">
2019-01-09 22:13:48 +02:00
<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="1" column="0">
2020-12-24 12:37:38 +01:00
<widget class="QLabel" name="peerConnectionTypeLabel">
<property name="toolTip">
2021-02-24 16:26:39 +01:00
<string>The direction and type of peer connection: %1</string>
2020-12-24 12:37:38 +01:00
</property>
2019-01-09 22:13:48 +02:00
<property name="text">
2021-02-06 22:56:49 +01:00
<string>Direction/Type</string>
2019-01-09 22:13:48 +02:00
</property>
</widget>
</item>
<item row="1" column="1">
2020-12-24 12:37:38 +01:00
<widget class="QLabel" name="peerConnectionType">
2019-01-09 22:13:48 +02:00
<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="2" column="0">
2020-12-24 11:05:10 +01:00
<widget class="QLabel" name="peerNetworkLabel">
<property name="toolTip">
<string>The network protocol this peer is connected through: IPv4, IPv6, Onion, I2P, or CJDNS.</string>
</property>
<property name="text">
<string>Network</string>
</property>
</widget>
</item>
<item row="2" column="1">
<widget class="QLabel" name="peerNetwork">
<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="3" column="0">
2019-01-09 22:13:48 +02:00
<widget class="QLabel" name="label_21">
<property name="text">
<string>Version</string>
</property>
</widget>
</item>
2020-12-24 11:05:10 +01:00
<item row="3" column="1">
2019-01-09 22:13:48 +02:00
<widget class="QLabel" name="peerVersion">
<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>
2020-12-24 11:05:10 +01:00
<item row="4" column="0">
2019-01-09 22:13:48 +02:00
<widget class="QLabel" name="label_28">
<property name="text">
<string>User Agent</string>
</property>
</widget>
</item>
2020-12-24 11:05:10 +01:00
<item row="4" column="1">
2019-01-09 22:13:48 +02:00
<widget class="QLabel" name="peerSubversion">
<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>
2020-12-24 11:05:10 +01:00
<item row="5" column="0">
2019-01-09 22:13:48 +02:00
<widget class="QLabel" name="label_4">
<property name="text">
<string>Services</string>
</property>
</widget>
</item>
2020-12-24 11:05:10 +01:00
<item row="5" column="1">
2019-01-09 22:13:48 +02:00
<widget class="QLabel" name="peerServices">
<property name="cursor">
<cursorShape>IBeamCursor</cursorShape>
</property>
<property name="text">
<string>N/A</string>
</property>
<property name="textFormat">
<enum>Qt::PlainText</enum>
</property>
2021-04-24 19:22:45 -04:00
<property name="wordWrap">
<bool>true</bool>
</property>
2019-01-09 22:13:48 +02:00
<property name="textInteractionFlags">
<set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse</set>
</property>
</widget>
</item>
2020-12-24 11:05:10 +01:00
<item row="6" column="0">
2021-01-30 22:09:40 +01:00
<widget class="QLabel" name="peerRelayTxesLabel">
<property name="toolTip">
<string>Whether the peer requested us to relay transactions.</string>
</property>
<property name="text">
<string>Wants Tx Relay</string>
</property>
</widget>
</item>
<item row="6" column="1">
<widget class="QLabel" name="peerRelayTxes">
<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="7" column="0">
2021-01-30 23:54:12 +01:00
<widget class="QLabel" name="peerHighBandwidthLabel">
<property name="toolTip">
<string>High bandwidth BIP152 compact block relay: %1</string>
</property>
<property name="text">
<string>High Bandwidth</string>
</property>
</widget>
</item>
<item row="7" column="1">
<widget class="QLabel" name="peerHighBandwidth">
<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="8" column="0">
2019-01-09 22:13:48 +02:00
<widget class="QLabel" name="label_29">
<property name="text">
<string>Starting Block</string>
</property>
</widget>
</item>
2021-01-30 23:54:12 +01:00
<item row="8" column="1">
2019-01-09 22:13:48 +02:00
<widget class="QLabel" name="peerHeight">
<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>
2021-01-30 23:54:12 +01:00
<item row="9" column="0">
2019-01-09 22:13:48 +02:00
<widget class="QLabel" name="label_27">
<property name="text">
<string>Synced Headers</string>
</property>
</widget>
</item>
2021-01-30 23:54:12 +01:00
<item row="9" column="1">
2019-01-09 22:13:48 +02:00
<widget class="QLabel" name="peerSyncHeight">
<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>
2021-01-30 23:54:12 +01:00
<item row="10" column="0">
2019-01-09 22:13:48 +02:00
<widget class="QLabel" name="label_25">
<property name="text">
<string>Synced Blocks</string>
</property>
</widget>
</item>
2021-01-30 23:54:12 +01:00
<item row="10" column="1">
2019-01-09 22:13:48 +02:00
<widget class="QLabel" name="peerCommonHeight">
<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>
2021-01-30 23:54:12 +01:00
<item row="11" column="0">
2019-01-09 22:13:48 +02:00
<widget class="QLabel" name="label_22">
<property name="text">
<string>Connection Time</string>
</property>
</widget>
</item>
2021-01-30 23:54:12 +01:00
<item row="11" column="1">
2019-01-09 22:13:48 +02:00
<widget class="QLabel" name="peerConnTime">
<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>
2021-01-30 23:54:12 +01:00
<item row="12" column="0">
2021-02-24 16:26:39 +01:00
<widget class="QLabel" name="peerLastBlockLabel">
<property name="toolTip">
<string>Elapsed time since a novel block passing initial validity checks was received from this peer.</string>
</property>
<property name="text">
<string>Last Block</string>
</property>
</widget>
</item>
<item row="12" column="1">
<widget class="QLabel" name="peerLastBlock">
<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="13" column="0">
2021-02-24 16:20:48 +01:00
<widget class="QLabel" name="peerLastTxLabel">
<property name="toolTip">
<string>Elapsed time since a novel transaction accepted into our mempool was received from this peer.</string>
</property>
<property name="text">
<string>Last Tx</string>
</property>
</widget>
</item>
2021-02-24 16:26:39 +01:00
<item row="13" column="1">
2021-02-24 16:20:48 +01:00
<widget class="QLabel" name="peerLastTx">
<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>
2021-02-24 16:26:39 +01:00
<item row="14" column="0">
2019-01-09 22:13:48 +02:00
<widget class="QLabel" name="label_15">
<property name="text">
<string>Last Send</string>
</property>
</widget>
</item>
2021-02-24 16:26:39 +01:00
<item row="14" column="1">
2019-01-09 22:13:48 +02:00
<widget class="QLabel" name="peerLastSend">
<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>
2021-02-24 16:26:39 +01:00
<item row="15" column="0">
2019-01-09 22:13:48 +02:00
<widget class="QLabel" name="label_19">
<property name="text">
<string>Last Receive</string>
</property>
</widget>
</item>
2021-02-24 16:26:39 +01:00
<item row="15" column="1">
2019-01-09 22:13:48 +02:00
<widget class="QLabel" name="peerLastRecv">
<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>
2021-02-24 16:26:39 +01:00
<item row="16" column="0">
2019-01-09 22:13:48 +02:00
<widget class="QLabel" name="label_18">
<property name="text">
<string>Sent</string>
</property>
</widget>
</item>
2021-02-24 16:26:39 +01:00
<item row="16" column="1">
2019-01-09 22:13:48 +02:00
<widget class="QLabel" name="peerBytesSent">
<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>
2021-02-24 16:26:39 +01:00
<item row="17" column="0">
2019-01-09 22:13:48 +02:00
<widget class="QLabel" name="label_20">
<property name="text">
<string>Received</string>
</property>
</widget>
</item>
2021-02-24 16:26:39 +01:00
<item row="17" column="1">
2019-01-09 22:13:48 +02:00
<widget class="QLabel" name="peerBytesRecv">
<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>
2021-02-24 16:26:39 +01:00
<item row="18" column="0">
2019-01-09 22:13:48 +02:00
<widget class="QLabel" name="label_26">
<property name="text">
<string>Ping Time</string>
</property>
</widget>
</item>
2021-02-24 16:26:39 +01:00
<item row="18" column="1">
2019-01-09 22:13:48 +02:00
<widget class="QLabel" name="peerPingTime">
<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>
2021-02-24 16:26:39 +01:00
<item row="19" column="0">
2019-01-09 22:13:48 +02:00
<widget class="QLabel" name="peerPingWaitLabel">
<property name="toolTip">
<string>The duration of a currently outstanding ping.</string>
</property>
<property name="text">
<string>Ping Wait</string>
</property>
</widget>
</item>
2021-02-24 16:26:39 +01:00
<item row="19" column="1">
2019-01-09 22:13:48 +02:00
<widget class="QLabel" name="peerPingWait">
<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>
2021-02-24 16:26:39 +01:00
<item row="20" column="0">
2019-01-09 22:13:48 +02:00
<widget class="QLabel" name="peerMinPingLabel">
<property name="text">
<string>Min Ping</string>
</property>
</widget>
</item>
2021-02-24 16:26:39 +01:00
<item row="20" column="1">
2019-01-09 22:13:48 +02:00
<widget class="QLabel" name="peerMinPing">
<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>
2021-02-24 16:26:39 +01:00
<item row="21" column="0">
2019-01-09 22:13:48 +02:00
<widget class="QLabel" name="label_timeoffset">
<property name="text">
<string>Time Offset</string>
</property>
</widget>
</item>
2021-02-24 16:26:39 +01:00
<item row="21" column="1">
2019-01-09 22:13:48 +02:00
<widget class="QLabel" name="timeoffset">
<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>
2021-02-24 16:26:39 +01:00
<item row="22" column="0">
2020-03-22 12:27:46 +01:00
<widget class="QLabel" name="peerMappedASLabel">
<property name="toolTip">
<string>The mapped Autonomous System used for diversifying peer selection.</string>
</property>
<property name="text">
<string>Mapped AS</string>
</property>
</widget>
</item>
2021-02-24 16:26:39 +01:00
<item row="22" column="1">
2020-03-22 12:27:46 +01:00
<widget class="QLabel" name="peerMappedAS">
<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>
2021-02-24 16:26:39 +01:00
<item row="23" column="0">
2022-01-20 22:46:23 +01:00
<widget class="QLabel" name="peerAddrRelayEnabledLabel">
<property name="toolTip">
<string extracomment="Tooltip text for the Address Relay field in the peer details area.">Whether we relay addresses to this peer.</string>
</property>
<property name="text">
<string>Address Relay</string>
</property>
</widget>
</item>
<item row="23" column="1">
<widget class="QLabel" name="peerAddrRelayEnabled">
<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="24" column="0">
2022-01-20 22:40:41 +01:00
<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">
2022-01-20 22:43:01 +01:00
<widget class="QLabel" name="peerAddrRateLimitedLabel">
<property name="toolTip">
<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>
</property>
<property name="text">
<string>Addresses Rate-Limited</string>
</property>
</widget>
</item>
<item row="25" column="1">
<widget class="QLabel" name="peerAddrRateLimited">
<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="26" column="0">
2019-05-26 00:00:46 +02:00
<spacer name="verticalSpacer_3">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>40</height>
</size>
</property>
</spacer>
</item>
2019-01-09 22:13:48 +02:00
</layout>
</widget>
</widget>
</item>
</layout>
</widget>
2014-05-23 12:09:59 -05:00
</widget>
</item>
</layout>
</widget>
2012-04-09 21:07:25 +02:00
</widget>
</item>
</layout>
</widget>
2013-08-23 02:09:32 +10:00
<customwidgets>
<customwidget>
<class>TrafficGraphWidget</class>
<extends>QWidget</extends>
2017-08-15 17:18:36 +02:00
<header>qt/trafficgraphwidget.h</header>
2013-08-23 02:09:32 +10:00
<container>1</container>
<slots>
<slot>clear()</slot>
</slots>
</customwidget>
</customwidgets>
2012-04-09 21:07:25 +02:00
<resources>
<include location="../bitcoin.qrc"/>
</resources>
<connections/>
</ui>