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

Diff of /qsampler/trunk/src/qsamplerChannelStrip.ui

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1507 by capela, Wed Nov 21 23:22:18 2007 UTC revision 1691 by schoenebeck, Thu Feb 14 22:31:26 2008 UTC
# Line 3  Line 3 
3   <comment>qsampler - A LinuxSampler Qt GUI Interface.   <comment>qsampler - A LinuxSampler Qt GUI Interface.
4    
5     Copyright (C) 2004-2007, rncbc aka Rui Nuno Capela. All rights reserved.     Copyright (C) 2004-2007, rncbc aka Rui Nuno Capela. All rights reserved.
6     Copyright (C) 2007, Christian Schoenebeck     Copyright (C) 2007, 2008 Christian Schoenebeck
7    
8     This program is free software; you can redistribute it and/or     This program is free software; you can redistribute it and/or
9     modify it under the terms of the GNU General Public License     modify it under the terms of the GNU General Public License
# Line 26  Line 26 
26     <rect>     <rect>
27      <x>0</x>      <x>0</x>
28      <y>0</y>      <y>0</y>
29      <width>795</width>      <width>815</width>
30      <height>56</height>      <height>52</height>
31     </rect>     </rect>
32    </property>    </property>
33    <property name="sizePolicy" >    <property name="sizePolicy" >
34     <sizepolicy>     <sizepolicy vsizetype="Minimum" hsizetype="Expanding" >
     <hsizetype>7</hsizetype>  
     <vsizetype>1</vsizetype>  
35      <horstretch>0</horstretch>      <horstretch>0</horstretch>
36      <verstretch>0</verstretch>      <verstretch>0</verstretch>
37     </sizepolicy>     </sizepolicy>
# Line 48  Line 46 
46     <iconset resource="../icons/qsampler.qrc" >:/icons/qsamplerChannel.png</iconset>     <iconset resource="../icons/qsampler.qrc" >:/icons/qsamplerChannel.png</iconset>
47    </property>    </property>
48    <layout class="QHBoxLayout" >    <layout class="QHBoxLayout" >
49     <property name="margin" >     <property name="spacing" >
50      <number>4</number>      <number>4</number>
51     </property>     </property>
52     <property name="spacing" >     <property name="leftMargin" >
53        <number>4</number>
54       </property>
55       <property name="topMargin" >
56        <number>4</number>
57       </property>
58       <property name="rightMargin" >
59        <number>4</number>
60       </property>
61       <property name="bottomMargin" >
62      <number>4</number>      <number>4</number>
63     </property>     </property>
64     <item>     <item>
65      <widget class="QPushButton" name="ChannelSetupPushButton" >      <widget class="QPushButton" name="ChannelSetupPushButton" >
66         <property name="minimumSize" >
67          <size>
68           <width>100</width>
69           <height>0</height>
70          </size>
71         </property>
72         <property name="maximumSize" >
73          <size>
74           <width>120</width>
75           <height>32</height>
76          </size>
77         </property>
78       <property name="toolTip" >       <property name="toolTip" >
79        <string>Channel setup</string>        <string>Channel setup</string>
80       </property>       </property>
# Line 68  Line 87 
87       <property name="shortcut" >       <property name="shortcut" >
88        <string>Alt+C</string>        <string>Alt+C</string>
89       </property>       </property>
      <property name="flat" >  
       <bool>false</bool>  
      </property>  
90      </widget>      </widget>
91     </item>     </item>
92     <item>     <item>
93      <widget class="QFrame" name="ChannelInfoFrame" >      <widget class="QFrame" name="ChannelInfoFrame" >
94       <property name="sizePolicy" >       <property name="sizePolicy" >
95        <sizepolicy>        <sizepolicy vsizetype="Preferred" hsizetype="Preferred" >
        <hsizetype>5</hsizetype>  
        <vsizetype>5</vsizetype>  
