9 #ifndef UI_DEBUGWINDOW_H
10 #define UI_DEBUGWINDOW_H
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>
166 if (RPCConsole->objectName().isEmpty())
167 RPCConsole->setObjectName(QStringLiteral(
"RPCConsole"));
168 RPCConsole->resize(740, 430);
172 label_alerts->setObjectName(QStringLiteral(
"label_alerts"));
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; }"));
177 label_alerts->setTextInteractionFlags(Qt::TextSelectableByMouse);
182 tabWidget->setObjectName(QStringLiteral(
"tabWidget"));
184 tab_info->setObjectName(QStringLiteral(
"tab_info"));
186 gridLayout->setObjectName(QStringLiteral(
"gridLayout"));
189 label_9->setObjectName(QStringLiteral(
"label_9"));
198 label_6->setObjectName(QStringLiteral(
"label_6"));
203 clientVersion->setObjectName(QStringLiteral(
"clientVersion"));
206 clientVersion->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);
220 clientUserAgent->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);
234 berkeleyDBVersion->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);
239 label_12->setObjectName(QStringLiteral(
"label_12"));
244 dataDir->setObjectName(QStringLiteral(
"dataDir"));
245 dataDir->setCursor(QCursor(Qt::IBeamCursor));
246 dataDir->setTextFormat(Qt::PlainText);
248 dataDir->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);
253 label_11->setObjectName(QStringLiteral(
"label_11"));
258 blocksDir->setObjectName(QStringLiteral(
"blocksDir"));
259 blocksDir->setCursor(QCursor(Qt::IBeamCursor));
262 blocksDir->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);
267 label_13->setObjectName(QStringLiteral(
"label_13"));
272 startupTime->setObjectName(QStringLiteral(
"startupTime"));
275 startupTime->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);
280 labelNetwork->setObjectName(QStringLiteral(
"labelNetwork"));
286 label_8->setObjectName(QStringLiteral(
"label_8"));
291 networkName->setObjectName(QStringLiteral(
"networkName"));
294 networkName->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);
299 label_7->setObjectName(QStringLiteral(
"label_7"));
307 numberOfConnections->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);
312 label_10->setObjectName(QStringLiteral(
"label_10"));
318 label_3->setObjectName(QStringLiteral(
"label_3"));
326 numberOfBlocks->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);
336 lastBlockTime->setObjectName(QStringLiteral(
"lastBlockTime"));
339 lastBlockTime->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);
358 mempoolNumberTxs->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);
368 mempoolSize->setObjectName(QStringLiteral(
"mempoolSize"));
371 mempoolSize->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);
378 verticalSpacer_2 =
new QSpacerItem(10, 5, QSizePolicy::Minimum, QSizePolicy::Expanding);
396 verticalSpacer =
new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
403 tab_console->setObjectName(QStringLiteral(
"tab_console"));
422 horizontalSpacer =
new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
430 icon.addFile(QStringLiteral(
":/icons/fontsmaller"), QSize(), QIcon::Normal, QIcon::Off);
442 icon1.addFile(QStringLiteral(
":/icons/fontbigger"), QSize(), QIcon::Normal, QIcon::Off);
451 clearButton->setObjectName(QStringLiteral(
"clearButton"));
455 icon2.addFile(QStringLiteral(
":/icons/remove"), QSize(), QIcon::Normal, QIcon::Off);
457 clearButton->setShortcut(QStringLiteral(
"Ctrl+L"));
479 promptIcon->setObjectName(QStringLiteral(
"promptIcon"));
483 icon3.addFile(QStringLiteral(
":/icons/prompticon"), QSize(), QIcon::Normal, QIcon::Off);
484 icon3.addFile(QStringLiteral(
":/icons/prompticon"), QSize(), QIcon::Disabled, QIcon::Off);
493 lineEdit->setObjectName(QStringLiteral(
"lineEdit"));
509 trafficGraph->setObjectName(QStringLiteral(
"trafficGraph"));
510 QSizePolicy sizePolicy(QSizePolicy::Expanding, QSizePolicy::Expanding);
511 sizePolicy.setHorizontalStretch(0);
512 sizePolicy.setVerticalStretch(0);
513 sizePolicy.setHeightForWidth(
trafficGraph->sizePolicy().hasHeightForWidth());
521 sldGraphRange->setObjectName(QStringLiteral(
"sldGraphRange"));
531 lblGraphRange->setObjectName(QStringLiteral(
"lblGraphRange"));
552 groupBox->setObjectName(QStringLiteral(
"groupBox"));
558 line->setObjectName(QStringLiteral(
"line"));
559 QSizePolicy sizePolicy1(QSizePolicy::Fixed, QSizePolicy::Fixed);
560 sizePolicy1.setHorizontalStretch(0);
561 sizePolicy1.setVerticalStretch(0);
562 sizePolicy1.setHeightForWidth(
line->sizePolicy().hasHeightForWidth());
563 line->setSizePolicy(sizePolicy1);
564 line->setMinimumSize(QSize(10, 0));
566 QBrush brush(QColor(0, 255, 0, 255));
567 brush.setStyle(Qt::SolidPattern);
568 palette.setBrush(QPalette::Active, QPalette::Light, brush);
569 palette.setBrush(QPalette::Inactive, QPalette::Light, brush);
570 palette.setBrush(QPalette::Disabled, QPalette::Light, brush);
571 line->setPalette(palette);
572 line->setFrameShape(QFrame::HLine);
573 line->setFrameShadow(QFrame::Sunken);
578 label_16->setObjectName(QStringLiteral(
"label_16"));
583 lblBytesIn->setObjectName(QStringLiteral(
"lblBytesIn"));
585 lblBytesIn->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
595 line_2->setObjectName(QStringLiteral(
"line_2"));
596 sizePolicy1.setHeightForWidth(
line_2->sizePolicy().hasHeightForWidth());
597 line_2->setSizePolicy(sizePolicy1);
598 line_2->setMinimumSize(QSize(10, 0));
600 QBrush brush1(QColor(255, 0, 0, 255));
601 brush1.setStyle(Qt::SolidPattern);
602 palette1.setBrush(QPalette::Active, QPalette::Light, brush1);
603 palette1.setBrush(QPalette::Inactive, QPalette::Light, brush1);
604 palette1.setBrush(QPalette::Disabled, QPalette::Light, brush1);
605 line_2->setPalette(palette1);
606 line_2->setFrameShape(QFrame::HLine);
607 line_2->setFrameShadow(QFrame::Sunken);
612 label_17->setObjectName(QStringLiteral(
"label_17"));
617 lblBytesOut->setObjectName(QStringLiteral(
"lblBytesOut"));
619 lblBytesOut->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
626 verticalSpacer_4 =
new QSpacerItem(20, 407, QSizePolicy::Minimum, QSizePolicy::Expanding);
638 tab_peers->setObjectName(QStringLiteral(
"tab_peers"));
642 splitter->setObjectName(QStringLiteral(
"splitter"));
643 splitter->setOrientation(Qt::Horizontal);
644 splitter->setChildrenCollapsible(
false);
646 widget_1->setObjectName(QStringLiteral(
"widget_1"));
647 QSizePolicy sizePolicy2(QSizePolicy::MinimumExpanding, QSizePolicy::Preferred);
648 sizePolicy2.setHorizontalStretch(1);
649 sizePolicy2.setVerticalStretch(0);
650 sizePolicy2.setHeightForWidth(
widget_1->sizePolicy().hasHeightForWidth());
651 widget_1->setSizePolicy(sizePolicy2);
652 widget_1->setMinimumSize(QSize(400, 0));
656 peerWidget->setObjectName(QStringLiteral(
"peerWidget"));
659 peerWidget->horizontalHeader()->setHighlightSections(
false);
664 banHeading->setObjectName(QStringLiteral(
"banHeading"));
665 QSizePolicy sizePolicy3(QSizePolicy::Preferred, QSizePolicy::Minimum);
666 sizePolicy3.setHorizontalStretch(0);
667 sizePolicy3.setVerticalStretch(0);
668 sizePolicy3.setHeightForWidth(
banHeading->sizePolicy().hasHeightForWidth());
671 banHeading->setMaximumSize(QSize(16777215, 32));
673 font1.setPointSize(12);
675 banHeading->setCursor(QCursor(Qt::IBeamCursor));
676 banHeading->setAlignment(Qt::AlignBottom|Qt::AlignLeading|Qt::AlignLeft);
678 banHeading->setTextInteractionFlags(Qt::NoTextInteraction);
683 banlistWidget->setObjectName(QStringLiteral(
"banlistWidget"));
686 banlistWidget->horizontalHeader()->setHighlightSections(
false);
692 widget_2->setObjectName(QStringLiteral(
"widget_2"));
693 QSizePolicy sizePolicy4(QSizePolicy::Minimum, QSizePolicy::Preferred);
694 sizePolicy4.setHorizontalStretch(0);
695 sizePolicy4.setVerticalStretch(0);
696 sizePolicy4.setHeightForWidth(
widget_2->sizePolicy().hasHeightForWidth());
697 widget_2->setSizePolicy(sizePolicy4);
698 widget_2->setMinimumSize(QSize(300, 0));
702 peerHeading->setObjectName(QStringLiteral(
"peerHeading"));
703 sizePolicy3.setHeightForWidth(
peerHeading->sizePolicy().hasHeightForWidth());
707 font2.setPointSize(10);
710 peerHeading->setAlignment(Qt::AlignHCenter|Qt::AlignTop);
712 peerHeading->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);
717 scrollArea->setObjectName(QStringLiteral(
"scrollArea"));
720 detailWidget->setObjectName(QStringLiteral(
"detailWidget"));
723 gridLayout_2->setObjectName(QStringLiteral(
"gridLayout_2"));
725 label_30->setObjectName(QStringLiteral(
"label_30"));
733 peerPermissions->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);
738 label_23->setObjectName(QStringLiteral(
"label_23"));
743 peerDirection->setObjectName(QStringLiteral(
"peerDirection"));
746 peerDirection->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);
751 label_21->setObjectName(QStringLiteral(
"label_21"));
756 peerVersion->setObjectName(QStringLiteral(
"peerVersion"));
759 peerVersion->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);
764 label_28->setObjectName(QStringLiteral(
"label_28"));
772 peerSubversion->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);
777 label_4->setObjectName(QStringLiteral(
"label_4"));
782 peerServices->setObjectName(QStringLiteral(
"peerServices"));
785 peerServices->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);
790 label_29->setObjectName(QStringLiteral(
"label_29"));
795 peerHeight->setObjectName(QStringLiteral(
"peerHeight"));
796 peerHeight->setCursor(QCursor(Qt::IBeamCursor));
798 peerHeight->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);
803 label_27->setObjectName(QStringLiteral(
"label_27"));
811 peerSyncHeight->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);
816 label_25->setObjectName(QStringLiteral(
"label_25"));
824 peerCommonHeight->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);
829 label_22->setObjectName(QStringLiteral(
"label_22"));
834 peerConnTime->setObjectName(QStringLiteral(
"peerConnTime"));
837 peerConnTime->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);
842 label_15->setObjectName(QStringLiteral(
"label_15"));
847 peerLastSend->setObjectName(QStringLiteral(
"peerLastSend"));
850 peerLastSend->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);
855 label_19->setObjectName(QStringLiteral(
"label_19"));
860 peerLastRecv->setObjectName(QStringLiteral(
"peerLastRecv"));
863 peerLastRecv->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);
868 label_18->setObjectName(QStringLiteral(
"label_18"));
873 peerBytesSent->setObjectName(QStringLiteral(
"peerBytesSent"));
876 peerBytesSent->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);
881 label_20->setObjectName(QStringLiteral(
"label_20"));
886 peerBytesRecv->setObjectName(QStringLiteral(
"peerBytesRecv"));
889 peerBytesRecv->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);
894 label_26->setObjectName(QStringLiteral(
"label_26"));
899 peerPingTime->setObjectName(QStringLiteral(
"peerPingTime"));
902 peerPingTime->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);
912 peerPingWait->setObjectName(QStringLiteral(
"peerPingWait"));
915 peerPingWait->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);
925 peerMinPing->setObjectName(QStringLiteral(
"peerMinPing"));
928 peerMinPing->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);
938 timeoffset->setObjectName(QStringLiteral(
"timeoffset"));
939 timeoffset->setCursor(QCursor(Qt::IBeamCursor));
941 timeoffset->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);
951 peerMappedAS->setObjectName(QStringLiteral(
"peerMappedAS"));
954 peerMappedAS->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);
958 verticalSpacer_3 =
new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
981 QMetaObject::connectSlotsByName(RPCConsole);
986 RPCConsole->setWindowTitle(QApplication::translate(
"RPCConsole",
"Node window", 0));
987 label_9->setText(QApplication::translate(
"RPCConsole",
"General", 0));
988 label_6->setText(QApplication::translate(
"RPCConsole",
"Client version", 0));
989 clientVersion->setText(QApplication::translate(
"RPCConsole",
"N/A", 0));
991 clientUserAgent->setText(QApplication::translate(
"RPCConsole",
"N/A", 0));
994 label_12->setText(QApplication::translate(
"RPCConsole",
"Datadir", 0));
995 #ifndef QT_NO_TOOLTIP
996 dataDir->setToolTip(QApplication::translate(
"RPCConsole",
"To specify a non-default location of the data directory use the '%1' option.", 0));
997 #endif // QT_NO_TOOLTIP
998 dataDir->setText(QApplication::translate(
"RPCConsole",
"N/A", 0));
999 label_11->setText(QApplication::translate(
"RPCConsole",
"Blocksdir", 0));
1000 #ifndef QT_NO_TOOLTIP
1001 blocksDir->setToolTip(QApplication::translate(
"RPCConsole",
"To specify a non-default location of the blocks directory use the '%1' option.", 0));
1002 #endif // QT_NO_TOOLTIP
1003 blocksDir->setText(QApplication::translate(
"RPCConsole",
"N/A", 0));
1004 label_13->setText(QApplication::translate(
"RPCConsole",
"Startup time", 0));
1005 startupTime->setText(QApplication::translate(
"RPCConsole",
"N/A", 0));
1006 labelNetwork->setText(QApplication::translate(
"RPCConsole",
"Network", 0));
1007 label_8->setText(QApplication::translate(
"RPCConsole",
"Name", 0));
1008 networkName->setText(QApplication::translate(
"RPCConsole",
"N/A", 0));
1009 label_7->setText(QApplication::translate(
"RPCConsole",
"Number of connections", 0));
1011 label_10->setText(QApplication::translate(
"RPCConsole",
"Block chain", 0));
1012 label_3->setText(QApplication::translate(
"RPCConsole",
"Current block height", 0));
1013 numberOfBlocks->setText(QApplication::translate(
"RPCConsole",
"N/A", 0));
1014 labelLastBlockTime->setText(QApplication::translate(
"RPCConsole",
"Last block time", 0));
1015 lastBlockTime->setText(QApplication::translate(
"RPCConsole",
"N/A", 0));
1016 labelMempoolTitle->setText(QApplication::translate(
"RPCConsole",
"Memory Pool", 0));
1018 mempoolNumberTxs->setText(QApplication::translate(
"RPCConsole",
"N/A", 0));
1019 labelMemoryUsage->setText(QApplication::translate(
"RPCConsole",
"Memory usage", 0));
1020 mempoolSize->setText(QApplication::translate(
"RPCConsole",
"N/A", 0));
1021 labelDebugLogfile->setText(QApplication::translate(
"RPCConsole",
"Debug log file", 0));
1022 #ifndef QT_NO_TOOLTIP
1023 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.", 0));
1024 #endif // QT_NO_TOOLTIP
1030 << QApplication::translate(
"RPCConsole",
"(none)", 0)
1032 #ifndef QT_NO_TOOLTIP
1033 fontSmallerButton->setToolTip(QApplication::translate(
"RPCConsole",
"Decrease font size", 0));
1034 #endif // QT_NO_TOOLTIP
1036 #ifndef QT_NO_TOOLTIP
1037 fontBiggerButton->setToolTip(QApplication::translate(
"RPCConsole",
"Increase font size", 0));
1038 #endif // QT_NO_TOOLTIP
1040 #ifndef QT_NO_TOOLTIP
1041 clearButton->setToolTip(QApplication::translate(
"RPCConsole",
"Clear console", 0));
1042 #endif // QT_NO_TOOLTIP
1045 lineEdit->setPlaceholderText(QString());
1048 groupBox->setTitle(QApplication::translate(
"RPCConsole",
"Totals", 0));
1049 label_16->setText(QApplication::translate(
"RPCConsole",
"Received", 0));
1050 label_17->setText(QApplication::translate(
"RPCConsole",
"Sent", 0));
1052 banHeading->setText(QApplication::translate(
"RPCConsole",
"Banned peers", 0));
1053 peerHeading->setText(QApplication::translate(
"RPCConsole",
"Select a peer to view detailed information.", 0));
1054 label_30->setText(QApplication::translate(
"RPCConsole",
"Permissions", 0));
1055 peerPermissions->setText(QApplication::translate(
"RPCConsole",
"N/A", 0));
1056 label_23->setText(QApplication::translate(
"RPCConsole",
"Direction", 0));
1057 peerDirection->setText(QApplication::translate(
"RPCConsole",
"N/A", 0));
1058 label_21->setText(QApplication::translate(
"RPCConsole",
"Version", 0));
1059 peerVersion->setText(QApplication::translate(
"RPCConsole",
"N/A", 0));
1060 label_28->setText(QApplication::translate(
"RPCConsole",
"User Agent", 0));
1061 peerSubversion->setText(QApplication::translate(
"RPCConsole",
"N/A", 0));
1062 label_4->setText(QApplication::translate(
"RPCConsole",
"Services", 0));
1063 peerServices->setText(QApplication::translate(
"RPCConsole",
"N/A", 0));
1064 label_29->setText(QApplication::translate(
"RPCConsole",
"Starting Block", 0));
1065 peerHeight->setText(QApplication::translate(
"RPCConsole",
"N/A", 0));
1066 label_27->setText(QApplication::translate(
"RPCConsole",
"Synced Headers", 0));
1067 peerSyncHeight->setText(QApplication::translate(
"RPCConsole",
"N/A", 0));
1068 label_25->setText(QApplication::translate(
"RPCConsole",
"Synced Blocks", 0));
1069 peerCommonHeight->setText(QApplication::translate(
"RPCConsole",
"N/A", 0));
1070 label_22->setText(QApplication::translate(
"RPCConsole",
"Connection Time", 0));
1071 peerConnTime->setText(QApplication::translate(
"RPCConsole",
"N/A", 0));
1072 label_15->setText(QApplication::translate(
"RPCConsole",
"Last Send", 0));
1073 peerLastSend->setText(QApplication::translate(
"RPCConsole",
"N/A", 0));
1074 label_19->setText(QApplication::translate(
"RPCConsole",
"Last Receive", 0));
1075 peerLastRecv->setText(QApplication::translate(
"RPCConsole",
"N/A", 0));
1076 label_18->setText(QApplication::translate(
"RPCConsole",
"Sent", 0));
1077 peerBytesSent->setText(QApplication::translate(
"RPCConsole",
"N/A", 0));
1078 label_20->setText(QApplication::translate(
"RPCConsole",
"Received", 0));
1079 peerBytesRecv->setText(QApplication::translate(
"RPCConsole",
"N/A", 0));
1080 label_26->setText(QApplication::translate(
"RPCConsole",
"Ping Time", 0));
1081 peerPingTime->setText(QApplication::translate(
"RPCConsole",
"N/A", 0));
1082 #ifndef QT_NO_TOOLTIP
1083 peerPingWaitLabel->setToolTip(QApplication::translate(
"RPCConsole",
"The duration of a currently outstanding ping.", 0));
1084 #endif // QT_NO_TOOLTIP
1085 peerPingWaitLabel->setText(QApplication::translate(
"RPCConsole",
"Ping Wait", 0));
1086 peerPingWait->setText(QApplication::translate(
"RPCConsole",
"N/A", 0));
1087 peerMinPingLabel->setText(QApplication::translate(
"RPCConsole",
"Min Ping", 0));
1088 peerMinPing->setText(QApplication::translate(
"RPCConsole",
"N/A", 0));
1089 label_timeoffset->setText(QApplication::translate(
"RPCConsole",
"Time Offset", 0));
1090 timeoffset->setText(QApplication::translate(
"RPCConsole",
"N/A", 0));
1091 #ifndef QT_NO_TOOLTIP
1092 peerMappedASLabel->setToolTip(QApplication::translate(
"RPCConsole",
"The mapped Autonomous System used for diversifying peer selection.", 0));
1093 #endif // QT_NO_TOOLTIP
1094 peerMappedASLabel->setText(QApplication::translate(
"RPCConsole",
"Mapped AS", 0));
1095 peerMappedAS->setText(QApplication::translate(
"RPCConsole",
"N/A", 0));
1107 #endif // UI_DEBUGWINDOW_H
QTableView * banlistWidget
QSpacerItem * horizontalSpacer
Local Bitcoin RPC console.
QLabel * berkeleyDBVersion
QHBoxLayout * horizontalLayout_5
QPushButton * openDebugLogfileButton
QVBoxLayout * verticalLayout_5
QVBoxLayout * verticalLayout_4
QLabel * numberOfConnections
QHBoxLayout * horizontalLayoutPrompt
QHBoxLayout * horizontalLayout_3
QLabel * labelMempoolTitle
QLabel * peerCommonHeight
QTextEdit * messagesWidget
QLabel * labelLastBlockTime
QSpacerItem * verticalSpacer_3
QLabel * labelMemoryUsage
QGridLayout * gridLayout_2
void setupUi(QWidget *RPCConsole)
QLabel * mempoolNumberTxs
void retranslateUi(QWidget *RPCConsole)
QHBoxLayout * horizontalLayout_4
QVBoxLayout * verticalLayout_7
QPushButton * btnClearTrafficGraph
QLabel * peerPingWaitLabel
QPushButton * fontSmallerButton
QLabel * WalletSelectorLabel
QHBoxLayout * horizontalLayout
QPushButton * clearButton
QVBoxLayout * verticalLayout_8
QVBoxLayout * verticalLayout_3
QLabel * labelDebugLogfile
QLabel * peerMappedASLabel
QLabel * label_berkeleyDBVersion
TrafficGraphWidget * trafficGraph
QVBoxLayout * verticalLayout
QLabel * labelClientUserAgent
QLabel * label_timeoffset
QSpacerItem * verticalSpacer_4
QSpacerItem * verticalSpacer_2
QVBoxLayout * verticalLayout_6
QVBoxLayout * verticalLayoutDebugButton
QLabel * labelNumberOfTransactions
QComboBox * WalletSelector
QPushButton * fontBiggerButton
QSpacerItem * verticalSpacer
QLabel * peerMinPingLabel
QVBoxLayout * verticalLayout_2
QHBoxLayout * horizontalLayout_2