Add traffic monitor
[novacoin.git] / src / qt / forms / rpcconsole.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>RPCConsole</class>
4  <widget class="QDialog" name="RPCConsole">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>740</width>
10     <height>450</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string>NovaCoin - Debug window</string>
15   </property>
16   <layout class="QVBoxLayout" name="verticalLayout_2">
17    <item>
18     <widget class="QTabWidget" name="tabWidget">
19      <property name="currentIndex">
20       <number>0</number>
21      </property>
22      <widget class="QWidget" name="tab_info">
23       <attribute name="title">
24        <string>&amp;Information</string>
25       </attribute>
26       <layout class="QGridLayout" name="gridLayout" columnstretch="0,1">
27        <property name="horizontalSpacing">
28         <number>12</number>
29        </property>
30        <item row="0" column="0">
31         <widget class="QLabel" name="label_9">
32          <property name="font">
33           <font>
34            <weight>75</weight>
35            <bold>true</bold>
36           </font>
37          </property>
38          <property name="text">
39           <string>NovaCoin Core</string>
40          </property>
41         </widget>
42        </item>
43        <item row="1" column="0">
44         <widget class="QLabel" name="label_5">
45          <property name="text">
46           <string>Client name</string>
47          </property>
48         </widget>
49        </item>
50        <item row="1" column="1">
51         <widget class="QLabel" name="clientName">
52          <property name="cursor">
53           <cursorShape>IBeamCursor</cursorShape>
54          </property>
55          <property name="text">
56           <string>N/A</string>
57          </property>
58          <property name="textFormat">
59           <enum>Qt::PlainText</enum>
60          </property>
61          <property name="textInteractionFlags">
62           <set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse</set>
63          </property>
64         </widget>
65        </item>
66        <item row="2" column="0">
67         <widget class="QLabel" name="label_6">
68          <property name="text">
69           <string>Client version</string>
70          </property>
71         </widget>
72        </item>
73        <item row="2" column="1">
74         <widget class="QLabel" name="clientVersion">
75          <property name="cursor">
76           <cursorShape>IBeamCursor</cursorShape>
77          </property>
78          <property name="text">
79           <string>N/A</string>
80          </property>
81          <property name="textFormat">
82           <enum>Qt::PlainText</enum>
83          </property>
84          <property name="textInteractionFlags">
85           <set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse</set>
86          </property>
87         </widget>
88        </item>
89        <item row="3" column="0">
90         <widget class="QLabel" name="label_14">
91          <property name="text">
92           <string>Using OpenSSL version</string>
93          </property>
94          <property name="indent">
95           <number>10</number>
96          </property>
97         </widget>
98        </item>
99        <item row="3" column="1">
100         <widget class="QLabel" name="openSSLVersion">
101          <property name="cursor">
102           <cursorShape>IBeamCursor</cursorShape>
103          </property>
104          <property name="text">
105           <string>N/A</string>
106          </property>
107          <property name="textFormat">
108           <enum>Qt::PlainText</enum>
109          </property>
110          <property name="textInteractionFlags">
111           <set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse</set>
112          </property>
113         </widget>
114        </item>
115        <item row="4" column="0">
116         <widget class="QLabel" name="label_12">
117          <property name="text">
118           <string>Build date</string>
119          </property>
120         </widget>
121        </item>
122        <item row="4" column="1">
123         <widget class="QLabel" name="buildDate">
124          <property name="cursor">
125           <cursorShape>IBeamCursor</cursorShape>
126          </property>
127          <property name="text">
128           <string>N/A</string>
129          </property>
130          <property name="textFormat">
131           <enum>Qt::PlainText</enum>
132          </property>
133          <property name="textInteractionFlags">
134           <set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse</set>
135          </property>
136         </widget>
137        </item>
138        <item row="5" column="0">
139         <widget class="QLabel" name="label_13">
140          <property name="text">
141           <string>Startup time</string>
142          </property>
143         </widget>
144        </item>
145        <item row="5" column="1">
146         <widget class="QLabel" name="startupTime">
147          <property name="cursor">
148           <cursorShape>IBeamCursor</cursorShape>
149          </property>
150          <property name="text">
151           <string>N/A</string>
152          </property>
153          <property name="textFormat">
154           <enum>Qt::PlainText</enum>
155          </property>
156          <property name="textInteractionFlags">
157           <set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse</set>
158          </property>
159         </widget>
160        </item>
161        <item row="6" column="0">
162         <widget class="QLabel" name="label_11">
163          <property name="font">
164           <font>
165            <weight>75</weight>
166            <bold>true</bold>
167           </font>
168          </property>
169          <property name="text">
170           <string>Network</string>
171          </property>
172         </widget>
173        </item>
174        <item row="7" column="0">
175         <widget class="QLabel" name="label_7">
176          <property name="text">
177           <string>Number of connections</string>
178          </property>
179         </widget>
180        </item>
181        <item row="7" column="1">
182         <widget class="QLabel" name="numberOfConnections">
183          <property name="cursor">
184           <cursorShape>IBeamCursor</cursorShape>
185          </property>
186          <property name="text">
187           <string>N/A</string>
188          </property>
189          <property name="textFormat">
190           <enum>Qt::PlainText</enum>
191          </property>
192          <property name="textInteractionFlags">
193           <set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse</set>
194          </property>
195         </widget>
196        </item>
197        <item row="8" column="0">
198         <widget class="QLabel" name="label_8">
199          <property name="text">
200           <string>On testnet</string>
201          </property>
202         </widget>
203        </item>
204        <item row="8" column="1">
205         <widget class="QCheckBox" name="isTestNet">
206          <property name="enabled">
207           <bool>false</bool>
208          </property>
209          <property name="text">
210           <string/>
211          </property>
212         </widget>
213        </item>
214        <item row="9" column="0">
215         <widget class="QLabel" name="label_10">
216          <property name="font">
217           <font>
218            <weight>75</weight>
219            <bold>true</bold>
220           </font>
221          </property>
222          <property name="text">
223           <string>Block chain</string>
224          </property>
225         </widget>
226        </item>
227        <item row="10" column="0">
228         <widget class="QLabel" name="label_3">
229          <property name="text">
230           <string>Current number of blocks</string>
231          </property>
232         </widget>
233        </item>
234        <item row="10" column="1">
235         <widget class="QLabel" name="numberOfBlocks">
236          <property name="cursor">
237           <cursorShape>IBeamCursor</cursorShape>
238          </property>
239          <property name="text">
240           <string>N/A</string>
241          </property>
242          <property name="textFormat">
243           <enum>Qt::PlainText</enum>
244          </property>
245          <property name="textInteractionFlags">
246           <set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse</set>
247          </property>
248         </widget>
249        </item>
250        <item row="11" column="0">
251         <widget class="QLabel" name="label_4">
252          <property name="text">
253           <string>Estimated total blocks</string>
254          </property>
255         </widget>
256        </item>
257        <item row="11" column="1">
258         <widget class="QLabel" name="totalBlocks">
259          <property name="cursor">
260           <cursorShape>IBeamCursor</cursorShape>
261          </property>
262          <property name="text">
263           <string>N/A</string>
264          </property>
265          <property name="textFormat">
266           <enum>Qt::PlainText</enum>
267          </property>
268          <property name="textInteractionFlags">
269           <set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse</set>
270          </property>
271         </widget>
272        </item>
273        <item row="12" column="0">
274         <widget class="QLabel" name="label_2">
275          <property name="text">
276           <string>Last block time</string>
277          </property>
278         </widget>
279        </item>
280        <item row="12" column="1">
281         <widget class="QLabel" name="lastBlockTime">
282          <property name="cursor">
283           <cursorShape>IBeamCursor</cursorShape>
284          </property>
285          <property name="text">
286           <string>N/A</string>
287          </property>
288          <property name="textFormat">
289           <enum>Qt::PlainText</enum>
290          </property>
291          <property name="textInteractionFlags">
292           <set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse</set>
293          </property>
294         </widget>
295        </item>
296        <item row="13" column="0">
297         <spacer name="verticalSpacer_2">
298          <property name="orientation">
299           <enum>Qt::Vertical</enum>
300          </property>
301          <property name="sizeHint" stdset="0">
302           <size>
303            <width>20</width>
304            <height>20</height>
305           </size>
306          </property>
307         </spacer>
308        </item>
309        <item row="14" column="0">
310         <widget class="QLabel" name="labelDebugLogfile">
311          <property name="font">
312           <font>
313            <weight>75</weight>
314            <bold>true</bold>
315           </font>
316          </property>
317          <property name="text">
318           <string>Debug log file</string>
319          </property>
320         </widget>
321        </item>
322        <item row="15" column="0">
323         <widget class="QPushButton" name="openDebugLogfileButton">
324          <property name="toolTip">
325           <string>Open the NovaCoin debug log file from the current data directory. This can take a few seconds for large log files.</string>
326          </property>
327          <property name="text">
328           <string>&amp;Open</string>
329          </property>
330          <property name="autoDefault">
331           <bool>false</bool>
332          </property>
333         </widget>
334        </item>
335        <item row="16" column="0">
336         <widget class="QLabel" name="labelCLOptions">
337          <property name="font">
338           <font>
339            <weight>75</weight>
340            <bold>true</bold>
341           </font>
342          </property>
343          <property name="text">
344           <string>Command-line options</string>
345          </property>
346         </widget>
347        </item>
348        <item row="17" column="0">
349         <widget class="QPushButton" name="showCLOptionsButton">
350          <property name="toolTip">
351           <string>Show the NovaCoin-Qt help message to get a list with possible NovaCoin command-line options.</string>
352          </property>
353          <property name="text">
354           <string>&amp;Show</string>
355          </property>
356          <property name="autoDefault">
357           <bool>false</bool>
358          </property>
359         </widget>
360        </item>
361        <item row="18" column="0">
362         <spacer name="verticalSpacer">
363          <property name="orientation">
364           <enum>Qt::Vertical</enum>
365          </property>
366          <property name="sizeHint" stdset="0">
367           <size>
368            <width>20</width>
369            <height>40</height>
370           </size>
371          </property>
372         </spacer>
373        </item>
374       </layout>
375      </widget>
376      <widget class="QWidget" name="tab_console">
377       <attribute name="title">
378        <string>&amp;Console</string>
379       </attribute>
380       <layout class="QVBoxLayout" name="verticalLayout_3">
381        <property name="spacing">
382         <number>3</number>
383        </property>
384        <item>
385         <widget class="QTextEdit" name="messagesWidget">
386          <property name="minimumSize">
387           <size>
388            <width>0</width>
389            <height>100</height>
390           </size>
391          </property>
392          <property name="readOnly">
393           <bool>true</bool>
394          </property>
395          <property name="tabKeyNavigation" stdset="0">
396           <bool>false</bool>
397          </property>
398          <property name="columnCount" stdset="0">
399           <number>2</number>
400          </property>
401         </widget>
402        </item>
403        <item>
404         <layout class="QHBoxLayout" name="horizontalLayout">
405          <property name="spacing">
406           <number>3</number>
407          </property>
408          <item>
409           <widget class="QLabel" name="label">
410            <property name="text">
411             <string notr="true">&gt;</string>
412            </property>
413           </widget>
414          </item>
415          <item>
416           <widget class="QLineEdit" name="lineEdit"/>
417          </item>
418          <item>
419           <widget class="QPushButton" name="clearButton">
420            <property name="maximumSize">
421             <size>
422              <width>24</width>
423              <height>24</height>
424             </size>
425            </property>
426            <property name="toolTip">
427             <string>Clear console</string>
428            </property>
429            <property name="text">
430             <string/>
431            </property>
432            <property name="icon">
433             <iconset resource="../bitcoin.qrc">
434              <normaloff>:/icons/remove</normaloff>:/icons/remove</iconset>
435            </property>
436            <property name="shortcut">
437             <string notr="true">Ctrl+L</string>
438            </property>
439            <property name="autoDefault">
440             <bool>false</bool>
441            </property>
442           </widget>
443          </item>
444         </layout>
445        </item>
446       </layout>
447      </widget>
448      <widget class="QWidget" name="tab_nettraffic">
449       <attribute name="title">
450        <string>&amp;Network Traffic</string>
451       </attribute>
452       <layout class="QHBoxLayout" name="horizontalLayout_3">
453        <item>
454         <layout class="QVBoxLayout" name="verticalLayout_4">
455          <item>
456           <widget class="TrafficGraphWidget" name="trafficGraph" native="true">
457            <property name="sizePolicy">
458             <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
459              <horstretch>0</horstretch>
460              <verstretch>0</verstretch>
461             </sizepolicy>
462            </property>
463           </widget>
464          </item>
465          <item>
466           <layout class="QHBoxLayout" name="horizontalLayout_2">
467            <item>
468             <widget class="QSlider" name="sldGraphRange">
469              <property name="minimum">
470               <number>1</number>
471              </property>
472              <property name="maximum">
473               <number>288</number>
474              </property>
475              <property name="pageStep">
476               <number>12</number>
477              </property>
478              <property name="value">
479               <number>6</number>
480              </property>
481              <property name="orientation">
482               <enum>Qt::Horizontal</enum>
483              </property>
484             </widget>
485            </item>
486            <item>
487             <widget class="QLabel" name="lblGraphRange">
488              <property name="minimumSize">
489               <size>
490                <width>100</width>
491                <height>0</height>
492               </size>
493              </property>
494              <property name="alignment">
495               <set>Qt::AlignCenter</set>
496              </property>
497             </widget>
498            </item>
499            <item>
500             <widget class="QPushButton" name="btnClearTrafficGraph">
501              <property name="text">
502               <string>&amp;Clear</string>
503              </property>
504              <property name="autoDefault">
505               <bool>false</bool>
506              </property>
507             </widget>
508            </item>
509           </layout>
510          </item>
511         </layout>
512        </item>
513        <item>
514         <layout class="QVBoxLayout" name="verticalLayout">
515          <item>
516           <widget class="QGroupBox" name="groupBox">
517            <property name="title">
518             <string>Totals</string>
519            </property>
520            <layout class="QVBoxLayout" name="verticalLayout_5">
521             <item>
522              <layout class="QHBoxLayout" name="horizontalLayout_4">
523               <item>
524                <widget class="Line" name="line">
525                 <property name="sizePolicy">
526                  <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
527                   <horstretch>0</horstretch>
528                   <verstretch>0</verstretch>
529                  </sizepolicy>
530                 </property>
531                 <property name="minimumSize">
532                  <size>
533                   <width>10</width>
534                   <height>0</height>
535                  </size>
536                 </property>
537                 <property name="palette">
538                  <palette>
539                   <active>
540                    <colorrole role="Light">
541                     <brush brushstyle="SolidPattern">
542                      <color alpha="255">
543                       <red>0</red>
544                       <green>255</green>
545                       <blue>0</blue>
546                      </color>
547                     </brush>
548                    </colorrole>
549                   </active>
550                   <inactive>
551                    <colorrole role="Light">
552                     <brush brushstyle="SolidPattern">
553                      <color alpha="255">
554                       <red>0</red>
555                       <green>255</green>
556                       <blue>0</blue>
557                      </color>
558                     </brush>
559                    </colorrole>
560                   </inactive>
561                   <disabled>
562                    <colorrole role="Light">
563                     <brush brushstyle="SolidPattern">
564                      <color alpha="255">
565                       <red>0</red>
566                       <green>255</green>
567                       <blue>0</blue>
568                      </color>
569                     </brush>
570                    </colorrole>
571                   </disabled>
572                  </palette>
573                 </property>
574                 <property name="orientation">
575                  <enum>Qt::Horizontal</enum>
576                 </property>
577                </widget>
578               </item>
579               <item>
580                <widget class="QLabel" name="label_16">
581                 <property name="text">
582                  <string>Received</string>
583                 </property>
584                </widget>
585               </item>
586               <item>
587                <widget class="QLabel" name="lblBytesIn">
588                 <property name="minimumSize">
589                  <size>
590                   <width>50</width>
591                   <height>0</height>
592                  </size>
593                 </property>
594                 <property name="alignment">
595                  <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
596                 </property>
597                </widget>
598               </item>
599              </layout>
600             </item>
601             <item>
602              <layout class="QHBoxLayout" name="horizontalLayout_5">
603               <item>
604                <widget class="Line" name="line_2">
605                 <property name="sizePolicy">
606                  <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
607                   <horstretch>0</horstretch>
608                   <verstretch>0</verstretch>
609                  </sizepolicy>
610                 </property>
611                 <property name="minimumSize">
612                  <size>
613                   <width>10</width>
614                   <height>0</height>
615                  </size>
616                 </property>
617                 <property name="palette">
618                  <palette>
619                   <active>
620                    <colorrole role="Light">
621                     <brush brushstyle="SolidPattern">
622                      <color alpha="255">
623                       <red>255</red>
624                       <green>0</green>
625                       <blue>0</blue>
626                      </color>
627                     </brush>
628                    </colorrole>
629                   </active>
630                   <inactive>
631                    <colorrole role="Light">
632                     <brush brushstyle="SolidPattern">
633                      <color alpha="255">
634                       <red>255</red>
635                       <green>0</green>
636                       <blue>0</blue>
637                      </color>
638                     </brush>
639                    </colorrole>
640                   </inactive>
641                   <disabled>
642                    <colorrole role="Light">
643                     <brush brushstyle="SolidPattern">
644                      <color alpha="255">
645                       <red>255</red>
646                       <green>0</green>
647                       <blue>0</blue>
648                      </color>
649                     </brush>
650                    </colorrole>
651                   </disabled>
652                  </palette>
653                 </property>
654                 <property name="orientation">
655                  <enum>Qt::Horizontal</enum>
656                 </property>
657                </widget>
658               </item>
659               <item>
660                <widget class="QLabel" name="label_17">
661                 <property name="text">
662                  <string>Sent</string>
663                 </property>
664                </widget>
665               </item>
666               <item>
667                <widget class="QLabel" name="lblBytesOut">
668                 <property name="minimumSize">
669                  <size>
670                   <width>50</width>
671                   <height>0</height>
672                  </size>
673                 </property>
674                 <property name="alignment">
675                  <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
676                 </property>
677                </widget>
678               </item>
679              </layout>
680             </item>
681             <item>
682              <spacer name="verticalSpacer_4">
683               <property name="orientation">
684                <enum>Qt::Vertical</enum>
685               </property>
686               <property name="sizeHint" stdset="0">
687                <size>
688                 <width>20</width>
689                 <height>407</height>
690                </size>
691               </property>
692              </spacer>
693             </item>
694            </layout>
695           </widget>
696          </item>
697         </layout>
698        </item>
699       </layout>
700      </widget>
701     </widget>
702    </item>
703   </layout>
704  </widget>
705  <customwidgets>
706   <customwidget>
707    <class>TrafficGraphWidget</class>
708    <extends>QWidget</extends>
709    <header>trafficgraphwidget.h</header>
710    <container>1</container>
711    <slots>
712     <slot>clear()</slot>
713    </slots>
714   </customwidget>
715  </customwidgets>
716  <resources>
717   <include location="../bitcoin.qrc"/>
718  </resources>
719  <connections/>
720 </ui>