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