/[svn]/qsampler/trunk/src/qsamplerChannelForm.ui
ViewVC logotype

Annotation of /qsampler/trunk/src/qsamplerChannelForm.ui

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3438 - (hide annotations) (download)
Tue Dec 4 09:52:38 2018 UTC (5 years, 4 months ago) by capela
File size: 21498 byte(s)
- More sampler channel dialog layout fixing.
1 capela 3436 <?xml version="1.0" encoding="UTF-8"?>
2     <ui version="4.0">
3 schoenebeck 1461 <author>rncbc aka Rui Nuno Capela</author>
4     <comment>qsampler - A LinuxSampler Qt GUI Interface.
5 capela 95
6 capela 3435 Copyright (C) 2005-2018, rncbc aka Rui Nuno Capela. All rights reserved.
7 capela 1464 Copyright (C) 2007, Christian Schoenebeck
8 capela 95
9     This program is free software; you can redistribute it and/or
10     modify it under the terms of the GNU General Public License
11     as published by the Free Software Foundation; either version 2
12     of the License, or (at your option) any later version.
13    
14     This program is distributed in the hope that it will be useful,
15     but WITHOUT ANY WARRANTY; without even the implied warranty of
16     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17     GNU General Public License for more details.
18    
19 capela 920 You should have received a copy of the GNU General Public License along
20     with this program; if not, write to the Free Software Foundation, Inc.,
21     51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
22 capela 95
23     </comment>
24 schoenebeck 1461 <class>qsamplerChannelForm</class>
25 capela 3436 <widget class="QDialog" name="qsamplerChannelForm">
26     <property name="geometry">
27 schoenebeck 1461 <rect>
28     <x>0</x>
29     <y>0</y>
30 capela 3436 <width>480</width>
31     <height>460</height>
32 schoenebeck 1461 </rect>
33     </property>
34 capela 3436 <property name="focusPolicy">
35 schoenebeck 1461 <enum>Qt::StrongFocus</enum>
36     </property>
37 capela 3436 <property name="windowTitle">
38 schoenebeck 1461 <string>Qsampler: Channel</string>
39     </property>
40 capela 3436 <property name="windowIcon">
41     <iconset resource="qsampler.qrc">:/images/qsamplerChannel.png</iconset>
42 schoenebeck 1461 </property>
43 capela 3436 <layout class="QVBoxLayout">
44 schoenebeck 1461 <item>
45 capela 3436 <layout class="QGridLayout">
46 capela 3438 <property name="margin">
47     <number>8</number>
48     </property>
49 capela 3436 <item row="0" column="0">
50     <widget class="QLabel" name="EngineNameTextLabel">
51 capela 3438 <property name="minimumSize">
52     <size>
53     <width>62</width>
54     <height>0</height>
55     </size>
56     </property>
57     <property name="maximumSize">
58     <size>
59     <width>62</width>
60     <height>16777215</height>
61     </size>
62     </property>
63 capela 3436 <property name="text">
64     <string>&amp;Engine:</string>
65     </property>
66     <property name="alignment">
67     <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
68     </property>
69     <property name="wordWrap">
70     <bool>false</bool>
71     </property>
72     <property name="buddy">
73     <cstring>EngineNameComboBox</cstring>
74     </property>
75     </widget>
76     </item>
77     <item row="0" column="1">
78     <widget class="QComboBox" name="EngineNameComboBox">
79     <property name="sizePolicy">
80     <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
81 schoenebeck 1461 <horstretch>0</horstretch>
82     <verstretch>0</verstretch>
83     </sizepolicy>
84     </property>
85 capela 3436 <property name="toolTip">
86     <string>Engine name</string>
87 schoenebeck 1461 </property>
88 capela 3436 </widget>
89     </item>
90     <item row="0" column="2">
91     <spacer>
92     <property name="orientation">
93     <enum>Qt::Horizontal</enum>
94     </property>
95     <property name="sizeType">
96     <enum>QSizePolicy::Expanding</enum>
97     </property>
98     <property name="sizeHint">
99 schoenebeck 1461 <size>
100 capela 3436 <width>20</width>
101     <height>20</height>
102 schoenebeck 1461 </size>
103     </property>
104 capela 3436 </spacer>
105     </item>
106     <item row="1" column="0">
107     <widget class="QLabel" name="InstrumentFileTextLabel">
108     <property name="text">
109 capela 3438 <string>Filena&amp;me:</string>
110 schoenebeck 1461 </property>
111 capela 3436 <property name="alignment">
112     <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
113 schoenebeck 1461 </property>
114 capela 3436 <property name="wordWrap">
115     <bool>false</bool>
116 schoenebeck 1461 </property>
117 capela 3436 <property name="buddy">
118     <cstring>InstrumentFileComboBox</cstring>
119 schoenebeck 1461 </property>
120     </widget>
121     </item>
122 capela 3436 <item row="1" column="1" colspan="2">
123     <widget class="QComboBox" name="InstrumentFileComboBox">
124     <property name="sizePolicy">
125     <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
126 schoenebeck 1461 <horstretch>0</horstretch>
127     <verstretch>0</verstretch>
128     </sizepolicy>
129     </property>
130 capela 3436 <property name="minimumSize">
131 schoenebeck 1461 <size>
132     <width>320</width>
133     <height>0</height>
134     </size>
135     </property>
136 capela 3436 <property name="toolTip">
137     <string>Instrument filename</string>
138 schoenebeck 1461 </property>
139 capela 3436 <property name="editable">
140     <bool>true</bool>
141 schoenebeck 1461 </property>
142     </widget>
143     </item>
144 capela 3436 <item row="1" column="3">
145     <widget class="QToolButton" name="InstrumentFileToolButton">
146     <property name="sizePolicy">
147     <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
148 schoenebeck 1461 <horstretch>0</horstretch>
149     <verstretch>0</verstretch>
150     </sizepolicy>
151     </property>
152 capela 3436 <property name="minimumSize">
153     <size>
154     <width>24</width>
155     <height>24</height>
156     </size>
157 schoenebeck 1461 </property>
158 capela 3436 <property name="maximumSize">
159     <size>
160     <width>26</width>
161     <height>26</height>
162     </size>
163 schoenebeck 1461 </property>
164 capela 3436 <property name="focusPolicy">
165     <enum>Qt::TabFocus</enum>
166 schoenebeck 1461 </property>
167 capela 3436 <property name="toolTip">
168     <string>Browse for instrument filename</string>
169 schoenebeck 1461 </property>
170 capela 3436 <property name="text">
171     <string/>
172 schoenebeck 1461 </property>
173 capela 3436 <property name="icon">
174     <iconset resource="qsampler.qrc">:/images/fileOpen.png</iconset>
175     </property>
176 schoenebeck 1461 </widget>
177     </item>
178 capela 3436 <item row="2" column="0">
179     <widget class="QLabel" name="InstrumentNrTextLabel">
180     <property name="text">
181 schoenebeck 1461 <string>&amp;Instrument:</string>
182     </property>
183 capela 3436 <property name="alignment">
184 schoenebeck 1461 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
185     </property>
186 capela 3436 <property name="wordWrap">
187 schoenebeck 1461 <bool>false</bool>
188     </property>
189 capela 3436 <property name="buddy">
190 schoenebeck 1461 <cstring>InstrumentNrComboBox</cstring>
191     </property>
192     </widget>
193     </item>
194 capela 3436 <item row="2" column="1" colspan="2">
195     <widget class="QComboBox" name="InstrumentNrComboBox">
196     <property name="sizePolicy">
197     <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
198 schoenebeck 1461 <horstretch>0</horstretch>
199     <verstretch>0</verstretch>
200     </sizepolicy>
201     </property>
202 capela 3436 <property name="minimumSize">
203 schoenebeck 1461 <size>
204     <width>320</width>
205     <height>0</height>
206     </size>
207     </property>
208 capela 3436 <property name="toolTip">
209     <string>Instrument name</string>
210 schoenebeck 1461 </property>
211     </widget>
212     </item>
213     </layout>
214     </item>
215     <item>
216 capela 3436 <widget class="QGroupBox" name="MidiGroupBox">
217     <property name="title">
218 schoenebeck 1461 <string>MIDI / Input</string>
219     </property>
220 capela 3436 <layout class="QGridLayout">
221 capela 3438 <item row="0" column="0">
222     <widget class="QLabel" name="MidiDriverTextLabel">
223     <property name="minimumSize">
224     <size>
225     <width>62</width>
226     <height>0</height>
227     </size>
228 capela 3436 </property>
229 capela 3438 <property name="maximumSize">
230     <size>
231     <width>62</width>
232     <height>16777215</height>
233     </size>
234 schoenebeck 1461 </property>
235 capela 3438 <property name="text">
236     <string>T&amp;ype:</string>
237 schoenebeck 1461 </property>
238 capela 3438 <property name="alignment">
239     <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
240 capela 3436 </property>
241 capela 3438 <property name="wordWrap">
242     <bool>false</bool>
243 capela 3436 </property>
244 capela 3438 <property name="buddy">
245     <cstring>MidiDriverComboBox</cstring>
246     </property>
247     </widget>
248 schoenebeck 1461 </item>
249 capela 3438 <item row="0" column="1">
250     <widget class="QComboBox" name="MidiDriverComboBox">
251     <property name="sizePolicy">
252     <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
253     <horstretch>0</horstretch>
254     <verstretch>0</verstretch>
255     </sizepolicy>
256     </property>
257     <property name="minimumSize">
258     <size>
259     <width>92</width>
260     <height>0</height>
261     </size>
262     </property>
263     <property name="maximumSize">
264     <size>
265     <width>92</width>
266     <height>16777215</height>
267     </size>
268     </property>
269     <property name="toolTip">
270     <string>MIDI input driver type</string>
271     </property>
272     </widget>
273     </item>
274     <item row="0" column="2">
275     <spacer>
276     <property name="orientation">
277     <enum>Qt::Horizontal</enum>
278     </property>
279     <property name="sizeType">
280     <enum>QSizePolicy::Expanding</enum>
281     </property>
282     <property name="sizeHint">
283     <size>
284     <width>20</width>
285     <height>20</height>
286     </size>
287     </property>
288     </spacer>
289     </item>
290     <item row="0" column="3">
291     <widget class="QLabel" name="MidiPortTextLabel">
292 capela 3436 <property name="text">
293 capela 3438 <string>&amp;Port:</string>
294 capela 95 </property>
295 capela 3436 <property name="alignment">
296 schoenebeck 1461 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
297     </property>
298 capela 3436 <property name="wordWrap">
299 schoenebeck 1461 <bool>false</bool>
300     </property>
301 capela 3436 <property name="buddy">
302 capela 3438 <cstring>MidiPortSpinBox</cstring>
303 schoenebeck 1461 </property>
304     </widget>
305     </item>
306 capela 3438 <item row="0" column="4">
307     <widget class="QSpinBox" name="MidiPortSpinBox">
308     <property name="toolTip">
309     <string>MIDI input port number</string>
310     </property>
311     </widget>
312     </item>
313     <item row="0" column="5">
314     <widget class="QLabel" name="MidiChannelTextLabel">
315     <property name="text">
316     <string>&amp;Channel:</string>
317     </property>
318     <property name="alignment">
319     <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
320     </property>
321     <property name="wordWrap">
322     <bool>false</bool>
323     </property>
324     <property name="buddy">
325     <cstring>MidiChannelComboBox</cstring>
326     </property>
327     </widget>
328     </item>
329     <item row="0" column="6">
330     <widget class="QComboBox" name="MidiChannelComboBox">
331     <property name="toolTip">
332     <string>MIDI input channel</string>
333     </property>
334     <item>
335     <property name="text">
336     <string>1</string>
337     </property>
338     </item>
339     <item>
340     <property name="text">
341     <string>2</string>
342     </property>
343     </item>
344     <item>
345     <property name="text">
346     <string>3</string>
347     </property>
348     </item>
349     <item>
350     <property name="text">
351     <string>4</string>
352     </property>
353     </item>
354     <item>
355     <property name="text">
356     <string>5</string>
357     </property>
358     </item>
359     <item>
360     <property name="text">
361     <string>6</string>
362     </property>
363     </item>
364     <item>
365     <property name="text">
366     <string>7</string>
367     </property>
368     </item>
369     <item>
370     <property name="text">
371     <string>8</string>
372     </property>
373     </item>
374     <item>
375     <property name="text">
376     <string>9</string>
377     </property>
378     </item>
379     <item>
380     <property name="text">
381     <string>10</string>
382     </property>
383     </item>
384     <item>
385     <property name="text">
386     <string>11</string>
387     </property>
388     </item>
389     <item>
390     <property name="text">
391     <string>12</string>
392     </property>
393     </item>
394     <item>
395     <property name="text">
396     <string>13</string>
397     </property>
398     </item>
399     <item>
400     <property name="text">
401     <string>14</string>
402     </property>
403     </item>
404     <item>
405     <property name="text">
406     <string>15</string>
407     </property>
408     </item>
409     <item>
410     <property name="text">
411     <string>16</string>
412     </property>
413     </item>
414     <item>
415     <property name="text">
416     <string>All</string>
417     </property>
418     </item>
419     </widget>
420     </item>
421     <item row="0" column="7">
422     <spacer>
423     <property name="orientation">
424     <enum>Qt::Horizontal</enum>
425     </property>
426     <property name="sizeType">
427     <enum>QSizePolicy::Expanding</enum>
428     </property>
429     <property name="sizeHint">
430     <size>
431     <width>20</width>
432     <height>20</height>
433     </size>
434     </property>
435     </spacer>
436     </item>
437 capela 3436 <item row="1" column="0">
438     <widget class="QLabel" name="MidiDeviceTextLabel">
439     <property name="text">
440     <string>De&amp;vice:</string>
441 schoenebeck 1461 </property>
442 capela 3436 <property name="alignment">
443 capela 1507 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
444 schoenebeck 1461 </property>
445 capela 3436 <property name="wordWrap">
446 schoenebeck 1461 <bool>false</bool>
447     </property>
448 capela 3436 <property name="buddy">
449 schoenebeck 1461 <cstring>MidiDeviceComboBox</cstring>
450     </property>
451     </widget>
452     </item>
453 capela 3438 <item row="1" column="1" colspan="6">
454     <widget class="QComboBox" name="MidiDeviceComboBox">
455     <property name="sizePolicy">
456     <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
457     <horstretch>0</horstretch>
458     <verstretch>0</verstretch>
459     </sizepolicy>
460 capela 3436 </property>
461 capela 3438 <property name="toolTip">
462     <string>MIDI input device</string>
463 schoenebeck 1461 </property>
464 capela 3438 </widget>
465     </item>
466     <item row="1" column="7">
467     <widget class="QToolButton" name="MidiDeviceToolButton">
468     <property name="sizePolicy">
469     <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
470     <horstretch>0</horstretch>
471     <verstretch>0</verstretch>
472     </sizepolicy>
473 schoenebeck 1461 </property>
474 capela 3438 <property name="minimumSize">
475     <size>
476     <width>24</width>
477     <height>24</height>
478     </size>
479 capela 3436 </property>
480 capela 3438 <property name="maximumSize">
481     <size>
482     <width>26</width>
483     <height>26</height>
484     </size>
485 capela 3436 </property>
486 capela 3438 <property name="focusPolicy">
487     <enum>Qt::TabFocus</enum>
488     </property>
489     <property name="toolTip">
490     <string>MIDI input device setup</string>
491     </property>
492     <property name="text">
493     <string/>
494     </property>
495     <property name="icon">
496     <iconset resource="qsampler.qrc">:/images/midi1.png</iconset>
497     </property>
498     </widget>
499 schoenebeck 1461 </item>
500 capela 3438 <item row="2" column="0">
501     <widget class="QLabel" name="MidiMapTextLabel">
502 capela 3436 <property name="text">
503 capela 3438 <string>&amp;Map:</string>
504 schoenebeck 1461 </property>
505 capela 3436 <property name="alignment">
506 capela 1507 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
507 schoenebeck 1461 </property>
508 capela 3436 <property name="wordWrap">
509 schoenebeck 1461 <bool>false</bool>
510     </property>
511 capela 3436 <property name="buddy">
512 capela 3438 <cstring>MidiMapComboBox</cstring>
513 schoenebeck 1461 </property>
514     </widget>
515     </item>
516 capela 3438 <item row="2" column="1" colspan="2">
517     <widget class="QComboBox" name="MidiMapComboBox">
518     <property name="sizePolicy">
519     <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
520     <horstretch>0</horstretch>
521     <verstretch>0</verstretch>
522     </sizepolicy>
523 capela 3436 </property>
524 capela 3438 <property name="toolTip">
525     <string>Instrument map</string>
526 schoenebeck 1461 </property>
527 capela 3438 </widget>
528     </item>
529     <item row="2" column="3" colspan="5">
530     <spacer>
531     <property name="orientation">
532     <enum>Qt::Horizontal</enum>
533 schoenebeck 1461 </property>
534 capela 3438 <property name="sizeType">
535     <enum>QSizePolicy::Expanding</enum>
536 capela 3436 </property>
537 capela 3438 <property name="sizeHint">
538     <size>
539     <width>20</width>
540     <height>20</height>
541     </size>
542 capela 3436 </property>
543 capela 3438 </spacer>
544 schoenebeck 1461 </item>
545     </layout>
546     </widget>
547     </item>
548     <item>
549 capela 3436 <widget class="QGroupBox" name="AudioGroupBox">
550     <property name="title">
551 schoenebeck 1461 <string>Audio / Output</string>
552     </property>
553 capela 3438 <layout class="QGridLayout">
554     <item row="0" column="0">
555     <widget class="QLabel" name="AudioDriverTextLabel">
556     <property name="minimumSize">
557     <size>
558     <width>62</width>
559     <height>0</height>
560     </size>
561 schoenebeck 1461 </property>
562 capela 3438 <property name="maximumSize">
563     <size>
564     <width>62</width>
565     <height>16777215</height>
566     </size>
567 capela 3436 </property>
568 capela 3438 <property name="text">
569     <string>T&amp;ype:</string>
570 capela 3436 </property>
571 capela 3438 <property name="alignment">
572     <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
573 capela 3436 </property>
574 capela 3438 <property name="wordWrap">
575     <bool>false</bool>
576 schoenebeck 1461 </property>
577 capela 3438 <property name="buddy">
578     <cstring>AudioDriverComboBox</cstring>
579     </property>
580     </widget>
581 schoenebeck 1461 </item>
582 capela 3438 <item row="0" column="1">
583     <widget class="QComboBox" name="AudioDriverComboBox">
584     <property name="sizePolicy">
585     <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
586     <horstretch>0</horstretch>
587     <verstretch>0</verstretch>
588     </sizepolicy>
589     </property>
590     <property name="minimumSize">
591     <size>
592     <width>92</width>
593     <height>0</height>
594     </size>
595     </property>
596     <property name="maximumSize">
597     <size>
598     <width>92</width>
599     <height>16777215</height>
600     </size>
601     </property>
602     <property name="toolTip">
603     <string>Audio output driver type</string>
604     </property>
605     </widget>
606     </item>
607     <item row="0" column="2" colspan="2">
608     <spacer>
609     <property name="orientation">
610     <enum>Qt::Horizontal</enum>
611     </property>
612     <property name="sizeType">
613     <enum>QSizePolicy::Expanding</enum>
614     </property>
615     <property name="sizeHint">
616     <size>
617     <width>20</width>
618     <height>20</height>
619     </size>
620     </property>
621     </spacer>
622     </item>
623     <item row="1" column="0">
624     <widget class="QLabel" name="AudioDeviceTextLabel">
625     <property name="text">
626     <string>De&amp;vice:</string>
627     </property>
628     <property name="alignment">
629     <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
630     </property>
631     <property name="wordWrap">
632     <bool>false</bool>
633     </property>
634     <property name="buddy">
635     <cstring>AudioDeviceComboBox</cstring>
636     </property>
637     </widget>
638     </item>
639     <item row="1" column="1" colspan="2">
640     <widget class="QComboBox" name="AudioDeviceComboBox">
641     <property name="sizePolicy">
642     <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
643     <horstretch>0</horstretch>
644     <verstretch>0</verstretch>
645     </sizepolicy>
646     </property>
647     <property name="toolTip">
648     <string>Audio output device</string>
649     </property>
650     </widget>
651     </item>
652     <item row="1" column="3">
653     <widget class="QToolButton" name="AudioDeviceToolButton">
654     <property name="sizePolicy">
655     <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
656     <horstretch>0</horstretch>
657     <verstretch>0</verstretch>
658     </sizepolicy>
659     </property>
660     <property name="minimumSize">
661     <size>
662     <width>24</width>
663     <height>24</height>
664     </size>
665     </property>
666     <property name="maximumSize">
667     <size>
668     <width>26</width>
669     <height>26</height>
670     </size>
671     </property>
672     <property name="focusPolicy">
673     <enum>Qt::TabFocus</enum>
674     </property>
675     <property name="toolTip">
676     <string>Audio output device setup</string>
677     </property>
678     <property name="text">
679     <string/>
680     </property>
681     <property name="icon">
682     <iconset resource="qsampler.qrc">:/images/audio1.png</iconset>
683     </property>
684     </widget>
685     </item>
686     <item row="2" column="0" colspan="4">
687 capela 3436 <widget class="QTableView" name="AudioRoutingTable">
688     <property name="sizePolicy">
689     <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
690 capela 1509 <horstretch>0</horstretch>
691     <verstretch>0</verstretch>
692     </sizepolicy>
693     </property>
694 capela 3436 <property name="minimumSize">
695 capela 1509 <size>
696     <width>320</width>
697 capela 1519 <height>80</height>
698 capela 1509 </size>
699     </property>
700 capela 3436 <property name="toolTip">
701     <string>Audio routing table</string>
702     </property>
703 capela 1509 </widget>
704 schoenebeck 1461 </item>
705     </layout>
706     </widget>
707     </item>
708     <item>
709 capela 2107 <widget class="QDialogButtonBox" name="DialogButtonBox">
710     <property name="orientation">
711     <enum>Qt::Horizontal</enum>
712 schoenebeck 1461 </property>
713 capela 2107 <property name="standardButtons">
714     <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
715 schoenebeck 1461 </property>
716 capela 2107 </widget>
717 schoenebeck 1461 </item>
718     </layout>
719     </widget>
720 capela 3436 <layoutdefault spacing="4" margin="8"/>
721 schoenebeck 1461 <tabstops>
722     <tabstop>EngineNameComboBox</tabstop>
723     <tabstop>InstrumentFileComboBox</tabstop>
724     <tabstop>InstrumentFileToolButton</tabstop>
725     <tabstop>InstrumentNrComboBox</tabstop>
726 capela 2107 <tabstop>DialogButtonBox</tabstop>
727 schoenebeck 1461 </tabstops>
728     <resources>
729 capela 3436 <include location="qsampler.qrc"/>
730 schoenebeck 1461 </resources>
731 capela 3436 <connections/>
732 schoenebeck 1461 </ui>

  ViewVC Help
Powered by ViewVC