/[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 2678 by capela, Thu Oct 16 17:11:32 2014 UTC revision 3438 by capela, Tue Dec 4 09:52:38 2018 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-2018, 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">
    <property name="spacing">  
     <number>4</number>  
    </property>  
    <property name="margin">  
     <number>4</number>  
    </property>  
50     <item>     <item>
51      <widget class="QPushButton" name="ChannelSetupPushButton">      <widget class="QPushButton" name="ChannelSetupPushButton">
52       <property name="minimumSize">       <property name="minimumSize">
53        <size>        <size>
54         <width>100</width>         <width>100</width>
55         <height>0</height>         <height>22</height>
56        </size>        </size>
57       </property>       </property>
58       <property name="maximumSize">       <property name="maximumSize">
# Line 75  Line 68 
68        <string>&amp;Channel</string>        <string>&amp;Channel</string>
69       </property>       </property>
70       <property name="icon">       <property name="icon">
71        <iconset resource="qsampler.qrc">        <iconset resource="qsampler.qrc">:/images/qsamplerChannel.png</iconset>
        <normaloff>:/images/qsamplerChannel.png</normaloff>:/images/qsamplerChannel.png</iconset>  
72       </property>       </property>
73      </widget>      </widget>
74     </item>     </item>
# Line 90  Line 82 
82       </property>       </property>
83       <property name="minimumSize">       <property name="minimumSize">
84        <size>        <size>
85         <width>180</width>         <width>240</width>
86         <height>0</height>         <height>48</height>
87        </size>        </size>
88       </property>       </property>
89       <property name="maximumSize">       <property name="maximumSize">
# Line 144  Line 136 
136           <string>-- / --</string>           <string>-- / --</string>
137          </property>          </property>
138          <property name="alignment">          <property name="alignment">
139           <set>Qt::AlignHCenter|Qt::AlignTop</set>           <set>Qt::AlignCenter</set>
140          </property>          </property>
141          <property name="wordWrap">          <property name="wordWrap">
142           <bool>false</bool>           <bool>false</bool>
# Line 274  Line 266 
266      </widget>      </widget>
267     </item>     </item>
268     <item>     <item>
269      <widget class="QSlider" name="VolumeSlider">      <widget class="QSlider" name="ChannelVolumeSlider">
270       <property name="minimumSize">       <property name="minimumSize">
271        <size>        <size>
272         <width>100</width>         <width>100</width>
273         <height>0</height>         <height>0</height>
274        </size>        </size>
275       </property>       </property>
      <property name="maximumSize">  
       <size>  
        <width>32767</width>  
        <height>32</height>  
       </size>  
      </property>  
276       <property name="toolTip">       <property name="toolTip">
277        <string>Channel volume</string>        <string>Channel volume</string>
278       </property>       </property>
# Line 305  Line 291 
291      </widget>      </widget>
292     </item>     </item>
293     <item>     <item>
294      <widget class="QSpinBox" name="VolumeSpinBox">      <widget class="QSpinBox" name="ChannelVolumeSpinBox">
295       <property name="minimumSize">       <property name="minimumSize">
296        <size>        <size>
297         <width>60</width>         <width>60</width>
# Line 330  Line 316 
316      </widget>      </widget>
317     </item>     </item>
318     <item>     <item>
319      <widget class="QPushButton" name="FxPushButton">      <widget class="QPushButton" name="ChannelFxPushButton">
320       <property name="maximumSize">       <property name="maximumSize">
321        <size>        <size>
322         <width>48</width>         <width>48</width>
# Line 362  Line 348 
348      </widget>      </widget>
349     </item>     </item>
350     <item>     <item>
351        <spacer>
352         <property name="orientation" >
353          <enum>Qt::Horizontal</enum>
354         </property>
355         <property name="sizeType" >
356          <enum>QSizePolicy::Preferred</enum>
357         </property>
358         <property name="sizeHint" >
359          <size>
360           <width>8</width>
361           <height>22</height>
362          </size>
363         </property>
364        </spacer>
365       </item>
366       <item>
367      <widget class="QProgressBar" name="StreamUsageProgressBar">      <widget class="QProgressBar" name="StreamUsageProgressBar">
368       <property name="sizePolicy">       <property name="sizePolicy">
369        <sizepolicy hsizetype="Minimum" vsizetype="Fixed">        <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
370         <horstretch>0</horstretch>         <horstretch>0</horstretch>
371         <verstretch>0</verstretch>         <verstretch>0</verstretch>
372        </sizepolicy>        </sizepolicy>
# Line 372  Line 374 
374       <property name="minimumSize">       <property name="minimumSize">
375        <size>        <size>
376         <width>64</width>         <width>64</width>
377         <height>0</height>         <height>22</height>
       </size>  
      </property>  
      <property name="maximumSize">  
       <size>  
        <width>32767</width>  
        <height>24</height>  
378        </size>        </size>
379       </property>       </property>
380       <property name="toolTip">       <property name="toolTip">
# Line 394  Line 390 
390       <property name="minimumSize">       <property name="minimumSize">
391        <size>        <size>
392         <width>48</width>         <width>48</width>
393         <height>0</height>         <height>22</height>
394        </size>        </size>
395       </property>       </property>
396       <property name="maximumSize">       <property name="maximumSize">
397        <size>        <size>
398         <width>32767</width>         <width>64</width>
399         <height>32</height>         <height>32</height>
400        </size>        </size>
401       </property>       </property>
# Line 426  Line 422 
422       </property>       </property>
423      </widget>      </widget>
424     </item>     </item>
425       <item>
426        <spacer>
427         <property name="orientation" >
428          <enum>Qt::Horizontal</enum>
429         </property>
430         <property name="sizeType" >
431          <enum>QSizePolicy::Preferred</enum>
432         </property>
433         <property name="sizeHint" >
434          <size>
435           <width>8</width>
436           <height>22</height>
437          </size>
438         </property>
439        </spacer>
440       </item>
441    </layout>    </layout>
442   </widget>   </widget>
443   <layoutdefault spacing="0" margin="0"/>   <layoutdefault spacing="4" margin="4"/>
444   <tabstops>   <tabstops>
445    <tabstop>ChannelSetupPushButton</tabstop>    <tabstop>ChannelSetupPushButton</tabstop>
446    <tabstop>ChannelMutePushButton</tabstop>    <tabstop>ChannelMutePushButton</tabstop>
447    <tabstop>ChannelSoloPushButton</tabstop>    <tabstop>ChannelSoloPushButton</tabstop>
448    <tabstop>VolumeSlider</tabstop>    <tabstop>ChannelVolumeSlider</tabstop>
449    <tabstop>VolumeSpinBox</tabstop>    <tabstop>ChannelVolumeSpinBox</tabstop>
450      <tabstop>ChannelFxPushButton</tabstop>
451    <tabstop>ChannelEditPushButton</tabstop>    <tabstop>ChannelEditPushButton</tabstop>
452   </tabstops>   </tabstops>
453   <resources>   <resources>

Legend:
Removed from v.2678  
changed lines
  Added in v.3438

  ViewVC Help
Powered by ViewVC