96         <horstretch>0</horstretch>         <horstretch>0</horstretch>
97         <verstretch>0</verstretch>         <verstretch>0</verstretch>
98        </sizepolicy>        </sizepolicy>
99       </property>       </property>
100       <property name="minimumSize" >       <property name="minimumSize" >
101        <size>        <size>
102         <width>200</width>         <width>180</width>
103         <height>0</height>         <height>0</height>
104        </size>        </size>
105       </property>       </property>
# Line 99  Line 113 
113        <bool>true</bool>        <bool>true</bool>
114       </property>       </property>
115       <property name="frameShape" >       <property name="frameShape" >
116        <enum>QFrame::Panel</enum>        <enum>QFrame::StyledPanel</enum>
117       </property>       </property>
118       <property name="frameShadow" >       <property name="frameShadow" >
119        <enum>QFrame::Sunken</enum>        <enum>QFrame::Sunken</enum>
120       </property>       </property>
121       <layout class="QGridLayout" >       <layout class="QGridLayout" >
122        <property name="margin" >        <property name="leftMargin" >
123           <number>2</number>
124          </property>
125          <property name="topMargin" >
126           <number>2</number>
127          </property>
128          <property name="rightMargin" >
129         <number>2</number>         <number>2</number>
130        </property>        </property>
131        <property name="spacing" >        <property name="bottomMargin" >
132           <number>2</number>
133          </property>
134          <property name="horizontalSpacing" >
135           <number>0</number>
136          </property>
137          <property name="verticalSpacing" >
138         <number>0</number>         <number>0</number>
139        </property>        </property>
140        <item row="0" column="0" >        <item row="0" column="0" >
141         <widget class="QLabel" name="EngineNameTextLabel" >         <widget class="QLabel" name="EngineNameTextLabel" >
142          <property name="sizePolicy" >          <property name="text" >
143           <sizepolicy>           <string>--</string>
           <hsizetype>7</hsizetype>  
           <vsizetype>5</vsizetype>  
           <horstretch>0</horstretch>  
           <verstretch>0</verstretch>  
          </sizepolicy>  
