2012-04-09 21:07:25 +02:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
|
|
|
<class>RPCConsole</class>
|
|
|
|
<widget class="QDialog" name="RPCConsole">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
2012-05-20 15:49:17 +02:00
|
|
|
<width>740</width>
|
|
|
|
<height>450</height>
|
2012-04-09 21:07:25 +02:00
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="windowTitle">
|
2013-11-08 08:13:08 +01:00
|
|
|
<string>Debug window</string>
|
2012-04-09 21:07:25 +02:00
|
|
|
</property>
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_2">
|
|
|
|
<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>
|
|
|
|
<layout class="QGridLayout" name="gridLayout" columnstretch="0,1">
|
|
|
|
<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_5">
|
|
|
|
<property name="text">
|
|
|
|
<string>Client name</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="1">
|
|
|
|
<widget class="QLabel" name="clientName">
|
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>
|
|
|
|
<item row="2" column="0">
|
|
|
|
<widget class="QLabel" name="label_6">
|
|
|
|
<property name="text">
|
|
|
|
<string>Client version</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="2" column="1">
|
|
|
|
<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>
|
2012-05-12 00:28:58 +02:00
|
|
|
<item row="3" column="0">
|
2012-06-14 19:18:30 +02:00
|
|
|
<widget class="QLabel" name="label_14">
|
|
|
|
<property name="text">
|
|
|
|
<string>Using OpenSSL version</string>
|
|
|
|
</property>
|
|
|
|
<property name="indent">
|
|
|
|
<number>10</number>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="3" column="1">
|
|
|
|
<widget class="QLabel" name="openSSLVersion">
|
|
|
|
<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="4" column="0">
|
2012-05-12 00:28:58 +02:00
|
|
|
<widget class="QLabel" name="label_12">
|
|
|
|
<property name="text">
|
|
|
|
<string>Build date</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2012-06-14 19:18:30 +02:00
|
|
|
<item row="4" column="1">
|
2012-05-12 00:28:58 +02:00
|
|
|
<widget class="QLabel" name="buildDate">
|
|
|
|
<property name="cursor">
|
|
|
|
<cursorShape>IBeamCursor</cursorShape>
|
2012-04-09 21:07:25 +02:00
|
|
|
</property>
|
|
|
|
<property name="text">
|
2012-05-12 00:28:58 +02: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>
|
2012-06-14 19:18:30 +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>
|
2012-06-14 19:18:30 +02:00
|
|
|
<item row="5" column="1">
|
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>
|
2012-06-14 19:18:30 +02:00
|
|
|
<item row="6" column="0">
|
2012-04-09 21:07:25 +02:00
|
|
|
<widget class="QLabel" name="label_11">
|
|
|
|
<property name="font">
|
|
|
|
<font>
|
|
|
|
<weight>75</weight>
|
|
|
|
<bold>true</bold>
|
|
|
|
</font>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Network</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2012-06-14 19:18:30 +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>
|
2012-06-14 19:18:30 +02:00
|
|
|
<item row="7" column="1">
|
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>
|
2012-06-14 19:18:30 +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>
|
2012-06-14 19:18:30 +02:00
|
|
|
<item row="8" column="1">
|
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>
|
2012-06-14 19:18:30 +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>
|
2012-06-14 19:18:30 +02:00
|
|
|
<item row="10" column="0">
|
2012-04-09 21:07:25 +02:00
|
|
|
<widget class="QLabel" name="label_3">
|
|
|
|
<property name="text">
|
|
|
|
<string>Current number of blocks</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2012-06-14 19:18:30 +02:00
|
|
|
<item row="10" column="1">
|
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>
|
2012-06-14 19:18:30 +02:00
|
|
|
<item row="11" column="0">
|
2012-04-09 21:07:25 +02:00
|
|
|
<widget class="QLabel" name="label_2">
|
|
|
|
<property name="text">
|
|
|
|
<string>Last block time</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2014-05-05 19:43:14 +02:00
|
|
|
<item row="11" column="1">
|
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>
|
2014-05-05 19:43:14 +02:00
|
|
|
<item row="12" column="0">
|
2012-05-09 22:07:00 +02:00
|
|
|
<spacer name="verticalSpacer_2">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Vertical</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>20</width>
|
|
|
|
<height>20</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
2014-05-05 19:43:14 +02:00
|
|
|
<item row="13" column="0">
|
2012-05-09 22:07:00 +02:00
|
|
|
<widget class="QLabel" name="labelDebugLogfile">
|
|
|
|
<property name="font">
|
|
|
|
<font>
|
|
|
|
<weight>75</weight>
|
|
|
|
<bold>true</bold>
|
|
|
|
</font>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
2012-07-23 08:22:04 +02:00
|
|
|
<string>Debug log file</string>
|
2012-05-09 22:07:00 +02:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2014-05-05 19:43:14 +02:00
|
|
|
<item row="14" column="0">
|
2012-05-09 22:07:00 +02:00
|
|
|
<widget class="QPushButton" name="openDebugLogfileButton">
|
|
|
|
<property name="toolTip">
|
2012-07-23 08:22:04 +02:00
|
|
|
<string>Open the Bitcoin debug log file from the current data directory. This can take a few seconds for large log files.</string>
|
2012-05-09 22:07:00 +02:00
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>&Open</string>
|
|
|
|
</property>
|
2012-06-12 17:17:51 +02:00
|
|
|
<property name="autoDefault">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
2012-05-09 22:07:00 +02:00
|
|
|
</widget>
|
|
|
|
</item>
|
2014-05-05 19:43:14 +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>
|
|
|
|
<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>
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout">
|
|
|
|
<property name="spacing">
|
|
|
|
<number>3</number>
|
|
|
|
</property>
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="label">
|
|
|
|
<property name="text">
|
2012-05-12 00:28:58 +02:00
|
|
|
<string notr="true">></string>
|
2012-04-09 21:07:25 +02:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QLineEdit" name="lineEdit"/>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="clearButton">
|
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
|
|
|
<width>24</width>
|
|
|
|
<height>24</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Clear console</string>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string/>
|
|
|
|
</property>
|
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="../bitcoin.qrc">
|
|
|
|
<normaloff>:/icons/remove</normaloff>:/icons/remove</iconset>
|
|
|
|
</property>
|
|
|
|
<property name="shortcut">
|
|
|
|
<string notr="true">Ctrl+L</string>
|
|
|
|
</property>
|
|
|
|
<property name="autoDefault">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
2013-08-22 18:09:32 +02:00
|
|
|
<widget class="QWidget" name="tab">
|
|
|
|
<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">
|
|
|
|
<string>&Clear</string>
|
|
|
|
</property>
|
|
|
|
</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">
|
|
|
|
<string>In:</string>
|
|
|
|
</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">
|
|
|
|
<string>Out:</string>
|
|
|
|
</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 19:09:59 +02:00
|
|
|
<widget class="QWidget" name="tab_peers">
|
|
|
|
<attribute name="title">
|
|
|
|
<string>&Peers</string>
|
|
|
|
</attribute>
|
|
|
|
<layout class="QGridLayout" name="gridLayout_2">
|
|
|
|
<item row="0" column="1">
|
|
|
|
<widget class="QLabel" name="peerHeading">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Minimum">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Select a peer to view detailed information.</string>
|
|
|
|
</property>
|
|
|
|
<property name="margin">
|
|
|
|
<number>3</number>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="0" rowspan="2">
|
|
|
|
<widget class="QTableView" name="peerWidget">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="horizontalScrollBarPolicy">
|
|
|
|
<enum>Qt::ScrollBarAlwaysOff</enum>
|
|
|
|
</property>
|
|
|
|
<property name="editTriggers">
|
|
|
|
<set>QAbstractItemView::AnyKeyPressed|QAbstractItemView::DoubleClicked|QAbstractItemView::EditKeyPressed</set>
|
|
|
|
</property>
|
|
|
|
<property name="sortingEnabled">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="1">
|
|
|
|
<widget class="QWidget" name="detailWidget" native="true">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Expanding">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<layout class="QGridLayout" name="gridLayout_3">
|
|
|
|
<property name="leftMargin">
|
|
|
|
<number>3</number>
|
|
|
|
</property>
|
|
|
|
<item row="12" column="0">
|
|
|
|
<widget class="QLabel" name="label_21">
|
|
|
|
<property name="text">
|
|
|
|
<string>Version:</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="11" column="1">
|
|
|
|
<widget class="QLabel" name="peerPingTime">
|
|
|
|
<property name="text">
|
|
|
|
<string>N/A</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="5" column="0">
|
|
|
|
<widget class="QLabel" name="label_19">
|
|
|
|
<property name="text">
|
|
|
|
<string>Last Receive:</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="14" column="0">
|
|
|
|
<widget class="QLabel" name="label_28">
|
|
|
|
<property name="text">
|
|
|
|
<string>User Agent:</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="12" column="1">
|
|
|
|
<widget class="QLabel" name="peerVersion">
|
|
|
|
<property name="text">
|
|
|
|
<string>N/A</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="8" column="1">
|
|
|
|
<widget class="QLabel" name="peerConnTime">
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>160</width>
|
|
|
|
<height>0</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>N/A</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="11" column="0">
|
|
|
|
<widget class="QLabel" name="label_26">
|
|
|
|
<property name="text">
|
|
|
|
<string>Ping Time:</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="5" column="1">
|
|
|
|
<widget class="QLabel" name="peerLastRecv">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>N/A</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="8" column="0">
|
|
|
|
<widget class="QLabel" name="label_22">
|
|
|
|
<property name="text">
|
|
|
|
<string>Connection Time:</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="6" column="1">
|
|
|
|
<widget class="QLabel" name="peerBytesSent">
|
|
|
|
<property name="text">
|
|
|
|
<string>N/A</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="14" column="1">
|
|
|
|
<widget class="QLabel" name="peerSubversion">
|
|
|
|
<property name="text">
|
|
|
|
<string>N/A</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="15" column="0">
|
|
|
|
<widget class="QLabel" name="label_29">
|
|
|
|
<property name="text">
|
|
|
|
<string>Starting Height:</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="7" column="1">
|
|
|
|
<widget class="QLabel" name="peerBytesRecv">
|
|
|
|
<property name="text">
|
|
|
|
<string>N/A</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="6" column="0">
|
|
|
|
<widget class="QLabel" name="label_18">
|
|
|
|
<property name="text">
|
|
|
|
<string>Bytes Sent:</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="7" column="0">
|
|
|
|
<widget class="QLabel" name="label_20">
|
|
|
|
<property name="text">
|
|
|
|
<string>Bytes Received:</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="15" column="1">
|
|
|
|
<widget class="QLabel" name="peerHeight">
|
|
|
|
<property name="text">
|
|
|
|
<string>N/A</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="16" column="0">
|
|
|
|
<widget class="QLabel" name="label_24">
|
|
|
|
<property name="text">
|
|
|
|
<string>Ban Score:</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="16" column="1">
|
|
|
|
<widget class="QLabel" name="peerBanScore">
|
|
|
|
<property name="text">
|
|
|
|
<string>N/A</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="17" column="0">
|
|
|
|
<widget class="QLabel" name="label_23">
|
|
|
|
<property name="text">
|
|
|
|
<string>Direction:</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="17" column="1">
|
|
|
|
<widget class="QLabel" name="peerDirection">
|
|
|
|
<property name="text">
|
|
|
|
<string>N/A</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="19" column="0">
|
|
|
|
<widget class="QLabel" name="label_25">
|
|
|
|
<property name="text">
|
|
|
|
<string>Sync Node:</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="19" column="1">
|
|
|
|
<widget class="QLabel" name="peerSyncNode">
|
|
|
|
<property name="text">
|
|
|
|
<string>N/A</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="3" column="0">
|
|
|
|
<widget class="QLabel" name="label_15">
|
|
|
|
<property name="text">
|
|
|
|
<string>Last Send:</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="2" column="0">
|
|
|
|
<widget class="QLabel" name="label_4">
|
|
|
|
<property name="text">
|
|
|
|
<string>Services:</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="0">
|
|
|
|
<widget class="QLabel" name="label_27">
|
|
|
|
<property name="text">
|
|
|
|
<string>IP Address/port:</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="3" column="1">
|
|
|
|
<widget class="QLabel" name="peerLastSend">
|
|
|
|
<property name="text">
|
|
|
|
<string>N/A</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="2" column="1">
|
|
|
|
<widget class="QLabel" name="peerServices">
|
|
|
|
<property name="text">
|
|
|
|
<string>N/A</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="1">
|
|
|
|
<widget class="QLabel" name="peerAddr">
|
|
|
|
<property name="text">
|
|
|
|
<string>N/A</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="20" column="0">
|
|
|
|
<widget class="QWidget" name="widget" native="true">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Expanding">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
2012-04-09 21:07:25 +02:00
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
2013-08-22 18:09:32 +02:00
|
|
|
<customwidgets>
|
|
|
|
<customwidget>
|
|
|
|
<class>TrafficGraphWidget</class>
|
|
|
|
<extends>QWidget</extends>
|
|
|
|
<header>trafficgraphwidget.h</header>
|
|
|
|
<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>
|