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> 190 RPCConsole->setObjectName(QString::fromUtf8(
"RPCConsole"));
195 label_alerts->setObjectName(QString::fromUtf8(
"label_alerts"));
197 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; }"));
200 label_alerts->setTextInteractionFlags(Qt::TextSelectableByMouse);
205 tabWidget->setObjectName(QString::fromUtf8(
"tabWidget"));
207 tab_info->setObjectName(QString::fromUtf8(
"tab_info"));
209 gridLayout->setObjectName(QString::fromUtf8(
"gridLayout"));
212 label_9->setObjectName(QString::fromUtf8(
"label_9"));
221 label_6->setObjectName(QString::fromUtf8(
"label_6"));
226 clientVersion->setObjectName(QString::fromUtf8(
"clientVersion"));
229 clientVersion->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);
243 clientUserAgent->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);
248 label_12->setObjectName(QString::fromUtf8(
"label_12"));
253 dataDir->setObjectName(QString::fromUtf8(
"dataDir"));
254 dataDir->setCursor(QCursor(Qt::IBeamCursor));
255 dataDir->setTextFormat(Qt::PlainText);
257 dataDir->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);
262 label_11->setObjectName(QString::fromUtf8(
"label_11"));
267 blocksDir->setObjectName(QString::fromUtf8(
"blocksDir"));
268 blocksDir->setCursor(QCursor(Qt::IBeamCursor));
271 blocksDir->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);
276 label_13->setObjectName(QString::fromUtf8(
"label_13"));
281 startupTime->setObjectName(QString::fromUtf8(
"startupTime"));
284 startupTime->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);
289 labelNetwork->setObjectName(QString::fromUtf8(
"labelNetwork"));
295 label_8->setObjectName(QString::fromUtf8(
"label_8"));
300 networkName->setObjectName(QString::fromUtf8(
"networkName"));
303 networkName->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);
308 label_7->setObjectName(QString::fromUtf8(
"label_7"));
316 numberOfConnections->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);
321 label_14->setObjectName(QString::fromUtf8(
"label_14"));
326 localAddresses->setObjectName(QString::fromUtf8(
"localAddresses"));
329 QSizePolicy sizePolicy(QSizePolicy::Preferred, QSizePolicy::Minimum);
330 sizePolicy.setHorizontalStretch(0);
331 sizePolicy.setVerticalStretch(0);
332 sizePolicy.setHeightForWidth(
localAddresses->sizePolicy().hasHeightForWidth());
336 localAddresses->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);
341 label_10->setObjectName(QString::fromUtf8(
"label_10"));
347 label_3->setObjectName(QString::fromUtf8(
"label_3"));
352 numberOfBlocks->setObjectName(QString::fromUtf8(
"numberOfBlocks"));
355 numberOfBlocks->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);
365 lastBlockTime->setObjectName(QString::fromUtf8(
"lastBlockTime"));
368 lastBlockTime->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);
387 mempoolNumberTxs->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);
397 mempoolSize->setObjectName(QString::fromUtf8(
"mempoolSize"));
400 mempoolSize->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);
407 verticalSpacer_2 =
new QSpacerItem(10, 5, QSizePolicy::Minimum, QSizePolicy::Expanding);
425 verticalSpacer =
new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
432 tab_console->setObjectName(QString::fromUtf8(
"tab_console"));
447 WalletSelector->setObjectName(QString::fromUtf8(
"WalletSelector"));
452 horizontalSpacer =
new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
459 icon.addFile(QString::fromUtf8(
":/icons/fontsmaller"), QSize(), QIcon::Normal, QIcon::Off);
468 icon1.addFile(QString::fromUtf8(
":/icons/fontbigger"), QSize(), QIcon::Normal, QIcon::Off);
475 clearButton->setObjectName(QString::fromUtf8(
"clearButton"));
478 icon2.addFile(QString::fromUtf8(
":/icons/remove"), QSize(), QIcon::Normal, QIcon::Off);
481 #if QT_CONFIG(shortcut) 482 clearButton->setShortcut(QString::fromUtf8(
"Ctrl+L"));
483 #endif // QT_CONFIG(shortcut) 491 messagesWidget->setObjectName(QString::fromUtf8(
"messagesWidget"));
503 promptIcon->setObjectName(QString::fromUtf8(
"promptIcon"));
507 icon3.addFile(QString::fromUtf8(
":/icons/prompticon"), QSize(), QIcon::Normal, QIcon::Off);
508 icon3.addFile(QString::fromUtf8(
":/icons/prompticon"), QSize(), QIcon::Disabled, QIcon::Off);
517 lineEdit->setObjectName(QString::fromUtf8(
"lineEdit"));
527 tab_nettraffic->setObjectName(QString::fromUtf8(
"tab_nettraffic"));
533 trafficGraph->setObjectName(QString::fromUtf8(
"trafficGraph"));
534 QSizePolicy sizePolicy1(QSizePolicy::Expanding, QSizePolicy::Expanding);
535 sizePolicy1.setHorizontalStretch(0);
536 sizePolicy1.setVerticalStretch(0);
537 sizePolicy1.setHeightForWidth(
trafficGraph->sizePolicy().hasHeightForWidth());
545 sldGraphRange->setObjectName(QString::fromUtf8(
"sldGraphRange"));
555 lblGraphRange->setObjectName(QString::fromUtf8(
"lblGraphRange"));
574 verticalLayout->setObjectName(QString::fromUtf8(
"verticalLayout"));
576 groupBox->setObjectName(QString::fromUtf8(
"groupBox"));
582 line->setObjectName(QString::fromUtf8(
"line"));
583 QSizePolicy sizePolicy2(QSizePolicy::Fixed, QSizePolicy::Fixed);
584 sizePolicy2.setHorizontalStretch(0);
585 sizePolicy2.setVerticalStretch(0);
586 sizePolicy2.setHeightForWidth(
line->sizePolicy().hasHeightForWidth());
587 line->setSizePolicy(sizePolicy2);
588 line->setMinimumSize(QSize(10, 0));
590 QBrush brush(QColor(0, 255, 0, 255));
591 brush.setStyle(Qt::SolidPattern);
592 palette.setBrush(QPalette::Active, QPalette::Light, brush);
593 palette.setBrush(QPalette::Inactive, QPalette::Light, brush);
594 palette.setBrush(QPalette::Disabled, QPalette::Light, brush);
595 line->setPalette(palette);
596 line->setFrameShape(QFrame::HLine);
597 line->setFrameShadow(QFrame::Sunken);
602 label_16->setObjectName(QString::fromUtf8(
"label_16"));
607 lblBytesIn->setObjectName(QString::fromUtf8(
"lblBytesIn"));
609 lblBytesIn->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
619 line_2->setObjectName(QString::fromUtf8(
"line_2"));
620 sizePolicy2.setHeightForWidth(
line_2->sizePolicy().hasHeightForWidth());
621 line_2->setSizePolicy(sizePolicy2);
622 line_2->setMinimumSize(QSize(10, 0));
624 QBrush brush1(QColor(255, 0, 0, 255));
625 brush1.setStyle(Qt::SolidPattern);
626 palette1.setBrush(QPalette::Active, QPalette::Light, brush1);
627 palette1.setBrush(QPalette::Inactive, QPalette::Light, brush1);
628 palette1.setBrush(QPalette::Disabled, QPalette::Light, brush1);
629 line_2->setPalette(palette1);
630 line_2->setFrameShape(QFrame::HLine);
631 line_2->setFrameShadow(QFrame::Sunken);
636 label_17->setObjectName(QString::fromUtf8(
"label_17"));
641 lblBytesOut->setObjectName(QString::fromUtf8(
"lblBytesOut"));
643 lblBytesOut->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
650 verticalSpacer_4 =
new QSpacerItem(20, 407, QSizePolicy::Minimum, QSizePolicy::Expanding);
662 tab_peers->setObjectName(QString::fromUtf8(
"tab_peers"));
666 splitter->setObjectName(QString::fromUtf8(
"splitter"));
667 splitter->setOrientation(Qt::Horizontal);
668 splitter->setChildrenCollapsible(
false);
670 widget_1->setObjectName(QString::fromUtf8(
"widget_1"));
671 QSizePolicy sizePolicy3(QSizePolicy::MinimumExpanding, QSizePolicy::Preferred);
672 sizePolicy3.setHorizontalStretch(1);
673 sizePolicy3.setVerticalStretch(0);
674 sizePolicy3.setHeightForWidth(
widget_1->sizePolicy().hasHeightForWidth());
675 widget_1->setSizePolicy(sizePolicy3);
676 widget_1->setMinimumSize(QSize(400, 0));
680 peerWidget->setObjectName(QString::fromUtf8(
"peerWidget"));
683 peerWidget->setTextElideMode(Qt::ElideMiddle);
686 peerWidget->horizontalHeader()->setHighlightSections(
false);
691 banHeading->setObjectName(QString::fromUtf8(
"banHeading"));
692 sizePolicy.setHeightForWidth(
banHeading->sizePolicy().hasHeightForWidth());
695 banHeading->setMaximumSize(QSize(16777215, 32));
697 font1.setPointSize(12);
699 banHeading->setCursor(QCursor(Qt::IBeamCursor));
700 banHeading->setAlignment(Qt::AlignBottom|Qt::AlignLeading|Qt::AlignLeft);
702 banHeading->setTextInteractionFlags(Qt::NoTextInteraction);
707 banlistWidget->setObjectName(QString::fromUtf8(
"banlistWidget"));
711 banlistWidget->horizontalHeader()->setHighlightSections(
false);
718 QSizePolicy sizePolicy4(QSizePolicy::Minimum, QSizePolicy::Preferred);
719 sizePolicy4.setHorizontalStretch(0);
720 sizePolicy4.setVerticalStretch(0);
730 peerHeading->setObjectName(QString::fromUtf8(
"peerHeading"));
731 sizePolicy.setHeightForWidth(
peerHeading->sizePolicy().hasHeightForWidth());
735 font2.setPointSize(10);
738 peerHeading->setAlignment(Qt::AlignHCenter|Qt::AlignTop);
740 peerHeading->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);
756 icon4.addFile(QString::fromUtf8(
":/icons/remove"), QSize(), QIcon::Normal, QIcon::Off);
766 scrollArea->setObjectName(QString::fromUtf8(
"scrollArea"));
769 detailWidget->setObjectName(QString::fromUtf8(
"detailWidget"));
772 gridLayout_2->setObjectName(QString::fromUtf8(
"gridLayout_2"));
774 label_30->setObjectName(QString::fromUtf8(
"label_30"));
782 peerPermissions->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);
795 peerConnectionType->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);
808 peerTransportType->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);
818 peerSessionId->setObjectName(QString::fromUtf8(
"peerSessionId"));
821 peerSessionId->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);
831 peerNetwork->setObjectName(QString::fromUtf8(
"peerNetwork"));
834 peerNetwork->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);
839 label_21->setObjectName(QString::fromUtf8(
"label_21"));
844 peerVersion->setObjectName(QString::fromUtf8(
"peerVersion"));
847 peerVersion->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);
852 label_28->setObjectName(QString::fromUtf8(
"label_28"));
857 peerSubversion->setObjectName(QString::fromUtf8(
"peerSubversion"));
860 peerSubversion->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);
865 label_4->setObjectName(QString::fromUtf8(
"label_4"));
870 peerServices->setObjectName(QString::fromUtf8(
"peerServices"));
874 peerServices->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);
884 peerRelayTxes->setObjectName(QString::fromUtf8(
"peerRelayTxes"));
887 peerRelayTxes->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);
900 peerHighBandwidth->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);
905 label_29->setObjectName(QString::fromUtf8(
"label_29"));
910 peerHeight->setObjectName(QString::fromUtf8(
"peerHeight"));
911 peerHeight->setCursor(QCursor(Qt::IBeamCursor));
913 peerHeight->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);
918 label_27->setObjectName(QString::fromUtf8(
"label_27"));
923 peerSyncHeight->setObjectName(QString::fromUtf8(
"peerSyncHeight"));
926 peerSyncHeight->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);
931 label_25->setObjectName(QString::fromUtf8(
"label_25"));
939 peerCommonHeight->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);
944 label_22->setObjectName(QString::fromUtf8(
"label_22"));
949 peerConnTime->setObjectName(QString::fromUtf8(
"peerConnTime"));
952 peerConnTime->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);
962 peerLastBlock->setObjectName(QString::fromUtf8(
"peerLastBlock"));
965 peerLastBlock->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);
975 peerLastTx->setObjectName(QString::fromUtf8(
"peerLastTx"));
976 peerLastTx->setCursor(QCursor(Qt::IBeamCursor));
978 peerLastTx->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);
983 label_15->setObjectName(QString::fromUtf8(
"label_15"));
988 peerLastSend->setObjectName(QString::fromUtf8(
"peerLastSend"));
991 peerLastSend->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);
996 label_19->setObjectName(QString::fromUtf8(
"label_19"));
1001 peerLastRecv->setObjectName(QString::fromUtf8(
"peerLastRecv"));
1004 peerLastRecv->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);
1009 label_18->setObjectName(QString::fromUtf8(
"label_18"));
1014 peerBytesSent->setObjectName(QString::fromUtf8(
"peerBytesSent"));
1017 peerBytesSent->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);
1022 label_20->setObjectName(QString::fromUtf8(
"label_20"));
1027 peerBytesRecv->setObjectName(QString::fromUtf8(
"peerBytesRecv"));
1030 peerBytesRecv->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);
1035 label_26->setObjectName(QString::fromUtf8(
"label_26"));
1040 peerPingTime->setObjectName(QString::fromUtf8(
"peerPingTime"));
1043 peerPingTime->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);
1053 peerPingWait->setObjectName(QString::fromUtf8(
"peerPingWait"));
1056 peerPingWait->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);
1066 peerMinPing->setObjectName(QString::fromUtf8(
"peerMinPing"));
1069 peerMinPing->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);
1079 timeoffset->setObjectName(QString::fromUtf8(
"timeoffset"));
1080 timeoffset->setCursor(QCursor(Qt::IBeamCursor));
1082 timeoffset->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);
1092 peerMappedAS->setObjectName(QString::fromUtf8(
"peerMappedAS"));
1095 peerMappedAS->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);
1108 peerAddrRelayEnabled->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);
1121 peerAddrProcessed->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);
1134 peerAddrRateLimited->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);
1138 verticalSpacer_3 =
new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
1166 RPCConsole->setWindowTitle(QCoreApplication::translate(
"RPCConsole",
"Node window",
nullptr));
1167 label_9->setText(QCoreApplication::translate(
"RPCConsole",
"General",
nullptr));
1168 label_6->setText(QCoreApplication::translate(
"RPCConsole",
"Client version",
nullptr));
1169 clientVersion->setText(QCoreApplication::translate(
"RPCConsole",
"N/A",
nullptr));
1170 labelClientUserAgent->setText(QCoreApplication::translate(
"RPCConsole",
"User Agent",
nullptr));
1171 clientUserAgent->setText(QCoreApplication::translate(
"RPCConsole",
"N/A",
nullptr));
1172 label_12->setText(QCoreApplication::translate(
"RPCConsole",
"Datadir",
nullptr));
1173 #if QT_CONFIG(tooltip) 1174 dataDir->setToolTip(QCoreApplication::translate(
"RPCConsole",
"To specify a non-default location of the data directory use the '%1' option.",
nullptr));
1175 #endif // QT_CONFIG(tooltip) 1176 dataDir->setText(QCoreApplication::translate(
"RPCConsole",
"N/A",
nullptr));
1177 label_11->setText(QCoreApplication::translate(
"RPCConsole",
"Blocksdir",
nullptr));
1178 #if QT_CONFIG(tooltip) 1179 blocksDir->setToolTip(QCoreApplication::translate(
"RPCConsole",
"To specify a non-default location of the blocks directory use the '%1' option.",
nullptr));
1180 #endif // QT_CONFIG(tooltip) 1181 blocksDir->setText(QCoreApplication::translate(
"RPCConsole",
"N/A",
nullptr));
1182 label_13->setText(QCoreApplication::translate(
"RPCConsole",
"Startup time",
nullptr));
1183 startupTime->setText(QCoreApplication::translate(
"RPCConsole",
"N/A",
nullptr));
1184 labelNetwork->setText(QCoreApplication::translate(
"RPCConsole",
"Network",
nullptr));
1185 label_8->setText(QCoreApplication::translate(
"RPCConsole",
"Name",
nullptr));
1186 networkName->setText(QCoreApplication::translate(
"RPCConsole",
"N/A",
nullptr));
1187 label_7->setText(QCoreApplication::translate(
"RPCConsole",
"Number of connections",
nullptr));
1189 label_14->setText(QCoreApplication::translate(
"RPCConsole",
"Local Addresses",
nullptr));
1190 #if QT_CONFIG(tooltip) 1191 localAddresses->setToolTip(QCoreApplication::translate(
"RPCConsole",
"Network addresses that your Bitcoin node is currently using to communicate with other nodes.",
nullptr));
1192 #endif // QT_CONFIG(tooltip) 1193 label_10->setText(QCoreApplication::translate(
"RPCConsole",
"Block chain",
nullptr));
1194 label_3->setText(QCoreApplication::translate(
"RPCConsole",
"Current block height",
nullptr));
1195 numberOfBlocks->setText(QCoreApplication::translate(
"RPCConsole",
"N/A",
nullptr));
1196 labelLastBlockTime->setText(QCoreApplication::translate(
"RPCConsole",
"Last block time",
nullptr));
1197 lastBlockTime->setText(QCoreApplication::translate(
"RPCConsole",
"N/A",
nullptr));
1198 labelMempoolTitle->setText(QCoreApplication::translate(
"RPCConsole",
"Memory Pool",
nullptr));
1199 labelNumberOfTransactions->setText(QCoreApplication::translate(
"RPCConsole",
"Current number of transactions",
nullptr));
1200 mempoolNumberTxs->setText(QCoreApplication::translate(
"RPCConsole",
"N/A",
nullptr));
1201 labelMemoryUsage->setText(QCoreApplication::translate(
"RPCConsole",
"Memory usage",
nullptr));
1202 mempoolSize->setText(QCoreApplication::translate(
"RPCConsole",
"N/A",
nullptr));
1203 labelDebugLogfile->setText(QCoreApplication::translate(
"RPCConsole",
"Debug log file",
nullptr));
1204 #if QT_CONFIG(tooltip) 1205 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));
1206 #endif // QT_CONFIG(tooltip) 1209 WalletSelectorLabel->setText(QCoreApplication::translate(
"RPCConsole",
"Wallet: ",
nullptr));
1210 WalletSelector->setItemText(0, QCoreApplication::translate(
"RPCConsole",
"(none)",
nullptr));
1212 #if QT_CONFIG(tooltip) 1213 fontSmallerButton->setToolTip(QCoreApplication::translate(
"RPCConsole",
"Decrease font size",
nullptr));
1214 #endif // QT_CONFIG(tooltip) 1216 #if QT_CONFIG(tooltip) 1217 fontBiggerButton->setToolTip(QCoreApplication::translate(
"RPCConsole",
"Increase font size",
nullptr));
1218 #endif // QT_CONFIG(tooltip) 1220 #if QT_CONFIG(tooltip) 1221 clearButton->setToolTip(QCoreApplication::translate(
"RPCConsole",
"Clear console",
nullptr));
1222 #endif // QT_CONFIG(tooltip) 1225 lineEdit->setPlaceholderText(QString());
1228 groupBox->setTitle(QCoreApplication::translate(
"RPCConsole",
"Totals",
nullptr));
1229 label_16->setText(QCoreApplication::translate(
"RPCConsole",
"Received",
nullptr));
1230 label_17->setText(QCoreApplication::translate(
"RPCConsole",
"Sent",
nullptr));
1232 banHeading->setText(QCoreApplication::translate(
"RPCConsole",
"Banned peers",
nullptr));
1233 peerHeading->setText(QCoreApplication::translate(
"RPCConsole",
"Select a peer to view detailed information.",
nullptr));
1234 #if QT_CONFIG(tooltip) 1235 hidePeersDetailButton->setToolTip(QCoreApplication::translate(
"RPCConsole",
"Hide Peers Detail",
nullptr));
1236 #endif // QT_CONFIG(tooltip) 1238 #if QT_CONFIG(shortcut) 1240 #endif // QT_CONFIG(shortcut) 1241 label_30->setText(QCoreApplication::translate(
"RPCConsole",
"Permissions",
nullptr));
1242 peerPermissions->setText(QCoreApplication::translate(
"RPCConsole",
"N/A",
nullptr));
1243 #if QT_CONFIG(tooltip) 1244 peerConnectionTypeLabel->setToolTip(QCoreApplication::translate(
"RPCConsole",
"The direction and type of peer connection: %1",
nullptr));
1245 #endif // QT_CONFIG(tooltip) 1247 peerConnectionType->setText(QCoreApplication::translate(
"RPCConsole",
"N/A",
nullptr));
1248 #if QT_CONFIG(tooltip) 1249 peerTransportTypeLabel->setToolTip(QCoreApplication::translate(
"RPCConsole",
"The transport layer version: %1",
nullptr));
1250 #endif // QT_CONFIG(tooltip) 1252 peerTransportType->setText(QCoreApplication::translate(
"RPCConsole",
"N/A",
nullptr));
1253 #if QT_CONFIG(tooltip) 1254 peerSessionIdLabel->setToolTip(QCoreApplication::translate(
"RPCConsole",
"The BIP324 session ID string in hex.",
nullptr));
1255 #endif // QT_CONFIG(tooltip) 1256 peerSessionIdLabel->setText(QCoreApplication::translate(
"RPCConsole",
"Session ID",
nullptr));
1257 peerSessionId->setText(QCoreApplication::translate(
"RPCConsole",
"N/A",
nullptr));
1258 #if QT_CONFIG(tooltip) 1259 peerNetworkLabel->setToolTip(QCoreApplication::translate(
"RPCConsole",
"The network protocol this peer is connected through: IPv4, IPv6, Onion, I2P, or CJDNS.",
nullptr));
1260 #endif // QT_CONFIG(tooltip) 1261 peerNetworkLabel->setText(QCoreApplication::translate(
"RPCConsole",
"Network",
nullptr));
1262 peerNetwork->setText(QCoreApplication::translate(
"RPCConsole",
"N/A",
nullptr));
1263 label_21->setText(QCoreApplication::translate(
"RPCConsole",
"Version",
nullptr));
1264 peerVersion->setText(QCoreApplication::translate(
"RPCConsole",
"N/A",
nullptr));
1265 label_28->setText(QCoreApplication::translate(
"RPCConsole",
"User Agent",
nullptr));
1266 peerSubversion->setText(QCoreApplication::translate(
"RPCConsole",
"N/A",
nullptr));
1267 label_4->setText(QCoreApplication::translate(
"RPCConsole",
"Services",
nullptr));
1268 peerServices->setText(QCoreApplication::translate(
"RPCConsole",
"N/A",
nullptr));
1269 #if QT_CONFIG(tooltip) 1270 peerRelayTxesLabel->setToolTip(QCoreApplication::translate(
"RPCConsole",
"Whether we relay transactions to this peer.",
nullptr));
1271 #endif // QT_CONFIG(tooltip) 1272 peerRelayTxesLabel->setText(QCoreApplication::translate(
"RPCConsole",
"Transaction Relay",
nullptr));
1273 peerRelayTxes->setText(QCoreApplication::translate(
"RPCConsole",
"N/A",
nullptr));
1274 #if QT_CONFIG(tooltip) 1275 peerHighBandwidthLabel->setToolTip(QCoreApplication::translate(
"RPCConsole",
"High bandwidth BIP152 compact block relay: %1",
nullptr));
1276 #endif // QT_CONFIG(tooltip) 1278 peerHighBandwidth->setText(QCoreApplication::translate(
"RPCConsole",
"N/A",
nullptr));
1279 label_29->setText(QCoreApplication::translate(
"RPCConsole",
"Starting Block",
nullptr));
1280 peerHeight->setText(QCoreApplication::translate(
"RPCConsole",
"N/A",
nullptr));
1281 label_27->setText(QCoreApplication::translate(
"RPCConsole",
"Synced Headers",
nullptr));
1282 peerSyncHeight->setText(QCoreApplication::translate(
"RPCConsole",
"N/A",
nullptr));
1283 label_25->setText(QCoreApplication::translate(
"RPCConsole",
"Synced Blocks",
nullptr));
1284 peerCommonHeight->setText(QCoreApplication::translate(
"RPCConsole",
"N/A",
nullptr));
1285 label_22->setText(QCoreApplication::translate(
"RPCConsole",
"Connection Time",
nullptr));
1286 peerConnTime->setText(QCoreApplication::translate(
"RPCConsole",
"N/A",
nullptr));
1287 #if QT_CONFIG(tooltip) 1288 peerLastBlockLabel->setToolTip(QCoreApplication::translate(
"RPCConsole",
"Elapsed time since a novel block passing initial validity checks was received from this peer.",
nullptr));
1289 #endif // QT_CONFIG(tooltip) 1290 peerLastBlockLabel->setText(QCoreApplication::translate(
"RPCConsole",
"Last Block",
nullptr));
1291 peerLastBlock->setText(QCoreApplication::translate(
"RPCConsole",
"N/A",
nullptr));
1292 #if QT_CONFIG(tooltip) 1293 peerLastTxLabel->setToolTip(QCoreApplication::translate(
"RPCConsole",
"Elapsed time since a novel transaction accepted into our mempool was received from this peer.",
nullptr));
1294 #endif // QT_CONFIG(tooltip) 1295 peerLastTxLabel->setText(QCoreApplication::translate(
"RPCConsole",
"Last Transaction",
nullptr));
1296 peerLastTx->setText(QCoreApplication::translate(
"RPCConsole",
"N/A",
nullptr));
1297 label_15->setText(QCoreApplication::translate(
"RPCConsole",
"Last Send",
nullptr));
1298 peerLastSend->setText(QCoreApplication::translate(
"RPCConsole",
"N/A",
nullptr));
1299 label_19->setText(QCoreApplication::translate(
"RPCConsole",
"Last Receive",
nullptr));
1300 peerLastRecv->setText(QCoreApplication::translate(
"RPCConsole",
"N/A",
nullptr));
1301 label_18->setText(QCoreApplication::translate(
"RPCConsole",
"Sent",
nullptr));
1302 peerBytesSent->setText(QCoreApplication::translate(
"RPCConsole",
"N/A",
nullptr));
1303 label_20->setText(QCoreApplication::translate(
"RPCConsole",
"Received",
nullptr));
1304 peerBytesRecv->setText(QCoreApplication::translate(
"RPCConsole",
"N/A",
nullptr));
1305 label_26->setText(QCoreApplication::translate(
"RPCConsole",
"Ping Time",
nullptr));
1306 peerPingTime->setText(QCoreApplication::translate(
"RPCConsole",
"N/A",
nullptr));
1307 #if QT_CONFIG(tooltip) 1308 peerPingWaitLabel->setToolTip(QCoreApplication::translate(
"RPCConsole",
"The duration of a currently outstanding ping.",
nullptr));
1309 #endif // QT_CONFIG(tooltip) 1310 peerPingWaitLabel->setText(QCoreApplication::translate(
"RPCConsole",
"Ping Wait",
nullptr));
1311 peerPingWait->setText(QCoreApplication::translate(
"RPCConsole",
"N/A",
nullptr));
1312 peerMinPingLabel->setText(QCoreApplication::translate(
"RPCConsole",
"Min Ping",
nullptr));
1313 peerMinPing->setText(QCoreApplication::translate(
"RPCConsole",
"N/A",
nullptr));
1314 label_timeoffset->setText(QCoreApplication::translate(
"RPCConsole",
"Time Offset",
nullptr));
1315 timeoffset->setText(QCoreApplication::translate(
"RPCConsole",
"N/A",
nullptr));
1316 #if QT_CONFIG(tooltip) 1317 peerMappedASLabel->setToolTip(QCoreApplication::translate(
"RPCConsole",
"The mapped Autonomous System used for diversifying peer selection.",
nullptr));
1318 #endif // QT_CONFIG(tooltip) 1319 peerMappedASLabel->setText(QCoreApplication::translate(
"RPCConsole",
"Mapped AS",
nullptr));
1320 peerMappedAS->setText(QCoreApplication::translate(
"RPCConsole",
"N/A",
nullptr));
1321 #if QT_CONFIG(tooltip) 1322 peerAddrRelayEnabledLabel->setToolTip(QCoreApplication::translate(
"RPCConsole",
"Whether we relay addresses to this peer.",
nullptr));
1323 #endif // QT_CONFIG(tooltip) 1326 #if QT_CONFIG(tooltip) 1327 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));
1328 #endif // QT_CONFIG(tooltip) 1329 peerAddrProcessedLabel->setText(QCoreApplication::translate(
"RPCConsole",
"Addresses Processed",
nullptr));
1330 peerAddrProcessed->setText(QCoreApplication::translate(
"RPCConsole",
"N/A",
nullptr));
1331 #if QT_CONFIG(tooltip) 1332 peerAddrRateLimitedLabel->setToolTip(QCoreApplication::translate(
"RPCConsole",
"The total number of addresses received from this peer that were dropped (not processed) due to rate-limiting.",
nullptr));
1333 #endif // QT_CONFIG(tooltip) 1347 #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
QToolButton * hidePeersDetailButton
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
QWidget * hidePeersDetail
QLabel * peerTransportType
QVBoxLayout * verticalLayout_8
QVBoxLayout * verticalLayout_3
QToolButton * fontBiggerButton
QLabel * labelDebugLogfile
QLabel * peerMappedASLabel
TrafficGraphWidget * trafficGraph
QHBoxLayout * horizontalLayout_8
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