144          </property>          </property>
145         </widget>         </widget>
146        </item>        </item>
# Line 136  Line 157 
157          </property>          </property>
158         </widget>         </widget>
159        </item>        </item>
160        <item row="0" column="1" >        <item row="0" column="2" >
161         <widget class="QLabel" name="MidiPortChannelTextLabel" >         <widget class="QLabel" name="MidiPortChannelTextLabel" >
162            <property name="sizePolicy" >
163             <sizepolicy vsizetype="Preferred" hsizetype="Fixed" >
164              <horstretch>0</horstretch>
165              <verstretch>0</verstretch>
166             </sizepolicy>
167            </property>
168          <property name="minimumSize" >          <property name="minimumSize" >
169           <size>           <size>
170            <width>20</width>            <width>20</width>
# Line 158  Line 185 
185          </property>          </property>
186         </widget>         </widget>
187        </item>        </item>
188        <item row="1" column="1" >        <item row="1" column="2" >
189         <widget class="QLabel" name="InstrumentStatusTextLabel" >         <widget class="QLabel" name="InstrumentStatusTextLabel" >
190          <property name="minimumSize" >          <property name="minimumSize" >
191           <size>           <size>
# Line 180  Line 207 
207          </property>          </property>
208         </widget>         </widget>
209        </item>        </item>
210          <item row="0" column="1" >
211           <widget class="QLabel" name="MidiActivityLabel" >
212            <property name="sizePolicy" >
213             <sizepolicy vsizetype="Maximum" hsizetype="Maximum" >
214              <horstretch>0</horstretch>
215              <verstretch>0</verstretch>
216             </sizepolicy>
217            </property>
218            <property name="minimumSize" >
219             <size>
220              <width>8</width>
221              <height>8</height>
222             </size>
223            </property>
224            <property name="maximumSize" >
225             <size>
226              <width>8</width>
227              <height>8</height>
228             </size>
229            </property>
230            <property name="baseSize" >
231             <size>
232              <width>8</width>
233              <height>8</height>
234             </size>
235            </property>
236            <property name="toolTip" >
237             <string>MIDI Activity</string>
238            </property>
239            <property name="frameShape" >
240             <enum>QFrame::NoFrame</enum>
241            </property>
242            <property name="frameShadow" >
243             <enum>QFrame::Plain</enum>
244            </property>
245            <property name="text" >
246             <string/>
247            </property>
248            <property name="alignment" >
249             <set>Qt::AlignCenter</set>
250            </property>
251           </widget>
252          </item>
253       </layout>       </layout>
254      </widget>      </widget>
255     </item>     </item>
# Line 188  Line 258 
258       <property name="maximumSize" >       <property name="maximumSize" >
259        <size>        <size>
260         <width>48</width>         <width>48</width>
261         <height>64</height>         <height>32</height>
262        </size>        </size>
263       </property>       </property>
264       <property name="toolTip" >       <property name="toolTip" >
# Line 210  Line 280 
280       <property name="maximumSize" >       <property name="maximumSize" >
281        <size>        <size>
282         <width>48</width>         <width>48</width>
283         <height>64</height>         <height>32</height>
284        </size>        </size>
285       </property>       </property>
286       <property name="toolTip" >       <property name="toolTip" >
# Line 231  Line 301 
301      <widget class="QSlider" name="VolumeSlider" >      <widget class="QSlider" name="VolumeSlider" >
302       <property name="minimumSize" >       <property name="minimumSize" >
303        <size>        <size>
304         <width>120</width>         <width>100</width>
305         <height>0</height>         <height>0</height>
306        </size>        </size>
307       </property>       </property>
308         <property name="maximumSize" >
309          <size>
310           <width>32767</width>
311           <height>32</height>
312          </size>
313         </property>
314       <property name="toolTip" >       <property name="toolTip" >
315        <string>Channel volume</string>        <string>Channel volume</string>
316       </property>       </property>
# Line 256  Line 332 
332      <widget class="QSpinBox" name="VolumeSpinBox" >      <widget class="QSpinBox" name="VolumeSpinBox" >
333       <property name="minimumSize" >       <property name="minimumSize" >
334        <size>        <size>
335         <width>40</width>         <width>60</width>
336         <height>0</height>         <height>0</height>
337        </size>        </size>
338       </property>       </property>
339       <property name="maximumSize" >       <property name="maximumSize" >
340        <size>        <size>
341         <width>60</width>         <width>120</width>
342         <height>32767</height>         <height>24</height>
343        </size>        </size>
344       </property>       </property>
345       <property name="toolTip" >       <property name="toolTip" >
# Line 278  Line 354 
354      </widget>      </widget>
355     </item>     </item>
356     <item>     <item>
357        <widget class="QPushButton" name="FxPushButton" >
358         <property name="maximumSize" >
359          <size>
360           <width>48</width>
361           <height>32</height>
362          </size>
363         </property>
364         <property name="toolTip" >
365          <string>Edit Channel's Effect Settings</string>
366         </property>
367         <property name="text" >
368          <string>&amp;FX</string>
369         </property>
370         <property name="shortcut" >
371          <string>Alt+F</string>
372         </property>
373        </widget>
374       </item>
375       <item>
376      <widget class="QPushButton" name="ChannelEditPushButton" >      <widget class="QPushButton" name="ChannelEditPushButton" >
377       <property name="maximumSize" >       <property name="maximumSize" >
378        <size>        <size>
379         <width>48</width>         <width>48</width>
380         <height>64</height>         <height>32</height>
381        </size>        </size>
382       </property>       </property>
383       <property name="toolTip" >       <property name="toolTip" >
# Line 299  Line 394 
394     <item>     <item>
395      <widget class="QProgressBar" name="StreamUsageProgressBar" >      <widget class="QProgressBar" name="StreamUsageProgressBar" >
396       <property name="sizePolicy" >       <property name="sizePolicy" >
397        <sizepolicy>        <sizepolicy vsizetype="Fixed" hsizetype="Minimum" >
        <hsizetype>1</hsizetype>  
        <vsizetype>0</vsizetype>  
