Bitcoin Core  26.1.0
P2P Digital Currency
ui_debugwindow.h
Go to the documentation of this file.
1 /********************************************************************************
2 ** Form generated from reading UI file 'debugwindow.ui'
3 **
4 ** Created by: Qt User Interface Compiler version 5.15.8
5 **
6 ** WARNING! All changes made in this file will be lost when recompiling UI file!
7 ********************************************************************************/
8 
9 #ifndef UI_DEBUGWINDOW_H
10 #define UI_DEBUGWINDOW_H
11 
12 #include <QtCore/QVariant>
13 #include <QtGui/QIcon>
14 #include <QtWidgets/QApplication>
15 #include <QtWidgets/QComboBox>
16 #include <QtWidgets/QFrame>
17 #include <QtWidgets/QGridLayout>
18 #include <QtWidgets/QGroupBox>
19 #include <QtWidgets/QHBoxLayout>
20 #include <QtWidgets/QHeaderView>
21 #include <QtWidgets/QLabel>
22 #include <QtWidgets/QLineEdit>
23 #include <QtWidgets/QPushButton>
24 #include <QtWidgets/QScrollArea>
25 #include <QtWidgets/QSlider>
26 #include <QtWidgets/QSpacerItem>
27 #include <QtWidgets/QSplitter>
28 #include <QtWidgets/QTabWidget>
29 #include <QtWidgets/QTableView>
30 #include <QtWidgets/QTextEdit>
31 #include <QtWidgets/QToolButton>
32 #include <QtWidgets/QVBoxLayout>
33 #include <QtWidgets/QWidget>
34 #include "qt/trafficgraphwidget.h"
35 
36 QT_BEGIN_NAMESPACE
37 
39 {
40 public:
41  QVBoxLayout *verticalLayout_2;
42  QLabel *label_alerts;
43  QTabWidget *tabWidget;
44  QWidget *tab_info;
45  QGridLayout *gridLayout;
46  QLabel *label_9;
47  QLabel *label_6;
48  QLabel *clientVersion;
50  QLabel *clientUserAgent;
51  QLabel *label_12;
52  QLabel *dataDir;
53  QLabel *label_11;
54  QLabel *blocksDir;
55  QLabel *label_13;
56  QLabel *startupTime;
57  QLabel *labelNetwork;
58  QLabel *label_8;
59  QLabel *networkName;
60  QLabel *label_7;
62  QLabel *label_10;
63  QLabel *label_3;
64  QLabel *numberOfBlocks;
66  QLabel *lastBlockTime;
71  QLabel *mempoolSize;
73  QSpacerItem *verticalSpacer_2;
75  QPushButton *openDebugLogfileButton;
76  QSpacerItem *verticalSpacer;
77  QWidget *tab_console;
78  QVBoxLayout *verticalLayout_3;
79  QHBoxLayout *horizontalLayout;
81  QComboBox *WalletSelector;
82  QSpacerItem *horizontalSpacer;
83  QToolButton *fontSmallerButton;
84  QToolButton *fontBiggerButton;
85  QToolButton *clearButton;
86  QTextEdit *messagesWidget;
87  QHBoxLayout *horizontalLayoutPrompt;
88  QPushButton *promptIcon;
89  QLineEdit *lineEdit;
90  QWidget *tab_nettraffic;
91  QHBoxLayout *horizontalLayout_3;
92  QVBoxLayout *verticalLayout_4;
94  QHBoxLayout *horizontalLayout_2;
95  QSlider *sldGraphRange;
96  QLabel *lblGraphRange;
97  QPushButton *btnClearTrafficGraph;
98  QVBoxLayout *verticalLayout;
99  QGroupBox *groupBox;
100  QVBoxLayout *verticalLayout_5;
101  QHBoxLayout *horizontalLayout_4;
102  QFrame *line;
103  QLabel *label_16;
104  QLabel *lblBytesIn;
105  QHBoxLayout *horizontalLayout_5;
106  QFrame *line_2;
107  QLabel *label_17;
108  QLabel *lblBytesOut;
109  QSpacerItem *verticalSpacer_4;
110  QWidget *tab_peers;
111  QVBoxLayout *verticalLayout_6;
112  QSplitter *splitter;
113  QWidget *widget_1;
114  QVBoxLayout *verticalLayout_7;
115  QTableView *peerWidget;
116  QLabel *banHeading;
117  QTableView *banlistWidget;
119  QVBoxLayout *verticalLayout_8;
120  QLabel *peerHeading;
121  QScrollArea *scrollArea;
122  QWidget *detailWidget;
123  QGridLayout *gridLayout_2;
124  QLabel *label_30;
131  QLabel *peerSessionId;
133  QLabel *peerNetwork;
134  QLabel *label_21;
135  QLabel *peerVersion;
136  QLabel *label_28;
137  QLabel *peerSubversion;
138  QLabel *label_4;
139  QLabel *peerServices;
141  QLabel *peerRelayTxes;
144  QLabel *label_29;
145  QLabel *peerHeight;
146  QLabel *label_27;
147  QLabel *peerSyncHeight;
148  QLabel *label_25;
150  QLabel *label_22;
151  QLabel *peerConnTime;
153  QLabel *peerLastBlock;
155  QLabel *peerLastTx;
156  QLabel *label_15;
157  QLabel *peerLastSend;
158  QLabel *label_19;
159  QLabel *peerLastRecv;
160  QLabel *label_18;
161  QLabel *peerBytesSent;
162  QLabel *label_20;
163  QLabel *peerBytesRecv;
164  QLabel *label_26;
165  QLabel *peerPingTime;
167  QLabel *peerPingWait;
169  QLabel *peerMinPing;
171  QLabel *timeoffset;
173  QLabel *peerMappedAS;
180  QSpacerItem *verticalSpacer_3;
181 
182  void setupUi(QWidget *RPCConsole)
183  {
184  if (RPCConsole->objectName().isEmpty())
185  RPCConsole->setObjectName(QString::fromUtf8("RPCConsole"));
186  RPCConsole->resize(740, 430);
187  verticalLayout_2 = new QVBoxLayout(RPCConsole);
188  verticalLayout_2->setObjectName(QString::fromUtf8("verticalLayout_2"));
189  label_alerts = new QLabel(RPCConsole);
190  label_alerts->setObjectName(QString::fromUtf8("label_alerts"));
191  label_alerts->setVisible(false);
192  label_alerts->setStyleSheet(QString::fromUtf8("QLabel { background-color: qlineargradient(x1: 0, y1: 0, x2: 1, y2: 0, stop:0 #F0D0A0, stop:1 #F8D488); color:#000000; }"));
193  label_alerts->setWordWrap(true);
194  label_alerts->setMargin(3);
195  label_alerts->setTextInteractionFlags(Qt::TextSelectableByMouse);
196 
197  verticalLayout_2->addWidget(label_alerts);
198 
199  tabWidget = new QTabWidget(RPCConsole);
200  tabWidget->setObjectName(QString::fromUtf8("tabWidget"));
201  tab_info = new QWidget();
202  tab_info->setObjectName(QString::fromUtf8("tab_info"));
203  gridLayout = new QGridLayout(tab_info);
204  gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
205  gridLayout->setHorizontalSpacing(12);
206  label_9 = new QLabel(tab_info);
207  label_9->setObjectName(QString::fromUtf8("label_9"));
208  QFont font;
209  font.setBold(true);
210  font.setWeight(75);
211  label_9->setFont(font);
212 
213  gridLayout->addWidget(label_9, 0, 0, 1, 1);
214 
215  label_6 = new QLabel(tab_info);
216  label_6->setObjectName(QString::fromUtf8("label_6"));
217 
218  gridLayout->addWidget(label_6, 1, 0, 1, 1);
219 
220  clientVersion = new QLabel(tab_info);
221  clientVersion->setObjectName(QString::fromUtf8("clientVersion"));
222  clientVersion->setCursor(QCursor(Qt::IBeamCursor));
223  clientVersion->setTextFormat(Qt::PlainText);
224  clientVersion->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);
225 
226  gridLayout->addWidget(clientVersion, 1, 1, 1, 2);
227 
228  labelClientUserAgent = new QLabel(tab_info);
229  labelClientUserAgent->setObjectName(QString::fromUtf8("labelClientUserAgent"));
230  labelClientUserAgent->setIndent(10);
231 
232  gridLayout->addWidget(labelClientUserAgent, 2, 0, 1, 1);
233 
234  clientUserAgent = new QLabel(tab_info);
235  clientUserAgent->setObjectName(QString::fromUtf8("clientUserAgent"));
236  clientUserAgent->setCursor(QCursor(Qt::IBeamCursor));
237  clientUserAgent->setTextFormat(Qt::PlainText);
238  clientUserAgent->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);
239 
240  gridLayout->addWidget(clientUserAgent, 2, 1, 1, 2);
241 
242  label_12 = new QLabel(tab_info);
243  label_12->setObjectName(QString::fromUtf8("label_12"));
244 
245  gridLayout->addWidget(label_12, 3, 0, 1, 1);
246 
247  dataDir = new QLabel(tab_info);
248  dataDir->setObjectName(QString::fromUtf8("dataDir"));
249  dataDir->setCursor(QCursor(Qt::IBeamCursor));
250  dataDir->setTextFormat(Qt::PlainText);
251  dataDir->setWordWrap(true);
252  dataDir->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);
253 
254  gridLayout->addWidget(dataDir, 3, 1, 1, 2);
255 
256  label_11 = new QLabel(tab_info);
257  label_11->setObjectName(QString::fromUtf8("label_11"));
258 
259  gridLayout->addWidget(label_11, 4, 0, 1, 1);
260 
261  blocksDir = new QLabel(tab_info);
262  blocksDir->setObjectName(QString::fromUtf8("blocksDir"));
263  blocksDir->setCursor(QCursor(Qt::IBeamCursor));
264  blocksDir->setTextFormat(Qt::PlainText);
265  blocksDir->setWordWrap(true);
266  blocksDir->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);
267 
268  gridLayout->addWidget(blocksDir, 4, 1, 1, 2);
269 
270  label_13 = new QLabel(tab_info);
271  label_13->setObjectName(QString::fromUtf8("label_13"));
272 
273  gridLayout->addWidget(label_13, 5, 0, 1, 1);
274 
275  startupTime = new QLabel(tab_info);
276  startupTime->setObjectName(QString::fromUtf8("startupTime"));
277  startupTime->setCursor(QCursor(Qt::IBeamCursor));
278  startupTime->setTextFormat(Qt::PlainText);
279  startupTime->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);
280 
281  gridLayout->addWidget(startupTime, 5, 1, 1, 2);
282 
283  labelNetwork = new QLabel(tab_info);
284  labelNetwork->setObjectName(QString::fromUtf8("labelNetwork"));
285  labelNetwork->setFont(font);
286 
287  gridLayout->addWidget(labelNetwork, 6, 0, 1, 1);
288 
289  label_8 = new QLabel(tab_info);
290  label_8->setObjectName(QString::fromUtf8("label_8"));
291 
292  gridLayout->addWidget(label_8, 7, 0, 1, 1);
293 
294  networkName = new QLabel(tab_info);
295  networkName->setObjectName(QString::fromUtf8("networkName"));
296  networkName->setCursor(QCursor(Qt::IBeamCursor));
297  networkName->setTextFormat(Qt::PlainText);
298  networkName->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);
299 
300  gridLayout->addWidget(networkName, 7, 1, 1, 2);
301 
302  label_7 = new QLabel(tab_info);
303  label_7->setObjectName(QString::fromUtf8("label_7"));
304 
305  gridLayout->addWidget(label_7, 8, 0, 1, 1);
306 
307  numberOfConnections = new QLabel(tab_info);
308  numberOfConnections->setObjectName(QString::fromUtf8("numberOfConnections"));
309  numberOfConnections->setCursor(QCursor(Qt::IBeamCursor));
310  numberOfConnections->setTextFormat(Qt::PlainText);
311  numberOfConnections->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);
312 
313  gridLayout->addWidget(numberOfConnections, 8, 1, 1, 2);
314 
315  label_10 = new QLabel(tab_info);
316  label_10->setObjectName(QString::fromUtf8("label_10"));
317  label_10->setFont(font);
318 
319  gridLayout->addWidget(label_10, 9, 0, 1, 1);
320 
321  label_3 = new QLabel(tab_info);
322  label_3->setObjectName(QString::fromUtf8("label_3"));
323 
324  gridLayout->addWidget(label_3, 10, 0, 1, 1);
325 
326  numberOfBlocks = new QLabel(tab_info);
327  numberOfBlocks->setObjectName(QString::fromUtf8("numberOfBlocks"));
328  numberOfBlocks->setCursor(QCursor(Qt::IBeamCursor));
329  numberOfBlocks->setTextFormat(Qt::PlainText);
330  numberOfBlocks->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);
331 
332  gridLayout->addWidget(numberOfBlocks, 10, 1, 1, 2);
333 
334  labelLastBlockTime = new QLabel(tab_info);
335  labelLastBlockTime->setObjectName(QString::fromUtf8("labelLastBlockTime"));
336 
337  gridLayout->addWidget(labelLastBlockTime, 11, 0, 1, 1);
338 
339  lastBlockTime = new QLabel(tab_info);
340  lastBlockTime->setObjectName(QString::fromUtf8("lastBlockTime"));
341  lastBlockTime->setCursor(QCursor(Qt::IBeamCursor));
342  lastBlockTime->setTextFormat(Qt::PlainText);
343  lastBlockTime->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);
344 
345  gridLayout->addWidget(lastBlockTime, 11, 1, 1, 2);
346 
347  labelMempoolTitle = new QLabel(tab_info);
348  labelMempoolTitle->setObjectName(QString::fromUtf8("labelMempoolTitle"));
349  labelMempoolTitle->setFont(font);
350 
351  gridLayout->addWidget(labelMempoolTitle, 12, 0, 1, 1);
352 
353  labelNumberOfTransactions = new QLabel(tab_info);
354  labelNumberOfTransactions->setObjectName(QString::fromUtf8("labelNumberOfTransactions"));
355 
356  gridLayout->addWidget(labelNumberOfTransactions, 13, 0, 1, 1);
357 
358  mempoolNumberTxs = new QLabel(tab_info);
359  mempoolNumberTxs->setObjectName(QString::fromUtf8("mempoolNumberTxs"));
360  mempoolNumberTxs->setCursor(QCursor(Qt::IBeamCursor));
361  mempoolNumberTxs->setTextFormat(Qt::PlainText);
362  mempoolNumberTxs->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);
363 
364  gridLayout->addWidget(mempoolNumberTxs, 13, 1, 1, 1);
365 
366  labelMemoryUsage = new QLabel(tab_info);
367  labelMemoryUsage->setObjectName(QString::fromUtf8("labelMemoryUsage"));
368 
369  gridLayout->addWidget(labelMemoryUsage, 14, 0, 1, 1);
370 
371  mempoolSize = new QLabel(tab_info);
372  mempoolSize->setObjectName(QString::fromUtf8("mempoolSize"));
373  mempoolSize->setCursor(QCursor(Qt::IBeamCursor));
374  mempoolSize->setTextFormat(Qt::PlainText);
375  mempoolSize->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);
376 
377  gridLayout->addWidget(mempoolSize, 14, 1, 1, 1);
378 
379  verticalLayoutDebugButton = new QVBoxLayout();
380  verticalLayoutDebugButton->setSpacing(3);
381  verticalLayoutDebugButton->setObjectName(QString::fromUtf8("verticalLayoutDebugButton"));
382  verticalSpacer_2 = new QSpacerItem(10, 5, QSizePolicy::Minimum, QSizePolicy::Expanding);
383 
385 
386  labelDebugLogfile = new QLabel(tab_info);
387  labelDebugLogfile->setObjectName(QString::fromUtf8("labelDebugLogfile"));
388 
390 
391  openDebugLogfileButton = new QPushButton(tab_info);
392  openDebugLogfileButton->setObjectName(QString::fromUtf8("openDebugLogfileButton"));
393  openDebugLogfileButton->setAutoDefault(false);
394 
396 
397 
398  gridLayout->addLayout(verticalLayoutDebugButton, 12, 2, 3, 1);
399 
400  verticalSpacer = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
401 
402  gridLayout->addItem(verticalSpacer, 15, 0, 1, 1);
403 
404  gridLayout->setColumnStretch(1, 1);
405  tabWidget->addTab(tab_info, QString());
406  tab_console = new QWidget();
407  tab_console->setObjectName(QString::fromUtf8("tab_console"));
408  verticalLayout_3 = new QVBoxLayout(tab_console);
409  verticalLayout_3->setSpacing(3);
410  verticalLayout_3->setObjectName(QString::fromUtf8("verticalLayout_3"));
411  verticalLayout_3->setContentsMargins(-1, -1, -1, 5);
412  horizontalLayout = new QHBoxLayout();
413  horizontalLayout->setSpacing(4);
414  horizontalLayout->setObjectName(QString::fromUtf8("horizontalLayout"));
415  WalletSelectorLabel = new QLabel(tab_console);
416  WalletSelectorLabel->setObjectName(QString::fromUtf8("WalletSelectorLabel"));
417 
419 
420  WalletSelector = new QComboBox(tab_console);
421  WalletSelector->addItem(QString());
422  WalletSelector->setObjectName(QString::fromUtf8("WalletSelector"));
423  WalletSelector->setSizeAdjustPolicy(QComboBox::AdjustToContents);
424 
425  horizontalLayout->addWidget(WalletSelector);
426 
427  horizontalSpacer = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
428 
430 
431  fontSmallerButton = new QToolButton(tab_console);
432  fontSmallerButton->setObjectName(QString::fromUtf8("fontSmallerButton"));
433  QIcon icon;
434  icon.addFile(QString::fromUtf8(":/icons/fontsmaller"), QSize(), QIcon::Normal, QIcon::Off);
435  fontSmallerButton->setIcon(icon);
436  fontSmallerButton->setIconSize(QSize(22, 22));
437 
439 
440  fontBiggerButton = new QToolButton(tab_console);
441  fontBiggerButton->setObjectName(QString::fromUtf8("fontBiggerButton"));
442  QIcon icon1;
443  icon1.addFile(QString::fromUtf8(":/icons/fontbigger"), QSize(), QIcon::Normal, QIcon::Off);
444  fontBiggerButton->setIcon(icon1);
445  fontBiggerButton->setIconSize(QSize(22, 22));
446 
448 
449  clearButton = new QToolButton(tab_console);
450  clearButton->setObjectName(QString::fromUtf8("clearButton"));
451  clearButton->setLayoutDirection(Qt::LeftToRight);
452  QIcon icon2;
453  icon2.addFile(QString::fromUtf8(":/icons/remove"), QSize(), QIcon::Normal, QIcon::Off);
454  clearButton->setIcon(icon2);
455  clearButton->setIconSize(QSize(22, 22));
456 #if QT_CONFIG(shortcut)
457  clearButton->setShortcut(QString::fromUtf8("Ctrl+L"));
458 #endif // QT_CONFIG(shortcut)
459 
460  horizontalLayout->addWidget(clearButton);
461 
462 
464 
465  messagesWidget = new QTextEdit(tab_console);
466  messagesWidget->setObjectName(QString::fromUtf8("messagesWidget"));
467  messagesWidget->setMinimumSize(QSize(0, 100));
468  messagesWidget->setReadOnly(true);
469  messagesWidget->setProperty("tabKeyNavigation", QVariant(false));
470  messagesWidget->setProperty("columnCount", QVariant(2));
471 
472  verticalLayout_3->addWidget(messagesWidget);
473 
474  horizontalLayoutPrompt = new QHBoxLayout();
475  horizontalLayoutPrompt->setSpacing(3);
476  horizontalLayoutPrompt->setObjectName(QString::fromUtf8("horizontalLayoutPrompt"));
477  promptIcon = new QPushButton(tab_console);
478  promptIcon->setObjectName(QString::fromUtf8("promptIcon"));
479  promptIcon->setEnabled(false);
480  promptIcon->setMaximumSize(QSize(16, 24));
481  QIcon icon3;
482  icon3.addFile(QString::fromUtf8(":/icons/prompticon"), QSize(), QIcon::Normal, QIcon::Off);
483  icon3.addFile(QString::fromUtf8(":/icons/prompticon"), QSize(), QIcon::Disabled, QIcon::Off);
484  promptIcon->setIcon(icon3);
485  promptIcon->setIconSize(QSize(14, 14));
486  promptIcon->setAutoDefault(false);
487  promptIcon->setFlat(true);
488 
490 
491  lineEdit = new QLineEdit(tab_console);
492  lineEdit->setObjectName(QString::fromUtf8("lineEdit"));
493  lineEdit->setEnabled(false);
494 
495  horizontalLayoutPrompt->addWidget(lineEdit);
496 
497 
499 
500  tabWidget->addTab(tab_console, QString());
501  tab_nettraffic = new QWidget();
502  tab_nettraffic->setObjectName(QString::fromUtf8("tab_nettraffic"));
503  horizontalLayout_3 = new QHBoxLayout(tab_nettraffic);
504  horizontalLayout_3->setObjectName(QString::fromUtf8("horizontalLayout_3"));
505  verticalLayout_4 = new QVBoxLayout();
506  verticalLayout_4->setObjectName(QString::fromUtf8("verticalLayout_4"));
508  trafficGraph->setObjectName(QString::fromUtf8("trafficGraph"));
509  QSizePolicy sizePolicy(QSizePolicy::Expanding, QSizePolicy::Expanding);
510  sizePolicy.setHorizontalStretch(0);
511  sizePolicy.setVerticalStretch(0);
512  sizePolicy.setHeightForWidth(trafficGraph->sizePolicy().hasHeightForWidth());
513  trafficGraph->setSizePolicy(sizePolicy);
514 
515  verticalLayout_4->addWidget(trafficGraph);
516 
517  horizontalLayout_2 = new QHBoxLayout();
518  horizontalLayout_2->setObjectName(QString::fromUtf8("horizontalLayout_2"));
519  sldGraphRange = new QSlider(tab_nettraffic);
520  sldGraphRange->setObjectName(QString::fromUtf8("sldGraphRange"));
521  sldGraphRange->setMinimum(1);
522  sldGraphRange->setMaximum(288);
523  sldGraphRange->setPageStep(12);
524  sldGraphRange->setValue(6);
525  sldGraphRange->setOrientation(Qt::Horizontal);
526 
527  horizontalLayout_2->addWidget(sldGraphRange);
528 
529  lblGraphRange = new QLabel(tab_nettraffic);
530  lblGraphRange->setObjectName(QString::fromUtf8("lblGraphRange"));
531  lblGraphRange->setMinimumSize(QSize(100, 0));
532  lblGraphRange->setAlignment(Qt::AlignCenter);
533 
534  horizontalLayout_2->addWidget(lblGraphRange);
535 
536  btnClearTrafficGraph = new QPushButton(tab_nettraffic);
537  btnClearTrafficGraph->setObjectName(QString::fromUtf8("btnClearTrafficGraph"));
538  btnClearTrafficGraph->setAutoDefault(false);
539 
541 
542 
544 
545 
547 
548  verticalLayout = new QVBoxLayout();
549  verticalLayout->setObjectName(QString::fromUtf8("verticalLayout"));
550  groupBox = new QGroupBox(tab_nettraffic);
551  groupBox->setObjectName(QString::fromUtf8("groupBox"));
552  verticalLayout_5 = new QVBoxLayout(groupBox);
553  verticalLayout_5->setObjectName(QString::fromUtf8("verticalLayout_5"));
554  horizontalLayout_4 = new QHBoxLayout();
555  horizontalLayout_4->setObjectName(QString::fromUtf8("horizontalLayout_4"));
556  line = new QFrame(groupBox);
557  line->setObjectName(QString::fromUtf8("line"));
558  QSizePolicy sizePolicy1(QSizePolicy::Fixed, QSizePolicy::Fixed);
559  sizePolicy1.setHorizontalStretch(0);
560  sizePolicy1.setVerticalStretch(0);
561  sizePolicy1.setHeightForWidth(line->sizePolicy().hasHeightForWidth());
562  line->setSizePolicy(sizePolicy1);
563  line->setMinimumSize(QSize(10, 0));
564  QPalette palette;
565  QBrush brush(QColor(0, 255, 0, 255));
566  brush.setStyle(Qt::SolidPattern);
567  palette.setBrush(QPalette::Active, QPalette::Light, brush);
568  palette.setBrush(QPalette::Inactive, QPalette::Light, brush);
569  palette.setBrush(QPalette::Disabled, QPalette::Light, brush);
570  line->setPalette(palette);
571  line->setFrameShape(QFrame::HLine);
572  line->setFrameShadow(QFrame::Sunken);
573 
574  horizontalLayout_4->addWidget(line);
575 
576  label_16 = new QLabel(groupBox);
577  label_16->setObjectName(QString::fromUtf8("label_16"));
578 
579  horizontalLayout_4->addWidget(label_16);
580 
581  lblBytesIn = new QLabel(groupBox);
582  lblBytesIn->setObjectName(QString::fromUtf8("lblBytesIn"));
583  lblBytesIn->setMinimumSize(QSize(50, 0));
584  lblBytesIn->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
585 
586  horizontalLayout_4->addWidget(lblBytesIn);
587 
588 
590 
591  horizontalLayout_5 = new QHBoxLayout();
592  horizontalLayout_5->setObjectName(QString::fromUtf8("horizontalLayout_5"));
593  line_2 = new QFrame(groupBox);
594  line_2->setObjectName(QString::fromUtf8("line_2"));
595  sizePolicy1.setHeightForWidth(line_2->sizePolicy().hasHeightForWidth());
596  line_2->setSizePolicy(sizePolicy1);
597  line_2->setMinimumSize(QSize(10, 0));
598  QPalette palette1;
599  QBrush brush1(QColor(255, 0, 0, 255));
600  brush1.setStyle(Qt::SolidPattern);
601  palette1.setBrush(QPalette::Active, QPalette::Light, brush1);
602  palette1.setBrush(QPalette::Inactive, QPalette::Light, brush1);
603  palette1.setBrush(QPalette::Disabled, QPalette::Light, brush1);
604  line_2->setPalette(palette1);
605  line_2->setFrameShape(QFrame::HLine);
606  line_2->setFrameShadow(QFrame::Sunken);
607 
608  horizontalLayout_5->addWidget(line_2);
609 
610  label_17 = new QLabel(groupBox);
611  label_17->setObjectName(QString::fromUtf8("label_17"));
612 
613  horizontalLayout_5->addWidget(label_17);
614 
615  lblBytesOut = new QLabel(groupBox);
616  lblBytesOut->setObjectName(QString::fromUtf8("lblBytesOut"));
617  lblBytesOut->setMinimumSize(QSize(50, 0));
618  lblBytesOut->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
619 
620  horizontalLayout_5->addWidget(lblBytesOut);
621 
622 
624 
625  verticalSpacer_4 = new QSpacerItem(20, 407, QSizePolicy::Minimum, QSizePolicy::Expanding);
626 
628 
629 
630  verticalLayout->addWidget(groupBox);
631 
632 
634 
635  tabWidget->addTab(tab_nettraffic, QString());
636  tab_peers = new QWidget();
637  tab_peers->setObjectName(QString::fromUtf8("tab_peers"));
638  verticalLayout_6 = new QVBoxLayout(tab_peers);
639  verticalLayout_6->setObjectName(QString::fromUtf8("verticalLayout_6"));
640  splitter = new QSplitter(tab_peers);
641  splitter->setObjectName(QString::fromUtf8("splitter"));
642  splitter->setOrientation(Qt::Horizontal);
643  splitter->setChildrenCollapsible(false);
644  widget_1 = new QWidget(splitter);
645  widget_1->setObjectName(QString::fromUtf8("widget_1"));
646  QSizePolicy sizePolicy2(QSizePolicy::MinimumExpanding, QSizePolicy::Preferred);
647  sizePolicy2.setHorizontalStretch(1);
648  sizePolicy2.setVerticalStretch(0);
649  sizePolicy2.setHeightForWidth(widget_1->sizePolicy().hasHeightForWidth());
650  widget_1->setSizePolicy(sizePolicy2);
651  widget_1->setMinimumSize(QSize(400, 0));
652  verticalLayout_7 = new QVBoxLayout(widget_1);
653  verticalLayout_7->setObjectName(QString::fromUtf8("verticalLayout_7"));
654  peerWidget = new QTableView(widget_1);
655  peerWidget->setObjectName(QString::fromUtf8("peerWidget"));
656  peerWidget->setTabKeyNavigation(false);
657  peerWidget->setAlternatingRowColors(true);
658  peerWidget->setTextElideMode(Qt::ElideMiddle);
659  peerWidget->setSortingEnabled(true);
660  peerWidget->setWordWrap(false);
661  peerWidget->horizontalHeader()->setHighlightSections(false);
662 
663  verticalLayout_7->addWidget(peerWidget);
664 
665  banHeading = new QLabel(widget_1);
666  banHeading->setObjectName(QString::fromUtf8("banHeading"));
667  QSizePolicy sizePolicy3(QSizePolicy::Preferred, QSizePolicy::Minimum);
668  sizePolicy3.setHorizontalStretch(0);
669  sizePolicy3.setVerticalStretch(0);
670  sizePolicy3.setHeightForWidth(banHeading->sizePolicy().hasHeightForWidth());
671  banHeading->setSizePolicy(sizePolicy3);
672  banHeading->setMinimumSize(QSize(0, 32));
673  banHeading->setMaximumSize(QSize(16777215, 32));
674  QFont font1;
675  font1.setPointSize(12);
676  banHeading->setFont(font1);
677  banHeading->setCursor(QCursor(Qt::IBeamCursor));
678  banHeading->setAlignment(Qt::AlignBottom|Qt::AlignLeading|Qt::AlignLeft);
679  banHeading->setWordWrap(true);
680  banHeading->setTextInteractionFlags(Qt::NoTextInteraction);
681 
682  verticalLayout_7->addWidget(banHeading);
683 
684  banlistWidget = new QTableView(widget_1);
685  banlistWidget->setObjectName(QString::fromUtf8("banlistWidget"));
686  banlistWidget->setTabKeyNavigation(false);
687  banlistWidget->setAlternatingRowColors(true);
688  banlistWidget->setSortingEnabled(true);
689  banlistWidget->horizontalHeader()->setHighlightSections(false);
690 
691  verticalLayout_7->addWidget(banlistWidget);
692 
693  splitter->addWidget(widget_1);
694  peersTabRightPanel = new QWidget(splitter);
695  peersTabRightPanel->setObjectName(QString::fromUtf8("peersTabRightPanel"));
696  QSizePolicy sizePolicy4(QSizePolicy::Minimum, QSizePolicy::Preferred);
697  sizePolicy4.setHorizontalStretch(0);
698  sizePolicy4.setVerticalStretch(0);
699  sizePolicy4.setHeightForWidth(peersTabRightPanel->sizePolicy().hasHeightForWidth());
700  peersTabRightPanel->setSizePolicy(sizePolicy4);
701  peersTabRightPanel->setMinimumSize(QSize(300, 0));
702  verticalLayout_8 = new QVBoxLayout(peersTabRightPanel);
703  verticalLayout_8->setObjectName(QString::fromUtf8("verticalLayout_8"));
704  peerHeading = new QLabel(peersTabRightPanel);
705  peerHeading->setObjectName(QString::fromUtf8("peerHeading"));
706  sizePolicy3.setHeightForWidth(peerHeading->sizePolicy().hasHeightForWidth());
707  peerHeading->setSizePolicy(sizePolicy3);
708  peerHeading->setMinimumSize(QSize(0, 32));
709  QFont font2;
710  font2.setPointSize(10);
711  peerHeading->setFont(font2);
712  peerHeading->setCursor(QCursor(Qt::IBeamCursor));
713  peerHeading->setAlignment(Qt::AlignHCenter|Qt::AlignTop);
714  peerHeading->setWordWrap(true);
715  peerHeading->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);
716 
717  verticalLayout_8->addWidget(peerHeading);
718 
719  scrollArea = new QScrollArea(peersTabRightPanel);
720  scrollArea->setObjectName(QString::fromUtf8("scrollArea"));
721  scrollArea->setWidgetResizable(true);
722  detailWidget = new QWidget();
723  detailWidget->setObjectName(QString::fromUtf8("detailWidget"));
724  detailWidget->setGeometry(QRect(0, 0, 300, 426));
725  gridLayout_2 = new QGridLayout(detailWidget);
726  gridLayout_2->setObjectName(QString::fromUtf8("gridLayout_2"));
727  label_30 = new QLabel(detailWidget);
728  label_30->setObjectName(QString::fromUtf8("label_30"));
729 
730  gridLayout_2->addWidget(label_30, 0, 0, 1, 1);
731 
732  peerPermissions = new QLabel(detailWidget);
733  peerPermissions->setObjectName(QString::fromUtf8("peerPermissions"));
734  peerPermissions->setCursor(QCursor(Qt::IBeamCursor));
735  peerPermissions->setTextFormat(Qt::PlainText);
736  peerPermissions->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);
737 
738  gridLayout_2->addWidget(peerPermissions, 0, 1, 1, 1);
739 
741  peerConnectionTypeLabel->setObjectName(QString::fromUtf8("peerConnectionTypeLabel"));
742 
743  gridLayout_2->addWidget(peerConnectionTypeLabel, 1, 0, 1, 1);
744 
745  peerConnectionType = new QLabel(detailWidget);
746  peerConnectionType->setObjectName(QString::fromUtf8("peerConnectionType"));
747  peerConnectionType->setCursor(QCursor(Qt::IBeamCursor));
748  peerConnectionType->setTextFormat(Qt::PlainText);
749  peerConnectionType->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);
750 
751  gridLayout_2->addWidget(peerConnectionType, 1, 1, 1, 1);
752 
753  peerTransportTypeLabel = new QLabel(detailWidget);
754  peerTransportTypeLabel->setObjectName(QString::fromUtf8("peerTransportTypeLabel"));
755 
756  gridLayout_2->addWidget(peerTransportTypeLabel, 2, 0, 1, 1);
757 
758  peerTransportType = new QLabel(detailWidget);
759  peerTransportType->setObjectName(QString::fromUtf8("peerTransportType"));
760  peerTransportType->setCursor(QCursor(Qt::IBeamCursor));
761  peerTransportType->setTextFormat(Qt::PlainText);
762  peerTransportType->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);
763 
764  gridLayout_2->addWidget(peerTransportType, 2, 1, 1, 1);
765 
766  peerSessionIdLabel = new QLabel(detailWidget);
767  peerSessionIdLabel->setObjectName(QString::fromUtf8("peerSessionIdLabel"));
768 
769  gridLayout_2->addWidget(peerSessionIdLabel, 3, 0, 1, 1);
770 
771  peerSessionId = new QLabel(detailWidget);
772  peerSessionId->setObjectName(QString::fromUtf8("peerSessionId"));
773  peerSessionId->setCursor(QCursor(Qt::IBeamCursor));
774  peerSessionId->setTextFormat(Qt::PlainText);
775  peerSessionId->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);
776 
777  gridLayout_2->addWidget(peerSessionId, 3, 1, 1, 1);
778 
779  peerNetworkLabel = new QLabel(detailWidget);
780  peerNetworkLabel->setObjectName(QString::fromUtf8("peerNetworkLabel"));
781 
782  gridLayout_2->addWidget(peerNetworkLabel, 4, 0, 1, 1);
783 
784  peerNetwork = new QLabel(detailWidget);
785  peerNetwork->setObjectName(QString::fromUtf8("peerNetwork"));
786  peerNetwork->setCursor(QCursor(Qt::IBeamCursor));
787  peerNetwork->setTextFormat(Qt::PlainText);
788  peerNetwork->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);
789 
790  gridLayout_2->addWidget(peerNetwork, 4, 1, 1, 1);
791 
792  label_21 = new QLabel(detailWidget);
793  label_21->setObjectName(QString::fromUtf8("label_21"));
794 
795  gridLayout_2->addWidget(label_21, 5, 0, 1, 1);
796 
797  peerVersion = new QLabel(detailWidget);
798  peerVersion->setObjectName(QString::fromUtf8("peerVersion"));
799  peerVersion->setCursor(QCursor(Qt::IBeamCursor));
800  peerVersion->setTextFormat(Qt::PlainText);
801  peerVersion->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);
802 
803  gridLayout_2->addWidget(peerVersion, 5, 1, 1, 1);
804 
805  label_28 = new QLabel(detailWidget);
806  label_28->setObjectName(QString::fromUtf8("label_28"));
807 
808  gridLayout_2->addWidget(label_28, 6, 0, 1, 1);
809 
810  peerSubversion = new QLabel(detailWidget);
811  peerSubversion->setObjectName(QString::fromUtf8("peerSubversion"));
812  peerSubversion->setCursor(QCursor(Qt::IBeamCursor));
813  peerSubversion->setTextFormat(Qt::PlainText);
814  peerSubversion->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);
815 
816  gridLayout_2->addWidget(peerSubversion, 6, 1, 1, 1);
817 
818  label_4 = new QLabel(detailWidget);
819  label_4->setObjectName(QString::fromUtf8("label_4"));
820 
821  gridLayout_2->addWidget(label_4, 7, 0, 1, 1);
822 
823  peerServices = new QLabel(detailWidget);
824  peerServices->setObjectName(QString::fromUtf8("peerServices"));
825  peerServices->setCursor(QCursor(Qt::IBeamCursor));
826  peerServices->setTextFormat(Qt::PlainText);
827  peerServices->setWordWrap(true);
828  peerServices->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);
829 
830  gridLayout_2->addWidget(peerServices, 7, 1, 1, 1);
831 
832  peerRelayTxesLabel = new QLabel(detailWidget);
833  peerRelayTxesLabel->setObjectName(QString::fromUtf8("peerRelayTxesLabel"));
834 
835  gridLayout_2->addWidget(peerRelayTxesLabel, 8, 0, 1, 1);
836 
837  peerRelayTxes = new QLabel(detailWidget);
838  peerRelayTxes->setObjectName(QString::fromUtf8("peerRelayTxes"));
839  peerRelayTxes->setCursor(QCursor(Qt::IBeamCursor));
840  peerRelayTxes->setTextFormat(Qt::PlainText);
841  peerRelayTxes->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);
842 
843  gridLayout_2->addWidget(peerRelayTxes, 8, 1, 1, 1);
844 
845  peerHighBandwidthLabel = new QLabel(detailWidget);
846  peerHighBandwidthLabel->setObjectName(QString::fromUtf8("peerHighBandwidthLabel"));
847 
848  gridLayout_2->addWidget(peerHighBandwidthLabel, 9, 0, 1, 1);
849 
850  peerHighBandwidth = new QLabel(detailWidget);
851  peerHighBandwidth->setObjectName(QString::fromUtf8("peerHighBandwidth"));
852  peerHighBandwidth->setCursor(QCursor(Qt::IBeamCursor));
853  peerHighBandwidth->setTextFormat(Qt::PlainText);
854  peerHighBandwidth->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);
855 
856  gridLayout_2->addWidget(peerHighBandwidth, 9, 1, 1, 1);
857 
858  label_29 = new QLabel(detailWidget);
859  label_29->setObjectName(QString::fromUtf8("label_29"));
860 
861  gridLayout_2->addWidget(label_29, 10, 0, 1, 1);
862 
863  peerHeight = new QLabel(detailWidget);
864  peerHeight->setObjectName(QString::fromUtf8("peerHeight"));
865  peerHeight->setCursor(QCursor(Qt::IBeamCursor));
866  peerHeight->setTextFormat(Qt::PlainText);
867  peerHeight->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);
868 
869  gridLayout_2->addWidget(peerHeight, 10, 1, 1, 1);
870 
871  label_27 = new QLabel(detailWidget);
872  label_27->setObjectName(QString::fromUtf8("label_27"));
873 
874  gridLayout_2->addWidget(label_27, 11, 0, 1, 1);
875 
876  peerSyncHeight = new QLabel(detailWidget);
877  peerSyncHeight->setObjectName(QString::fromUtf8("peerSyncHeight"));
878  peerSyncHeight->setCursor(QCursor(Qt::IBeamCursor));
879  peerSyncHeight->setTextFormat(Qt::PlainText);
880  peerSyncHeight->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);
881 
882  gridLayout_2->addWidget(peerSyncHeight, 11, 1, 1, 1);
883 
884  label_25 = new QLabel(detailWidget);
885  label_25->setObjectName(QString::fromUtf8("label_25"));
886 
887  gridLayout_2->addWidget(label_25, 12, 0, 1, 1);
888 
889  peerCommonHeight = new QLabel(detailWidget);
890  peerCommonHeight->setObjectName(QString::fromUtf8("peerCommonHeight"));
891  peerCommonHeight->setCursor(QCursor(Qt::IBeamCursor));
892  peerCommonHeight->setTextFormat(Qt::PlainText);
893  peerCommonHeight->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);
894 
895  gridLayout_2->addWidget(peerCommonHeight, 12, 1, 1, 1);
896 
897  label_22 = new QLabel(detailWidget);
898  label_22->setObjectName(QString::fromUtf8("label_22"));
899 
900  gridLayout_2->addWidget(label_22, 13, 0, 1, 1);
901 
902  peerConnTime = new QLabel(detailWidget);
903  peerConnTime->setObjectName(QString::fromUtf8("peerConnTime"));
904  peerConnTime->setCursor(QCursor(Qt::IBeamCursor));
905  peerConnTime->setTextFormat(Qt::PlainText);
906  peerConnTime->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);
907 
908  gridLayout_2->addWidget(peerConnTime, 13, 1, 1, 1);
909 
910  peerLastBlockLabel = new QLabel(detailWidget);
911  peerLastBlockLabel->setObjectName(QString::fromUtf8("peerLastBlockLabel"));
912 
913  gridLayout_2->addWidget(peerLastBlockLabel, 14, 0, 1, 1);
914 
915  peerLastBlock = new QLabel(detailWidget);
916  peerLastBlock->setObjectName(QString::fromUtf8("peerLastBlock"));
917  peerLastBlock->setCursor(QCursor(Qt::IBeamCursor));
918  peerLastBlock->setTextFormat(Qt::PlainText);
919  peerLastBlock->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);
920 
921  gridLayout_2->addWidget(peerLastBlock, 14, 1, 1, 1);
922 
923  peerLastTxLabel = new QLabel(detailWidget);
924  peerLastTxLabel->setObjectName(QString::fromUtf8("peerLastTxLabel"));
925 
926  gridLayout_2->addWidget(peerLastTxLabel, 15, 0, 1, 1);
927 
928  peerLastTx = new QLabel(detailWidget);
929  peerLastTx->setObjectName(QString::fromUtf8("peerLastTx"));
930  peerLastTx->setCursor(QCursor(Qt::IBeamCursor));
931  peerLastTx->setTextFormat(Qt::PlainText);
932  peerLastTx->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);
933 
934  gridLayout_2->addWidget(peerLastTx, 15, 1, 1, 1);
935 
936  label_15 = new QLabel(detailWidget);
937  label_15->setObjectName(QString::fromUtf8("label_15"));
938 
939  gridLayout_2->addWidget(label_15, 16, 0, 1, 1);
940 
941  peerLastSend = new QLabel(detailWidget);
942  peerLastSend->setObjectName(QString::fromUtf8("peerLastSend"));
943  peerLastSend->setCursor(QCursor(Qt::IBeamCursor));
944  peerLastSend->setTextFormat(Qt::PlainText);
945  peerLastSend->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);
946 
947  gridLayout_2->addWidget(peerLastSend, 16, 1, 1, 1);
948 
949  label_19 = new QLabel(detailWidget);
950  label_19->setObjectName(QString::fromUtf8("label_19"));
951 
952  gridLayout_2->addWidget(label_19, 17, 0, 1, 1);
953 
954  peerLastRecv = new QLabel(detailWidget);
955  peerLastRecv->setObjectName(QString::fromUtf8("peerLastRecv"));
956  peerLastRecv->setCursor(QCursor(Qt::IBeamCursor));
957  peerLastRecv->setTextFormat(Qt::PlainText);
958  peerLastRecv->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);
959 
960  gridLayout_2->addWidget(peerLastRecv, 17, 1, 1, 1);
961 
962  label_18 = new QLabel(detailWidget);
963  label_18->setObjectName(QString::fromUtf8("label_18"));
964 
965  gridLayout_2->addWidget(label_18, 18, 0, 1, 1);
966 
967  peerBytesSent = new QLabel(detailWidget);
968  peerBytesSent->setObjectName(QString::fromUtf8("peerBytesSent"));
969  peerBytesSent->setCursor(QCursor(Qt::IBeamCursor));
970  peerBytesSent->setTextFormat(Qt::PlainText);
971  peerBytesSent->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);
972 
973  gridLayout_2->addWidget(peerBytesSent, 18, 1, 1, 1);
974 
975  label_20 = new QLabel(detailWidget);
976  label_20->setObjectName(QString::fromUtf8("label_20"));
977 
978  gridLayout_2->addWidget(label_20, 19, 0, 1, 1);
979 
980  peerBytesRecv = new QLabel(detailWidget);
981  peerBytesRecv->setObjectName(QString::fromUtf8("peerBytesRecv"));
982  peerBytesRecv->setCursor(QCursor(Qt::IBeamCursor));
983  peerBytesRecv->setTextFormat(Qt::PlainText);
984  peerBytesRecv->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);
985 
986  gridLayout_2->addWidget(peerBytesRecv, 19, 1, 1, 1);
987 
988  label_26 = new QLabel(detailWidget);
989  label_26->setObjectName(QString::fromUtf8("label_26"));
990 
991  gridLayout_2->addWidget(label_26, 20, 0, 1, 1);
992 
993  peerPingTime = new QLabel(detailWidget);
994  peerPingTime->setObjectName(QString::fromUtf8("peerPingTime"));
995  peerPingTime->setCursor(QCursor(Qt::IBeamCursor));
996  peerPingTime->setTextFormat(Qt::PlainText);
997  peerPingTime->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);
998 
999  gridLayout_2->addWidget(peerPingTime, 20, 1, 1, 1);
1000 
1001  peerPingWaitLabel = new QLabel(detailWidget);
1002  peerPingWaitLabel->setObjectName(QString::fromUtf8("peerPingWaitLabel"));
1003 
1004  gridLayout_2->addWidget(peerPingWaitLabel, 21, 0, 1, 1);
1005 
1006  peerPingWait = new QLabel(detailWidget);
1007  peerPingWait->setObjectName(QString::fromUtf8("peerPingWait"));
1008  peerPingWait->setCursor(QCursor(Qt::IBeamCursor));
1009  peerPingWait->setTextFormat(Qt::PlainText);
1010  peerPingWait->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);
1011 
1012  gridLayout_2->addWidget(peerPingWait, 21, 1, 1, 1);
1013 
1014  peerMinPingLabel = new QLabel(detailWidget);
1015  peerMinPingLabel->setObjectName(QString::fromUtf8("peerMinPingLabel"));
1016 
1017  gridLayout_2->addWidget(peerMinPingLabel, 22, 0, 1, 1);
1018 
1019  peerMinPing = new QLabel(detailWidget);
1020  peerMinPing->setObjectName(QString::fromUtf8("peerMinPing"));
1021  peerMinPing->setCursor(QCursor(Qt::IBeamCursor));
1022  peerMinPing->setTextFormat(Qt::PlainText);
1023  peerMinPing->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);
1024 
1025  gridLayout_2->addWidget(peerMinPing, 22, 1, 1, 1);
1026 
1027  label_timeoffset = new QLabel(detailWidget);
1028  label_timeoffset->setObjectName(QString::fromUtf8("label_timeoffset"));
1029 
1030  gridLayout_2->addWidget(label_timeoffset, 23, 0, 1, 1);
1031 
1032  timeoffset = new QLabel(detailWidget);
1033  timeoffset->setObjectName(QString::fromUtf8("timeoffset"));
1034  timeoffset->setCursor(QCursor(Qt::IBeamCursor));
1035  timeoffset->setTextFormat(Qt::PlainText);
1036  timeoffset->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);
1037 
1038  gridLayout_2->addWidget(timeoffset, 23, 1, 1, 1);
1039 
1040  peerMappedASLabel = new QLabel(detailWidget);
1041  peerMappedASLabel->setObjectName(QString::fromUtf8("peerMappedASLabel"));
1042 
1043  gridLayout_2->addWidget(peerMappedASLabel, 24, 0, 1, 1);
1044 
1045  peerMappedAS = new QLabel(detailWidget);
1046  peerMappedAS->setObjectName(QString::fromUtf8("peerMappedAS"));
1047  peerMappedAS->setCursor(QCursor(Qt::IBeamCursor));
1048  peerMappedAS->setTextFormat(Qt::PlainText);
1049  peerMappedAS->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);
1050 
1051  gridLayout_2->addWidget(peerMappedAS, 24, 1, 1, 1);
1052 
1054  peerAddrRelayEnabledLabel->setObjectName(QString::fromUtf8("peerAddrRelayEnabledLabel"));
1055 
1056  gridLayout_2->addWidget(peerAddrRelayEnabledLabel, 25, 0, 1, 1);
1057 
1058  peerAddrRelayEnabled = new QLabel(detailWidget);
1059  peerAddrRelayEnabled->setObjectName(QString::fromUtf8("peerAddrRelayEnabled"));
1060  peerAddrRelayEnabled->setCursor(QCursor(Qt::IBeamCursor));
1061  peerAddrRelayEnabled->setTextFormat(Qt::PlainText);
1062  peerAddrRelayEnabled->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);
1063 
1064  gridLayout_2->addWidget(peerAddrRelayEnabled, 25, 1, 1, 1);
1065 
1066  peerAddrProcessedLabel = new QLabel(detailWidget);
1067  peerAddrProcessedLabel->setObjectName(QString::fromUtf8("peerAddrProcessedLabel"));
1068 
1069  gridLayout_2->addWidget(peerAddrProcessedLabel, 26, 0, 1, 1);
1070 
1071  peerAddrProcessed = new QLabel(detailWidget);
1072  peerAddrProcessed->setObjectName(QString::fromUtf8("peerAddrProcessed"));
1073  peerAddrProcessed->setCursor(QCursor(Qt::IBeamCursor));
1074  peerAddrProcessed->setTextFormat(Qt::PlainText);
1075  peerAddrProcessed->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);
1076 
1077  gridLayout_2->addWidget(peerAddrProcessed, 26, 1, 1, 1);
1078 
1079  peerAddrRateLimitedLabel = new QLabel(detailWidget);
1080  peerAddrRateLimitedLabel->setObjectName(QString::fromUtf8("peerAddrRateLimitedLabel"));
1081 
1082  gridLayout_2->addWidget(peerAddrRateLimitedLabel, 27, 0, 1, 1);
1083 
1084  peerAddrRateLimited = new QLabel(detailWidget);
1085  peerAddrRateLimited->setObjectName(QString::fromUtf8("peerAddrRateLimited"));
1086  peerAddrRateLimited->setCursor(QCursor(Qt::IBeamCursor));
1087  peerAddrRateLimited->setTextFormat(Qt::PlainText);
1088  peerAddrRateLimited->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);
1089 
1090  gridLayout_2->addWidget(peerAddrRateLimited, 27, 1, 1, 1);
1091 
1092  verticalSpacer_3 = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
1093 
1094  gridLayout_2->addItem(verticalSpacer_3, 28, 0, 1, 1);
1095 
1096  gridLayout_2->setColumnStretch(1, 1);
1097  scrollArea->setWidget(detailWidget);
1098 
1099  verticalLayout_8->addWidget(scrollArea);
1100 
1101  splitter->addWidget(peersTabRightPanel);
1102 
1103  verticalLayout_6->addWidget(splitter);
1104 
1105  tabWidget->addTab(tab_peers, QString());
1106 
1107  verticalLayout_2->addWidget(tabWidget);
1108 
1109 
1111 
1112  tabWidget->setCurrentIndex(0);
1113 
1114 
1115  QMetaObject::connectSlotsByName(RPCConsole);
1116  } // setupUi
1117 
1118  void retranslateUi(QWidget *RPCConsole)
1119  {
1120  RPCConsole->setWindowTitle(QCoreApplication::translate("RPCConsole", "Node window", nullptr));
1121  label_9->setText(QCoreApplication::translate("RPCConsole", "General", nullptr));
1122  label_6->setText(QCoreApplication::translate("RPCConsole", "Client version", nullptr));
1123  clientVersion->setText(QCoreApplication::translate("RPCConsole", "N/A", nullptr));
1124  labelClientUserAgent->setText(QCoreApplication::translate("RPCConsole", "User Agent", nullptr));
1125  clientUserAgent->setText(QCoreApplication::translate("RPCConsole", "N/A", nullptr));
1126  label_12->setText(QCoreApplication::translate("RPCConsole", "Datadir", nullptr));
1127 #if QT_CONFIG(tooltip)
1128  dataDir->setToolTip(QCoreApplication::translate("RPCConsole", "To specify a non-default location of the data directory use the '%1' option.", nullptr));
1129 #endif // QT_CONFIG(tooltip)
1130  dataDir->setText(QCoreApplication::translate("RPCConsole", "N/A", nullptr));
1131  label_11->setText(QCoreApplication::translate("RPCConsole", "Blocksdir", nullptr));
1132 #if QT_CONFIG(tooltip)
1133  blocksDir->setToolTip(QCoreApplication::translate("RPCConsole", "To specify a non-default location of the blocks directory use the '%1' option.", nullptr));
1134 #endif // QT_CONFIG(tooltip)
1135  blocksDir->setText(QCoreApplication::translate("RPCConsole", "N/A", nullptr));
1136  label_13->setText(QCoreApplication::translate("RPCConsole", "Startup time", nullptr));
1137  startupTime->setText(QCoreApplication::translate("RPCConsole", "N/A", nullptr));
1138  labelNetwork->setText(QCoreApplication::translate("RPCConsole", "Network", nullptr));
1139  label_8->setText(QCoreApplication::translate("RPCConsole", "Name", nullptr));
1140  networkName->setText(QCoreApplication::translate("RPCConsole", "N/A", nullptr));
1141  label_7->setText(QCoreApplication::translate("RPCConsole", "Number of connections", nullptr));
1142  numberOfConnections->setText(QCoreApplication::translate("RPCConsole", "N/A", nullptr));
1143  label_10->setText(QCoreApplication::translate("RPCConsole", "Block chain", nullptr));
1144  label_3->setText(QCoreApplication::translate("RPCConsole", "Current block height", nullptr));
1145  numberOfBlocks->setText(QCoreApplication::translate("RPCConsole", "N/A", nullptr));
1146  labelLastBlockTime->setText(QCoreApplication::translate("RPCConsole", "Last block time", nullptr));
1147  lastBlockTime->setText(QCoreApplication::translate("RPCConsole", "N/A", nullptr));
1148  labelMempoolTitle->setText(QCoreApplication::translate("RPCConsole", "Memory Pool", nullptr));
1149  labelNumberOfTransactions->setText(QCoreApplication::translate("RPCConsole", "Current number of transactions", nullptr));
1150  mempoolNumberTxs->setText(QCoreApplication::translate("RPCConsole", "N/A", nullptr));
1151  labelMemoryUsage->setText(QCoreApplication::translate("RPCConsole", "Memory usage", nullptr));
1152  mempoolSize->setText(QCoreApplication::translate("RPCConsole", "N/A", nullptr));
1153  labelDebugLogfile->setText(QCoreApplication::translate("RPCConsole", "Debug log file", nullptr));
1154 #if QT_CONFIG(tooltip)
1155  openDebugLogfileButton->setToolTip(QCoreApplication::translate("RPCConsole", "Open the %1 debug log file from the current data directory. This can take a few seconds for large log files.", nullptr));
1156 #endif // QT_CONFIG(tooltip)
1157  openDebugLogfileButton->setText(QCoreApplication::translate("RPCConsole", "&Open", nullptr));
1158  tabWidget->setTabText(tabWidget->indexOf(tab_info), QCoreApplication::translate("RPCConsole", "&Information", nullptr));
1159  WalletSelectorLabel->setText(QCoreApplication::translate("RPCConsole", "Wallet: ", nullptr));
1160  WalletSelector->setItemText(0, QCoreApplication::translate("RPCConsole", "(none)", nullptr));
1161 
1162 #if QT_CONFIG(tooltip)
1163  fontSmallerButton->setToolTip(QCoreApplication::translate("RPCConsole", "Decrease font size", nullptr));
1164 #endif // QT_CONFIG(tooltip)
1165  fontSmallerButton->setText(QString());
1166 #if QT_CONFIG(tooltip)
1167  fontBiggerButton->setToolTip(QCoreApplication::translate("RPCConsole", "Increase font size", nullptr));
1168 #endif // QT_CONFIG(tooltip)
1169  fontBiggerButton->setText(QString());
1170 #if QT_CONFIG(tooltip)
1171  clearButton->setToolTip(QCoreApplication::translate("RPCConsole", "Clear console", nullptr));
1172 #endif // QT_CONFIG(tooltip)
1173  clearButton->setText(QString());
1174  promptIcon->setText(QString());
1175  lineEdit->setPlaceholderText(QString());
1176  tabWidget->setTabText(tabWidget->indexOf(tab_console), QCoreApplication::translate("RPCConsole", "&Console", nullptr));
1177  btnClearTrafficGraph->setText(QCoreApplication::translate("RPCConsole", "&Reset", nullptr));
1178  groupBox->setTitle(QCoreApplication::translate("RPCConsole", "Totals", nullptr));
1179  label_16->setText(QCoreApplication::translate("RPCConsole", "Received", nullptr));
1180  label_17->setText(QCoreApplication::translate("RPCConsole", "Sent", nullptr));
1181  tabWidget->setTabText(tabWidget->indexOf(tab_nettraffic), QCoreApplication::translate("RPCConsole", "&Network Traffic", nullptr));
1182  banHeading->setText(QCoreApplication::translate("RPCConsole", "Banned peers", nullptr));
1183  peerHeading->setText(QCoreApplication::translate("RPCConsole", "Select a peer to view detailed information.", nullptr));
1184  label_30->setText(QCoreApplication::translate("RPCConsole", "Permissions", nullptr));
1185  peerPermissions->setText(QCoreApplication::translate("RPCConsole", "N/A", nullptr));
1186 #if QT_CONFIG(tooltip)
1187  peerConnectionTypeLabel->setToolTip(QCoreApplication::translate("RPCConsole", "The direction and type of peer connection: %1", nullptr));
1188 #endif // QT_CONFIG(tooltip)
1189  peerConnectionTypeLabel->setText(QCoreApplication::translate("RPCConsole", "Direction/Type", nullptr));
1190  peerConnectionType->setText(QCoreApplication::translate("RPCConsole", "N/A", nullptr));
1191 #if QT_CONFIG(tooltip)
1192  peerTransportTypeLabel->setToolTip(QCoreApplication::translate("RPCConsole", "The transport layer version: %1", nullptr));
1193 #endif // QT_CONFIG(tooltip)
1194  peerTransportTypeLabel->setText(QCoreApplication::translate("RPCConsole", "Transport", nullptr));
1195  peerTransportType->setText(QCoreApplication::translate("RPCConsole", "N/A", nullptr));
1196 #if QT_CONFIG(tooltip)
1197  peerSessionIdLabel->setToolTip(QCoreApplication::translate("RPCConsole", "The BIP324 session ID string in hex, if any.", nullptr));
1198 #endif // QT_CONFIG(tooltip)
1199  peerSessionIdLabel->setText(QCoreApplication::translate("RPCConsole", "Session ID", nullptr));
1200  peerSessionId->setText(QCoreApplication::translate("RPCConsole", "N/A", nullptr));
1201 #if QT_CONFIG(tooltip)
1202  peerNetworkLabel->setToolTip(QCoreApplication::translate("RPCConsole", "The network protocol this peer is connected through: IPv4, IPv6, Onion, I2P, or CJDNS.", nullptr));
1203 #endif // QT_CONFIG(tooltip)
1204  peerNetworkLabel->setText(QCoreApplication::translate("RPCConsole", "Network", nullptr));
1205  peerNetwork->setText(QCoreApplication::translate("RPCConsole", "N/A", nullptr));
1206  label_21->setText(QCoreApplication::translate("RPCConsole", "Version", nullptr));
1207  peerVersion->setText(QCoreApplication::translate("RPCConsole", "N/A", nullptr));
1208  label_28->setText(QCoreApplication::translate("RPCConsole", "User Agent", nullptr));
1209  peerSubversion->setText(QCoreApplication::translate("RPCConsole", "N/A", nullptr));
1210  label_4->setText(QCoreApplication::translate("RPCConsole", "Services", nullptr));
1211  peerServices->setText(QCoreApplication::translate("RPCConsole", "N/A", nullptr));
1212 #if QT_CONFIG(tooltip)
1213  peerRelayTxesLabel->setToolTip(QCoreApplication::translate("RPCConsole", "Whether we relay transactions to this peer.", nullptr));
1214 #endif // QT_CONFIG(tooltip)
1215  peerRelayTxesLabel->setText(QCoreApplication::translate("RPCConsole", "Transaction Relay", nullptr));
1216  peerRelayTxes->setText(QCoreApplication::translate("RPCConsole", "N/A", nullptr));
1217 #if QT_CONFIG(tooltip)
1218  peerHighBandwidthLabel->setToolTip(QCoreApplication::translate("RPCConsole", "High bandwidth BIP152 compact block relay: %1", nullptr));
1219 #endif // QT_CONFIG(tooltip)
1220  peerHighBandwidthLabel->setText(QCoreApplication::translate("RPCConsole", "High Bandwidth", nullptr));
1221  peerHighBandwidth->setText(QCoreApplication::translate("RPCConsole", "N/A", nullptr));
1222  label_29->setText(QCoreApplication::translate("RPCConsole", "Starting Block", nullptr));
1223  peerHeight->setText(QCoreApplication::translate("RPCConsole", "N/A", nullptr));
1224  label_27->setText(QCoreApplication::translate("RPCConsole", "Synced Headers", nullptr));
1225  peerSyncHeight->setText(QCoreApplication::translate("RPCConsole", "N/A", nullptr));
1226  label_25->setText(QCoreApplication::translate("RPCConsole", "Synced Blocks", nullptr));
1227  peerCommonHeight->setText(QCoreApplication::translate("RPCConsole", "N/A", nullptr));
1228  label_22->setText(QCoreApplication::translate("RPCConsole", "Connection Time", nullptr));
1229  peerConnTime->setText(QCoreApplication::translate("RPCConsole", "N/A", nullptr));
1230 #if QT_CONFIG(tooltip)
1231  peerLastBlockLabel->setToolTip(QCoreApplication::translate("RPCConsole", "Elapsed time since a novel block passing initial validity checks was received from this peer.", nullptr));
1232 #endif // QT_CONFIG(tooltip)
1233  peerLastBlockLabel->setText(QCoreApplication::translate("RPCConsole", "Last Block", nullptr));
1234  peerLastBlock->setText(QCoreApplication::translate("RPCConsole", "N/A", nullptr));
1235 #if QT_CONFIG(tooltip)
1236  peerLastTxLabel->setToolTip(QCoreApplication::translate("RPCConsole", "Elapsed time since a novel transaction accepted into our mempool was received from this peer.", nullptr));
1237 #endif // QT_CONFIG(tooltip)
1238  peerLastTxLabel->setText(QCoreApplication::translate("RPCConsole", "Last Transaction", nullptr));
1239  peerLastTx->setText(QCoreApplication::translate("RPCConsole", "N/A", nullptr));
1240  label_15->setText(QCoreApplication::translate("RPCConsole", "Last Send", nullptr));
1241  peerLastSend->setText(QCoreApplication::translate("RPCConsole", "N/A", nullptr));
1242  label_19->setText(QCoreApplication::translate("RPCConsole", "Last Receive", nullptr));
1243  peerLastRecv->setText(QCoreApplication::translate("RPCConsole", "N/A", nullptr));
1244  label_18->setText(QCoreApplication::translate("RPCConsole", "Sent", nullptr));
1245  peerBytesSent->setText(QCoreApplication::translate("RPCConsole", "N/A", nullptr));
1246  label_20->setText(QCoreApplication::translate("RPCConsole", "Received", nullptr));
1247  peerBytesRecv->setText(QCoreApplication::translate("RPCConsole", "N/A", nullptr));
1248  label_26->setText(QCoreApplication::translate("RPCConsole", "Ping Time", nullptr));
1249  peerPingTime->setText(QCoreApplication::translate("RPCConsole", "N/A", nullptr));
1250 #if QT_CONFIG(tooltip)
1251  peerPingWaitLabel->setToolTip(QCoreApplication::translate("RPCConsole", "The duration of a currently outstanding ping.", nullptr));
1252 #endif // QT_CONFIG(tooltip)
1253  peerPingWaitLabel->setText(QCoreApplication::translate("RPCConsole", "Ping Wait", nullptr));
1254  peerPingWait->setText(QCoreApplication::translate("RPCConsole", "N/A", nullptr));
1255  peerMinPingLabel->setText(QCoreApplication::translate("RPCConsole", "Min Ping", nullptr));
1256  peerMinPing->setText(QCoreApplication::translate("RPCConsole", "N/A", nullptr));
1257  label_timeoffset->setText(QCoreApplication::translate("RPCConsole", "Time Offset", nullptr));
1258  timeoffset->setText(QCoreApplication::translate("RPCConsole", "N/A", nullptr));
1259 #if QT_CONFIG(tooltip)
1260  peerMappedASLabel->setToolTip(QCoreApplication::translate("RPCConsole", "The mapped Autonomous System used for diversifying peer selection.", nullptr));
1261 #endif // QT_CONFIG(tooltip)
1262  peerMappedASLabel->setText(QCoreApplication::translate("RPCConsole", "Mapped AS", nullptr));
1263  peerMappedAS->setText(QCoreApplication::translate("RPCConsole", "N/A", nullptr));
1264 #if QT_CONFIG(tooltip)
1265  peerAddrRelayEnabledLabel->setToolTip(QCoreApplication::translate("RPCConsole", "Whether we relay addresses to this peer.", nullptr));
1266 #endif // QT_CONFIG(tooltip)
1267  peerAddrRelayEnabledLabel->setText(QCoreApplication::translate("RPCConsole", "Address Relay", nullptr));
1268  peerAddrRelayEnabled->setText(QCoreApplication::translate("RPCConsole", "N/A", nullptr));
1269 #if QT_CONFIG(tooltip)
1270  peerAddrProcessedLabel->setToolTip(QCoreApplication::translate("RPCConsole", "The total number of addresses received from this peer that were processed (excludes addresses that were dropped due to rate-limiting).", nullptr));
1271 #endif // QT_CONFIG(tooltip)
1272  peerAddrProcessedLabel->setText(QCoreApplication::translate("RPCConsole", "Addresses Processed", nullptr));
1273  peerAddrProcessed->setText(QCoreApplication::translate("RPCConsole", "N/A", nullptr));
1274 #if QT_CONFIG(tooltip)
1275  peerAddrRateLimitedLabel->setToolTip(QCoreApplication::translate("RPCConsole", "The total number of addresses received from this peer that were dropped (not processed) due to rate-limiting.", nullptr));
1276 #endif // QT_CONFIG(tooltip)
1277  peerAddrRateLimitedLabel->setText(QCoreApplication::translate("RPCConsole", "Addresses Rate-Limited", nullptr));
1278  peerAddrRateLimited->setText(QCoreApplication::translate("RPCConsole", "N/A", nullptr));
1279  tabWidget->setTabText(tabWidget->indexOf(tab_peers), QCoreApplication::translate("RPCConsole", "&Peers", nullptr));
1280  } // retranslateUi
1281 
1282 };
1283 
1284 namespace Ui {
1285  class RPCConsole: public Ui_RPCConsole {};
1286 } // namespace Ui
1287 
1288 QT_END_NAMESPACE
1289 
1290 #endif // UI_DEBUGWINDOW_H
QTableView * banlistWidget
QLabel * label_alerts
QTableView * peerWidget
QLabel * peerPingTime
QSpacerItem * horizontalSpacer
Local Bitcoin RPC console.
Definition: rpcconsole.h:43
QSplitter * splitter
QLabel * clientVersion
QLabel * label_25
QHBoxLayout * horizontalLayout_5
QLabel * peerAddrRateLimitedLabel
QLabel * peerAddrRelayEnabled
QLabel * lblGraphRange
QLabel * peerLastBlockLabel
QPushButton * openDebugLogfileButton
QVBoxLayout * verticalLayout_5
QVBoxLayout * verticalLayout_4
QLabel * label_15
QLabel * peerLastRecv
QLabel * numberOfConnections
QLabel * peerServices
QToolButton * clearButton
QLabel * networkName
QLabel * label_6
QLabel * peerTransportTypeLabel
QHBoxLayout * horizontalLayoutPrompt
QHBoxLayout * horizontalLayout_3
QLabel * labelMempoolTitle
QLabel * blocksDir
QLabel * peerCommonHeight
QLabel * peerConnectionTypeLabel
QTextEdit * messagesWidget
QLabel * labelLastBlockTime
QLabel * labelNetwork
QLabel * banHeading
QLabel * label_26
QLabel * peerPermissions
QLabel * peerHeading
QGroupBox * groupBox
QSpacerItem * verticalSpacer_3
QWidget * detailWidget
QLabel * peerVersion
QLabel * labelMemoryUsage
QLabel * peerRelayTxes
QLabel * startupTime
QGridLayout * gridLayout_2
QLabel * peerHighBandwidthLabel
QLabel * peerHeight
void setupUi(QWidget *RPCConsole)
QLabel * clientUserAgent
QLabel * mempoolNumberTxs
void retranslateUi(QWidget *RPCConsole)
QWidget * peersTabRightPanel
QHBoxLayout * horizontalLayout_4
QVBoxLayout * verticalLayout_7
QLabel * peerConnTime
QPushButton * btnClearTrafficGraph
QLabel * timeoffset
QLabel * peerPingWaitLabel
QLabel * peerSubversion
QLabel * label_29
QLabel * peerLastSend
QLabel * numberOfBlocks
QLabel * peerMinPing
QLabel * label_27
QLabel * WalletSelectorLabel
QHBoxLayout * horizontalLayout
QLabel * peerAddrProcessed
QLabel * peerTransportType
QVBoxLayout * verticalLayout_8
QWidget * tab_info
QLabel * lblBytesOut
QPushButton * promptIcon
QLabel * label_30
QLineEdit * lineEdit
QLabel * lastBlockTime
QVBoxLayout * verticalLayout_3
QToolButton * fontBiggerButton
QLabel * label_20
QLabel * peerSyncHeight
QLabel * label_21
QLabel * labelDebugLogfile
QLabel * peerLastTx
QLabel * label_7
QLabel * label_13
QLabel * label_12
QLabel * label_16
QLabel * peerMappedASLabel
QLabel * peerBytesRecv
QLabel * dataDir
QLabel * label_9
TrafficGraphWidget * trafficGraph
QLabel * label_22
QLabel * label_18
QLabel * peerBytesSent
QLabel * peerAddrProcessedLabel
QVBoxLayout * verticalLayout
QSlider * sldGraphRange
QLabel * lblBytesIn
QWidget * tab_peers
QLabel * peerSessionId
QLabel * peerPingWait
QLabel * labelClientUserAgent
QWidget * tab_nettraffic
QWidget * widget_1
QLabel * label_timeoffset
QSpacerItem * verticalSpacer_4
QSpacerItem * verticalSpacer_2
QToolButton * fontSmallerButton
QVBoxLayout * verticalLayout_6
QLabel * label_17
QLabel * peerLastBlock
QLabel * peerRelayTxesLabel
QLabel * label_4
QWidget * tab_console
QLabel * peerMappedAS
QLabel * peerLastTxLabel
QLabel * label_8
QLabel * peerNetworkLabel
QLabel * mempoolSize
QVBoxLayout * verticalLayoutDebugButton
QLabel * peerNetwork
QLabel * peerConnectionType
QLabel * peerAddrRateLimited
QLabel * peerSessionIdLabel
QTabWidget * tabWidget
QLabel * labelNumberOfTransactions
QGridLayout * gridLayout
QLabel * label_10
QComboBox * WalletSelector
QLabel * label_3
QScrollArea * scrollArea
QLabel * peerAddrRelayEnabledLabel
QSpacerItem * verticalSpacer
QLabel * peerHighBandwidth
QLabel * peerMinPingLabel
QLabel * label_19
QVBoxLayout * verticalLayout_2
QLabel * label_11
QLabel * label_28
QHBoxLayout * horizontalLayout_2