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