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> 185 RPCConsole->setObjectName(QString::fromUtf8(
"RPCConsole"));
190 label_alerts->setObjectName(QString::fromUtf8(
"label_alerts"));
192 label_alerts->setStyleSheet(QString::fromUtf8(
"QLabel { background-color: qlineargradient(x1: 0, y1: 0, x2: 1, y2: 0, stop:0 #F0D0A0, stop:1 #F8D488); color:#000000; }"));
195 label_alerts->setTextInteractionFlags(Qt::TextSelectableByMouse);
200 tabWidget->setObjectName(QString::fromUtf8(
"tabWidget"));
202 tab_info->setObjectName(QString::fromUtf8(
"tab_info"));
204 gridLayout->setObjectName(QString::fromUtf8(
"gridLayout"));
207 label_9->setObjectName(QString::fromUtf8(
"label_9"));
216 label_6->setObjectName(QString::fromUtf8(
"label_6"));
221 clientVersion->setObjectName(QString::fromUtf8(
"clientVersion"));
224 clientVersion->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);
238 clientUserAgent->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);
243 label_12->setObjectName(QString::fromUtf8(
"label_12"));
248 dataDir->setObjectName(QString::fromUtf8(
"dataDir"));
249 dataDir->setCursor(QCursor(Qt::IBeamCursor));
250 dataDir->setTextFormat(Qt::PlainText);
252 dataDir->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);
257 label_11->setObjectName(QString::fromUtf8(
"label_11"));
262 blocksDir->setObjectName(QString::fromUtf8(
"blocksDir"));
263 blocksDir->setCursor(QCursor(Qt::IBeamCursor));
266 blocksDir->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);
271 label_13->setObjectName(QString::fromUtf8(
"label_13"));
276 startupTime->setObjectName(QString::fromUtf8(
"startupTime"));
279 startupTime->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);
284 labelNetwork->setObjectName(QString::fromUtf8(
"labelNetwork"));
290 label_8->setObjectName(QString::fromUtf8(
"label_8"));
295 networkName->setObjectName(QString::fromUtf8(
"networkName"));
298 networkName->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);
303 label_7->setObjectName(QString::fromUtf8(
"label_7"));
311 numberOfConnections->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);
316 label_10->setObjectName(QString::fromUtf8(
"label_10"));
322 label_3->setObjectName(QString::fromUtf8(
"label_3"));
327 numberOfBlocks->setObjectName(QString::fromUtf8(
"numberOfBlocks"));
330 numberOfBlocks->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);
340 lastBlockTime->setObjectName(QString::fromUtf8(
"lastBlockTime"));
343 lastBlockTime->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);
362 mempoolNumberTxs->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);
372 mempoolSize->setObjectName(QString::fromUtf8(
"mempoolSize"));
375 mempoolSize->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);
382 verticalSpacer_2 =
new QSpacerItem(10, 5, QSizePolicy::Minimum, QSizePolicy::Expanding);
400 verticalSpacer =
new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
407 tab_console->setObjectName(QString::fromUtf8(
"tab_console"));
422 WalletSelector->setObjectName(QString::fromUtf8(
"WalletSelector"));
427 horizontalSpacer =
new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
434 icon.addFile(QString::fromUtf8(
":/icons/fontsmaller"), QSize(), QIcon::Normal, QIcon::Off);
443 icon1.addFile(QString::fromUtf8(
":/icons/fontbigger"), QSize(), QIcon::Normal, QIcon::Off);
450 clearButton->setObjectName(QString::fromUtf8(
"clearButton"));
453 icon2.addFile(QString::fromUtf8(
":/icons/remove"), QSize(), QIcon::Normal, QIcon::Off);
456 #if QT_CONFIG(shortcut) 457 clearButton->setShortcut(QString::fromUtf8(
"Ctrl+L"));
458 #endif // QT_CONFIG(shortcut) 466 messagesWidget->setObjectName(QString::fromUtf8(
"messagesWidget"));
478 promptIcon->setObjectName(QString::fromUtf8(
"promptIcon"));
482 icon3.addFile(QString::fromUtf8(
":/icons/prompticon"), QSize(), QIcon::Normal, QIcon::Off);
483 icon3.addFile(QString::fromUtf8(
":/icons/prompticon"), QSize(), QIcon::Disabled, QIcon::Off);
492 lineEdit->setObjectName(QString::fromUtf8(
"lineEdit"));
502 tab_nettraffic->setObjectName(QString::fromUtf8(
"tab_nettraffic"));
508 trafficGraph->setObjectName(QString::fromUtf8(
"trafficGraph"));
509 QSizePolicy sizePolicy(QSizePolicy::Expanding, QSizePolicy::Expanding);
510 sizePolicy.setHorizontalStretch(0);
511 sizePolicy.setVerticalStretch(0);
512 sizePolicy.setHeightForWidth(
trafficGraph->sizePolicy().hasHeightForWidth());
520 sldGraphRange->setObjectName(QString::fromUtf8(
"sldGraphRange"));
530 lblGraphRange->setObjectName(QString::fromUtf8(
"lblGraphRange"));
549 verticalLayout->setObjectName(QString::fromUtf8(
"verticalLayout"));
551 groupBox->setObjectName(QString::fromUtf8(
"groupBox"));
557 line->setObjectName(QString::fromUtf8(
"line"));
558 QSizePolicy sizePolicy1(QSizePolicy::Fixed, QSizePolicy::Fixed);
559 sizePolicy1.setHorizontalStretch(0);
560 sizePolicy1.setVerticalStretch(0);
561 sizePolicy1.setHeightForWidth(
line->sizePolicy().hasHeightForWidth());
562 line->setSizePolicy(sizePolicy1);
563 line->setMinimumSize(QSize(10, 0));
565 QBrush brush(QColor(0, 255, 0, 255));
566 brush.setStyle(Qt::SolidPattern);
567 palette.setBrush(QPalette::Active, QPalette::Light, brush);
568 palette.setBrush(QPalette::Inactive, QPalette::Light, brush);
569 palette.setBrush(QPalette::Disabled, QPalette::Light, brush);
570 line->setPalette(palette);
571 line->setFrameShape(QFrame::HLine);
572 line->setFrameShadow(QFrame::Sunken);
577 label_16->setObjectName(QString::fromUtf8(
"label_16"));
582 lblBytesIn->setObjectName(QString::fromUtf8(
"lblBytesIn"));
584 lblBytesIn->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
594 line_2->setObjectName(QString::fromUtf8(
"line_2"));
595 sizePolicy1.setHeightForWidth(
line_2->sizePolicy().hasHeightForWidth());
596 line_2->setSizePolicy(sizePolicy1);
597 line_2->setMinimumSize(QSize(10, 0));
599 QBrush brush1(QColor(255, 0, 0, 255));
600 brush1.setStyle(Qt::SolidPattern);
601 palette1.setBrush(QPalette::Active, QPalette::Light, brush1);
602 palette1.setBrush(QPalette::Inactive, QPalette::Light, brush1);
603 palette1.setBrush(QPalette::Disabled, QPalette::Light, brush1);
604 line_2->setPalette(palette1);
605 line_2->setFrameShape(QFrame::HLine);
606 line_2->setFrameShadow(QFrame::Sunken);
611 label_17->setObjectName(QString::fromUtf8(
"label_17"));
616 lblBytesOut->setObjectName(QString::fromUtf8(
"lblBytesOut"));
618 lblBytesOut->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
625 verticalSpacer_4 =
new QSpacerItem(20, 407, QSizePolicy::Minimum, QSizePolicy::Expanding);
637 tab_peers->setObjectName(QString::fromUtf8(
"tab_peers"));
641 splitter->setObjectName(QString::fromUtf8(
"splitter"));
642 splitter->setOrientation(Qt::Horizontal);
643 splitter->setChildrenCollapsible(
false);
645 widget_1->setObjectName(QString::fromUtf8(
"widget_1"));
646 QSizePolicy sizePolicy2(QSizePolicy::MinimumExpanding, QSizePolicy::Preferred);
647 sizePolicy2.setHorizontalStretch(1);
648 sizePolicy2.setVerticalStretch(0);
649 sizePolicy2.setHeightForWidth(
widget_1->sizePolicy().hasHeightForWidth());
650 widget_1->setSizePolicy(sizePolicy2);
651 widget_1->setMinimumSize(QSize(400, 0));
655 peerWidget->setObjectName(QString::fromUtf8(
"peerWidget"));
658 peerWidget->setTextElideMode(Qt::ElideMiddle);
661 peerWidget->horizontalHeader()->setHighlightSections(
false);
666 banHeading->setObjectName(QString::fromUtf8(
"banHeading"));
667 QSizePolicy sizePolicy3(QSizePolicy::Preferred, QSizePolicy::Minimum);
668 sizePolicy3.setHorizontalStretch(0);
669 sizePolicy3.setVerticalStretch(0);
670 sizePolicy3.setHeightForWidth(
banHeading->sizePolicy().hasHeightForWidth());
673 banHeading->setMaximumSize(QSize(16777215, 32));
675 font1.setPointSize(12);
677 banHeading->setCursor(QCursor(Qt::IBeamCursor));
678 banHeading->setAlignment(Qt::AlignBottom|Qt::AlignLeading|Qt::AlignLeft);
680 banHeading->setTextInteractionFlags(Qt::NoTextInteraction);
685 banlistWidget->setObjectName(QString::fromUtf8(
"banlistWidget"));
689 banlistWidget->horizontalHeader()->setHighlightSections(
false);
696 QSizePolicy sizePolicy4(QSizePolicy::Minimum, QSizePolicy::Preferred);
697 sizePolicy4.setHorizontalStretch(0);
698 sizePolicy4.setVerticalStretch(0);
705 peerHeading->setObjectName(QString::fromUtf8(
"peerHeading"));
706 sizePolicy3.setHeightForWidth(
peerHeading->sizePolicy().hasHeightForWidth());
710 font2.setPointSize(10);
713 peerHeading->setAlignment(Qt::AlignHCenter|Qt::AlignTop);
715 peerHeading->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);
720 scrollArea->setObjectName(QString::fromUtf8(
"scrollArea"));
723 detailWidget->setObjectName(QString::fromUtf8(
"detailWidget"));
726 gridLayout_2->setObjectName(QString::fromUtf8(
"gridLayout_2"));
728 label_30->setObjectName(QString::fromUtf8(
"label_30"));
736 peerPermissions->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);
749 peerConnectionType->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);
762 peerTransportType->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);
772 peerSessionId->setObjectName(QString::fromUtf8(
"peerSessionId"));
775 peerSessionId->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);
785 peerNetwork->setObjectName(QString::fromUtf8(
"peerNetwork"));
788 peerNetwork->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);
793 label_21->setObjectName(QString::fromUtf8(
"label_21"));
798 peerVersion->setObjectName(QString::fromUtf8(
"peerVersion"));
801 peerVersion->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);
806 label_28->setObjectName(QString::fromUtf8(
"label_28"));
811 peerSubversion->setObjectName(QString::fromUtf8(
"peerSubversion"));
814 peerSubversion->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);
819 label_4->setObjectName(QString::fromUtf8(
"label_4"));
824 peerServices->setObjectName(QString::fromUtf8(
"peerServices"));
828 peerServices->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);
838 peerRelayTxes->setObjectName(QString::fromUtf8(
"peerRelayTxes"));
841 peerRelayTxes->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);
854 peerHighBandwidth->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);
859 label_29->setObjectName(QString::fromUtf8(
"label_29"));
864 peerHeight->setObjectName(QString::fromUtf8(
"peerHeight"));
865 peerHeight->setCursor(QCursor(Qt::IBeamCursor));
867 peerHeight->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);
872 label_27->setObjectName(QString::fromUtf8(
"label_27"));
877 peerSyncHeight->setObjectName(QString::fromUtf8(
"peerSyncHeight"));
880 peerSyncHeight->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);
885 label_25->setObjectName(QString::fromUtf8(
"label_25"));
893 peerCommonHeight->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);
898 label_22->setObjectName(QString::fromUtf8(
"label_22"));
903 peerConnTime->setObjectName(QString::fromUtf8(
"peerConnTime"));
906 peerConnTime->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);
916 peerLastBlock->setObjectName(QString::fromUtf8(
"peerLastBlock"));
919 peerLastBlock->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);
929 peerLastTx->setObjectName(QString::fromUtf8(
"peerLastTx"));
930 peerLastTx->setCursor(QCursor(Qt::IBeamCursor));
932 peerLastTx->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);
937 label_15->setObjectName(QString::fromUtf8(
"label_15"));
942 peerLastSend->setObjectName(QString::fromUtf8(
"peerLastSend"));
945 peerLastSend->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);
950 label_19->setObjectName(QString::fromUtf8(
"label_19"));
955 peerLastRecv->setObjectName(QString::fromUtf8(
"peerLastRecv"));
958 peerLastRecv->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);
963 label_18->setObjectName(QString::fromUtf8(
"label_18"));
968 peerBytesSent->setObjectName(QString::fromUtf8(
"peerBytesSent"));
971 peerBytesSent->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);
976 label_20->setObjectName(QString::fromUtf8(
"label_20"));
981 peerBytesRecv->setObjectName(QString::fromUtf8(
"peerBytesRecv"));
984 peerBytesRecv->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);
989 label_26->setObjectName(QString::fromUtf8(
"label_26"));
994 peerPingTime->setObjectName(QString::fromUtf8(
"peerPingTime"));
997 peerPingTime->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);
1007 peerPingWait->setObjectName(QString::fromUtf8(
"peerPingWait"));
1010 peerPingWait->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);
1020 peerMinPing->setObjectName(QString::fromUtf8(
"peerMinPing"));
1023 peerMinPing->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);
1033 timeoffset->setObjectName(QString::fromUtf8(
"timeoffset"));
1034 timeoffset->setCursor(QCursor(Qt::IBeamCursor));
1036 timeoffset->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);
1046 peerMappedAS->setObjectName(QString::fromUtf8(
"peerMappedAS"));
1049 peerMappedAS->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);
1062 peerAddrRelayEnabled->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);
1075 peerAddrProcessed->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);
1088 peerAddrRateLimited->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);
1092 verticalSpacer_3 =
new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
1120 RPCConsole->setWindowTitle(QCoreApplication::translate(
"RPCConsole",
"Node window",
nullptr));
1121 label_9->setText(QCoreApplication::translate(
"RPCConsole",
"General",
nullptr));
1122 label_6->setText(QCoreApplication::translate(
"RPCConsole",
"Client version",
nullptr));
1123 clientVersion->setText(QCoreApplication::translate(
"RPCConsole",
"N/A",
nullptr));
1124 labelClientUserAgent->setText(QCoreApplication::translate(
"RPCConsole",
"User Agent",
nullptr));
1125 clientUserAgent->setText(QCoreApplication::translate(
"RPCConsole",
"N/A",
nullptr));
1126 label_12->setText(QCoreApplication::translate(
"RPCConsole",
"Datadir",
nullptr));
1127 #if QT_CONFIG(tooltip) 1128 dataDir->setToolTip(QCoreApplication::translate(
"RPCConsole",
"To specify a non-default location of the data directory use the '%1' option.",
nullptr));
1129 #endif // QT_CONFIG(tooltip) 1130 dataDir->setText(QCoreApplication::translate(
"RPCConsole",
"N/A",
nullptr));
1131 label_11->setText(QCoreApplication::translate(
"RPCConsole",
"Blocksdir",
nullptr));
1132 #if QT_CONFIG(tooltip) 1133 blocksDir->setToolTip(QCoreApplication::translate(
"RPCConsole",
"To specify a non-default location of the blocks directory use the '%1' option.",
nullptr));
1134 #endif // QT_CONFIG(tooltip) 1135 blocksDir->setText(QCoreApplication::translate(
"RPCConsole",
"N/A",
nullptr));
1136 label_13->setText(QCoreApplication::translate(
"RPCConsole",
"Startup time",
nullptr));
1137 startupTime->setText(QCoreApplication::translate(
"RPCConsole",
"N/A",
nullptr));
1138 labelNetwork->setText(QCoreApplication::translate(
"RPCConsole",
"Network",
nullptr));
1139 label_8->setText(QCoreApplication::translate(
"RPCConsole",
"Name",
nullptr));
1140 networkName->setText(QCoreApplication::translate(
"RPCConsole",
"N/A",
nullptr));
1141 label_7->setText(QCoreApplication::translate(
"RPCConsole",
"Number of connections",
nullptr));
1143 label_10->setText(QCoreApplication::translate(
"RPCConsole",
"Block chain",
nullptr));
1144 label_3->setText(QCoreApplication::translate(
"RPCConsole",
"Current block height",
nullptr));
1145 numberOfBlocks->setText(QCoreApplication::translate(
"RPCConsole",
"N/A",
nullptr));
1146 labelLastBlockTime->setText(QCoreApplication::translate(
"RPCConsole",
"Last block time",
nullptr));
1147 lastBlockTime->setText(QCoreApplication::translate(
"RPCConsole",
"N/A",
nullptr));
1148 labelMempoolTitle->setText(QCoreApplication::translate(
"RPCConsole",
"Memory Pool",
nullptr));
1149 labelNumberOfTransactions->setText(QCoreApplication::translate(
"RPCConsole",
"Current number of transactions",
nullptr));
1150 mempoolNumberTxs->setText(QCoreApplication::translate(
"RPCConsole",
"N/A",
nullptr));
1151 labelMemoryUsage->setText(QCoreApplication::translate(
"RPCConsole",
"Memory usage",
nullptr));
1152 mempoolSize->setText(QCoreApplication::translate(
"RPCConsole",
"N/A",
nullptr));
1153 labelDebugLogfile->setText(QCoreApplication::translate(
"RPCConsole",
"Debug log file",
nullptr));
1154 #if QT_CONFIG(tooltip) 1155 openDebugLogfileButton->setToolTip(QCoreApplication::translate(
"RPCConsole",
"Open the %1 debug log file from the current data directory. This can take a few seconds for large log files.",
nullptr));
1156 #endif // QT_CONFIG(tooltip) 1159 WalletSelectorLabel->setText(QCoreApplication::translate(
"RPCConsole",
"Wallet: ",
nullptr));
1160 WalletSelector->setItemText(0, QCoreApplication::translate(
"RPCConsole",
"(none)",
nullptr));
1162 #if QT_CONFIG(tooltip) 1163 fontSmallerButton->setToolTip(QCoreApplication::translate(
"RPCConsole",
"Decrease font size",
nullptr));
1164 #endif // QT_CONFIG(tooltip) 1166 #if QT_CONFIG(tooltip) 1167 fontBiggerButton->setToolTip(QCoreApplication::translate(
"RPCConsole",
"Increase font size",
nullptr));
1168 #endif // QT_CONFIG(tooltip) 1170 #if QT_CONFIG(tooltip) 1171 clearButton->setToolTip(QCoreApplication::translate(
"RPCConsole",
"Clear console",
nullptr));
1172 #endif // QT_CONFIG(tooltip) 1175 lineEdit->setPlaceholderText(QString());
1178 groupBox->setTitle(QCoreApplication::translate(
"RPCConsole",
"Totals",
nullptr));
1179 label_16->setText(QCoreApplication::translate(
"RPCConsole",
"Received",
nullptr));
1180 label_17->setText(QCoreApplication::translate(
"RPCConsole",
"Sent",
nullptr));
1182 banHeading->setText(QCoreApplication::translate(
"RPCConsole",
"Banned peers",
nullptr));
1183 peerHeading->setText(QCoreApplication::translate(
"RPCConsole",
"Select a peer to view detailed information.",
nullptr));
1184 label_30->setText(QCoreApplication::translate(
"RPCConsole",
"Permissions",
nullptr));
1185 peerPermissions->setText(QCoreApplication::translate(
"RPCConsole",
"N/A",
nullptr));
1186 #if QT_CONFIG(tooltip) 1187 peerConnectionTypeLabel->setToolTip(QCoreApplication::translate(
"RPCConsole",
"The direction and type of peer connection: %1",
nullptr));
1188 #endif // QT_CONFIG(tooltip) 1190 peerConnectionType->setText(QCoreApplication::translate(
"RPCConsole",
"N/A",
nullptr));
1191 #if QT_CONFIG(tooltip) 1192 peerTransportTypeLabel->setToolTip(QCoreApplication::translate(
"RPCConsole",
"The transport layer version: %1",
nullptr));
1193 #endif // QT_CONFIG(tooltip) 1195 peerTransportType->setText(QCoreApplication::translate(
"RPCConsole",
"N/A",
nullptr));
1196 #if QT_CONFIG(tooltip) 1197 peerSessionIdLabel->setToolTip(QCoreApplication::translate(
"RPCConsole",
"The BIP324 session ID string in hex, if any.",
nullptr));
1198 #endif // QT_CONFIG(tooltip) 1199 peerSessionIdLabel->setText(QCoreApplication::translate(
"RPCConsole",
"Session ID",
nullptr));
1200 peerSessionId->setText(QCoreApplication::translate(
"RPCConsole",
"N/A",
nullptr));
1201 #if QT_CONFIG(tooltip) 1202 peerNetworkLabel->setToolTip(QCoreApplication::translate(
"RPCConsole",
"The network protocol this peer is connected through: IPv4, IPv6, Onion, I2P, or CJDNS.",
nullptr));
1203 #endif // QT_CONFIG(tooltip) 1204 peerNetworkLabel->setText(QCoreApplication::translate(
"RPCConsole",
"Network",
nullptr));
1205 peerNetwork->setText(QCoreApplication::translate(
"RPCConsole",
"N/A",
nullptr));
1206 label_21->setText(QCoreApplication::translate(
"RPCConsole",
"Version",
nullptr));
1207 peerVersion->setText(QCoreApplication::translate(
"RPCConsole",
"N/A",
nullptr));
1208 label_28->setText(QCoreApplication::translate(
"RPCConsole",
"User Agent",
nullptr));
1209 peerSubversion->setText(QCoreApplication::translate(
"RPCConsole",
"N/A",
nullptr));
1210 label_4->setText(QCoreApplication::translate(
"RPCConsole",
"Services",
nullptr));
1211 peerServices->setText(QCoreApplication::translate(
"RPCConsole",
"N/A",
nullptr));
1212 #if QT_CONFIG(tooltip) 1213 peerRelayTxesLabel->setToolTip(QCoreApplication::translate(
"RPCConsole",
"Whether we relay transactions to this peer.",
nullptr));
1214 #endif // QT_CONFIG(tooltip) 1215 peerRelayTxesLabel->setText(QCoreApplication::translate(
"RPCConsole",
"Transaction Relay",
nullptr));
1216 peerRelayTxes->setText(QCoreApplication::translate(
"RPCConsole",
"N/A",
nullptr));
1217 #if QT_CONFIG(tooltip) 1218 peerHighBandwidthLabel->setToolTip(QCoreApplication::translate(
"RPCConsole",
"High bandwidth BIP152 compact block relay: %1",
nullptr));
1219 #endif // QT_CONFIG(tooltip) 1221 peerHighBandwidth->setText(QCoreApplication::translate(
"RPCConsole",
"N/A",
nullptr));
1222 label_29->setText(QCoreApplication::translate(
"RPCConsole",
"Starting Block",
nullptr));
1223 peerHeight->setText(QCoreApplication::translate(
"RPCConsole",
"N/A",
nullptr));
1224 label_27->setText(QCoreApplication::translate(
"RPCConsole",
"Synced Headers",
nullptr));
1225 peerSyncHeight->setText(QCoreApplication::translate(
"RPCConsole",
"N/A",
nullptr));
1226 label_25->setText(QCoreApplication::translate(
"RPCConsole",
"Synced Blocks",
nullptr));
1227 peerCommonHeight->setText(QCoreApplication::translate(
"RPCConsole",
"N/A",
nullptr));
1228 label_22->setText(QCoreApplication::translate(
"RPCConsole",
"Connection Time",
nullptr));
1229 peerConnTime->setText(QCoreApplication::translate(
"RPCConsole",
"N/A",
nullptr));
1230 #if QT_CONFIG(tooltip) 1231 peerLastBlockLabel->setToolTip(QCoreApplication::translate(
"RPCConsole",
"Elapsed time since a novel block passing initial validity checks was received from this peer.",
nullptr));
1232 #endif // QT_CONFIG(tooltip) 1233 peerLastBlockLabel->setText(QCoreApplication::translate(
"RPCConsole",
"Last Block",
nullptr));
1234 peerLastBlock->setText(QCoreApplication::translate(
"RPCConsole",
"N/A",
nullptr));
1235 #if QT_CONFIG(tooltip) 1236 peerLastTxLabel->setToolTip(QCoreApplication::translate(
"RPCConsole",
"Elapsed time since a novel transaction accepted into our mempool was received from this peer.",
nullptr));
1237 #endif // QT_CONFIG(tooltip) 1238 peerLastTxLabel->setText(QCoreApplication::translate(
"RPCConsole",
"Last Transaction",
nullptr));
1239 peerLastTx->setText(QCoreApplication::translate(
"RPCConsole",
"N/A",
nullptr));
1240 label_15->setText(QCoreApplication::translate(
"RPCConsole",
"Last Send",
nullptr));
1241 peerLastSend->setText(QCoreApplication::translate(
"RPCConsole",
"N/A",
nullptr));
1242 label_19->setText(QCoreApplication::translate(
"RPCConsole",
"Last Receive",
nullptr));
1243 peerLastRecv->setText(QCoreApplication::translate(
"RPCConsole",
"N/A",
nullptr));
1244 label_18->setText(QCoreApplication::translate(
"RPCConsole",
"Sent",
nullptr));
1245 peerBytesSent->setText(QCoreApplication::translate(
"RPCConsole",
"N/A",
nullptr));
1246 label_20->setText(QCoreApplication::translate(
"RPCConsole",
"Received",
nullptr));
1247 peerBytesRecv->setText(QCoreApplication::translate(
"RPCConsole",
"N/A",
nullptr));
1248 label_26->setText(QCoreApplication::translate(
"RPCConsole",
"Ping Time",
nullptr));
1249 peerPingTime->setText(QCoreApplication::translate(
"RPCConsole",
"N/A",
nullptr));
1250 #if QT_CONFIG(tooltip) 1251 peerPingWaitLabel->setToolTip(QCoreApplication::translate(
"RPCConsole",
"The duration of a currently outstanding ping.",
nullptr));
1252 #endif // QT_CONFIG(tooltip) 1253 peerPingWaitLabel->setText(QCoreApplication::translate(
"RPCConsole",
"Ping Wait",
nullptr));
1254 peerPingWait->setText(QCoreApplication::translate(
"RPCConsole",
"N/A",
nullptr));
1255 peerMinPingLabel->setText(QCoreApplication::translate(
"RPCConsole",
"Min Ping",
nullptr));
1256 peerMinPing->setText(QCoreApplication::translate(
"RPCConsole",
"N/A",
nullptr));
1257 label_timeoffset->setText(QCoreApplication::translate(
"RPCConsole",
"Time Offset",
nullptr));
1258 timeoffset->setText(QCoreApplication::translate(
"RPCConsole",
"N/A",
nullptr));
1259 #if QT_CONFIG(tooltip) 1260 peerMappedASLabel->setToolTip(QCoreApplication::translate(
"RPCConsole",
"The mapped Autonomous System used for diversifying peer selection.",
nullptr));
1261 #endif // QT_CONFIG(tooltip) 1262 peerMappedASLabel->setText(QCoreApplication::translate(
"RPCConsole",
"Mapped AS",
nullptr));
1263 peerMappedAS->setText(QCoreApplication::translate(
"RPCConsole",
"N/A",
nullptr));
1264 #if QT_CONFIG(tooltip) 1265 peerAddrRelayEnabledLabel->setToolTip(QCoreApplication::translate(
"RPCConsole",
"Whether we relay addresses to this peer.",
nullptr));
1266 #endif // QT_CONFIG(tooltip) 1269 #if QT_CONFIG(tooltip) 1270 peerAddrProcessedLabel->setToolTip(QCoreApplication::translate(
"RPCConsole",
"The total number of addresses received from this peer that were processed (excludes addresses that were dropped due to rate-limiting).",
nullptr));
1271 #endif // QT_CONFIG(tooltip) 1272 peerAddrProcessedLabel->setText(QCoreApplication::translate(
"RPCConsole",
"Addresses Processed",
nullptr));
1273 peerAddrProcessed->setText(QCoreApplication::translate(
"RPCConsole",
"N/A",
nullptr));
1274 #if QT_CONFIG(tooltip) 1275 peerAddrRateLimitedLabel->setToolTip(QCoreApplication::translate(
"RPCConsole",
"The total number of addresses received from this peer that were dropped (not processed) due to rate-limiting.",
nullptr));
1276 #endif // QT_CONFIG(tooltip) 1290 #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
QLabel * peerTransportTypeLabel
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
QLabel * peerTransportType
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 * peerSessionIdLabel
QLabel * labelNumberOfTransactions
QComboBox * WalletSelector
QLabel * peerAddrRelayEnabledLabel
QSpacerItem * verticalSpacer
QLabel * peerHighBandwidth
QLabel * peerMinPingLabel
QVBoxLayout * verticalLayout_2
QHBoxLayout * horizontalLayout_2