398         <horstretch>0</horstretch>         <horstretch>0</horstretch>
399         <verstretch>0</verstretch>         <verstretch>0</verstretch>
400        </sizepolicy>        </sizepolicy>
401       </property>       </property>
402       <property name="minimumSize" >       <property name="minimumSize" >
403        <size>        <size>
404         <width>100</width>         <width>64</width>
405         <height>0</height>         <height>0</height>
406        </size>        </size>
407       </property>       </property>
408       <property name="maximumSize" >       <property name="maximumSize" >
409        <size>        <size>
410         <width>32767</width>         <width>32767</width>
411         <height>22</height>         <height>24</height>
412        </size>        </size>
413       </property>       </property>
414       <property name="toolTip" >       <property name="toolTip" >
# Line 330  Line 423 
423      <widget class="QLabel" name="StreamVoiceCountTextLabel" >      <widget class="QLabel" name="StreamVoiceCountTextLabel" >
424       <property name="minimumSize" >       <property name="minimumSize" >
425        <size>        <size>
426         <width>60</width>         <width>48</width>
427         <height>0</height>         <height>0</height>
428        </size>        </size>
429       </property>       </property>
430       <property name="maximumSize" >       <property name="maximumSize" >
431        <size>        <size>
432         <width>32767</width>         <width>32767</width>
433         <height>22</height>         <height>32</height>
434        </size>        </size>
435       </property>       </property>
      <property name="palette" >  
       <palette>  
        <active>  
         <colorrole role="WindowText" >  
          <brush brushstyle="SolidPattern" >  
           <color alpha="255" >  
            <red>85</red>  
            <green>255</green>  
            <blue>0</blue>  
           </color>  
          </brush>  
         </colorrole>  
         <colorrole role="Base" >  
          <brush brushstyle="SolidPattern" >  
           <color alpha="255" >  
            <red>255</red>  
            <green>255</green>  
            <blue>255</blue>  
           </color>  
          </brush>  
         </colorrole>  
         <colorrole role="Window" >  
          <brush brushstyle="SolidPattern" >  
           <color alpha="255" >  
            <red>0</red>  
            <green>0</green>  
            <blue>0</blue>  
           </color>  
          </brush>  
         </colorrole>  
        </active>  
        <inactive>  
         <colorrole role="WindowText" >  
          <brush brushstyle="SolidPattern" >  
           <color alpha="255" >  
            <red>85</red>  
            <green>255</green>  
            <blue>0</blue>  
           </color>  
          </brush>  
         </colorrole>  
         <colorrole role="Base" >  
          <brush brushstyle="SolidPattern" >  
           <color alpha="255" >  
            <red>255</red>  
            <green>255</green>  
            <blue>255</blue>  
           </color>  
          </brush>  
         </colorrole>  
         <colorrole role="Window" >  
          <brush brushstyle="SolidPattern" >  
           <color alpha="255" >  
            <red>0</red>  
            <green>0</green>  
            <blue>0</blue>  
           </color>  
          </brush>  
         </colorrole>  
        </inactive>  
        <disabled>  
         <colorrole role="WindowText" >  
          <brush brushstyle="SolidPattern" >  
           <color alpha="255" >  
            <red>119</red>  
            <green>119</green>  
            <blue>119</blue>  
           </color>  
          </brush>  
         </colorrole>  
         <colorrole role="Base" >  
          <brush brushstyle="SolidPattern" >  
           <color alpha="255" >  
            <red>0</red>  
            <green>0</green>  
            <blue>0</blue>  
           </color>  
          </brush>  
         </colorrole>  
         <colorrole role="Window" >  
          <brush brushstyle="SolidPattern" >  
           <color alpha="255" >  
            <red>0</red>  
            <green>0</green>  
            <blue>0</blue>  
           </color>  
          </brush>  
         </colorrole>  
        </disabled>  
       </palette>  
      </property>  
436       <property name="toolTip" >       <property name="toolTip" >
437        <string>Stream / Voice count</string>        <string>Stream / Voice count</string>
438       </property>       </property>
# Line 438  Line 440 
440        <bool>true</bool>        <bool>true</bool>
441       </property>       </property>
442       <property name="frameShape" >       <property name="frameShape" >
443        <enum>QFrame::Panel</enum>        <enum>QFrame::StyledPanel</enum>
444       </property>       </property>
445       <property name="frameShadow" >       <property name="frameShadow" >
446        <enum>QFrame::Sunken</enum>        <enum>QFrame::Sunken</enum>
# Line 463  Line 465 
465    <tabstop>ChannelSoloPushButton</tabstop>    <tabstop>ChannelSoloPushButton</tabstop>
466    <tabstop>VolumeSlider</tabstop>    <tabstop>VolumeSlider</tabstop>
467    <tabstop>VolumeSpinBox</tabstop>    <tabstop>VolumeSpinBox</tabstop>
468      <tabstop>ChannelEditPushButton</tabstop>
469   </tabstops>   </tabstops>
470   <resources>   <resources>
471    <include location="../icons/qsampler.qrc" />    <include location="../icons/qsampler.qrc" />
472   </resources>   </resources>
473     <connections/>
474  </ui>  </ui>

Legend:
Removed from v.1507  
changed lines
  Added in v.1691

  ViewVC Help
Powered by ViewVC