Bitcoin Core  0.21.1
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.9.4
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 <QtWidgets/QAction>
14 #include <QtWidgets/QApplication>
15 #include <QtWidgets/QButtonGroup>
16 #include <QtWidgets/QComboBox>
17 #include <QtWidgets/QFrame>
18 #include <QtWidgets/QGridLayout>
19 #include <QtWidgets/QGroupBox>
20 #include <QtWidgets/QHBoxLayout>
21 #include <QtWidgets/QHeaderView>
22 #include <QtWidgets/QLabel>
23 #include <QtWidgets/QLineEdit>
24 #include <QtWidgets/QPushButton>
25 #include <QtWidgets/QScrollArea>
26 #include <QtWidgets/QSlider>
27 #include <QtWidgets/QSpacerItem>
28 #include <QtWidgets/QSplitter>
29 #include <QtWidgets/QTabWidget>
30 #include <QtWidgets/QTableView>
31 #include <QtWidgets/QTextEdit>
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;
53  QLabel *label_12;
54  QLabel *dataDir;
55  QLabel *label_11;
56  QLabel *blocksDir;
57  QLabel *label_13;
58  QLabel *startupTime;
59  QLabel *labelNetwork;
60  QLabel *label_8;
61  QLabel *networkName;
62  QLabel *label_7;
64  QLabel *label_10;
65  QLabel *label_3;
66  QLabel *numberOfBlocks;
68  QLabel *lastBlockTime;
73  QLabel *mempoolSize;
75  QSpacerItem *verticalSpacer_2;
77  QPushButton *openDebugLogfileButton;
78  QSpacerItem *verticalSpacer;
79  QWidget *tab_console;
80  QVBoxLayout *verticalLayout_3;
81  QHBoxLayout *horizontalLayout;
83  QComboBox *WalletSelector;
84  QSpacerItem *horizontalSpacer;
85  QPushButton *fontSmallerButton;
86  QPushButton *fontBiggerButton;
87  QPushButton *clearButton;
88  QTextEdit *messagesWidget;
89  QHBoxLayout *horizontalLayoutPrompt;
90  QPushButton *promptIcon;
91  QLineEdit *lineEdit;
92  QWidget *tab_nettraffic;
93  QHBoxLayout *horizontalLayout_3;
94  QVBoxLayout *verticalLayout_4;
96  QHBoxLayout *horizontalLayout_2;
97  QSlider *sldGraphRange;
98  QLabel *lblGraphRange;
99  QPushButton *btnClearTrafficGraph;
100  QVBoxLayout *verticalLayout;
101  QGroupBox *groupBox;
102  QVBoxLayout *verticalLayout_5;
103  QHBoxLayout *horizontalLayout_4;
104  QFrame *line;
105  QLabel *label_16;
106  QLabel *lblBytesIn;
107  QHBoxLayout *horizontalLayout_5;
108  QFrame *line_2;
109  QLabel *label_17;
110  QLabel *lblBytesOut;
111  QSpacerItem *verticalSpacer_4;
112  QWidget *tab_peers;
113  QVBoxLayout *verticalLayout_6;
114  QSplitter *splitter;
115  QWidget *widget_1;
116  QVBoxLayout *verticalLayout_7;
117  QTableView *peerWidget;
118  QLabel *banHeading;
119  QTableView *banlistWidget;
120  QWidget *widget_2;
121  QVBoxLayout *verticalLayout_8;
122  QLabel *peerHeading;
123  QScrollArea *scrollArea;
124  QWidget *detailWidget;
125  QGridLayout *gridLayout_2;
126  QLabel *label_30;
128  QLabel *label_23;
129  QLabel *peerDirection;
130  QLabel *label_21;
131  QLabel *peerVersion;
132  QLabel *label_28;
133  QLabel *peerSubversion;
134  QLabel *label_4;
135  QLabel *peerServices;
136  QLabel *label_29;
137  QLabel *peerHeight;
138  QLabel *label_27;
139  QLabel *peerSyncHeight;
140  QLabel *label_25;
142  QLabel *label_22;
143  QLabel *peerConnTime;
144  QLabel *label_15;
145  QLabel *peerLastSend;
146  QLabel *label_19;
147  QLabel *peerLastRecv;
148  QLabel *label_18;
149  QLabel *peerBytesSent;
150  QLabel *label_20;
151  QLabel *peerBytesRecv;
152  QLabel *label_26;
153  QLabel *peerPingTime;
155  QLabel *peerPingWait;
157  QLabel *peerMinPing;
159  QLabel *timeoffset;
161  QLabel *peerMappedAS;
162  QSpacerItem *verticalSpacer_3;
163 
164  void setupUi(QWidget *RPCConsole)
165  {
166  if (RPCConsole->objectName().isEmpty())
167  RPCConsole->setObjectName(QStringLiteral("RPCConsole"));
168  RPCConsole->resize(740, 430);
169  verticalLayout_2 = new QVBoxLayout(RPCConsole);
170  verticalLayout_2->setObjectName(QStringLiteral("verticalLayout_2"));
171  label_alerts = new QLabel(RPCConsole);
172  label_alerts->setObjectName(QStringLiteral("label_alerts"));
173  label_alerts->setVisible(false);
174  label_alerts->setStyleSheet(QStringLiteral("QLabel { background-color: qlineargradient(x1: 0, y1: 0, x2: 1, y2: 0, stop:0 #F0D0A0, stop:1 #F8D488); color:#000000; }"));
175  label_alerts->setWordWrap(true);
176  label_alerts->setMargin(3);
177  label_alerts->setTextInteractionFlags(Qt::TextSelectableByMouse);
178 
179  verticalLayout_2->addWidget(label_alerts);
180 
181  tabWidget = new QTabWidget(RPCConsole);
182  tabWidget->setObjectName(QStringLiteral("tabWidget"));
183  tab_info = new QWidget();
184  tab_info->setObjectName(QStringLiteral("tab_info"));
185  gridLayout = new QGridLayout(tab_info);
186  gridLayout->setObjectName(QStringLiteral("gridLayout"));
187  gridLayout->setHorizontalSpacing(12);
188  label_9 = new QLabel(tab_info);
189  label_9->setObjectName(QStringLiteral("label_9"));
190  QFont font;
191  font.setBold(true);
192  font.setWeight(75);
193  label_9->setFont(font);
194 
195  gridLayout->addWidget(label_9, 0, 0, 1, 1);
196 
197  label_6 = new QLabel(tab_info);
198  label_6->setObjectName(QStringLiteral("label_6"));
199 
200  gridLayout->addWidget(label_6, 1, 0, 1, 1);
201 
202  clientVersion = new QLabel(tab_info);
203  clientVersion->setObjectName(QStringLiteral("clientVersion"));
204  clientVersion->setCursor(QCursor(Qt::IBeamCursor));
205  clientVersion->setTextFormat(Qt::PlainText);
206  clientVersion->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);
207 
208  gridLayout->addWidget(clientVersion, 1, 1, 1, 2);
209 
210  labelClientUserAgent = new QLabel(tab_info);
211  labelClientUserAgent->setObjectName(QStringLiteral("labelClientUserAgent"));
212  labelClientUserAgent->setIndent(10);
213 
214  gridLayout->addWidget(labelClientUserAgent, 2, 0, 1, 1);
215 
216  clientUserAgent = new QLabel(tab_info);
217  clientUserAgent->setObjectName(QStringLiteral("clientUserAgent"));
218  clientUserAgent->setCursor(QCursor(Qt::IBeamCursor));
219  clientUserAgent->setTextFormat(Qt::PlainText);
220  clientUserAgent->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);
221 
222  gridLayout->addWidget(clientUserAgent, 2, 1, 1, 2);
223 
224  label_berkeleyDBVersion = new QLabel(tab_info);
225  label_berkeleyDBVersion->setObjectName(QStringLiteral("label_berkeleyDBVersion"));
226  label_berkeleyDBVersion->setIndent(10);
227 
228  gridLayout->addWidget(label_berkeleyDBVersion, 3, 0, 1, 1);
229 
230  berkeleyDBVersion = new QLabel(tab_info);
231  berkeleyDBVersion->setObjectName(QStringLiteral("berkeleyDBVersion"));
232  berkeleyDBVersion->setCursor(QCursor(Qt::IBeamCursor));
233  berkeleyDBVersion->setTextFormat(Qt::PlainText);
234  berkeleyDBVersion->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);
235 
236  gridLayout->addWidget(berkeleyDBVersion, 3, 1, 1, 2);
237 
238  label_12 = new QLabel(tab_info);
239  label_12->setObjectName(QStringLiteral("label_12"));
240 
241  gridLayout->addWidget(label_12, 4, 0, 1, 1);
242 
243  dataDir = new QLabel(tab_info);
244  dataDir->setObjectName(QStringLiteral("dataDir"));
245  dataDir->setCursor(QCursor(Qt::IBeamCursor));
246  dataDir->setTextFormat(Qt::PlainText);
247  dataDir->setWordWrap(true);
248  dataDir->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);
249 
250  gridLayout->addWidget(dataDir, 4, 1, 1, 2);
251 
252  label_11 = new QLabel(tab_info);
253  label_11->setObjectName(QStringLiteral("label_11"));
254 
255  gridLayout->addWidget(label_11, 5, 0, 1, 1);
256 
257  blocksDir = new QLabel(tab_info);
258  blocksDir->setObjectName(QStringLiteral("blocksDir"));
259  blocksDir->setCursor(QCursor(Qt::IBeamCursor));
260  blocksDir->setTextFormat(Qt::PlainText);
261  blocksDir->setWordWrap(true);
262  blocksDir->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);
263 
264  gridLayout->addWidget(blocksDir, 5, 1, 1, 2);
265 
266  label_13 = new QLabel(tab_info);
267  label_13->setObjectName(QStringLiteral("label_13"));
268 
269  gridLayout->addWidget(label_13, 6, 0, 1, 1);
270 
271  startupTime = new QLabel(tab_info);
272  startupTime->setObjectName(QStringLiteral("startupTime"));
273  startupTime->setCursor(QCursor(Qt::IBeamCursor));
274  startupTime->setTextFormat(Qt::PlainText);
275  startupTime->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);
276 
277  gridLayout->addWidget(startupTime, 6, 1, 1, 2);
278 
279  labelNetwork = new QLabel(tab_info);
280  labelNetwork->setObjectName(QStringLiteral("labelNetwork"));
281  labelNetwork->setFont(font);
282 
283  gridLayout->addWidget(labelNetwork, 7, 0, 1, 1);
284 
285  label_8 = new QLabel(tab_info);
286  label_8->setObjectName(QStringLiteral("label_8"));
287 
288  gridLayout->addWidget(label_8, 8, 0, 1, 1);
289 
290  networkName = new QLabel(tab_info);
291  networkName->setObjectName(QStringLiteral("networkName"));
292  networkName->setCursor(QCursor(Qt::IBeamCursor));
293  networkName->setTextFormat(Qt::PlainText);
294  networkName->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);
295 
296  gridLayout->addWidget(networkName, 8, 1, 1, 2);
297 
298  label_7 = new QLabel(tab_info);
299  label_7->setObjectName(QStringLiteral("label_7"));
300 
301  gridLayout->addWidget(label_7, 9, 0, 1, 1);
302 
303  numberOfConnections = new QLabel(tab_info);
304  numberOfConnections->setObjectName(QStringLiteral("numberOfConnections"));
305  numberOfConnections->setCursor(QCursor(Qt::IBeamCursor));
306  numberOfConnections->setTextFormat(Qt::PlainText);
307  numberOfConnections->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);
308 
309  gridLayout->addWidget(numberOfConnections, 9, 1, 1, 2);
310 
311  label_10 = new QLabel(tab_info);
312  label_10->setObjectName(QStringLiteral("label_10"));
313  label_10->setFont(font);
314 
315  gridLayout->addWidget(label_10, 10, 0, 1, 1);
316 
317  label_3 = new QLabel(tab_info);
318  label_3->setObjectName(QStringLiteral("label_3"));
319 
320  gridLayout->addWidget(label_3, 11, 0, 1, 1);
321 
322  numberOfBlocks = new QLabel(tab_info);
323  numberOfBlocks->setObjectName(QStringLiteral("numberOfBlocks"));
324  numberOfBlocks->setCursor(QCursor(Qt::IBeamCursor));
325  numberOfBlocks->setTextFormat(Qt::PlainText);
326  numberOfBlocks->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);
327 
328  gridLayout->addWidget(numberOfBlocks, 11, 1, 1, 2);
329 
330  labelLastBlockTime = new QLabel(tab_info);
331  labelLastBlockTime->setObjectName(QStringLiteral("labelLastBlockTime"));
332 
333  gridLayout->addWidget(labelLastBlockTime, 12, 0, 1, 1);
334 
335  lastBlockTime = new QLabel(tab_info);
336  lastBlockTime->setObjectName(QStringLiteral("lastBlockTime"));
337  lastBlockTime->setCursor(QCursor(Qt::IBeamCursor));
338  lastBlockTime->setTextFormat(Qt::PlainText);
339  lastBlockTime->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);
340 
341  gridLayout->addWidget(lastBlockTime, 12, 1, 1, 2);
342 
343  labelMempoolTitle = new QLabel(tab_info);
344  labelMempoolTitle->setObjectName(QStringLiteral("labelMempoolTitle"));
345  labelMempoolTitle->setFont(font);
346 
347  gridLayout->addWidget(labelMempoolTitle, 13, 0, 1, 1);
348 
349  labelNumberOfTransactions = new QLabel(tab_info);
350  labelNumberOfTransactions->setObjectName(QStringLiteral("labelNumberOfTransactions"));
351 
352  gridLayout->addWidget(labelNumberOfTransactions, 14, 0, 1, 1);
353 
354  mempoolNumberTxs = new QLabel(tab_info);
355  mempoolNumberTxs->setObjectName(QStringLiteral("mempoolNumberTxs"));
356  mempoolNumberTxs->setCursor(QCursor(Qt::IBeamCursor));
357  mempoolNumberTxs->setTextFormat(Qt::PlainText);
358  mempoolNumberTxs->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);
359 
360  gridLayout->addWidget(mempoolNumberTxs, 14, 1, 1, 1);
361 
362  labelMemoryUsage = new QLabel(tab_info);
363  labelMemoryUsage->setObjectName(QStringLiteral("labelMemoryUsage"));
364 
365  gridLayout->addWidget(labelMemoryUsage, 15, 0, 1, 1);
366 
367  mempoolSize = new QLabel(tab_info);
368  mempoolSize->setObjectName(QStringLiteral("mempoolSize"));
369  mempoolSize->setCursor(QCursor(Qt::IBeamCursor));
370  mempoolSize->setTextFormat(Qt::PlainText);
371  mempoolSize->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);
372 
373  gridLayout->addWidget(mempoolSize, 15, 1, 1, 1);
374 
375  verticalLayoutDebugButton = new QVBoxLayout();
376  verticalLayoutDebugButton->setSpacing(3);
377  verticalLayoutDebugButton->setObjectName(QStringLiteral("verticalLayoutDebugButton"));
378  verticalSpacer_2 = new QSpacerItem(10, 5, QSizePolicy::Minimum, QSizePolicy::Expanding);
379 
381 
382  labelDebugLogfile = new QLabel(tab_info);
383  labelDebugLogfile->setObjectName(QStringLiteral("labelDebugLogfile"));
384 
386 
387  openDebugLogfileButton = new QPushButton(tab_info);
388  openDebugLogfileButton->setObjectName(QStringLiteral("openDebugLogfileButton"));
389  openDebugLogfileButton->setAutoDefault(false);
390 
392 
393 
394  gridLayout->addLayout(verticalLayoutDebugButton, 13, 2, 3, 1);
395 
396  verticalSpacer = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
397 
398  gridLayout->addItem(verticalSpacer, 16, 0, 1, 1);
399 
400  gridLayout->setColumnStretch(1, 1);
401  tabWidget->addTab(tab_info, QString());
402  tab_console = new QWidget();
403  tab_console->setObjectName(QStringLiteral("tab_console"));
404  verticalLayout_3 = new QVBoxLayout(tab_console);
405  verticalLayout_3->setSpacing(3);
406  verticalLayout_3->setObjectName(QStringLiteral("verticalLayout_3"));
407  verticalLayout_3->setContentsMargins(-1, -1, -1, 5);
408  horizontalLayout = new QHBoxLayout();
409  horizontalLayout->setSpacing(4);
410  horizontalLayout->setObjectName(QStringLiteral("horizontalLayout"));
411  WalletSelectorLabel = new QLabel(tab_console);
412  WalletSelectorLabel->setObjectName(QStringLiteral("WalletSelectorLabel"));
413 
415 
416  WalletSelector = new QComboBox(tab_console);
417  WalletSelector->setObjectName(QStringLiteral("WalletSelector"));
418  WalletSelector->setSizeAdjustPolicy(QComboBox::AdjustToContents);
419 
420  horizontalLayout->addWidget(WalletSelector);
421 
422  horizontalSpacer = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
423 
425 
426  fontSmallerButton = new QPushButton(tab_console);
427  fontSmallerButton->setObjectName(QStringLiteral("fontSmallerButton"));
428  fontSmallerButton->setMaximumSize(QSize(24, 24));
429  QIcon icon;
430  icon.addFile(QStringLiteral(":/icons/fontsmaller"), QSize(), QIcon::Normal, QIcon::Off);
431  fontSmallerButton->setIcon(icon);
432  fontSmallerButton->setIconSize(QSize(24, 16));
433  fontSmallerButton->setAutoDefault(false);
434  fontSmallerButton->setFlat(true);
435 
437 
438  fontBiggerButton = new QPushButton(tab_console);
439  fontBiggerButton->setObjectName(QStringLiteral("fontBiggerButton"));
440  fontBiggerButton->setMaximumSize(QSize(24, 24));
441  QIcon icon1;
442  icon1.addFile(QStringLiteral(":/icons/fontbigger"), QSize(), QIcon::Normal, QIcon::Off);
443  fontBiggerButton->setIcon(icon1);
444  fontBiggerButton->setIconSize(QSize(24, 16));
445  fontBiggerButton->setAutoDefault(false);
446  fontBiggerButton->setFlat(true);
447 
449 
450  clearButton = new QPushButton(tab_console);
451  clearButton->setObjectName(QStringLiteral("clearButton"));
452  clearButton->setMaximumSize(QSize(24, 24));
453  clearButton->setLayoutDirection(Qt::LeftToRight);
454  QIcon icon2;
455  icon2.addFile(QStringLiteral(":/icons/remove"), QSize(), QIcon::Normal, QIcon::Off);
456  clearButton->setIcon(icon2);
457 #ifndef QT_NO_SHORTCUT
458  clearButton->setShortcut(QStringLiteral("Ctrl+L"));
459 #endif // QT_NO_SHORTCUT
460  clearButton->setAutoDefault(false);
461  clearButton->setFlat(true);
462 
463  horizontalLayout->addWidget(clearButton);
464 
465 
467 
468  messagesWidget = new QTextEdit(tab_console);
469  messagesWidget->setObjectName(QStringLiteral("messagesWidget"));
470  messagesWidget->setMinimumSize(QSize(0, 100));
471  messagesWidget->setReadOnly(true);
472  messagesWidget->setProperty("tabKeyNavigation", QVariant(false));
473  messagesWidget->setProperty("columnCount", QVariant(2));
474 
475  verticalLayout_3->addWidget(messagesWidget);
476 
477  horizontalLayoutPrompt = new QHBoxLayout();
478  horizontalLayoutPrompt->setSpacing(3);
479  horizontalLayoutPrompt->setObjectName(QStringLiteral("horizontalLayoutPrompt"));
480  promptIcon = new QPushButton(tab_console);
481  promptIcon->setObjectName(QStringLiteral("promptIcon"));
482  promptIcon->setEnabled(false);
483  promptIcon->setMaximumSize(QSize(16, 24));
484  QIcon icon3;
485  icon3.addFile(QStringLiteral(":/icons/prompticon"), QSize(), QIcon::Normal, QIcon::Off);
486  icon3.addFile(QStringLiteral(":/icons/prompticon"), QSize(), QIcon::Disabled, QIcon::Off);
487  promptIcon->setIcon(icon3);
488  promptIcon->setIconSize(QSize(14, 14));
489  promptIcon->setAutoDefault(false);
490  promptIcon->setFlat(true);
491 
493 
494  lineEdit = new QLineEdit(tab_console);
495  lineEdit->setObjectName(QStringLiteral("lineEdit"));
496  lineEdit->setEnabled(false);
497 
498  horizontalLayoutPrompt->addWidget(lineEdit);
499 
500 
502 
503  tabWidget->addTab(tab_console, QString());
504  tab_nettraffic = new QWidget();
505  tab_nettraffic->setObjectName(QStringLiteral("tab_nettraffic"));
506  horizontalLayout_3 = new QHBoxLayout(tab_nettraffic);
507  horizontalLayout_3->setObjectName(QStringLiteral("horizontalLayout_3"));
508  verticalLayout_4 = new QVBoxLayout();
509  verticalLayout_4->setObjectName(QStringLiteral("verticalLayout_4"));
511  trafficGraph->setObjectName(QStringLiteral("trafficGraph"));
512  QSizePolicy sizePolicy(QSizePolicy::Expanding, QSizePolicy::Expanding);
513  sizePolicy.setHorizontalStretch(0);
514  sizePolicy.setVerticalStretch(0);
515  sizePolicy.setHeightForWidth(trafficGraph->sizePolicy().hasHeightForWidth());
516  trafficGraph->setSizePolicy(sizePolicy);
517 
518  verticalLayout_4->addWidget(trafficGraph);
519 
520  horizontalLayout_2 = new QHBoxLayout();
521  horizontalLayout_2->setObjectName(QStringLiteral("horizontalLayout_2"));
522  sldGraphRange = new QSlider(tab_nettraffic);
523  sldGraphRange->setObjectName(QStringLiteral("sldGraphRange"));
524  sldGraphRange->setMinimum(1);
525  sldGraphRange->setMaximum(288);
526  sldGraphRange->setPageStep(12);
527  sldGraphRange->setValue(6);
528  sldGraphRange->setOrientation(Qt::Horizontal);
529 
530  horizontalLayout_2->addWidget(sldGraphRange);
531 
532  lblGraphRange = new QLabel(tab_nettraffic);
533  lblGraphRange->setObjectName(QStringLiteral("lblGraphRange"));
534  lblGraphRange->setMinimumSize(QSize(100, 0));
535  lblGraphRange->setAlignment(Qt::AlignCenter);
536 
537  horizontalLayout_2->addWidget(lblGraphRange);
538 
539  btnClearTrafficGraph = new QPushButton(tab_nettraffic);
540  btnClearTrafficGraph->setObjectName(QStringLiteral("btnClearTrafficGraph"));
541  btnClearTrafficGraph->setAutoDefault(false);
542 
544 
545 
547 
548 
550 
551  verticalLayout = new QVBoxLayout();
552  verticalLayout->setObjectName(QStringLiteral("verticalLayout"));
553  groupBox = new QGroupBox(tab_nettraffic);
554  groupBox->setObjectName(QStringLiteral("groupBox"));
555  verticalLayout_5 = new QVBoxLayout(groupBox);
556  verticalLayout_5->setObjectName(QStringLiteral("verticalLayout_5"));
557  horizontalLayout_4 = new QHBoxLayout();
558  horizontalLayout_4->setObjectName(QStringLiteral("horizontalLayout_4"));
559  line = new QFrame(groupBox);
560  line->setObjectName(QStringLiteral("line"));
561  QSizePolicy sizePolicy1(QSizePolicy::Fixed, QSizePolicy::Fixed);
562  sizePolicy1.setHorizontalStretch(0);
563  sizePolicy1.setVerticalStretch(0);
564  sizePolicy1.setHeightForWidth(line->sizePolicy().hasHeightForWidth());
565  line->setSizePolicy(sizePolicy1);
566  line->setMinimumSize(QSize(10, 0));
567  QPalette palette;
568  QBrush brush(QColor(0, 255, 0, 255));
569  brush.setStyle(Qt::SolidPattern);
570  palette.setBrush(QPalette::Active, QPalette::Light, brush);
571  palette.setBrush(QPalette::Inactive, QPalette::Light, brush);
572  palette.setBrush(QPalette::Disabled, QPalette::Light, brush);
573  line->setPalette(palette);
574  line->setFrameShape(QFrame::HLine);
575  line->setFrameShadow(QFrame::Sunken);
576 
577  horizontalLayout_4->addWidget(line);
578 
579  label_16 = new QLabel(groupBox);
580  label_16->setObjectName(QStringLiteral("label_16"));
581 
582  horizontalLayout_4->addWidget(label_16);
583 
584  lblBytesIn = new QLabel(groupBox);
585  lblBytesIn->setObjectName(QStringLiteral("lblBytesIn"));
586  lblBytesIn->setMinimumSize(QSize(50, 0));
587  lblBytesIn->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
588 
589  horizontalLayout_4->addWidget(lblBytesIn);
590 
591 
593 
594  horizontalLayout_5 = new QHBoxLayout();
595  horizontalLayout_5->setObjectName(QStringLiteral("horizontalLayout_5"));
596  line_2 = new QFrame(groupBox);
597  line_2->setObjectName(QStringLiteral("line_2"));
598  sizePolicy1.setHeightForWidth(line_2->sizePolicy().hasHeightForWidth());
599  line_2->setSizePolicy(sizePolicy1);
600  line_2->setMinimumSize(QSize(10, 0));
601  QPalette palette1;
602  QBrush brush1(QColor(255, 0, 0, 255));
603  brush1.setStyle(Qt::SolidPattern);
604  palette1.setBrush(QPalette::Active, QPalette::Light, brush1);
605  palette1.setBrush(QPalette::Inactive, QPalette::Light, brush1);
606  palette1.setBrush(QPalette::Disabled, QPalette::Light, brush1);
607  line_2->setPalette(palette1);
608  line_2->setFrameShape(QFrame::HLine);
609  line_2->setFrameShadow(QFrame::Sunken);
610 
611  horizontalLayout_5->addWidget(line_2);
612 
613  label_17 = new QLabel(groupBox);
614  label_17->setObjectName(QStringLiteral("label_17"));
615 
616  horizontalLayout_5->addWidget(label_17);
617 
618  lblBytesOut = new QLabel(groupBox);
619  lblBytesOut->setObjectName(QStringLiteral("lblBytesOut"));
620  lblBytesOut->setMinimumSize(QSize(50, 0));
621  lblBytesOut->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
622 
623  horizontalLayout_5->addWidget(lblBytesOut);
624 
625 
627 
628  verticalSpacer_4 = new QSpacerItem(20, 407, QSizePolicy::Minimum, QSizePolicy::Expanding);
629 
631 
632 
633  verticalLayout->addWidget(groupBox);
634 
635 
637 
638  tabWidget->addTab(tab_nettraffic, QString());
639  tab_peers = new QWidget();
640  tab_peers->setObjectName(QStringLiteral("tab_peers"));
641  verticalLayout_6 = new QVBoxLayout(tab_peers);
642  verticalLayout_6->setObjectName(QStringLiteral("verticalLayout_6"));
643  splitter = new QSplitter(tab_peers);
644  splitter->setObjectName(QStringLiteral("splitter"));
645  splitter->setOrientation(Qt::Horizontal);
646  splitter->setChildrenCollapsible(false);
647  widget_1 = new QWidget(splitter);
648  widget_1->setObjectName(QStringLiteral("widget_1"));
649  QSizePolicy sizePolicy2(QSizePolicy::MinimumExpanding, QSizePolicy::Preferred);
650  sizePolicy2.setHorizontalStretch(1);
651  sizePolicy2.setVerticalStretch(0);
652  sizePolicy2.setHeightForWidth(widget_1->sizePolicy().hasHeightForWidth());
653  widget_1->setSizePolicy(sizePolicy2);
654  widget_1->setMinimumSize(QSize(400, 0));
655  verticalLayout_7 = new QVBoxLayout(widget_1);
656  verticalLayout_7->setObjectName(QStringLiteral("verticalLayout_7"));
657  peerWidget = new QTableView(widget_1);
658  peerWidget->setObjectName(QStringLiteral("peerWidget"));
659  peerWidget->setTabKeyNavigation(false);
660  peerWidget->setSortingEnabled(true);
661  peerWidget->horizontalHeader()->setHighlightSections(false);
662 
663  verticalLayout_7->addWidget(peerWidget);
664 
665  banHeading = new QLabel(widget_1);
666  banHeading->setObjectName(QStringLiteral("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(QStringLiteral("banlistWidget"));
686  banlistWidget->setTabKeyNavigation(false);
687  banlistWidget->setSortingEnabled(true);
688  banlistWidget->horizontalHeader()->setHighlightSections(false);
689 
690  verticalLayout_7->addWidget(banlistWidget);
691 
692  splitter->addWidget(widget_1);
693  widget_2 = new QWidget(splitter);
694  widget_2->setObjectName(QStringLiteral("widget_2"));
695  QSizePolicy sizePolicy4(QSizePolicy::Minimum, QSizePolicy::Preferred);
696  sizePolicy4.setHorizontalStretch(0);
697  sizePolicy4.setVerticalStretch(0);
698  sizePolicy4.setHeightForWidth(widget_2->sizePolicy().hasHeightForWidth());
699  widget_2->setSizePolicy(sizePolicy4);
700  widget_2->setMinimumSize(QSize(300, 0));
701  verticalLayout_8 = new QVBoxLayout(widget_2);
702  verticalLayout_8->setObjectName(QStringLiteral("verticalLayout_8"));
703  peerHeading = new QLabel(widget_2);
704  peerHeading->setObjectName(QStringLiteral("peerHeading"));
705  sizePolicy3.setHeightForWidth(peerHeading->sizePolicy().hasHeightForWidth());
706  peerHeading->setSizePolicy(sizePolicy3);
707  peerHeading->setMinimumSize(QSize(0, 32));
708  QFont font2;
709  font2.setPointSize(10);
710  peerHeading->setFont(font2);
711  peerHeading->setCursor(QCursor(Qt::IBeamCursor));
712  peerHeading->setAlignment(Qt::AlignHCenter|Qt::AlignTop);
713  peerHeading->setWordWrap(true);
714  peerHeading->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);
715 
716  verticalLayout_8->addWidget(peerHeading);
717 
718  scrollArea = new QScrollArea(widget_2);
719  scrollArea->setObjectName(QStringLiteral("scrollArea"));
720  scrollArea->setWidgetResizable(true);
721  detailWidget = new QWidget();
722  detailWidget->setObjectName(QStringLiteral("detailWidget"));
723  detailWidget->setGeometry(QRect(0, 0, 300, 426));
724  gridLayout_2 = new QGridLayout(detailWidget);
725  gridLayout_2->setObjectName(QStringLiteral("gridLayout_2"));
726  label_30 = new QLabel(detailWidget);
727  label_30->setObjectName(QStringLiteral("label_30"));
728 
729  gridLayout_2->addWidget(label_30, 0, 0, 1, 1);
730 
731  peerPermissions = new QLabel(detailWidget);
732  peerPermissions->setObjectName(QStringLiteral("peerPermissions"));
733  peerPermissions->setCursor(QCursor(Qt::IBeamCursor));
734  peerPermissions->setTextFormat(Qt::PlainText);
735  peerPermissions->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);
736 
737  gridLayout_2->addWidget(peerPermissions, 0, 1, 1, 1);
738 
739  label_23 = new QLabel(detailWidget);
740  label_23->setObjectName(QStringLiteral("label_23"));
741 
742  gridLayout_2->addWidget(label_23, 1, 0, 1, 1);
743 
744  peerDirection = new QLabel(detailWidget);
745  peerDirection->setObjectName(QStringLiteral("peerDirection"));
746  peerDirection->setCursor(QCursor(Qt::IBeamCursor));
747  peerDirection->setTextFormat(Qt::PlainText);
748  peerDirection->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);
749 
750  gridLayout_2->addWidget(peerDirection, 1, 1, 1, 1);
751 
752  label_21 = new QLabel(detailWidget);
753  label_21->setObjectName(QStringLiteral("label_21"));
754 
755  gridLayout_2->addWidget(label_21, 2, 0, 1, 1);
756 
757  peerVersion = new QLabel(detailWidget);
758  peerVersion->setObjectName(QStringLiteral("peerVersion"));
759  peerVersion->setCursor(QCursor(Qt::IBeamCursor));
760  peerVersion->setTextFormat(Qt::PlainText);
761  peerVersion->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);
762 
763  gridLayout_2->addWidget(peerVersion, 2, 1, 1, 1);
764 
765  label_28 = new QLabel(detailWidget);
766  label_28->setObjectName(QStringLiteral("label_28"));
767 
768  gridLayout_2->addWidget(label_28, 3, 0, 1, 1);
769 
770  peerSubversion = new QLabel(detailWidget);
771  peerSubversion->setObjectName(QStringLiteral("peerSubversion"));
772  peerSubversion->setCursor(QCursor(Qt::IBeamCursor));
773  peerSubversion->setTextFormat(Qt::PlainText);
774  peerSubversion->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);
775 
776  gridLayout_2->addWidget(peerSubversion, 3, 1, 1, 1);
777 
778  label_4 = new QLabel(detailWidget);
779  label_4->setObjectName(QStringLiteral("label_4"));
780 
781  gridLayout_2->addWidget(label_4, 4, 0, 1, 1);
782 
783  peerServices = new QLabel(detailWidget);
784  peerServices->setObjectName(QStringLiteral("peerServices"));
785  peerServices->setCursor(QCursor(Qt::IBeamCursor));
786  peerServices->setTextFormat(Qt::PlainText);
787  peerServices->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);
788 
789  gridLayout_2->addWidget(peerServices, 4, 1, 1, 1);
790 
791  label_29 = new QLabel(detailWidget);
792  label_29->setObjectName(QStringLiteral("label_29"));
793 
794  gridLayout_2->addWidget(label_29, 5, 0, 1, 1);
795 
796  peerHeight = new QLabel(detailWidget);
797  peerHeight->setObjectName(QStringLiteral("peerHeight"));
798  peerHeight->setCursor(QCursor(Qt::IBeamCursor));
799  peerHeight->setTextFormat(Qt::PlainText);
800  peerHeight->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);
801 
802  gridLayout_2->addWidget(peerHeight, 5, 1, 1, 1);
803 
804  label_27 = new QLabel(detailWidget);
805  label_27->setObjectName(QStringLiteral("label_27"));
806 
807  gridLayout_2->addWidget(label_27, 6, 0, 1, 1);
808 
809  peerSyncHeight = new QLabel(detailWidget);
810  peerSyncHeight->setObjectName(QStringLiteral("peerSyncHeight"));
811  peerSyncHeight->setCursor(QCursor(Qt::IBeamCursor));
812  peerSyncHeight->setTextFormat(Qt::PlainText);
813  peerSyncHeight->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);
814 
815  gridLayout_2->addWidget(peerSyncHeight, 6, 1, 1, 1);
816 
817  label_25 = new QLabel(detailWidget);
818  label_25->setObjectName(QStringLiteral("label_25"));
819 
820  gridLayout_2->addWidget(label_25, 7, 0, 1, 1);
821 
822  peerCommonHeight = new QLabel(detailWidget);
823  peerCommonHeight->setObjectName(QStringLiteral("peerCommonHeight"));
824  peerCommonHeight->setCursor(QCursor(Qt::IBeamCursor));
825  peerCommonHeight->setTextFormat(Qt::PlainText);
826  peerCommonHeight->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);
827 
828  gridLayout_2->addWidget(peerCommonHeight, 7, 1, 1, 1);
829 
830  label_22 = new QLabel(detailWidget);
831  label_22->setObjectName(QStringLiteral("label_22"));
832 
833  gridLayout_2->addWidget(label_22, 8, 0, 1, 1);
834 
835  peerConnTime = new QLabel(detailWidget);
836  peerConnTime->setObjectName(QStringLiteral("peerConnTime"));
837  peerConnTime->setCursor(QCursor(Qt::IBeamCursor));
838  peerConnTime->setTextFormat(Qt::PlainText);
839  peerConnTime->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);
840 
841  gridLayout_2->addWidget(peerConnTime, 8, 1, 1, 1);
842 
843  label_15 = new QLabel(detailWidget);
844  label_15->setObjectName(QStringLiteral("label_15"));
845 
846  gridLayout_2->addWidget(label_15, 9, 0, 1, 1);
847 
848  peerLastSend = new QLabel(detailWidget);
849  peerLastSend->setObjectName(QStringLiteral("peerLastSend"));
850  peerLastSend->setCursor(QCursor(Qt::IBeamCursor));
851  peerLastSend->setTextFormat(Qt::PlainText);
852  peerLastSend->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);
853 
854  gridLayout_2->addWidget(peerLastSend, 9, 1, 1, 1);
855 
856  label_19 = new QLabel(detailWidget);
857  label_19->setObjectName(QStringLiteral("label_19"));
858 
859  gridLayout_2->addWidget(label_19, 10, 0, 1, 1);
860 
861  peerLastRecv = new QLabel(detailWidget);
862  peerLastRecv->setObjectName(QStringLiteral("peerLastRecv"));
863  peerLastRecv->setCursor(QCursor(Qt::IBeamCursor));
864  peerLastRecv->setTextFormat(Qt::PlainText);
865  peerLastRecv->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);
866 
867  gridLayout_2->addWidget(peerLastRecv, 10, 1, 1, 1);
868 
869  label_18 = new QLabel(detailWidget);
870  label_18->setObjectName(QStringLiteral("label_18"));
871 
872  gridLayout_2->addWidget(label_18, 11, 0, 1, 1);
873 
874  peerBytesSent = new QLabel(detailWidget);
875  peerBytesSent->setObjectName(QStringLiteral("peerBytesSent"));
876  peerBytesSent->setCursor(QCursor(Qt::IBeamCursor));
877  peerBytesSent->setTextFormat(Qt::PlainText);
878  peerBytesSent->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);
879 
880  gridLayout_2->addWidget(peerBytesSent, 11, 1, 1, 1);
881 
882  label_20 = new QLabel(detailWidget);
883  label_20->setObjectName(QStringLiteral("label_20"));
884 
885  gridLayout_2->addWidget(label_20, 12, 0, 1, 1);
886 
887  peerBytesRecv = new QLabel(detailWidget);
888  peerBytesRecv->setObjectName(QStringLiteral("peerBytesRecv"));
889  peerBytesRecv->setCursor(QCursor(Qt::IBeamCursor));
890  peerBytesRecv->setTextFormat(Qt::PlainText);
891  peerBytesRecv->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);
892 
893  gridLayout_2->addWidget(peerBytesRecv, 12, 1, 1, 1);
894 
895  label_26 = new QLabel(detailWidget);
896  label_26->setObjectName(QStringLiteral("label_26"));
897 
898  gridLayout_2->addWidget(label_26, 13, 0, 1, 1);
899 
900  peerPingTime = new QLabel(detailWidget);
901  peerPingTime->setObjectName(QStringLiteral("peerPingTime"));
902  peerPingTime->setCursor(QCursor(Qt::IBeamCursor));
903  peerPingTime->setTextFormat(Qt::PlainText);
904  peerPingTime->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);
905 
906  gridLayout_2->addWidget(peerPingTime, 13, 1, 1, 1);
907 
908  peerPingWaitLabel = new QLabel(detailWidget);
909  peerPingWaitLabel->setObjectName(QStringLiteral("peerPingWaitLabel"));
910 
911  gridLayout_2->addWidget(peerPingWaitLabel, 14, 0, 1, 1);
912 
913  peerPingWait = new QLabel(detailWidget);
914  peerPingWait->setObjectName(QStringLiteral("peerPingWait"));
915  peerPingWait->setCursor(QCursor(Qt::IBeamCursor));
916  peerPingWait->setTextFormat(Qt::PlainText);
917  peerPingWait->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);
918 
919  gridLayout_2->addWidget(peerPingWait, 14, 1, 1, 1);
920 
921  peerMinPingLabel = new QLabel(detailWidget);
922  peerMinPingLabel->setObjectName(QStringLiteral("peerMinPingLabel"));
923 
924  gridLayout_2->addWidget(peerMinPingLabel, 15, 0, 1, 1);
925 
926  peerMinPing = new QLabel(detailWidget);
927  peerMinPing->setObjectName(QStringLiteral("peerMinPing"));
928  peerMinPing->setCursor(QCursor(Qt::IBeamCursor));
929  peerMinPing->setTextFormat(Qt::PlainText);
930  peerMinPing->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);
931 
932  gridLayout_2->addWidget(peerMinPing, 15, 1, 1, 1);
933 
934  label_timeoffset = new QLabel(detailWidget);
935  label_timeoffset->setObjectName(QStringLiteral("label_timeoffset"));
936 
937  gridLayout_2->addWidget(label_timeoffset, 16, 0, 1, 1);
938 
939  timeoffset = new QLabel(detailWidget);
940  timeoffset->setObjectName(QStringLiteral("timeoffset"));
941  timeoffset->setCursor(QCursor(Qt::IBeamCursor));
942  timeoffset->setTextFormat(Qt::PlainText);
943  timeoffset->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);
944 
945  gridLayout_2->addWidget(timeoffset, 16, 1, 1, 1);
946 
947  peerMappedASLabel = new QLabel(detailWidget);
948  peerMappedASLabel->setObjectName(QStringLiteral("peerMappedASLabel"));
949 
950  gridLayout_2->addWidget(peerMappedASLabel, 17, 0, 1, 1);
951 
952  peerMappedAS = new QLabel(detailWidget);
953  peerMappedAS->setObjectName(QStringLiteral("peerMappedAS"));
954  peerMappedAS->setCursor(QCursor(Qt::IBeamCursor));
955  peerMappedAS->setTextFormat(Qt::PlainText);
956  peerMappedAS->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);
957 
958  gridLayout_2->addWidget(peerMappedAS, 17, 1, 1, 1);
959 
960  verticalSpacer_3 = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
961 
962  gridLayout_2->addItem(verticalSpacer_3, 18, 0, 1, 1);
963 
964  gridLayout_2->setColumnStretch(1, 1);
965  scrollArea->setWidget(detailWidget);
966 
967  verticalLayout_8->addWidget(scrollArea);
968 
969  splitter->addWidget(widget_2);
970 
971  verticalLayout_6->addWidget(splitter);
972 
973  tabWidget->addTab(tab_peers, QString());
974 
975  verticalLayout_2->addWidget(tabWidget);
976 
977 
979 
980  tabWidget->setCurrentIndex(0);
981 
982 
983  QMetaObject::connectSlotsByName(RPCConsole);
984  } // setupUi
985 
986  void retranslateUi(QWidget *RPCConsole)
987  {
988  RPCConsole->setWindowTitle(QApplication::translate("RPCConsole", "Node window", Q_NULLPTR));
989  label_9->setText(QApplication::translate("RPCConsole", "General", Q_NULLPTR));
990  label_6->setText(QApplication::translate("RPCConsole", "Client version", Q_NULLPTR));
991  clientVersion->setText(QApplication::translate("RPCConsole", "N/A", Q_NULLPTR));
992  labelClientUserAgent->setText(QApplication::translate("RPCConsole", "User Agent", Q_NULLPTR));
993  clientUserAgent->setText(QApplication::translate("RPCConsole", "N/A", Q_NULLPTR));
994  label_berkeleyDBVersion->setText(QApplication::translate("RPCConsole", "Using BerkeleyDB version", Q_NULLPTR));
995  berkeleyDBVersion->setText(QApplication::translate("RPCConsole", "N/A", Q_NULLPTR));
996  label_12->setText(QApplication::translate("RPCConsole", "Datadir", Q_NULLPTR));
997 #ifndef QT_NO_TOOLTIP
998  dataDir->setToolTip(QApplication::translate("RPCConsole", "To specify a non-default location of the data directory use the '%1' option.", Q_NULLPTR));
999 #endif // QT_NO_TOOLTIP
1000  dataDir->setText(QApplication::translate("RPCConsole", "N/A", Q_NULLPTR));
1001  label_11->setText(QApplication::translate("RPCConsole", "Blocksdir", Q_NULLPTR));
1002 #ifndef QT_NO_TOOLTIP
1003  blocksDir->setToolTip(QApplication::translate("RPCConsole", "To specify a non-default location of the blocks directory use the '%1' option.", Q_NULLPTR));
1004 #endif // QT_NO_TOOLTIP
1005  blocksDir->setText(QApplication::translate("RPCConsole", "N/A", Q_NULLPTR));
1006  label_13->setText(QApplication::translate("RPCConsole", "Startup time", Q_NULLPTR));
1007  startupTime->setText(QApplication::translate("RPCConsole", "N/A", Q_NULLPTR));
1008  labelNetwork->setText(QApplication::translate("RPCConsole", "Network", Q_NULLPTR));
1009  label_8->setText(QApplication::translate("RPCConsole", "Name", Q_NULLPTR));
1010  networkName->setText(QApplication::translate("RPCConsole", "N/A", Q_NULLPTR));
1011  label_7->setText(QApplication::translate("RPCConsole", "Number of connections", Q_NULLPTR));
1012  numberOfConnections->setText(QApplication::translate("RPCConsole", "N/A", Q_NULLPTR));
1013  label_10->setText(QApplication::translate("RPCConsole", "Block chain", Q_NULLPTR));
1014  label_3->setText(QApplication::translate("RPCConsole", "Current block height", Q_NULLPTR));
1015  numberOfBlocks->setText(QApplication::translate("RPCConsole", "N/A", Q_NULLPTR));
1016  labelLastBlockTime->setText(QApplication::translate("RPCConsole", "Last block time", Q_NULLPTR));
1017  lastBlockTime->setText(QApplication::translate("RPCConsole", "N/A", Q_NULLPTR));
1018  labelMempoolTitle->setText(QApplication::translate("RPCConsole", "Memory Pool", Q_NULLPTR));
1019  labelNumberOfTransactions->setText(QApplication::translate("RPCConsole", "Current number of transactions", Q_NULLPTR));
1020  mempoolNumberTxs->setText(QApplication::translate("RPCConsole", "N/A", Q_NULLPTR));
1021  labelMemoryUsage->setText(QApplication::translate("RPCConsole", "Memory usage", Q_NULLPTR));
1022  mempoolSize->setText(QApplication::translate("RPCConsole", "N/A", Q_NULLPTR));
1023  labelDebugLogfile->setText(QApplication::translate("RPCConsole", "Debug log file", Q_NULLPTR));
1024 #ifndef QT_NO_TOOLTIP
1025  openDebugLogfileButton->setToolTip(QApplication::translate("RPCConsole", "Open the %1 debug log file from the current data directory. This can take a few seconds for large log files.", Q_NULLPTR));
1026 #endif // QT_NO_TOOLTIP
1027  openDebugLogfileButton->setText(QApplication::translate("RPCConsole", "&Open", Q_NULLPTR));
1028  tabWidget->setTabText(tabWidget->indexOf(tab_info), QApplication::translate("RPCConsole", "&Information", Q_NULLPTR));
1029  WalletSelectorLabel->setText(QApplication::translate("RPCConsole", "Wallet: ", Q_NULLPTR));
1030  WalletSelector->clear();
1031  WalletSelector->insertItems(0, QStringList()
1032  << QApplication::translate("RPCConsole", "(none)", Q_NULLPTR)
1033  );
1034 #ifndef QT_NO_TOOLTIP
1035  fontSmallerButton->setToolTip(QApplication::translate("RPCConsole", "Decrease font size", Q_NULLPTR));
1036 #endif // QT_NO_TOOLTIP
1037  fontSmallerButton->setText(QString());
1038 #ifndef QT_NO_TOOLTIP
1039  fontBiggerButton->setToolTip(QApplication::translate("RPCConsole", "Increase font size", Q_NULLPTR));
1040 #endif // QT_NO_TOOLTIP
1041  fontBiggerButton->setText(QString());
1042 #ifndef QT_NO_TOOLTIP
1043  clearButton->setToolTip(QApplication::translate("RPCConsole", "Clear console", Q_NULLPTR));
1044 #endif // QT_NO_TOOLTIP
1045  clearButton->setText(QString());
1046  promptIcon->setText(QString());
1047  lineEdit->setPlaceholderText(QString());
1048  tabWidget->setTabText(tabWidget->indexOf(tab_console), QApplication::translate("RPCConsole", "&Console", Q_NULLPTR));
1049  btnClearTrafficGraph->setText(QApplication::translate("RPCConsole", "&Reset", Q_NULLPTR));
1050  groupBox->setTitle(QApplication::translate("RPCConsole", "Totals", Q_NULLPTR));
1051  label_16->setText(QApplication::translate("RPCConsole", "Received", Q_NULLPTR));
1052  label_17->setText(QApplication::translate("RPCConsole", "Sent", Q_NULLPTR));
1053  tabWidget->setTabText(tabWidget->indexOf(tab_nettraffic), QApplication::translate("RPCConsole", "&Network Traffic", Q_NULLPTR));
1054  banHeading->setText(QApplication::translate("RPCConsole", "Banned peers", Q_NULLPTR));
1055  peerHeading->setText(QApplication::translate("RPCConsole", "Select a peer to view detailed information.", Q_NULLPTR));
1056  label_30->setText(QApplication::translate("RPCConsole", "Permissions", Q_NULLPTR));
1057  peerPermissions->setText(QApplication::translate("RPCConsole", "N/A", Q_NULLPTR));
1058  label_23->setText(QApplication::translate("RPCConsole", "Direction", Q_NULLPTR));
1059  peerDirection->setText(QApplication::translate("RPCConsole", "N/A", Q_NULLPTR));
1060  label_21->setText(QApplication::translate("RPCConsole", "Version", Q_NULLPTR));
1061  peerVersion->setText(QApplication::translate("RPCConsole", "N/A", Q_NULLPTR));
1062  label_28->setText(QApplication::translate("RPCConsole", "User Agent", Q_NULLPTR));
1063  peerSubversion->setText(QApplication::translate("RPCConsole", "N/A", Q_NULLPTR));
1064  label_4->setText(QApplication::translate("RPCConsole", "Services", Q_NULLPTR));
1065  peerServices->setText(QApplication::translate("RPCConsole", "N/A", Q_NULLPTR));
1066  label_29->setText(QApplication::translate("RPCConsole", "Starting Block", Q_NULLPTR));
1067  peerHeight->setText(QApplication::translate("RPCConsole", "N/A", Q_NULLPTR));
1068  label_27->setText(QApplication::translate("RPCConsole", "Synced Headers", Q_NULLPTR));
1069  peerSyncHeight->setText(QApplication::translate("RPCConsole", "N/A", Q_NULLPTR));
1070  label_25->setText(QApplication::translate("RPCConsole", "Synced Blocks", Q_NULLPTR));
1071  peerCommonHeight->setText(QApplication::translate("RPCConsole", "N/A", Q_NULLPTR));
1072  label_22->setText(QApplication::translate("RPCConsole", "Connection Time", Q_NULLPTR));
1073  peerConnTime->setText(QApplication::translate("RPCConsole", "N/A", Q_NULLPTR));
1074  label_15->setText(QApplication::translate("RPCConsole", "Last Send", Q_NULLPTR));
1075  peerLastSend->setText(QApplication::translate("RPCConsole", "N/A", Q_NULLPTR));
1076  label_19->setText(QApplication::translate("RPCConsole", "Last Receive", Q_NULLPTR));
1077  peerLastRecv->setText(QApplication::translate("RPCConsole", "N/A", Q_NULLPTR));
1078  label_18->setText(QApplication::translate("RPCConsole", "Sent", Q_NULLPTR));
1079  peerBytesSent->setText(QApplication::translate("RPCConsole", "N/A", Q_NULLPTR));
1080  label_20->setText(QApplication::translate("RPCConsole", "Received", Q_NULLPTR));
1081  peerBytesRecv->setText(QApplication::translate("RPCConsole", "N/A", Q_NULLPTR));
1082  label_26->setText(QApplication::translate("RPCConsole", "Ping Time", Q_NULLPTR));
1083  peerPingTime->setText(QApplication::translate("RPCConsole", "N/A", Q_NULLPTR));
1084 #ifndef QT_NO_TOOLTIP
1085  peerPingWaitLabel->setToolTip(QApplication::translate("RPCConsole", "The duration of a currently outstanding ping.", Q_NULLPTR));
1086 #endif // QT_NO_TOOLTIP
1087  peerPingWaitLabel->setText(QApplication::translate("RPCConsole", "Ping Wait", Q_NULLPTR));
1088  peerPingWait->setText(QApplication::translate("RPCConsole", "N/A", Q_NULLPTR));
1089  peerMinPingLabel->setText(QApplication::translate("RPCConsole", "Min Ping", Q_NULLPTR));
1090  peerMinPing->setText(QApplication::translate("RPCConsole", "N/A", Q_NULLPTR));
1091  label_timeoffset->setText(QApplication::translate("RPCConsole", "Time Offset", Q_NULLPTR));
1092  timeoffset->setText(QApplication::translate("RPCConsole", "N/A", Q_NULLPTR));
1093 #ifndef QT_NO_TOOLTIP
1094  peerMappedASLabel->setToolTip(QApplication::translate("RPCConsole", "The mapped Autonomous System used for diversifying peer selection.", Q_NULLPTR));
1095 #endif // QT_NO_TOOLTIP
1096  peerMappedASLabel->setText(QApplication::translate("RPCConsole", "Mapped AS", Q_NULLPTR));
1097  peerMappedAS->setText(QApplication::translate("RPCConsole", "N/A", Q_NULLPTR));
1098  tabWidget->setTabText(tabWidget->indexOf(tab_peers), QApplication::translate("RPCConsole", "&Peers", Q_NULLPTR));
1099  } // retranslateUi
1100 
1101 };
1102 
1103 namespace Ui {
1104  class RPCConsole: public Ui_RPCConsole {};
1105 } // namespace Ui
1106 
1107 QT_END_NAMESPACE
1108 
1109 #endif // UI_DEBUGWINDOW_H
QTableView * banlistWidget
QLabel * label_alerts
QTableView * peerWidget
QLabel * peerPingTime
QSpacerItem * horizontalSpacer
Local Bitcoin RPC console.
Definition: rpcconsole.h:36
QLabel * berkeleyDBVersion
QSplitter * splitter
QLabel * clientVersion
QLabel * label_25
QHBoxLayout * horizontalLayout_5
QLabel * lblGraphRange
QPushButton * openDebugLogfileButton
QVBoxLayout * verticalLayout_5
QVBoxLayout * verticalLayout_4
QLabel * label_15
QLabel * peerLastRecv
QLabel * numberOfConnections
QLabel * peerServices
QLabel * networkName
QLabel * label_6
QHBoxLayout * horizontalLayoutPrompt
QHBoxLayout * horizontalLayout_3
QLabel * labelMempoolTitle
QLabel * blocksDir
QLabel * peerCommonHeight
QTextEdit * messagesWidget
QLabel * labelLastBlockTime
QLabel * labelNetwork
QLabel * banHeading
QLabel * label_26
QLabel * peerDirection
QLabel * peerPermissions
QLabel * peerHeading
QGroupBox * groupBox
QSpacerItem * verticalSpacer_3
QWidget * detailWidget
QLabel * peerVersion
QLabel * labelMemoryUsage
QLabel * startupTime
QGridLayout * gridLayout_2
QLabel * peerHeight
void setupUi(QWidget *RPCConsole)
QLabel * clientUserAgent
QLabel * mempoolNumberTxs
void retranslateUi(QWidget *RPCConsole)
QHBoxLayout * horizontalLayout_4
QVBoxLayout * verticalLayout_7
QLabel * peerConnTime
QPushButton * btnClearTrafficGraph
QLabel * timeoffset
QLabel * peerPingWaitLabel
QLabel * peerSubversion
QPushButton * fontSmallerButton
QLabel * label_29
QLabel * peerLastSend
QLabel * numberOfBlocks
QLabel * peerMinPing
QLabel * label_27
QLabel * WalletSelectorLabel
QHBoxLayout * horizontalLayout
QPushButton * clearButton
QVBoxLayout * verticalLayout_8
QWidget * tab_info
QLabel * lblBytesOut
QPushButton * promptIcon
QLabel * label_30
QLineEdit * lineEdit
QLabel * lastBlockTime
QVBoxLayout * verticalLayout_3
QLabel * label_20
QLabel * peerSyncHeight
QLabel * label_21
QLabel * labelDebugLogfile
QLabel * label_7
QLabel * label_13
QLabel * label_12
QLabel * label_16
QLabel * peerMappedASLabel
QWidget * widget_2
QLabel * label_berkeleyDBVersion
QLabel * peerBytesRecv
QLabel * dataDir
QLabel * label_9
TrafficGraphWidget * trafficGraph
QLabel * label_22
QLabel * label_18
QLabel * peerBytesSent
QVBoxLayout * verticalLayout
QSlider * sldGraphRange
QLabel * lblBytesIn
QWidget * tab_peers
QLabel * peerPingWait
QLabel * labelClientUserAgent
QWidget * tab_nettraffic
QWidget * widget_1
QLabel * label_timeoffset
QSpacerItem * verticalSpacer_4
QSpacerItem * verticalSpacer_2
QVBoxLayout * verticalLayout_6
QLabel * label_17
QLabel * label_4
QWidget * tab_console
QLabel * peerMappedAS
QLabel * label_8
QLabel * mempoolSize
QVBoxLayout * verticalLayoutDebugButton
QLabel * label_23
QTabWidget * tabWidget
QLabel * labelNumberOfTransactions
QGridLayout * gridLayout
QLabel * label_10
QComboBox * WalletSelector
QLabel * label_3
QScrollArea * scrollArea
QPushButton * fontBiggerButton
QSpacerItem * verticalSpacer
QLabel * peerMinPingLabel
QLabel * label_19
QVBoxLayout * verticalLayout_2
QLabel * label_11
QLabel * label_28
QHBoxLayout * horizontalLayout_2