/[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 2977 by capela, Thu Oct 16 17:11:32 2014 UTC revision 2978 by capela, Mon Aug 15 19:10:16 2016 UTC
# Line 3  Line 3 
3   <author>rncbc aka Rui Nuno Capela</author>   <author>rncbc aka Rui Nuno Capela</author>
4   <comment>qsampler - A LinuxSampler Qt GUI Interface.   <comment>qsampler - A LinuxSampler Qt GUI Interface.
5    
6     Copyright (C) 2004-2014, rncbc aka Rui Nuno Capela. All rights reserved.     Copyright (C) 2004-2016, rncbc aka Rui Nuno Capela. All rights reserved.
7     Copyright (C) 2007, 2008, 2014 Christian Schoenebeck     Copyright (C) 2007, 2008, 2014 Christian Schoenebeck
8    
9     This program is free software; you can redistribute it and/or     This program is free software; you can redistribute it and/or
# Line 27  Line 27 
27     <rect>     <rect>
28      <x>0</x>      <x>0</x>
29      <y>0</y>      <y>0</y>
30      <width>815</width>      <width>640</width>
31      <height>61</height>      <height>64</height>
32     </rect>     </rect>
33    </property>    </property>
34    <property name="sizePolicy">    <property name="sizePolicy">
# Line 44  Line 44 
44     <string>Qsampler: Channel</string>     <string>Qsampler: Channel</string>
45    </property>    </property>
46    <property name="windowIcon">    <property name="windowIcon">
47     <iconset resource="qsampler.qrc">     <iconset resource="qsampler.qrc">:/images/qsamplerChannel.png</iconset>
     <normaloff>:/images/qsamplerChannel.png</normaloff>:/images/qsamplerChannel.png</iconset>  
48    </property>    </property>
49    <layout class="QHBoxLayout">    <layout class="QHBoxLayout">
50     <property name="spacing">     <property name="spacing">
# Line 59  Line 58 
58       <property name="minimumSize">       <property name="minimumSize">
59        <size>        <size>
60         <width>100</width>         <width>100</width>
61         <height>0</height>         <height>22</height>
62        </size>        </size>
63       </property>       </property>
64       <property name="maximumSize">       <property name="maximumSize">
# Line 75  Line 74 
74        <string>&amp;Channel</string>        <string>&amp;Channel</string>
75       </property>       </property>
76       <property name="icon">       <property name="icon">
77        <iconset resource="qsampler.qrc">        <iconset resource="qsampler.qrc">:/images/qsamplerChannel.png</iconset>
        <normaloff>:/images/qsamplerChannel.png</normaloff>:/images/qsamplerChannel.png</iconset>  
78       </property>       </property>
79      </widget>      </widget>
80     </item>     </item>
# Line 274  Line 272 
272      </widget>      </widget>
273     </item>     </item>
274     <item>     <item>
275      <widget class="QSlider" name="VolumeSlider">      <widget class="QSlider" name="ChannelVolumeSlider">
276       <property name="minimumSize">       <property name="minimumSize">
277        <size>        <size>
278         <width>100</width>         <width>100</width>
279         <height>0</height>         <height>0</height>
280        </size>        </size>
281       </property>       </property>
      <property name="maximumSize">  
       <size>  
        <width>32767</width>  
        <height>32</height>  
       </size>  
      </property>  
282       <property name="toolTip">       <property name="toolTip">
283        <string>Channel volume</string>        <string>Channel volume</string>
284       </property>       </property>
# Line 305  Line 297 
297      </widget>      </widget>
298     </item>     </item>
299     <item>     <item>
300      <widget class="QSpinBox" name="VolumeSpinBox">      <widget class="QSpinBox" name="ChannelVolumeSpinBox">
301       <property name="minimumSize">       <property name="minimumSize">
302        <size>        <size>
303         <width>60</width>         <width>60</width>
# Line 330  Line 322 
322      </widget>      </widget>
323     </item>     </item>
324     <item>     <item>
325      <widget class="QPushButton" name="FxPushButton">      <widget class="QPushButton" name="ChannelFxPushButton">
326       <property name="maximumSize">       <property name="maximumSize">
327        <size>        <size>
328         <width>48</width>         <width>48</width>
# Line 375  Line 367 
367         <height>0</height>         <height>0</height>
368        </size>        </size>
369       </property>       </property>
      <property name="maximumSize">  
       <size>  
        <width>32767</width>  
        <height>24</height>  
       </size>  
      </property>  
370       <property name="toolTip">       <property name="toolTip">
371        <string>Least buffer fill stream usage (%)</string>        <string>Least buffer fill stream usage (%)</string>
372       </property>       </property>
# Line 399  Line 385 
385       </property>       </property>
386       <property name="maximumSize">       <property name="maximumSize">
387        <size>        <size>
388         <width>32767</width>         <width>64</width>
389         <height>32</height>         <height>48</height>
390        </size>        </size>
391       </property>       </property>
392       <property name="toolTip">       <property name="toolTip">
# Line 433  Line 419 
419    <tabstop>ChannelSetupPushButton</tabstop>    <tabstop>ChannelSetupPushButton</tabstop>
420    <tabstop>ChannelMutePushButton</tabstop>    <tabstop>ChannelMutePushButton</tabstop>
421    <tabstop>ChannelSoloPushButton</tabstop>    <tabstop>ChannelSoloPushButton</tabstop>
422    <tabstop>VolumeSlider</tabstop>    <tabstop>ChannelVolumeSlider</tabstop>
423    <tabstop>VolumeSpinBox</tabstop>    <tabstop>ChannelVolumeSpinBox</tabstop>
424      <tabstop>ChannelFxPushButton</tabstop>
425    <tabstop>ChannelEditPushButton</tabstop>    <tabstop>ChannelEditPushButton</tabstop>
426   </tabstops>   </tabstops>
427   <resources>   <resources>

Legend:
Removed from v.2977  
changed lines
  Added in v.2978

  ViewVC Help
Powered by ViewVC