/[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 1489 by schoenebeck, Mon Nov 19 03:29:57 2007 UTC revision 2387 by capela, Sat Dec 29 00:21:11 2012 UTC
# Line 2  Line 2 
2   <author>rncbc aka Rui Nuno Capela</author>   <author>rncbc aka Rui Nuno Capela</author>
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-2012, 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 45  Line 43 
43     <string>Qsampler: Channel</string>     <string>Qsampler: Channel</string>
44    </property>    </property>
45    <property name="windowIcon" >    <property name="windowIcon" >
46     <iconset resource="../icons/qsampler.qrc" >:/icons/qsamplerChannel.png</iconset>     <iconset resource="qsampler.qrc" >:/images/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="margin" >
53      <number>4</number>      <number>4</number>
54     </property>     </property>
55     <item>     <item>
56      <widget class="QPushButton" name="ChannelSetupPushButton" >      <widget class="QPushButton" name="ChannelSetupPushButton" >
57         <property name="minimumSize" >
58          <size>
59           <width>100</width>
60           <height>0</height>
61          </size>
62         </property>
63         <property name="maximumSize" >
64          <size>
65           <width>120</width>
66           <height>32</height>
67          </size>
68         </property>
69       <property name="toolTip" >       <property name="toolTip" >
70        <string>Channel setup</string>        <string>Channel setup</string>
71       </property>       </property>
# Line 63  Line 73 
73        <string>&amp;Channel</string>        <string>&amp;Channel</string>
74       </property>       </property>
75       <property name="icon" >       <property name="icon" >
76        <iconset resource="../icons/qsampler.qrc" >:/icons/qsamplerChannel.png</iconset>        <iconset resource="qsampler.qrc" >:/images/qsamplerChannel.png</iconset>
77       </property>       </property>
78       <property name="shortcut" >       <property name="shortcut" >
79        <string>Alt+C</string>        <string>Alt+C</string>
80       </property>       </property>
      <property name="flat" >  
       <bool>false</bool>  
      </property>  
81      </widget>      </widget>
82     </item>     </item>
83     <item>     <item>
84      <widget class="QFrame" name="ChannelInfoFrame" >      <widget class="QFrame" name="ChannelInfoFrame" >
85       <property name="sizePolicy" >       <property name="sizePolicy" >
86        <sizepolicy>        <sizepolicy vsizetype="Preferred" hsizetype="Preferred" >
        <hsizetype>5</hsizetype>  
        <vsizetype>5</vsizetype>  
87         <horstretch>0</horstretch>         <horstretch>0</horstretch>
88         <verstretch>0</verstretch>         <verstretch>0</verstretch>
89        </sizepolicy>        </sizepolicy>
90       </property>       </property>
91       <property name="minimumSize" >       <property name="minimumSize" >
92        <size>        <size>
93         <width>200</width>         <width>180</width>
94         <height>0</height>         <height>0</height>
95        </size>        </size>
96       </property>       </property>
# Line 95  Line 100 
100         <height>64</height>         <height>64</height>
101        </size>        </size>
102       </property>       </property>
      <property name="palette" >  
       <palette>  
        <active>  
         <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="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="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>  
103       <property name="autoFillBackground" >       <property name="autoFillBackground" >
104        <bool>true</bool>        <bool>true</bool>
105       </property>       </property>
106       <property name="frameShape" >       <property name="frameShape" >
107        <enum>QFrame::Panel</enum>        <enum>QFrame::StyledPanel</enum>
108       </property>       </property>
109       <property name="frameShadow" >       <property name="frameShadow" >
110        <enum>QFrame::Sunken</enum>        <enum>QFrame::Sunken</enum>
111       </property>       </property>
112       <layout class="QGridLayout" >       <layout class="QGridLayout" >
       <property name="margin" >  
        <number>2</number>  
       </property>  
113        <property name="spacing" >        <property name="spacing" >
114         <number>0</number>         <number>0</number>
115        </property>        </property>
116          <property name="margin" >
117           <number>2</number>
118          </property>
119        <item row="0" column="0" >        <item row="0" column="0" >
120         <widget class="QLabel" name="EngineNameTextLabel" >         <widget class="QLabel" name="EngineNameTextLabel" >
         <property name="sizePolicy" >  
          <sizepolicy>  
           <hsizetype>7</hsizetype>  
           <vsizetype>5</vsizetype>  
           <horstretch>0</horstretch>  
           <verstretch>0</verstretch>  
          </sizepolicy>  
         </property>  
         <property name="palette" >  
          <palette>  
           <active>  
            <colorrole role="WindowText" >  
             <brush brushstyle="SolidPattern" >  
              <color alpha="255" >  
               <red>255</red>  
               <green>255</green>  
               <blue>0</blue>  
              </color>  
             </brush>  
            </colorrole>  
           </active>  
           <inactive>  
            <colorrole role="WindowText" >  
             <brush brushstyle="SolidPattern" >  
              <color alpha="255" >  
               <red>255</red>  
               <green>255</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>  
           </disabled>  
          </palette>  
         </property>  
         <property name="toolTip" >  
          <string>Engine name</string>  
         </property>  
121          <property name="text" >          <property name="text" >
122           <string>--</string>           <string>--</string>
123          </property>          </property>
         <property name="alignment" >  
          <set>Qt::AlignTop</set>  
         </property>  
         <property name="wordWrap" >  
          <bool>false</bool>  
         </property>  
124         </widget>         </widget>
125        </item>        </item>
126        <item row="1" column="0" >        <item row="1" column="0" >
127         <widget class="QLabel" name="InstrumentNameTextLabel" >         <widget class="QLabel" name="InstrumentNameTextLabel" >
         <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>  
           </active>  
           <inactive>  
            <colorrole role="WindowText" >  
             <brush brushstyle="SolidPattern" >  
              <color alpha="255" >  
               <red>85</red>  
               <green>255</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>  
           </disabled>  
          </palette>  
         </property>  
128          <property name="toolTip" >          <property name="toolTip" >
129           <string>Instrument name</string>           <string>Instrument name</string>
130          </property>          </property>
# Line 286  Line 136 
136          </property>          </property>
137         </widget>         </widget>
138        </item>        </item>
139        <item row="0" column="1" >        <item row="0" column="2" >
140         <widget class="QLabel" name="MidiPortChannelTextLabel" >         <widget class="QLabel" name="MidiPortChannelTextLabel" >
141            <property name="sizePolicy" >
142             <sizepolicy vsizetype="Preferred" hsizetype="Fixed" >
143              <horstretch>0</horstretch>
144              <verstretch>0</verstretch>
145             </sizepolicy>
146            </property>
147          <property name="minimumSize" >          <property name="minimumSize" >
148           <size>           <size>
149            <width>20</width>            <width>20</width>
150            <height>0</height>            <height>0</height>
151           </size>           </size>
152          </property>          </property>
         <property name="palette" >  
          <palette>  
           <active>  
            <colorrole role="WindowText" >  
             <brush brushstyle="SolidPattern" >  
              <color alpha="255" >  
               <red>255</red>  
               <green>255</green>  
               <blue>0</blue>  
              </color>  
             </brush>  
            </colorrole>  
           </active>  
           <inactive>  
            <colorrole role="WindowText" >  
             <brush brushstyle="SolidPattern" >  
              <color alpha="255" >  
               <red>255</red>  
               <green>255</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>  
           </disabled>  
          </palette>  
         </property>  
153          <property name="toolTip" >          <property name="toolTip" >
154           <string>MIDI port / channel</string>           <string>MIDI port / channel</string>
155          </property>          </property>
# Line 345  Line 164 
164          </property>          </property>
165         </widget>         </widget>
166        </item>        </item>
167        <item row="1" column="1" >        <item row="1" column="2" >
168         <widget class="QLabel" name="InstrumentStatusTextLabel" >         <widget class="QLabel" name="InstrumentStatusTextLabel" >
169          <property name="minimumSize" >          <property name="minimumSize" >
170           <size>           <size>
# Line 353  Line 172 
172            <height>0</height>            <height>0</height>
173           </size>           </size>
174          </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>  
           </active>  
           <inactive>  
            <colorrole role="WindowText" >  
             <brush brushstyle="SolidPattern" >  
              <color alpha="255" >  
               <red>85</red>  
               <green>255</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>  
           </disabled>  
          </palette>  
         </property>  
175          <property name="toolTip" >          <property name="toolTip" >
176           <string>Instrument load status</string>           <string>Instrument load status</string>
177          </property>          </property>
# Line 404  Line 186 
186          </property>          </property>
187         </widget>         </widget>
188        </item>        </item>
189          <item row="0" column="1" >
190           <widget class="QLabel" name="MidiActivityLabel" >
191            <property name="sizePolicy" >
192             <sizepolicy vsizetype="Maximum" hsizetype="Maximum" >
193              <horstretch>0</horstretch>
194              <verstretch>0</verstretch>
195             </sizepolicy>
196            </property>
197            <property name="minimumSize" >
198             <size>
199              <width>16</width>
200              <height>16</height>
201             </size>
202            </property>
203            <property name="maximumSize" >
204             <size>
205              <width>16</width>
206              <height>16</height>
207             </size>
208            </property>
209            <property name="baseSize" >
210             <size>
211              <width>16</width>
212              <height>16</height>
213             </size>
214            </property>
215            <property name="toolTip" >
216             <string>MIDI activity</string>
217            </property>
218            <property name="frameShape" >
219             <enum>QFrame::NoFrame</enum>
220            </property>
221            <property name="frameShadow" >
222             <enum>QFrame::Plain</enum>
223            </property>
224            <property name="text" >
225             <string/>
226            </property>
227            <property name="alignment" >
228             <set>Qt::AlignCenter</set>
229            </property>
230           </widget>
231          </item>
232       </layout>       </layout>
233      </widget>      </widget>
234     </item>     </item>
# Line 412  Line 237 
237       <property name="maximumSize" >       <property name="maximumSize" >
238        <size>        <size>
239         <width>48</width>         <width>48</width>
240         <height>64</height>         <height>32</height>
241        </size>        </size>
242       </property>       </property>
243       <property name="toolTip" >       <property name="toolTip" >
# Line 434  Line 259 
259       <property name="maximumSize" >       <property name="maximumSize" >
260        <size>        <size>
261         <width>48</width>         <width>48</width>
262         <height>64</height>         <height>32</height>
263        </size>        </size>
264       </property>       </property>
265       <property name="toolTip" >       <property name="toolTip" >
# Line 455  Line 280 
280      <widget class="QSlider" name="VolumeSlider" >      <widget class="QSlider" name="VolumeSlider" >
281       <property name="minimumSize" >       <property name="minimumSize" >
282        <size>        <size>
283         <width>120</width>         <width>100</width>
284         <height>0</height>         <height>0</height>
285        </size>        </size>
286       </property>       </property>
287         <property name="maximumSize" >
288          <size>
289           <width>32767</width>
290           <height>32</height>
291          </size>
292         </property>
293       <property name="toolTip" >       <property name="toolTip" >
294        <string>Channel volume</string>        <string>Channel volume</string>
295       </property>       </property>
# Line 480  Line 311 
311      <widget class="QSpinBox" name="VolumeSpinBox" >      <widget class="QSpinBox" name="VolumeSpinBox" >
312       <property name="minimumSize" >       <property name="minimumSize" >
313        <size>        <size>
314         <width>40</width>         <width>60</width>
315         <height>0</height>         <height>0</height>
316        </size>        </size>
317       </property>       </property>
318       <property name="maximumSize" >       <property name="maximumSize" >
319        <size>        <size>
320         <width>60</width>         <width>120</width>
321         <height>32767</height>         <height>24</height>
322        </size>        </size>
323       </property>       </property>
324       <property name="toolTip" >       <property name="toolTip" >
# Line 502  Line 333 
333      </widget>      </widget>
334     </item>     </item>
335     <item>     <item>
336        <widget class="QPushButton" name="FxPushButton" >
337         <property name="maximumSize" >
338          <size>
339           <width>48</width>
340           <height>32</height>
341          </size>
342         </property>
343         <property name="toolTip" >
344          <string>Edit Channel's Effect Settings</string>
345         </property>
346         <property name="text" >
347          <string>&amp;FX</string>
348         </property>
349         <property name="shortcut" >
350          <string>Alt+F</string>
351         </property>
352        </widget>
353       </item>
354       <item>
355      <widget class="QPushButton" name="ChannelEditPushButton" >      <widget class="QPushButton" name="ChannelEditPushButton" >
356       <property name="maximumSize" >       <property name="maximumSize" >
357        <size>        <size>
358         <width>48</width>         <width>48</width>
359         <height>64</height>         <height>32</height>
360        </size>        </size>
361       </property>       </property>
362       <property name="toolTip" >       <property name="toolTip" >
# Line 523  Line 373 
373     <item>     <item>
374      <widget class="QProgressBar" name="StreamUsageProgressBar" >      <widget class="QProgressBar" name="StreamUsageProgressBar" >
375       <property name="sizePolicy" >       <property name="sizePolicy" >
376        <sizepolicy>        <sizepolicy vsizetype="Fixed" hsizetype="Minimum" >
        <hsizetype>1</hsizetype>  
        <vsizetype>0</vsizetype>  
377         <horstretch>0</horstretch>         <horstretch>0</horstretch>
378         <verstretch>0</verstretch>         <verstretch>0</verstretch>
379        </sizepolicy>        </sizepolicy>
380       </property>       </property>
381       <property name="minimumSize" >       <property name="minimumSize" >
382        <size>        <size>
383         <width>100</width>         <width>64</width>
384         <height>0</height>         <height>0</height>
385        </size>        </size>
386       </property>       </property>
387       <property name="maximumSize" >       <property name="maximumSize" >
388        <size>        <size>
389         <width>32767</width>         <width>32767</width>
390         <height>22</height>         <height>24</height>
391        </size>        </size>
392       </property>       </property>
393       <property name="toolTip" >       <property name="toolTip" >
# Line 554  Line 402 
402      <widget class="QLabel" name="StreamVoiceCountTextLabel" >      <widget class="QLabel" name="StreamVoiceCountTextLabel" >
403       <property name="minimumSize" >       <property name="minimumSize" >
404        <size>        <size>
405         <width>60</width>         <width>48</width>
406         <height>0</height>         <height>0</height>
407        </size>        </size>
408       </property>       </property>
409       <property name="maximumSize" >       <property name="maximumSize" >
410        <size>        <size>
411         <width>32767</width>         <width>32767</width>
412         <height>22</height>         <height>32</height>
413        </size>        </size>
414       </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>  
415       <property name="toolTip" >       <property name="toolTip" >
416        <string>Stream / Voice count</string>        <string>Stream / Voice count</string>
417       </property>       </property>
# Line 662  Line 419 
419        <bool>true</bool>        <bool>true</bool>
420       </property>       </property>
421       <property name="frameShape" >       <property name="frameShape" >
422        <enum>QFrame::Panel</enum>        <enum>QFrame::StyledPanel</enum>
423       </property>       </property>
424       <property name="frameShadow" >       <property name="frameShadow" >
425        <enum>QFrame::Sunken</enum>        <enum>QFrame::Sunken</enum>
# Line 687  Line 444 
444    <tabstop>ChannelSoloPushButton</tabstop>    <tabstop>ChannelSoloPushButton</tabstop>
445    <tabstop>VolumeSlider</tabstop>    <tabstop>VolumeSlider</tabstop>
446    <tabstop>VolumeSpinBox</tabstop>    <tabstop>VolumeSpinBox</tabstop>
447      <tabstop>ChannelEditPushButton</tabstop>
448   </tabstops>   </tabstops>
449   <resources>   <resources>
450    <include location="../icons/qsampler.qrc" />    <include location="qsampler.qrc" />
451   </resources>   </resources>
452     <connections/>
453  </ui>  </ui>

Legend:
Removed from v.1489  
changed lines
  Added in v.2387

  ViewVC Help
Powered by ViewVC