9 #ifndef UI_DEBUGWINDOW_H 10 #define UI_DEBUGWINDOW_H 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> 181 RPCConsole->setObjectName(QString::fromUtf8(
"RPCConsole"));
186 label_alerts->setObjectName(QString::fromUtf8(
"label_alerts"));
188 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; }"));
191 label_alerts->setTextInteractionFlags(Qt::TextSelectableByMouse);
196 tabWidget->setObjectName(QString::fromUtf8(
"tabWidget"));
198 tab_info->setObjectName(QString::fromUtf8(
"tab_info"));
200 gridLayout->setObjectName(QString::fromUtf8(
"gridLayout"));
203 label_9->setObjectName(QString::fromUtf8(
"label_9"));
212 label_6->setObjectName(QString::fromUtf8(
"label_6"));
217 clientVersion->setObjectName(QString::fromUtf8(
"clientVersion"));
220 clientVersion->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);
234 clientUserAgent->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);
239 label_12->setObjectName(QString::fromUtf8(
"label_12"));
244 dataDir->setObjectName(QString::fromUtf8(
"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(QString::fromUtf8(
"label_11"));
258 blocksDir->setObjectName(QString::fromUtf8(
"blocksDir"));
259 blocksDir->setCursor(QCursor(Qt::IBeamCursor));
262 blocksDir->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);
267 label_13->setObjectName(QString::fromUtf8(
"label_13"));
272 startupTime->setObjectName(QString::fromUtf8(
"startupTime"));
275 startupTime->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);
280 labelNetwork->setObjectName(QString::fromUtf8(
"labelNetwork"));
286 label_8->setObjectName(QString::fromUtf8(
"label_8"));
291 networkName->setObjectName(QString::fromUtf8(
"networkName"));
294 networkName->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);
299 label_7->setObjectName(QString::fromUtf8(
"label_7"));
307 numberOfConnections->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);
312 label_10->setObjectName(QString::fromUtf8(
"label_10"));
318 label_3->setObjectName(QString::fromUtf8(
"label_3"));
323 numberOfBlocks->setObjectName(QString::fromUtf8(
"numberOfBlocks"));
326 numberOfBlocks->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);
336 lastBlockTime->setObjectName(QString::fromUtf8(
"lastBlockTime"));
339 lastBlockTime->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);
358 mempoolNumberTxs->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);
368 mempoolSize->setObjectName(QString::fromUtf8(
"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(QString::fromUtf8(
"tab_console"));
418 WalletSelector->setObjectName(QString::fromUtf8(
"WalletSelector"));
423 horizontalSpacer =
new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
430 icon.addFile(QString::fromUtf8(
":/icons/fontsmaller"), QSize(), QIcon::Normal, QIcon::Off);
439 icon1.addFile(QString::fromUtf8(
":/icons/fontbigger"), QSize(), QIcon::Normal, QIcon::Off);
446 clearButton->setObjectName(QString::fromUtf8(
"clearButton"));
449 icon2.addFile(QString::fromUtf8(
":/icons/remove"), QSize(), QIcon::Normal, QIcon::Off);
452 #ifndef QT_NO_SHORTCUT 453 clearButton->setShortcut(QString::fromUtf8(
"Ctrl+L"));
454 #endif // QT_NO_SHORTCUT 462 messagesWidget->setObjectName(QString::fromUtf8(
"messagesWidget"));
474 promptIcon->setObjectName(QString::fromUtf8(
"promptIcon"));
478 icon3.addFile(QString::fromUtf8(
":/icons/prompticon"), QSize(), QIcon::Normal, QIcon::Off);
479 icon3.addFile(QString::fromUtf8(
":/icons/prompticon"), QSize(), QIcon::Disabled, QIcon::Off);
488 lineEdit->setObjectName(QString::fromUtf8(
"lineEdit"));
498 tab_nettraffic->setObjectName(QString::fromUtf8(
"tab_nettraffic"));
504 trafficGraph->setObjectName(QString::fromUtf8(
"trafficGraph"));
505 QSizePolicy sizePolicy(QSizePolicy::Expanding, QSizePolicy::Expanding);
506 sizePolicy.setHorizontalStretch(0);
507 sizePolicy.setVerticalStretch(0);
508 sizePolicy.setHeightForWidth(
trafficGraph->sizePolicy().hasHeightForWidth());
516 sldGraphRange->setObjectName(QString::fromUtf8(
"sldGraphRange"));
526 lblGraphRange->setObjectName(QString::fromUtf8(
"lblGraphRange"));
545 verticalLayout->setObjectName(QString::fromUtf8(
"verticalLayout"));
547 groupBox->setObjectName(QString::fromUtf8(
"groupBox"));
553 line->setObjectName(QString::fromUtf8(
"line"));
554 QSizePolicy sizePolicy1(QSizePolicy::Fixed, QSizePolicy::Fixed);
555 sizePolicy1.setHorizontalStretch(0);
556 sizePolicy1.setVerticalStretch(0);
557 sizePolicy1.setHeightForWidth(
line->sizePolicy().hasHeightForWidth());
558 line->setSizePolicy(sizePolicy1);
559 line->setMinimumSize(QSize(10, 0));
561 QBrush brush(QColor(0, 255, 0, 255));
562 brush.setStyle(Qt::SolidPattern);
563 palette.setBrush(QPalette::Active, QPalette::Light, brush);
564 palette.setBrush(QPalette::Inactive, QPalette::Light, brush);
565 palette.setBrush(QPalette::Disabled, QPalette::Light, brush);
566 line->setPalette(palette);
567 line->setFrameShape(QFrame::HLine);
568 line->setFrameShadow(QFrame::Sunken);
573 label_16->setObjectName(QString::fromUtf8(
"label_16"));
578 lblBytesIn->setObjectName(QString::fromUtf8(
"lblBytesIn"));
580 lblBytesIn->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
590 line_2->setObjectName(QString::fromUtf8(
"line_2"));
591 sizePolicy1.setHeightForWidth(
line_2->sizePolicy().hasHeightForWidth());
592 line_2->setSizePolicy(sizePolicy1);
593 line_2->setMinimumSize(QSize(10, 0));
595 QBrush brush1(QColor(255, 0, 0, 255));
596 brush1.setStyle(Qt::SolidPattern);
597 palette1.setBrush(QPalette::Active, QPalette::Light, brush1);
598 palette1.setBrush(QPalette::Inactive, QPalette::Light, brush1);
599 palette1.setBrush(QPalette::Disabled, QPalette::Light, brush1);
600 line_2->setPalette(palette1);
601 line_2->setFrameShape(QFrame::HLine);
602 line_2->setFrameShadow(QFrame::Sunken);
607 label_17->setObjectName(QString::fromUtf8(
"label_17"));
612 lblBytesOut->setObjectName(QString::fromUtf8(
"lblBytesOut"));
614 lblBytesOut->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
621 verticalSpacer_4 =
new QSpacerItem(20, 407, QSizePolicy::Minimum, QSizePolicy::Expanding);
633 tab_peers->setObjectName(QString::fromUtf8(
"tab_peers"));
637 splitter->setObjectName(QString::fromUtf8(
"splitter"));
638 splitter->setOrientation(Qt::Horizontal);
639 splitter->setChildrenCollapsible(
false);
641 widget_1->setObjectName(QString::fromUtf8(
"widget_1"));
642 QSizePolicy sizePolicy2(QSizePolicy::MinimumExpanding, QSizePolicy::Preferred);
643 sizePolicy2.setHorizontalStretch(1);
644 sizePolicy2.setVerticalStretch(0);
645 sizePolicy2.setHeightForWidth(
widget_1->sizePolicy().hasHeightForWidth());
646 widget_1->setSizePolicy(sizePolicy2);
647 widget_1->setMinimumSize(QSize(400, 0));
651 peerWidget->setObjectName(QString::fromUtf8(
"peerWidget"));
654 peerWidget->setTextElideMode(Qt::ElideMiddle);
657 peerWidget->horizontalHeader()->setHighlightSections(
false);
662 banHeading->setObjectName(QString::fromUtf8(
"banHeading"));
663 QSizePolicy sizePolicy3(QSizePolicy::Preferred, QSizePolicy::Minimum);
664 sizePolicy3.setHorizontalStretch(0);
665 sizePolicy3.setVerticalStretch(0);
666 sizePolicy3.setHeightForWidth(
banHeading->sizePolicy().hasHeightForWidth());
669 banHeading->setMaximumSize(QSize(16777215, 32));
671 font1.setPointSize(12);
673 banHeading->setCursor(QCursor(Qt::IBeamCursor));
674 banHeading->setAlignment(Qt::AlignBottom|Qt::AlignLeading|Qt::AlignLeft);
676 banHeading->setTextInteractionFlags(Qt::NoTextInteraction);
681 banlistWidget->setObjectName(QString::fromUtf8(
"banlistWidget"));
685 banlistWidget->horizontalHeader()->setHighlightSections(
false);
692 QSizePolicy sizePolicy4(QSizePolicy::Minimum, QSizePolicy::Preferred);
693 sizePolicy4.setHorizontalStretch(0);
694 sizePolicy4.setVerticalStretch(0);
701 peerHeading->setObjectName(QString::fromUtf8(
"peerHeading"));
702 sizePolicy3.setHeightForWidth(
peerHeading->sizePolicy().hasHeightForWidth());
706 font2.setPointSize(10);
709 peerHeading->setAlignment(Qt::AlignHCenter|Qt::AlignTop);
711 peerHeading->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);
716 scrollArea->setObjectName(QString::fromUtf8(
"scrollArea"));
719 detailWidget->setObjectName(QString::fromUtf8(
"detailWidget"));
722 gridLayout_2->setObjectName(QString::fromUtf8(
"gridLayout_2"));
724 label_30->setObjectName(QString::fromUtf8(
"label_30"));
732 peerPermissions->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);
745 peerConnectionType->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);
755 peerNetwork->setObjectName(QString::fromUtf8(
"peerNetwork"));
758 peerNetwork->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);
763 label_21->setObjectName(QString::fromUtf8(
"label_21"));
768 peerVersion->setObjectName(QString::fromUtf8(
"peerVersion"));
771 peerVersion->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);
776 label_28->setObjectName(QString::fromUtf8(
"label_28"));
781 peerSubversion->setObjectName(QString::fromUtf8(
"peerSubversion"));
784 peerSubversion->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);
789 label_4->setObjectName(QString::fromUtf8(
"label_4"));
794 peerServices->setObjectName(QString::fromUtf8(
"peerServices"));
798 peerServices->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);
808 peerRelayTxes->setObjectName(QString::fromUtf8(
"peerRelayTxes"));
811 peerRelayTxes->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);
824 peerHighBandwidth->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);
829 label_29->setObjectName(QString::fromUtf8(
"label_29"));
834 peerHeight->setObjectName(QString::fromUtf8(
"peerHeight"));
835 peerHeight->setCursor(QCursor(Qt::IBeamCursor));
837 peerHeight->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);
842 label_27->setObjectName(QString::fromUtf8(
"label_27"));
847 peerSyncHeight->setObjectName(QString::fromUtf8(
"peerSyncHeight"));
850 peerSyncHeight->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);
855 label_25->setObjectName(QString::fromUtf8(
"label_25"));
863 peerCommonHeight->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);
868 label_22->setObjectName(QString::fromUtf8(
"label_22"));
873 peerConnTime->setObjectName(QString::fromUtf8(
"peerConnTime"));
876 peerConnTime->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);
886 peerLastBlock->setObjectName(QString::fromUtf8(
"peerLastBlock"));
889 peerLastBlock->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);
899 peerLastTx->setObjectName(QString::fromUtf8(
"peerLastTx"));
900 peerLastTx->setCursor(QCursor(Qt::IBeamCursor));
902 peerLastTx->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);
907 label_15->setObjectName(QString::fromUtf8(
"label_15"));
912 peerLastSend->setObjectName(QString::fromUtf8(
"peerLastSend"));
915 peerLastSend->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);
920 label_19->setObjectName(QString::fromUtf8(
"label_19"));
925 peerLastRecv->setObjectName(QString::fromUtf8(
"peerLastRecv"));
928 peerLastRecv->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);
933 label_18->setObjectName(QString::fromUtf8(
"label_18"));
938 peerBytesSent->setObjectName(QString::fromUtf8(
"peerBytesSent"));
941 peerBytesSent->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);
946 label_20->setObjectName(QString::fromUtf8(
"label_20"));
951 peerBytesRecv->setObjectName(QString::fromUtf8(
"peerBytesRecv"));
954 peerBytesRecv->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);
959 label_26->setObjectName(QString::fromUtf8(
"label_26"));
964 peerPingTime->setObjectName(QString::fromUtf8(
"peerPingTime"));
967 peerPingTime->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);
977 peerPingWait->setObjectName(QString::fromUtf8(
"peerPingWait"));
980 peerPingWait->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);
990 peerMinPing->setObjectName(QString::fromUtf8(
"peerMinPing"));
993 peerMinPing->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);
1003 timeoffset->setObjectName(QString::fromUtf8(
"timeoffset"));
1004 timeoffset->setCursor(QCursor(Qt::IBeamCursor));
1006 timeoffset->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);
1016 peerMappedAS->setObjectName(QString::fromUtf8(
"peerMappedAS"));
1019 peerMappedAS->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);
1032 peerAddrRelayEnabled->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);
1045 peerAddrProcessed->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);
1058 peerAddrRateLimited->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);
1062 verticalSpacer_3 =
new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
1090 RPCConsole->setWindowTitle(QApplication::translate(
"RPCConsole",
"Node window",
nullptr));
1091 label_9->setText(QApplication::translate(
"RPCConsole",
"General",
nullptr));
1092 label_6->setText(QApplication::translate(
"RPCConsole",
"Client version",
nullptr));
1093 clientVersion->setText(QApplication::translate(
"RPCConsole",
"N/A",
nullptr));
1095 clientUserAgent->setText(QApplication::translate(
"RPCConsole",
"N/A",
nullptr));
1096 label_12->setText(QApplication::translate(
"RPCConsole",
"Datadir",
nullptr));
1097 #ifndef QT_NO_TOOLTIP 1098 dataDir->setToolTip(QApplication::translate(
"RPCConsole",
"To specify a non-default location of the data directory use the '%1' option.",
nullptr));
1099 #endif // QT_NO_TOOLTIP 1100 dataDir->setText(QApplication::translate(
"RPCConsole",
"N/A",
nullptr));
1101 label_11->setText(QApplication::translate(
"RPCConsole",
"Blocksdir",
nullptr));
1102 #ifndef QT_NO_TOOLTIP 1103 blocksDir->setToolTip(QApplication::translate(
"RPCConsole",
"To specify a non-default location of the blocks directory use the '%1' option.",
nullptr));
1104 #endif // QT_NO_TOOLTIP 1105 blocksDir->setText(QApplication::translate(
"RPCConsole",
"N/A",
nullptr));
1106 label_13->setText(QApplication::translate(
"RPCConsole",
"Startup time",
nullptr));
1107 startupTime->setText(QApplication::translate(
"RPCConsole",
"N/A",
nullptr));
1108 labelNetwork->setText(QApplication::translate(
"RPCConsole",
"Network",
nullptr));
1109 label_8->setText(QApplication::translate(
"RPCConsole",
"Name",
nullptr));
1110 networkName->setText(QApplication::translate(
"RPCConsole",
"N/A",
nullptr));
1111 label_7->setText(QApplication::translate(
"RPCConsole",
"Number of connections",
nullptr));
1113 label_10->setText(QApplication::translate(
"RPCConsole",
"Block chain",
nullptr));
1114 label_3->setText(QApplication::translate(
"RPCConsole",
"Current block height",
nullptr));
1115 numberOfBlocks->setText(QApplication::translate(
"RPCConsole",
"N/A",
nullptr));
1116 labelLastBlockTime->setText(QApplication::translate(
"RPCConsole",
"Last block time",
nullptr));
1117 lastBlockTime->setText(QApplication::translate(
"RPCConsole",
"N/A",
nullptr));
1118 labelMempoolTitle->setText(QApplication::translate(
"RPCConsole",
"Memory Pool",
nullptr));
1120 mempoolNumberTxs->setText(QApplication::translate(
"RPCConsole",
"N/A",
nullptr));
1121 labelMemoryUsage->setText(QApplication::translate(
"RPCConsole",
"Memory usage",
nullptr));
1122 mempoolSize->setText(QApplication::translate(
"RPCConsole",
"N/A",
nullptr));
1123 labelDebugLogfile->setText(QApplication::translate(
"RPCConsole",
"Debug log file",
nullptr));
1124 #ifndef QT_NO_TOOLTIP 1125 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.",
nullptr));
1126 #endif // QT_NO_TOOLTIP 1130 WalletSelector->setItemText(0, QApplication::translate(
"RPCConsole",
"(none)",
nullptr));
1132 #ifndef QT_NO_TOOLTIP 1133 fontSmallerButton->setToolTip(QApplication::translate(
"RPCConsole",
"Decrease font size",
nullptr));
1134 #endif // QT_NO_TOOLTIP 1136 #ifndef QT_NO_TOOLTIP 1137 fontBiggerButton->setToolTip(QApplication::translate(
"RPCConsole",
"Increase font size",
nullptr));
1138 #endif // QT_NO_TOOLTIP 1140 #ifndef QT_NO_TOOLTIP 1141 clearButton->setToolTip(QApplication::translate(
"RPCConsole",
"Clear console",
nullptr));
1142 #endif // QT_NO_TOOLTIP 1145 lineEdit->setPlaceholderText(QString());
1148 groupBox->setTitle(QApplication::translate(
"RPCConsole",
"Totals",
nullptr));
1149 label_16->setText(QApplication::translate(
"RPCConsole",
"Received",
nullptr));
1150 label_17->setText(QApplication::translate(
"RPCConsole",
"Sent",
nullptr));
1152 banHeading->setText(QApplication::translate(
"RPCConsole",
"Banned peers",
nullptr));
1153 peerHeading->setText(QApplication::translate(
"RPCConsole",
"Select a peer to view detailed information.",
nullptr));
1154 label_30->setText(QApplication::translate(
"RPCConsole",
"Permissions",
nullptr));
1155 peerPermissions->setText(QApplication::translate(
"RPCConsole",
"N/A",
nullptr));
1156 #ifndef QT_NO_TOOLTIP 1157 peerConnectionTypeLabel->setToolTip(QApplication::translate(
"RPCConsole",
"The direction and type of peer connection: %1",
nullptr));
1158 #endif // QT_NO_TOOLTIP 1161 #ifndef QT_NO_TOOLTIP 1162 peerNetworkLabel->setToolTip(QApplication::translate(
"RPCConsole",
"The network protocol this peer is connected through: IPv4, IPv6, Onion, I2P, or CJDNS.",
nullptr));
1163 #endif // QT_NO_TOOLTIP 1164 peerNetworkLabel->setText(QApplication::translate(
"RPCConsole",
"Network",
nullptr));
1165 peerNetwork->setText(QApplication::translate(
"RPCConsole",
"N/A",
nullptr));
1166 label_21->setText(QApplication::translate(
"RPCConsole",
"Version",
nullptr));
1167 peerVersion->setText(QApplication::translate(
"RPCConsole",
"N/A",
nullptr));
1168 label_28->setText(QApplication::translate(
"RPCConsole",
"User Agent",
nullptr));
1169 peerSubversion->setText(QApplication::translate(
"RPCConsole",
"N/A",
nullptr));
1170 label_4->setText(QApplication::translate(
"RPCConsole",
"Services",
nullptr));
1171 peerServices->setText(QApplication::translate(
"RPCConsole",
"N/A",
nullptr));
1172 #ifndef QT_NO_TOOLTIP 1173 peerRelayTxesLabel->setToolTip(QApplication::translate(
"RPCConsole",
"Whether the peer requested us to relay transactions.",
nullptr));
1174 #endif // QT_NO_TOOLTIP 1175 peerRelayTxesLabel->setText(QApplication::translate(
"RPCConsole",
"Wants Tx Relay",
nullptr));
1176 peerRelayTxes->setText(QApplication::translate(
"RPCConsole",
"N/A",
nullptr));
1177 #ifndef QT_NO_TOOLTIP 1178 peerHighBandwidthLabel->setToolTip(QApplication::translate(
"RPCConsole",
"High bandwidth BIP152 compact block relay: %1",
nullptr));
1179 #endif // QT_NO_TOOLTIP 1181 peerHighBandwidth->setText(QApplication::translate(
"RPCConsole",
"N/A",
nullptr));
1182 label_29->setText(QApplication::translate(
"RPCConsole",
"Starting Block",
nullptr));
1183 peerHeight->setText(QApplication::translate(
"RPCConsole",
"N/A",
nullptr));
1184 label_27->setText(QApplication::translate(
"RPCConsole",
"Synced Headers",
nullptr));
1185 peerSyncHeight->setText(QApplication::translate(
"RPCConsole",
"N/A",
nullptr));
1186 label_25->setText(QApplication::translate(
"RPCConsole",
"Synced Blocks",
nullptr));
1187 peerCommonHeight->setText(QApplication::translate(
"RPCConsole",
"N/A",
nullptr));
1188 label_22->setText(QApplication::translate(
"RPCConsole",
"Connection Time",
nullptr));
1189 peerConnTime->setText(QApplication::translate(
"RPCConsole",
"N/A",
nullptr));
1190 #ifndef QT_NO_TOOLTIP 1191 peerLastBlockLabel->setToolTip(QApplication::translate(
"RPCConsole",
"Elapsed time since a novel block passing initial validity checks was received from this peer.",
nullptr));
1192 #endif // QT_NO_TOOLTIP 1193 peerLastBlockLabel->setText(QApplication::translate(
"RPCConsole",
"Last Block",
nullptr));
1194 peerLastBlock->setText(QApplication::translate(
"RPCConsole",
"N/A",
nullptr));
1195 #ifndef QT_NO_TOOLTIP 1196 peerLastTxLabel->setToolTip(QApplication::translate(
"RPCConsole",
"Elapsed time since a novel transaction accepted into our mempool was received from this peer.",
nullptr));
1197 #endif // QT_NO_TOOLTIP 1198 peerLastTxLabel->setText(QApplication::translate(
"RPCConsole",
"Last Transaction",
nullptr));
1199 peerLastTx->setText(QApplication::translate(
"RPCConsole",
"N/A",
nullptr));
1200 label_15->setText(QApplication::translate(
"RPCConsole",
"Last Send",
nullptr));
1201 peerLastSend->setText(QApplication::translate(
"RPCConsole",
"N/A",
nullptr));
1202 label_19->setText(QApplication::translate(
"RPCConsole",
"Last Receive",
nullptr));
1203 peerLastRecv->setText(QApplication::translate(
"RPCConsole",
"N/A",
nullptr));
1204 label_18->setText(QApplication::translate(
"RPCConsole",
"Sent",
nullptr));
1205 peerBytesSent->setText(QApplication::translate(
"RPCConsole",
"N/A",
nullptr));
1206 label_20->setText(QApplication::translate(
"RPCConsole",
"Received",
nullptr));
1207 peerBytesRecv->setText(QApplication::translate(
"RPCConsole",
"N/A",
nullptr));
1208 label_26->setText(QApplication::translate(
"RPCConsole",
"Ping Time",
nullptr));
1209 peerPingTime->setText(QApplication::translate(
"RPCConsole",
"N/A",
nullptr));
1210 #ifndef QT_NO_TOOLTIP 1211 peerPingWaitLabel->setToolTip(QApplication::translate(
"RPCConsole",
"The duration of a currently outstanding ping.",
nullptr));
1212 #endif // QT_NO_TOOLTIP 1213 peerPingWaitLabel->setText(QApplication::translate(
"RPCConsole",
"Ping Wait",
nullptr));
1214 peerPingWait->setText(QApplication::translate(
"RPCConsole",
"N/A",
nullptr));
1215 peerMinPingLabel->setText(QApplication::translate(
"RPCConsole",
"Min Ping",
nullptr));
1216 peerMinPing->setText(QApplication::translate(
"RPCConsole",
"N/A",
nullptr));
1217 label_timeoffset->setText(QApplication::translate(
"RPCConsole",
"Time Offset",
nullptr));
1218 timeoffset->setText(QApplication::translate(
"RPCConsole",
"N/A",
nullptr));
1219 #ifndef QT_NO_TOOLTIP 1220 peerMappedASLabel->setToolTip(QApplication::translate(
"RPCConsole",
"The mapped Autonomous System used for diversifying peer selection.",
nullptr));
1221 #endif // QT_NO_TOOLTIP 1222 peerMappedASLabel->setText(QApplication::translate(
"RPCConsole",
"Mapped AS",
nullptr));
1223 peerMappedAS->setText(QApplication::translate(
"RPCConsole",
"N/A",
nullptr));
1224 #ifndef QT_NO_TOOLTIP 1225 peerAddrRelayEnabledLabel->setToolTip(QApplication::translate(
"RPCConsole",
"Whether we relay addresses to this peer.",
nullptr));
1226 #endif // QT_NO_TOOLTIP 1229 #ifndef QT_NO_TOOLTIP 1230 peerAddrProcessedLabel->setToolTip(QApplication::translate(
"RPCConsole",
"The total number of addresses received from this peer that were processed (excludes addresses that were dropped due to rate-limiting).",
nullptr));
1231 #endif // QT_NO_TOOLTIP 1233 peerAddrProcessed->setText(QApplication::translate(
"RPCConsole",
"N/A",
nullptr));
1234 #ifndef QT_NO_TOOLTIP 1235 peerAddrRateLimitedLabel->setToolTip(QApplication::translate(
"RPCConsole",
"The total number of addresses received from this peer that were dropped (not processed) due to rate-limiting.",
nullptr));
1236 #endif // QT_NO_TOOLTIP 1250 #endif // UI_DEBUGWINDOW_H QTableView * banlistWidget
QSpacerItem * horizontalSpacer
Local Bitcoin RPC console.
QHBoxLayout * horizontalLayout_5
QLabel * peerAddrRateLimitedLabel
QLabel * peerAddrRelayEnabled
QLabel * peerLastBlockLabel
QPushButton * openDebugLogfileButton
QVBoxLayout * verticalLayout_5
QVBoxLayout * verticalLayout_4
QLabel * numberOfConnections
QToolButton * clearButton
QHBoxLayout * horizontalLayoutPrompt
QHBoxLayout * horizontalLayout_3
QLabel * labelMempoolTitle
QLabel * peerCommonHeight
QLabel * peerConnectionTypeLabel
QTextEdit * messagesWidget
QLabel * labelLastBlockTime
QSpacerItem * verticalSpacer_3
QLabel * labelMemoryUsage
QGridLayout * gridLayout_2
QLabel * peerHighBandwidthLabel
void setupUi(QWidget *RPCConsole)
QLabel * mempoolNumberTxs
void retranslateUi(QWidget *RPCConsole)
QWidget * peersTabRightPanel
QHBoxLayout * horizontalLayout_4
QVBoxLayout * verticalLayout_7
QPushButton * btnClearTrafficGraph
QLabel * peerPingWaitLabel
QLabel * WalletSelectorLabel
QHBoxLayout * horizontalLayout
QLabel * peerAddrProcessed
QVBoxLayout * verticalLayout_8
QVBoxLayout * verticalLayout_3
QToolButton * fontBiggerButton
QLabel * labelDebugLogfile
QLabel * peerMappedASLabel
TrafficGraphWidget * trafficGraph
QLabel * peerAddrProcessedLabel
QVBoxLayout * verticalLayout
QLabel * labelClientUserAgent
QLabel * label_timeoffset
QSpacerItem * verticalSpacer_4
QSpacerItem * verticalSpacer_2
QToolButton * fontSmallerButton
QVBoxLayout * verticalLayout_6
QLabel * peerRelayTxesLabel
QLabel * peerNetworkLabel
QVBoxLayout * verticalLayoutDebugButton
QLabel * peerConnectionType
QLabel * peerAddrRateLimited
QLabel * labelNumberOfTransactions
QComboBox * WalletSelector
QLabel * peerAddrRelayEnabledLabel
QSpacerItem * verticalSpacer
QLabel * peerHighBandwidth
QLabel * peerMinPingLabel
QVBoxLayout * verticalLayout_2
QHBoxLayout * horizontalLayout_2