Line data Source code
1 : /********************************************************************************
2 : ** Form generated from reading UI file 'debugwindow.ui'
3 : **
4 : ** Created by: Qt User Interface Compiler version 4.8.6
5 : **
6 : ** WARNING! All changes made in this file will be lost when recompiling UI file!
7 : ********************************************************************************/
8 :
9 : #ifndef UI_DEBUGWINDOW_H
10 : #define UI_DEBUGWINDOW_H
11 :
12 : #include <QtCore/QVariant>
13 : #include <QtGui/QAction>
14 : #include <QtGui/QApplication>
15 : #include <QtGui/QButtonGroup>
16 : #include <QtGui/QFrame>
17 : #include <QtGui/QGridLayout>
18 : #include <QtGui/QGroupBox>
19 : #include <QtGui/QHBoxLayout>
20 : #include <QtGui/QHeaderView>
21 : #include <QtGui/QLabel>
22 : #include <QtGui/QLineEdit>
23 : #include <QtGui/QPushButton>
24 : #include <QtGui/QSlider>
25 : #include <QtGui/QSpacerItem>
26 : #include <QtGui/QTabWidget>
27 : #include <QtGui/QTableView>
28 : #include <QtGui/QTextEdit>
29 : #include <QtGui/QVBoxLayout>
30 : #include <QtGui/QWidget>
31 : #include "trafficgraphwidget.h"
32 :
33 : QT_BEGIN_NAMESPACE
34 :
35 : class Ui_RPCConsole
36 : {
37 : public:
38 : QVBoxLayout *verticalLayout_2;
39 : QTabWidget *tabWidget;
40 : QWidget *tab_info;
41 : QGridLayout *gridLayout;
42 : QLabel *label_9;
43 : QLabel *label_5;
44 : QLabel *clientName;
45 : QLabel *label_6;
46 : QLabel *clientVersion;
47 : QLabel *labelClientUserAgent;
48 : QLabel *clientUserAgent;
49 : QLabel *label_14;
50 : QLabel *openSSLVersion;
51 : QLabel *label_berkeleyDBVersion;
52 : QLabel *berkeleyDBVersion;
53 : QLabel *label_12;
54 : QLabel *buildDate;
55 : QLabel *label_13;
56 : QLabel *startupTime;
57 : QLabel *label_11;
58 : QLabel *label_8;
59 : QLabel *networkName;
60 : QLabel *label_7;
61 : QLabel *numberOfConnections;
62 : QLabel *label_10;
63 : QLabel *label_3;
64 : QLabel *numberOfBlocks;
65 : QLabel *label_2;
66 : QLabel *lastBlockTime;
67 : QSpacerItem *verticalSpacer_2;
68 : QLabel *labelDebugLogfile;
69 : QPushButton *openDebugLogfileButton;
70 : QSpacerItem *verticalSpacer;
71 : QWidget *tab_console;
72 : QVBoxLayout *verticalLayout_3;
73 : QTextEdit *messagesWidget;
74 : QHBoxLayout *horizontalLayout;
75 : QLabel *label;
76 : QLineEdit *lineEdit;
77 : QPushButton *clearButton;
78 : QWidget *tab_nettraffic;
79 : QHBoxLayout *horizontalLayout_3;
80 : QVBoxLayout *verticalLayout_4;
81 : TrafficGraphWidget *trafficGraph;
82 : QHBoxLayout *horizontalLayout_2;
83 : QSlider *sldGraphRange;
84 : QLabel *lblGraphRange;
85 : QPushButton *btnClearTrafficGraph;
86 : QVBoxLayout *verticalLayout;
87 : QGroupBox *groupBox;
88 : QVBoxLayout *verticalLayout_5;
89 : QHBoxLayout *horizontalLayout_4;
90 : QFrame *line;
91 : QLabel *label_16;
92 : QLabel *lblBytesIn;
93 : QHBoxLayout *horizontalLayout_5;
94 : QFrame *line_2;
95 : QLabel *label_17;
96 : QLabel *lblBytesOut;
97 : QSpacerItem *verticalSpacer_4;
98 : QWidget *tab_peers;
99 : QGridLayout *gridLayout_2;
100 : QVBoxLayout *verticalLayout_101;
101 : QTableView *peerWidget;
102 : QLabel *banHeading;
103 : QTableView *banlistWidget;
104 : QLabel *peerHeading;
105 : QWidget *detailWidget;
106 : QGridLayout *gridLayout_3;
107 : QLabel *label_30;
108 : QLabel *peerWhitelisted;
109 : QLabel *label_23;
110 : QLabel *peerDirection;
111 : QLabel *label_21;
112 : QLabel *peerVersion;
113 : QLabel *label_28;
114 : QLabel *peerSubversion;
115 : QLabel *label_4;
116 : QLabel *peerServices;
117 : QLabel *label_29;
118 : QLabel *peerHeight;
119 : QLabel *label_27;
120 : QLabel *peerSyncHeight;
121 : QLabel *label_25;
122 : QLabel *peerCommonHeight;
123 : QLabel *label_24;
124 : QLabel *peerBanScore;
125 : QLabel *label_22;
126 : QLabel *peerConnTime;
127 : QLabel *label_15;
128 : QLabel *peerLastSend;
129 : QLabel *label_19;
130 : QLabel *peerLastRecv;
131 : QLabel *label_18;
132 : QLabel *peerBytesSent;
133 : QLabel *label_20;
134 : QLabel *peerBytesRecv;
135 : QLabel *label_26;
136 : QLabel *peerPingTime;
137 : QLabel *peerPingWaitLabel;
138 : QLabel *peerPingWait;
139 : QLabel *label_timeoffset;
140 : QLabel *timeoffset;
141 : QSpacerItem *verticalSpacer_3;
142 :
143 0 : void setupUi(QWidget *RPCConsole)
144 : {
145 0 : if (RPCConsole->objectName().isEmpty())
146 0 : RPCConsole->setObjectName(QString::fromUtf8("RPCConsole"));
147 : RPCConsole->resize(740, 450);
148 0 : verticalLayout_2 = new QVBoxLayout(RPCConsole);
149 0 : verticalLayout_2->setObjectName(QString::fromUtf8("verticalLayout_2"));
150 0 : tabWidget = new QTabWidget(RPCConsole);
151 0 : tabWidget->setObjectName(QString::fromUtf8("tabWidget"));
152 0 : tab_info = new QWidget();
153 0 : tab_info->setObjectName(QString::fromUtf8("tab_info"));
154 0 : gridLayout = new QGridLayout(tab_info);
155 0 : gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
156 0 : gridLayout->setHorizontalSpacing(12);
157 0 : label_9 = new QLabel(tab_info);
158 0 : label_9->setObjectName(QString::fromUtf8("label_9"));
159 0 : QFont font;
160 : font.setBold(true);
161 0 : font.setWeight(75);
162 0 : label_9->setFont(font);
163 :
164 0 : gridLayout->addWidget(label_9, 0, 0, 1, 1);
165 :
166 0 : label_5 = new QLabel(tab_info);
167 0 : label_5->setObjectName(QString::fromUtf8("label_5"));
168 :
169 0 : gridLayout->addWidget(label_5, 1, 0, 1, 1);
170 :
171 0 : clientName = new QLabel(tab_info);
172 0 : clientName->setObjectName(QString::fromUtf8("clientName"));
173 0 : clientName->setCursor(QCursor(Qt::IBeamCursor));
174 0 : clientName->setTextFormat(Qt::PlainText);
175 0 : clientName->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);
176 :
177 0 : gridLayout->addWidget(clientName, 1, 1, 1, 1);
178 :
179 0 : label_6 = new QLabel(tab_info);
180 0 : label_6->setObjectName(QString::fromUtf8("label_6"));
181 :
182 0 : gridLayout->addWidget(label_6, 2, 0, 1, 1);
183 :
184 0 : clientVersion = new QLabel(tab_info);
185 0 : clientVersion->setObjectName(QString::fromUtf8("clientVersion"));
186 0 : clientVersion->setCursor(QCursor(Qt::IBeamCursor));
187 0 : clientVersion->setTextFormat(Qt::PlainText);
188 0 : clientVersion->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);
189 :
190 0 : gridLayout->addWidget(clientVersion, 2, 1, 1, 1);
191 :
192 0 : labelClientUserAgent = new QLabel(tab_info);
193 0 : labelClientUserAgent->setObjectName(QString::fromUtf8("labelClientUserAgent"));
194 0 : labelClientUserAgent->setIndent(10);
195 :
196 0 : gridLayout->addWidget(labelClientUserAgent, 3, 0, 1, 1);
197 :
198 0 : clientUserAgent = new QLabel(tab_info);
199 0 : clientUserAgent->setObjectName(QString::fromUtf8("clientUserAgent"));
200 0 : clientUserAgent->setCursor(QCursor(Qt::IBeamCursor));
201 0 : clientUserAgent->setTextFormat(Qt::PlainText);
202 0 : clientUserAgent->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);
203 :
204 0 : gridLayout->addWidget(clientUserAgent, 3, 1, 1, 1);
205 :
206 0 : label_14 = new QLabel(tab_info);
207 0 : label_14->setObjectName(QString::fromUtf8("label_14"));
208 0 : label_14->setIndent(10);
209 :
210 0 : gridLayout->addWidget(label_14, 4, 0, 1, 1);
211 :
212 0 : openSSLVersion = new QLabel(tab_info);
213 0 : openSSLVersion->setObjectName(QString::fromUtf8("openSSLVersion"));
214 0 : openSSLVersion->setCursor(QCursor(Qt::IBeamCursor));
215 0 : openSSLVersion->setTextFormat(Qt::PlainText);
216 0 : openSSLVersion->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);
217 :
218 0 : gridLayout->addWidget(openSSLVersion, 4, 1, 1, 1);
219 :
220 0 : label_berkeleyDBVersion = new QLabel(tab_info);
221 0 : label_berkeleyDBVersion->setObjectName(QString::fromUtf8("label_berkeleyDBVersion"));
222 0 : label_berkeleyDBVersion->setIndent(10);
223 :
224 0 : gridLayout->addWidget(label_berkeleyDBVersion, 5, 0, 1, 1);
225 :
226 0 : berkeleyDBVersion = new QLabel(tab_info);
227 0 : berkeleyDBVersion->setObjectName(QString::fromUtf8("berkeleyDBVersion"));
228 0 : berkeleyDBVersion->setCursor(QCursor(Qt::IBeamCursor));
229 0 : berkeleyDBVersion->setTextFormat(Qt::PlainText);
230 0 : berkeleyDBVersion->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);
231 :
232 0 : gridLayout->addWidget(berkeleyDBVersion, 5, 1, 1, 1);
233 :
234 0 : label_12 = new QLabel(tab_info);
235 0 : label_12->setObjectName(QString::fromUtf8("label_12"));
236 :
237 0 : gridLayout->addWidget(label_12, 6, 0, 1, 1);
238 :
239 0 : buildDate = new QLabel(tab_info);
240 0 : buildDate->setObjectName(QString::fromUtf8("buildDate"));
241 0 : buildDate->setCursor(QCursor(Qt::IBeamCursor));
242 0 : buildDate->setTextFormat(Qt::PlainText);
243 0 : buildDate->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);
244 :
245 0 : gridLayout->addWidget(buildDate, 6, 1, 1, 1);
246 :
247 0 : label_13 = new QLabel(tab_info);
248 0 : label_13->setObjectName(QString::fromUtf8("label_13"));
249 :
250 0 : gridLayout->addWidget(label_13, 7, 0, 1, 1);
251 :
252 0 : startupTime = new QLabel(tab_info);
253 0 : startupTime->setObjectName(QString::fromUtf8("startupTime"));
254 0 : startupTime->setCursor(QCursor(Qt::IBeamCursor));
255 0 : startupTime->setTextFormat(Qt::PlainText);
256 0 : startupTime->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);
257 :
258 0 : gridLayout->addWidget(startupTime, 7, 1, 1, 1);
259 :
260 0 : label_11 = new QLabel(tab_info);
261 0 : label_11->setObjectName(QString::fromUtf8("label_11"));
262 0 : label_11->setFont(font);
263 :
264 0 : gridLayout->addWidget(label_11, 8, 0, 1, 1);
265 :
266 0 : label_8 = new QLabel(tab_info);
267 0 : label_8->setObjectName(QString::fromUtf8("label_8"));
268 :
269 0 : gridLayout->addWidget(label_8, 9, 0, 1, 1);
270 :
271 0 : networkName = new QLabel(tab_info);
272 0 : networkName->setObjectName(QString::fromUtf8("networkName"));
273 0 : networkName->setCursor(QCursor(Qt::IBeamCursor));
274 0 : networkName->setTextFormat(Qt::PlainText);
275 0 : networkName->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);
276 :
277 0 : gridLayout->addWidget(networkName, 9, 1, 1, 1);
278 :
279 0 : label_7 = new QLabel(tab_info);
280 0 : label_7->setObjectName(QString::fromUtf8("label_7"));
281 :
282 0 : gridLayout->addWidget(label_7, 10, 0, 1, 1);
283 :
284 0 : numberOfConnections = new QLabel(tab_info);
285 0 : numberOfConnections->setObjectName(QString::fromUtf8("numberOfConnections"));
286 0 : numberOfConnections->setCursor(QCursor(Qt::IBeamCursor));
287 0 : numberOfConnections->setTextFormat(Qt::PlainText);
288 0 : numberOfConnections->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);
289 :
290 0 : gridLayout->addWidget(numberOfConnections, 10, 1, 1, 1);
291 :
292 0 : label_10 = new QLabel(tab_info);
293 0 : label_10->setObjectName(QString::fromUtf8("label_10"));
294 0 : label_10->setFont(font);
295 :
296 0 : gridLayout->addWidget(label_10, 11, 0, 1, 1);
297 :
298 0 : label_3 = new QLabel(tab_info);
299 0 : label_3->setObjectName(QString::fromUtf8("label_3"));
300 :
301 0 : gridLayout->addWidget(label_3, 12, 0, 1, 1);
302 :
303 0 : numberOfBlocks = new QLabel(tab_info);
304 0 : numberOfBlocks->setObjectName(QString::fromUtf8("numberOfBlocks"));
305 0 : numberOfBlocks->setCursor(QCursor(Qt::IBeamCursor));
306 0 : numberOfBlocks->setTextFormat(Qt::PlainText);
307 0 : numberOfBlocks->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);
308 :
309 0 : gridLayout->addWidget(numberOfBlocks, 12, 1, 1, 1);
310 :
311 0 : label_2 = new QLabel(tab_info);
312 0 : label_2->setObjectName(QString::fromUtf8("label_2"));
313 :
314 0 : gridLayout->addWidget(label_2, 13, 0, 1, 1);
315 :
316 0 : lastBlockTime = new QLabel(tab_info);
317 0 : lastBlockTime->setObjectName(QString::fromUtf8("lastBlockTime"));
318 0 : lastBlockTime->setCursor(QCursor(Qt::IBeamCursor));
319 0 : lastBlockTime->setTextFormat(Qt::PlainText);
320 0 : lastBlockTime->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);
321 :
322 0 : gridLayout->addWidget(lastBlockTime, 13, 1, 1, 1);
323 :
324 0 : verticalSpacer_2 = new QSpacerItem(20, 20, QSizePolicy::Minimum, QSizePolicy::Expanding);
325 :
326 0 : gridLayout->addItem(verticalSpacer_2, 14, 0, 1, 1);
327 :
328 0 : labelDebugLogfile = new QLabel(tab_info);
329 0 : labelDebugLogfile->setObjectName(QString::fromUtf8("labelDebugLogfile"));
330 0 : labelDebugLogfile->setFont(font);
331 :
332 0 : gridLayout->addWidget(labelDebugLogfile, 15, 0, 1, 1);
333 :
334 0 : openDebugLogfileButton = new QPushButton(tab_info);
335 0 : openDebugLogfileButton->setObjectName(QString::fromUtf8("openDebugLogfileButton"));
336 0 : openDebugLogfileButton->setAutoDefault(false);
337 :
338 0 : gridLayout->addWidget(openDebugLogfileButton, 16, 0, 1, 1);
339 :
340 0 : verticalSpacer = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
341 :
342 0 : gridLayout->addItem(verticalSpacer, 17, 0, 1, 1);
343 :
344 0 : gridLayout->setColumnStretch(1, 1);
345 0 : tabWidget->addTab(tab_info, QString());
346 0 : tab_console = new QWidget();
347 0 : tab_console->setObjectName(QString::fromUtf8("tab_console"));
348 0 : verticalLayout_3 = new QVBoxLayout(tab_console);
349 0 : verticalLayout_3->setSpacing(3);
350 0 : verticalLayout_3->setObjectName(QString::fromUtf8("verticalLayout_3"));
351 0 : messagesWidget = new QTextEdit(tab_console);
352 0 : messagesWidget->setObjectName(QString::fromUtf8("messagesWidget"));
353 0 : messagesWidget->setMinimumSize(QSize(0, 100));
354 0 : messagesWidget->setReadOnly(true);
355 0 : messagesWidget->setProperty("tabKeyNavigation", QVariant(false));
356 0 : messagesWidget->setProperty("columnCount", QVariant(2));
357 :
358 0 : verticalLayout_3->addWidget(messagesWidget);
359 :
360 0 : horizontalLayout = new QHBoxLayout();
361 0 : horizontalLayout->setSpacing(3);
362 0 : horizontalLayout->setObjectName(QString::fromUtf8("horizontalLayout"));
363 0 : label = new QLabel(tab_console);
364 0 : label->setObjectName(QString::fromUtf8("label"));
365 0 : label->setText(QString::fromUtf8(">"));
366 :
367 0 : horizontalLayout->addWidget(label);
368 :
369 0 : lineEdit = new QLineEdit(tab_console);
370 0 : lineEdit->setObjectName(QString::fromUtf8("lineEdit"));
371 :
372 0 : horizontalLayout->addWidget(lineEdit);
373 :
374 0 : clearButton = new QPushButton(tab_console);
375 0 : clearButton->setObjectName(QString::fromUtf8("clearButton"));
376 0 : clearButton->setMaximumSize(QSize(24, 24));
377 0 : QIcon icon;
378 0 : icon.addFile(QString::fromUtf8(":/icons/remove"), QSize(), QIcon::Normal, QIcon::Off);
379 0 : clearButton->setIcon(icon);
380 0 : clearButton->setShortcut(QString::fromUtf8("Ctrl+L"));
381 0 : clearButton->setAutoDefault(false);
382 :
383 0 : horizontalLayout->addWidget(clearButton);
384 :
385 :
386 0 : verticalLayout_3->addLayout(horizontalLayout);
387 :
388 0 : tabWidget->addTab(tab_console, QString());
389 0 : tab_nettraffic = new QWidget();
390 0 : tab_nettraffic->setObjectName(QString::fromUtf8("tab_nettraffic"));
391 0 : horizontalLayout_3 = new QHBoxLayout(tab_nettraffic);
392 0 : horizontalLayout_3->setObjectName(QString::fromUtf8("horizontalLayout_3"));
393 0 : verticalLayout_4 = new QVBoxLayout();
394 0 : verticalLayout_4->setObjectName(QString::fromUtf8("verticalLayout_4"));
395 0 : trafficGraph = new TrafficGraphWidget(tab_nettraffic);
396 0 : trafficGraph->setObjectName(QString::fromUtf8("trafficGraph"));
397 : QSizePolicy sizePolicy(QSizePolicy::Expanding, QSizePolicy::Expanding);
398 : sizePolicy.setHorizontalStretch(0);
399 : sizePolicy.setVerticalStretch(0);
400 0 : sizePolicy.setHeightForWidth(trafficGraph->sizePolicy().hasHeightForWidth());
401 0 : trafficGraph->setSizePolicy(sizePolicy);
402 :
403 0 : verticalLayout_4->addWidget(trafficGraph);
404 :
405 0 : horizontalLayout_2 = new QHBoxLayout();
406 0 : horizontalLayout_2->setObjectName(QString::fromUtf8("horizontalLayout_2"));
407 0 : sldGraphRange = new QSlider(tab_nettraffic);
408 0 : sldGraphRange->setObjectName(QString::fromUtf8("sldGraphRange"));
409 0 : sldGraphRange->setMinimum(1);
410 0 : sldGraphRange->setMaximum(288);
411 0 : sldGraphRange->setPageStep(12);
412 0 : sldGraphRange->setValue(6);
413 0 : sldGraphRange->setOrientation(Qt::Horizontal);
414 :
415 0 : horizontalLayout_2->addWidget(sldGraphRange);
416 :
417 0 : lblGraphRange = new QLabel(tab_nettraffic);
418 0 : lblGraphRange->setObjectName(QString::fromUtf8("lblGraphRange"));
419 0 : lblGraphRange->setMinimumSize(QSize(100, 0));
420 0 : lblGraphRange->setAlignment(Qt::AlignCenter);
421 :
422 0 : horizontalLayout_2->addWidget(lblGraphRange);
423 :
424 0 : btnClearTrafficGraph = new QPushButton(tab_nettraffic);
425 0 : btnClearTrafficGraph->setObjectName(QString::fromUtf8("btnClearTrafficGraph"));
426 0 : btnClearTrafficGraph->setAutoDefault(false);
427 :
428 0 : horizontalLayout_2->addWidget(btnClearTrafficGraph);
429 :
430 :
431 0 : verticalLayout_4->addLayout(horizontalLayout_2);
432 :
433 :
434 0 : horizontalLayout_3->addLayout(verticalLayout_4);
435 :
436 0 : verticalLayout = new QVBoxLayout();
437 0 : verticalLayout->setObjectName(QString::fromUtf8("verticalLayout"));
438 0 : groupBox = new QGroupBox(tab_nettraffic);
439 0 : groupBox->setObjectName(QString::fromUtf8("groupBox"));
440 0 : verticalLayout_5 = new QVBoxLayout(groupBox);
441 0 : verticalLayout_5->setObjectName(QString::fromUtf8("verticalLayout_5"));
442 0 : horizontalLayout_4 = new QHBoxLayout();
443 0 : horizontalLayout_4->setObjectName(QString::fromUtf8("horizontalLayout_4"));
444 0 : line = new QFrame(groupBox);
445 0 : line->setObjectName(QString::fromUtf8("line"));
446 : QSizePolicy sizePolicy1(QSizePolicy::Fixed, QSizePolicy::Fixed);
447 : sizePolicy1.setHorizontalStretch(0);
448 : sizePolicy1.setVerticalStretch(0);
449 0 : sizePolicy1.setHeightForWidth(line->sizePolicy().hasHeightForWidth());
450 0 : line->setSizePolicy(sizePolicy1);
451 0 : line->setMinimumSize(QSize(10, 0));
452 0 : QPalette palette;
453 0 : QBrush brush(QColor(0, 255, 0, 255));
454 0 : brush.setStyle(Qt::SolidPattern);
455 0 : palette.setBrush(QPalette::Active, QPalette::Light, brush);
456 0 : palette.setBrush(QPalette::Inactive, QPalette::Light, brush);
457 0 : palette.setBrush(QPalette::Disabled, QPalette::Light, brush);
458 0 : line->setPalette(palette);
459 0 : line->setFrameShape(QFrame::HLine);
460 0 : line->setFrameShadow(QFrame::Sunken);
461 :
462 0 : horizontalLayout_4->addWidget(line);
463 :
464 0 : label_16 = new QLabel(groupBox);
465 0 : label_16->setObjectName(QString::fromUtf8("label_16"));
466 :
467 0 : horizontalLayout_4->addWidget(label_16);
468 :
469 0 : lblBytesIn = new QLabel(groupBox);
470 0 : lblBytesIn->setObjectName(QString::fromUtf8("lblBytesIn"));
471 0 : lblBytesIn->setMinimumSize(QSize(50, 0));
472 0 : lblBytesIn->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
473 :
474 0 : horizontalLayout_4->addWidget(lblBytesIn);
475 :
476 :
477 0 : verticalLayout_5->addLayout(horizontalLayout_4);
478 :
479 0 : horizontalLayout_5 = new QHBoxLayout();
480 0 : horizontalLayout_5->setObjectName(QString::fromUtf8("horizontalLayout_5"));
481 0 : line_2 = new QFrame(groupBox);
482 0 : line_2->setObjectName(QString::fromUtf8("line_2"));
483 0 : sizePolicy1.setHeightForWidth(line_2->sizePolicy().hasHeightForWidth());
484 0 : line_2->setSizePolicy(sizePolicy1);
485 0 : line_2->setMinimumSize(QSize(10, 0));
486 0 : QPalette palette1;
487 0 : QBrush brush1(QColor(255, 0, 0, 255));
488 0 : brush1.setStyle(Qt::SolidPattern);
489 0 : palette1.setBrush(QPalette::Active, QPalette::Light, brush1);
490 0 : palette1.setBrush(QPalette::Inactive, QPalette::Light, brush1);
491 0 : palette1.setBrush(QPalette::Disabled, QPalette::Light, brush1);
492 0 : line_2->setPalette(palette1);
493 0 : line_2->setFrameShape(QFrame::HLine);
494 0 : line_2->setFrameShadow(QFrame::Sunken);
495 :
496 0 : horizontalLayout_5->addWidget(line_2);
497 :
498 0 : label_17 = new QLabel(groupBox);
499 0 : label_17->setObjectName(QString::fromUtf8("label_17"));
500 :
501 0 : horizontalLayout_5->addWidget(label_17);
502 :
503 0 : lblBytesOut = new QLabel(groupBox);
504 0 : lblBytesOut->setObjectName(QString::fromUtf8("lblBytesOut"));
505 0 : lblBytesOut->setMinimumSize(QSize(50, 0));
506 0 : lblBytesOut->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
507 :
508 0 : horizontalLayout_5->addWidget(lblBytesOut);
509 :
510 :
511 0 : verticalLayout_5->addLayout(horizontalLayout_5);
512 :
513 0 : verticalSpacer_4 = new QSpacerItem(20, 407, QSizePolicy::Minimum, QSizePolicy::Expanding);
514 :
515 0 : verticalLayout_5->addItem(verticalSpacer_4);
516 :
517 :
518 0 : verticalLayout->addWidget(groupBox);
519 :
520 :
521 0 : horizontalLayout_3->addLayout(verticalLayout);
522 :
523 0 : tabWidget->addTab(tab_nettraffic, QString());
524 0 : tab_peers = new QWidget();
525 0 : tab_peers->setObjectName(QString::fromUtf8("tab_peers"));
526 0 : gridLayout_2 = new QGridLayout(tab_peers);
527 0 : gridLayout_2->setObjectName(QString::fromUtf8("gridLayout_2"));
528 0 : verticalLayout_101 = new QVBoxLayout();
529 0 : verticalLayout_101->setSpacing(0);
530 0 : verticalLayout_101->setObjectName(QString::fromUtf8("verticalLayout_101"));
531 0 : peerWidget = new QTableView(tab_peers);
532 0 : peerWidget->setObjectName(QString::fromUtf8("peerWidget"));
533 0 : peerWidget->setHorizontalScrollBarPolicy(Qt::ScrollBarAsNeeded);
534 0 : peerWidget->setSortingEnabled(true);
535 0 : peerWidget->horizontalHeader()->setHighlightSections(false);
536 :
537 0 : verticalLayout_101->addWidget(peerWidget);
538 :
539 0 : banHeading = new QLabel(tab_peers);
540 0 : banHeading->setObjectName(QString::fromUtf8("banHeading"));
541 : QSizePolicy sizePolicy2(QSizePolicy::Preferred, QSizePolicy::Minimum);
542 : sizePolicy2.setHorizontalStretch(0);
543 : sizePolicy2.setVerticalStretch(0);
544 0 : sizePolicy2.setHeightForWidth(banHeading->sizePolicy().hasHeightForWidth());
545 0 : banHeading->setSizePolicy(sizePolicy2);
546 0 : banHeading->setMinimumSize(QSize(300, 32));
547 0 : banHeading->setMaximumSize(QSize(16777215, 32));
548 0 : QFont font1;
549 0 : font1.setPointSize(12);
550 0 : banHeading->setFont(font1);
551 0 : banHeading->setCursor(QCursor(Qt::IBeamCursor));
552 0 : banHeading->setAlignment(Qt::AlignBottom|Qt::AlignLeading|Qt::AlignLeft);
553 0 : banHeading->setWordWrap(true);
554 0 : banHeading->setTextInteractionFlags(Qt::NoTextInteraction);
555 :
556 0 : verticalLayout_101->addWidget(banHeading);
557 :
558 0 : banlistWidget = new QTableView(tab_peers);
559 0 : banlistWidget->setObjectName(QString::fromUtf8("banlistWidget"));
560 0 : sizePolicy.setHeightForWidth(banlistWidget->sizePolicy().hasHeightForWidth());
561 0 : banlistWidget->setSizePolicy(sizePolicy);
562 0 : banlistWidget->setHorizontalScrollBarPolicy(Qt::ScrollBarAsNeeded);
563 0 : banlistWidget->setSortingEnabled(true);
564 0 : banlistWidget->horizontalHeader()->setHighlightSections(false);
565 :
566 0 : verticalLayout_101->addWidget(banlistWidget);
567 :
568 :
569 0 : gridLayout_2->addLayout(verticalLayout_101, 0, 0, 2, 1);
570 :
571 0 : peerHeading = new QLabel(tab_peers);
572 0 : peerHeading->setObjectName(QString::fromUtf8("peerHeading"));
573 0 : sizePolicy2.setHeightForWidth(peerHeading->sizePolicy().hasHeightForWidth());
574 0 : peerHeading->setSizePolicy(sizePolicy2);
575 0 : peerHeading->setMinimumSize(QSize(300, 32));
576 0 : QFont font2;
577 0 : font2.setPointSize(10);
578 0 : peerHeading->setFont(font2);
579 0 : peerHeading->setCursor(QCursor(Qt::IBeamCursor));
580 0 : peerHeading->setAlignment(Qt::AlignHCenter|Qt::AlignTop);
581 0 : peerHeading->setWordWrap(true);
582 0 : peerHeading->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);
583 :
584 0 : gridLayout_2->addWidget(peerHeading, 0, 1, 1, 1);
585 :
586 0 : detailWidget = new QWidget(tab_peers);
587 0 : detailWidget->setObjectName(QString::fromUtf8("detailWidget"));
588 0 : detailWidget->setMinimumSize(QSize(300, 0));
589 0 : gridLayout_3 = new QGridLayout(detailWidget);
590 0 : gridLayout_3->setObjectName(QString::fromUtf8("gridLayout_3"));
591 0 : label_30 = new QLabel(detailWidget);
592 0 : label_30->setObjectName(QString::fromUtf8("label_30"));
593 :
594 0 : gridLayout_3->addWidget(label_30, 0, 0, 1, 1);
595 :
596 0 : peerWhitelisted = new QLabel(detailWidget);
597 0 : peerWhitelisted->setObjectName(QString::fromUtf8("peerWhitelisted"));
598 0 : peerWhitelisted->setCursor(QCursor(Qt::IBeamCursor));
599 0 : peerWhitelisted->setTextFormat(Qt::PlainText);
600 0 : peerWhitelisted->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);
601 :
602 0 : gridLayout_3->addWidget(peerWhitelisted, 0, 2, 1, 1);
603 :
604 0 : label_23 = new QLabel(detailWidget);
605 0 : label_23->setObjectName(QString::fromUtf8("label_23"));
606 :
607 0 : gridLayout_3->addWidget(label_23, 1, 0, 1, 1);
608 :
609 0 : peerDirection = new QLabel(detailWidget);
610 0 : peerDirection->setObjectName(QString::fromUtf8("peerDirection"));
611 0 : peerDirection->setCursor(QCursor(Qt::IBeamCursor));
612 0 : peerDirection->setTextFormat(Qt::PlainText);
613 0 : peerDirection->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);
614 :
615 0 : gridLayout_3->addWidget(peerDirection, 1, 2, 1, 1);
616 :
617 0 : label_21 = new QLabel(detailWidget);
618 0 : label_21->setObjectName(QString::fromUtf8("label_21"));
619 :
620 0 : gridLayout_3->addWidget(label_21, 2, 0, 1, 1);
621 :
622 0 : peerVersion = new QLabel(detailWidget);
623 0 : peerVersion->setObjectName(QString::fromUtf8("peerVersion"));
624 0 : peerVersion->setCursor(QCursor(Qt::IBeamCursor));
625 0 : peerVersion->setTextFormat(Qt::PlainText);
626 0 : peerVersion->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);
627 :
628 0 : gridLayout_3->addWidget(peerVersion, 2, 2, 1, 1);
629 :
630 0 : label_28 = new QLabel(detailWidget);
631 0 : label_28->setObjectName(QString::fromUtf8("label_28"));
632 :
633 0 : gridLayout_3->addWidget(label_28, 3, 0, 1, 1);
634 :
635 0 : peerSubversion = new QLabel(detailWidget);
636 0 : peerSubversion->setObjectName(QString::fromUtf8("peerSubversion"));
637 0 : peerSubversion->setCursor(QCursor(Qt::IBeamCursor));
638 0 : peerSubversion->setTextFormat(Qt::PlainText);
639 0 : peerSubversion->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);
640 :
641 0 : gridLayout_3->addWidget(peerSubversion, 3, 2, 1, 1);
642 :
643 0 : label_4 = new QLabel(detailWidget);
644 0 : label_4->setObjectName(QString::fromUtf8("label_4"));
645 :
646 0 : gridLayout_3->addWidget(label_4, 4, 0, 1, 1);
647 :
648 0 : peerServices = new QLabel(detailWidget);
649 0 : peerServices->setObjectName(QString::fromUtf8("peerServices"));
650 0 : peerServices->setCursor(QCursor(Qt::IBeamCursor));
651 0 : peerServices->setTextFormat(Qt::PlainText);
652 0 : peerServices->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);
653 :
654 0 : gridLayout_3->addWidget(peerServices, 4, 2, 1, 1);
655 :
656 0 : label_29 = new QLabel(detailWidget);
657 0 : label_29->setObjectName(QString::fromUtf8("label_29"));
658 :
659 0 : gridLayout_3->addWidget(label_29, 5, 0, 1, 1);
660 :
661 0 : peerHeight = new QLabel(detailWidget);
662 0 : peerHeight->setObjectName(QString::fromUtf8("peerHeight"));
663 0 : peerHeight->setCursor(QCursor(Qt::IBeamCursor));
664 0 : peerHeight->setTextFormat(Qt::PlainText);
665 0 : peerHeight->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);
666 :
667 0 : gridLayout_3->addWidget(peerHeight, 5, 2, 1, 1);
668 :
669 0 : label_27 = new QLabel(detailWidget);
670 0 : label_27->setObjectName(QString::fromUtf8("label_27"));
671 :
672 0 : gridLayout_3->addWidget(label_27, 6, 0, 1, 1);
673 :
674 0 : peerSyncHeight = new QLabel(detailWidget);
675 0 : peerSyncHeight->setObjectName(QString::fromUtf8("peerSyncHeight"));
676 0 : peerSyncHeight->setCursor(QCursor(Qt::IBeamCursor));
677 0 : peerSyncHeight->setTextFormat(Qt::PlainText);
678 0 : peerSyncHeight->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);
679 :
680 0 : gridLayout_3->addWidget(peerSyncHeight, 6, 2, 1, 1);
681 :
682 0 : label_25 = new QLabel(detailWidget);
683 0 : label_25->setObjectName(QString::fromUtf8("label_25"));
684 :
685 0 : gridLayout_3->addWidget(label_25, 7, 0, 1, 1);
686 :
687 0 : peerCommonHeight = new QLabel(detailWidget);
688 0 : peerCommonHeight->setObjectName(QString::fromUtf8("peerCommonHeight"));
689 0 : peerCommonHeight->setCursor(QCursor(Qt::IBeamCursor));
690 0 : peerCommonHeight->setTextFormat(Qt::PlainText);
691 0 : peerCommonHeight->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);
692 :
693 0 : gridLayout_3->addWidget(peerCommonHeight, 7, 2, 1, 1);
694 :
695 0 : label_24 = new QLabel(detailWidget);
696 0 : label_24->setObjectName(QString::fromUtf8("label_24"));
697 :
698 0 : gridLayout_3->addWidget(label_24, 8, 0, 1, 1);
699 :
700 0 : peerBanScore = new QLabel(detailWidget);
701 0 : peerBanScore->setObjectName(QString::fromUtf8("peerBanScore"));
702 0 : peerBanScore->setCursor(QCursor(Qt::IBeamCursor));
703 0 : peerBanScore->setTextFormat(Qt::PlainText);
704 0 : peerBanScore->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);
705 :
706 0 : gridLayout_3->addWidget(peerBanScore, 8, 2, 1, 1);
707 :
708 0 : label_22 = new QLabel(detailWidget);
709 0 : label_22->setObjectName(QString::fromUtf8("label_22"));
710 :
711 0 : gridLayout_3->addWidget(label_22, 9, 0, 1, 1);
712 :
713 0 : peerConnTime = new QLabel(detailWidget);
714 0 : peerConnTime->setObjectName(QString::fromUtf8("peerConnTime"));
715 0 : peerConnTime->setCursor(QCursor(Qt::IBeamCursor));
716 0 : peerConnTime->setTextFormat(Qt::PlainText);
717 0 : peerConnTime->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);
718 :
719 0 : gridLayout_3->addWidget(peerConnTime, 9, 2, 1, 1);
720 :
721 0 : label_15 = new QLabel(detailWidget);
722 0 : label_15->setObjectName(QString::fromUtf8("label_15"));
723 :
724 0 : gridLayout_3->addWidget(label_15, 10, 0, 1, 1);
725 :
726 0 : peerLastSend = new QLabel(detailWidget);
727 0 : peerLastSend->setObjectName(QString::fromUtf8("peerLastSend"));
728 0 : peerLastSend->setCursor(QCursor(Qt::IBeamCursor));
729 0 : peerLastSend->setTextFormat(Qt::PlainText);
730 0 : peerLastSend->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);
731 :
732 0 : gridLayout_3->addWidget(peerLastSend, 10, 2, 1, 1);
733 :
734 0 : label_19 = new QLabel(detailWidget);
735 0 : label_19->setObjectName(QString::fromUtf8("label_19"));
736 :
737 0 : gridLayout_3->addWidget(label_19, 11, 0, 1, 1);
738 :
739 0 : peerLastRecv = new QLabel(detailWidget);
740 0 : peerLastRecv->setObjectName(QString::fromUtf8("peerLastRecv"));
741 0 : peerLastRecv->setCursor(QCursor(Qt::IBeamCursor));
742 0 : peerLastRecv->setTextFormat(Qt::PlainText);
743 0 : peerLastRecv->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);
744 :
745 0 : gridLayout_3->addWidget(peerLastRecv, 11, 2, 1, 1);
746 :
747 0 : label_18 = new QLabel(detailWidget);
748 0 : label_18->setObjectName(QString::fromUtf8("label_18"));
749 :
750 0 : gridLayout_3->addWidget(label_18, 12, 0, 1, 1);
751 :
752 0 : peerBytesSent = new QLabel(detailWidget);
753 0 : peerBytesSent->setObjectName(QString::fromUtf8("peerBytesSent"));
754 0 : peerBytesSent->setCursor(QCursor(Qt::IBeamCursor));
755 0 : peerBytesSent->setTextFormat(Qt::PlainText);
756 0 : peerBytesSent->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);
757 :
758 0 : gridLayout_3->addWidget(peerBytesSent, 12, 2, 1, 1);
759 :
760 0 : label_20 = new QLabel(detailWidget);
761 0 : label_20->setObjectName(QString::fromUtf8("label_20"));
762 :
763 0 : gridLayout_3->addWidget(label_20, 13, 0, 1, 1);
764 :
765 0 : peerBytesRecv = new QLabel(detailWidget);
766 0 : peerBytesRecv->setObjectName(QString::fromUtf8("peerBytesRecv"));
767 0 : peerBytesRecv->setCursor(QCursor(Qt::IBeamCursor));
768 0 : peerBytesRecv->setTextFormat(Qt::PlainText);
769 0 : peerBytesRecv->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);
770 :
771 0 : gridLayout_3->addWidget(peerBytesRecv, 13, 2, 1, 1);
772 :
773 0 : label_26 = new QLabel(detailWidget);
774 0 : label_26->setObjectName(QString::fromUtf8("label_26"));
775 :
776 0 : gridLayout_3->addWidget(label_26, 14, 0, 1, 1);
777 :
778 0 : peerPingTime = new QLabel(detailWidget);
779 0 : peerPingTime->setObjectName(QString::fromUtf8("peerPingTime"));
780 0 : peerPingTime->setCursor(QCursor(Qt::IBeamCursor));
781 0 : peerPingTime->setTextFormat(Qt::PlainText);
782 0 : peerPingTime->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);
783 :
784 0 : gridLayout_3->addWidget(peerPingTime, 14, 2, 1, 1);
785 :
786 0 : peerPingWaitLabel = new QLabel(detailWidget);
787 0 : peerPingWaitLabel->setObjectName(QString::fromUtf8("peerPingWaitLabel"));
788 :
789 0 : gridLayout_3->addWidget(peerPingWaitLabel, 15, 0, 1, 1);
790 :
791 0 : peerPingWait = new QLabel(detailWidget);
792 0 : peerPingWait->setObjectName(QString::fromUtf8("peerPingWait"));
793 0 : peerPingWait->setCursor(QCursor(Qt::IBeamCursor));
794 0 : peerPingWait->setTextFormat(Qt::PlainText);
795 0 : peerPingWait->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);
796 :
797 0 : gridLayout_3->addWidget(peerPingWait, 15, 2, 1, 1);
798 :
799 0 : label_timeoffset = new QLabel(detailWidget);
800 0 : label_timeoffset->setObjectName(QString::fromUtf8("label_timeoffset"));
801 :
802 0 : gridLayout_3->addWidget(label_timeoffset, 16, 0, 1, 1);
803 :
804 0 : timeoffset = new QLabel(detailWidget);
805 0 : timeoffset->setObjectName(QString::fromUtf8("timeoffset"));
806 0 : timeoffset->setCursor(QCursor(Qt::IBeamCursor));
807 0 : timeoffset->setTextFormat(Qt::PlainText);
808 0 : timeoffset->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse);
809 :
810 0 : gridLayout_3->addWidget(timeoffset, 16, 2, 1, 1);
811 :
812 0 : verticalSpacer_3 = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
813 :
814 0 : gridLayout_3->addItem(verticalSpacer_3, 17, 1, 1, 1);
815 :
816 :
817 0 : gridLayout_2->addWidget(detailWidget, 1, 1, 1, 1);
818 :
819 0 : tabWidget->addTab(tab_peers, QString());
820 :
821 0 : verticalLayout_2->addWidget(tabWidget);
822 :
823 :
824 0 : retranslateUi(RPCConsole);
825 :
826 0 : tabWidget->setCurrentIndex(0);
827 :
828 :
829 0 : QMetaObject::connectSlotsByName(RPCConsole);
830 0 : } // setupUi
831 :
832 0 : void retranslateUi(QWidget *RPCConsole)
833 : {
834 0 : RPCConsole->setWindowTitle(QApplication::translate("RPCConsole", "Debug window", 0, QApplication::UnicodeUTF8));
835 0 : label_9->setText(QApplication::translate("RPCConsole", "General", 0, QApplication::UnicodeUTF8));
836 0 : label_5->setText(QApplication::translate("RPCConsole", "Client name", 0, QApplication::UnicodeUTF8));
837 0 : clientName->setText(QApplication::translate("RPCConsole", "N/A", 0, QApplication::UnicodeUTF8));
838 0 : label_6->setText(QApplication::translate("RPCConsole", "Client version", 0, QApplication::UnicodeUTF8));
839 0 : clientVersion->setText(QApplication::translate("RPCConsole", "N/A", 0, QApplication::UnicodeUTF8));
840 0 : labelClientUserAgent->setText(QApplication::translate("RPCConsole", "User Agent", 0, QApplication::UnicodeUTF8));
841 0 : clientUserAgent->setText(QApplication::translate("RPCConsole", "N/A", 0, QApplication::UnicodeUTF8));
842 0 : label_14->setText(QApplication::translate("RPCConsole", "Using OpenSSL version", 0, QApplication::UnicodeUTF8));
843 0 : openSSLVersion->setText(QApplication::translate("RPCConsole", "N/A", 0, QApplication::UnicodeUTF8));
844 0 : label_berkeleyDBVersion->setText(QApplication::translate("RPCConsole", "Using BerkeleyDB version", 0, QApplication::UnicodeUTF8));
845 0 : berkeleyDBVersion->setText(QApplication::translate("RPCConsole", "N/A", 0, QApplication::UnicodeUTF8));
846 0 : label_12->setText(QApplication::translate("RPCConsole", "Build date", 0, QApplication::UnicodeUTF8));
847 0 : buildDate->setText(QApplication::translate("RPCConsole", "N/A", 0, QApplication::UnicodeUTF8));
848 0 : label_13->setText(QApplication::translate("RPCConsole", "Startup time", 0, QApplication::UnicodeUTF8));
849 0 : startupTime->setText(QApplication::translate("RPCConsole", "N/A", 0, QApplication::UnicodeUTF8));
850 0 : label_11->setText(QApplication::translate("RPCConsole", "Network", 0, QApplication::UnicodeUTF8));
851 0 : label_8->setText(QApplication::translate("RPCConsole", "Name", 0, QApplication::UnicodeUTF8));
852 0 : networkName->setText(QApplication::translate("RPCConsole", "N/A", 0, QApplication::UnicodeUTF8));
853 0 : label_7->setText(QApplication::translate("RPCConsole", "Number of connections", 0, QApplication::UnicodeUTF8));
854 0 : numberOfConnections->setText(QApplication::translate("RPCConsole", "N/A", 0, QApplication::UnicodeUTF8));
855 0 : label_10->setText(QApplication::translate("RPCConsole", "Block chain", 0, QApplication::UnicodeUTF8));
856 0 : label_3->setText(QApplication::translate("RPCConsole", "Current number of blocks", 0, QApplication::UnicodeUTF8));
857 0 : numberOfBlocks->setText(QApplication::translate("RPCConsole", "N/A", 0, QApplication::UnicodeUTF8));
858 0 : label_2->setText(QApplication::translate("RPCConsole", "Last block time", 0, QApplication::UnicodeUTF8));
859 0 : lastBlockTime->setText(QApplication::translate("RPCConsole", "N/A", 0, QApplication::UnicodeUTF8));
860 0 : labelDebugLogfile->setText(QApplication::translate("RPCConsole", "Debug log file", 0, QApplication::UnicodeUTF8));
861 : #ifndef QT_NO_TOOLTIP
862 0 : openDebugLogfileButton->setToolTip(QApplication::translate("RPCConsole", "Open the Bitcoin Core debug log file from the current data directory. This can take a few seconds for large log files.", 0, QApplication::UnicodeUTF8));
863 : #endif // QT_NO_TOOLTIP
864 0 : openDebugLogfileButton->setText(QApplication::translate("RPCConsole", "&Open", 0, QApplication::UnicodeUTF8));
865 0 : tabWidget->setTabText(tabWidget->indexOf(tab_info), QApplication::translate("RPCConsole", "&Information", 0, QApplication::UnicodeUTF8));
866 : #ifndef QT_NO_TOOLTIP
867 0 : clearButton->setToolTip(QApplication::translate("RPCConsole", "Clear console", 0, QApplication::UnicodeUTF8));
868 : #endif // QT_NO_TOOLTIP
869 0 : clearButton->setText(QString());
870 0 : tabWidget->setTabText(tabWidget->indexOf(tab_console), QApplication::translate("RPCConsole", "&Console", 0, QApplication::UnicodeUTF8));
871 0 : btnClearTrafficGraph->setText(QApplication::translate("RPCConsole", "&Clear", 0, QApplication::UnicodeUTF8));
872 0 : groupBox->setTitle(QApplication::translate("RPCConsole", "Totals", 0, QApplication::UnicodeUTF8));
873 0 : label_16->setText(QApplication::translate("RPCConsole", "Received", 0, QApplication::UnicodeUTF8));
874 0 : label_17->setText(QApplication::translate("RPCConsole", "Sent", 0, QApplication::UnicodeUTF8));
875 0 : tabWidget->setTabText(tabWidget->indexOf(tab_nettraffic), QApplication::translate("RPCConsole", "&Network Traffic", 0, QApplication::UnicodeUTF8));
876 0 : banHeading->setText(QApplication::translate("RPCConsole", "Banned peers", 0, QApplication::UnicodeUTF8));
877 0 : peerHeading->setText(QApplication::translate("RPCConsole", "Select a peer to view detailed information.", 0, QApplication::UnicodeUTF8));
878 0 : label_30->setText(QApplication::translate("RPCConsole", "Whitelisted", 0, QApplication::UnicodeUTF8));
879 0 : peerWhitelisted->setText(QApplication::translate("RPCConsole", "N/A", 0, QApplication::UnicodeUTF8));
880 0 : label_23->setText(QApplication::translate("RPCConsole", "Direction", 0, QApplication::UnicodeUTF8));
881 0 : peerDirection->setText(QApplication::translate("RPCConsole", "N/A", 0, QApplication::UnicodeUTF8));
882 0 : label_21->setText(QApplication::translate("RPCConsole", "Version", 0, QApplication::UnicodeUTF8));
883 0 : peerVersion->setText(QApplication::translate("RPCConsole", "N/A", 0, QApplication::UnicodeUTF8));
884 0 : label_28->setText(QApplication::translate("RPCConsole", "User Agent", 0, QApplication::UnicodeUTF8));
885 0 : peerSubversion->setText(QApplication::translate("RPCConsole", "N/A", 0, QApplication::UnicodeUTF8));
886 0 : label_4->setText(QApplication::translate("RPCConsole", "Services", 0, QApplication::UnicodeUTF8));
887 0 : peerServices->setText(QApplication::translate("RPCConsole", "N/A", 0, QApplication::UnicodeUTF8));
888 0 : label_29->setText(QApplication::translate("RPCConsole", "Starting Block", 0, QApplication::UnicodeUTF8));
889 0 : peerHeight->setText(QApplication::translate("RPCConsole", "N/A", 0, QApplication::UnicodeUTF8));
890 0 : label_27->setText(QApplication::translate("RPCConsole", "Synced Headers", 0, QApplication::UnicodeUTF8));
891 0 : peerSyncHeight->setText(QApplication::translate("RPCConsole", "N/A", 0, QApplication::UnicodeUTF8));
892 0 : label_25->setText(QApplication::translate("RPCConsole", "Synced Blocks", 0, QApplication::UnicodeUTF8));
893 0 : peerCommonHeight->setText(QApplication::translate("RPCConsole", "N/A", 0, QApplication::UnicodeUTF8));
894 0 : label_24->setText(QApplication::translate("RPCConsole", "Ban Score", 0, QApplication::UnicodeUTF8));
895 0 : peerBanScore->setText(QApplication::translate("RPCConsole", "N/A", 0, QApplication::UnicodeUTF8));
896 0 : label_22->setText(QApplication::translate("RPCConsole", "Connection Time", 0, QApplication::UnicodeUTF8));
897 0 : peerConnTime->setText(QApplication::translate("RPCConsole", "N/A", 0, QApplication::UnicodeUTF8));
898 0 : label_15->setText(QApplication::translate("RPCConsole", "Last Send", 0, QApplication::UnicodeUTF8));
899 0 : peerLastSend->setText(QApplication::translate("RPCConsole", "N/A", 0, QApplication::UnicodeUTF8));
900 0 : label_19->setText(QApplication::translate("RPCConsole", "Last Receive", 0, QApplication::UnicodeUTF8));
901 0 : peerLastRecv->setText(QApplication::translate("RPCConsole", "N/A", 0, QApplication::UnicodeUTF8));
902 0 : label_18->setText(QApplication::translate("RPCConsole", "Bytes Sent", 0, QApplication::UnicodeUTF8));
903 0 : peerBytesSent->setText(QApplication::translate("RPCConsole", "N/A", 0, QApplication::UnicodeUTF8));
904 0 : label_20->setText(QApplication::translate("RPCConsole", "Bytes Received", 0, QApplication::UnicodeUTF8));
905 0 : peerBytesRecv->setText(QApplication::translate("RPCConsole", "N/A", 0, QApplication::UnicodeUTF8));
906 0 : label_26->setText(QApplication::translate("RPCConsole", "Ping Time", 0, QApplication::UnicodeUTF8));
907 0 : peerPingTime->setText(QApplication::translate("RPCConsole", "N/A", 0, QApplication::UnicodeUTF8));
908 : #ifndef QT_NO_TOOLTIP
909 0 : peerPingWaitLabel->setToolTip(QApplication::translate("RPCConsole", "The duration of a currently outstanding ping.", 0, QApplication::UnicodeUTF8));
910 : #endif // QT_NO_TOOLTIP
911 0 : peerPingWaitLabel->setText(QApplication::translate("RPCConsole", "Ping Wait", 0, QApplication::UnicodeUTF8));
912 0 : peerPingWait->setText(QApplication::translate("RPCConsole", "N/A", 0, QApplication::UnicodeUTF8));
913 0 : label_timeoffset->setText(QApplication::translate("RPCConsole", "Time Offset", 0, QApplication::UnicodeUTF8));
914 0 : timeoffset->setText(QApplication::translate("RPCConsole", "N/A", 0, QApplication::UnicodeUTF8));
915 0 : tabWidget->setTabText(tabWidget->indexOf(tab_peers), QApplication::translate("RPCConsole", "&Peers", 0, QApplication::UnicodeUTF8));
916 0 : } // retranslateUi
917 :
918 : };
919 :
920 : namespace Ui {
921 : class RPCConsole: public Ui_RPCConsole {};
922 : } // namespace Ui
923 :
924 : QT_END_NAMESPACE
925 :
926 : #endif // UI_DEBUGWINDOW_H
|