/[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 2978 by capela, Mon Aug 15 19:10:16 2016 UTC revision 3849 by capela, Thu Jan 7 16:18:02 2021 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-2016, rncbc aka Rui Nuno Capela. All rights reserved.     Copyright (C) 2004-2021, 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 41  Line 41 
41     <enum>Qt::StrongFocus</enum>     <enum>Qt::StrongFocus</enum>
42    </property>    </property>
43    <property name="windowTitle">    <property name="windowTitle">
44     <string>Qsampler: Channel</string>     <string>Channel</string>
45    </property>    </property>
46    <property name="windowIcon">    <property name="windowIcon">
47     <iconset resource="qsampler.qrc">:/images/qsamplerChannel.png</iconset>     <iconset resource="qsampler.qrc">:/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">
# Line 88  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 142  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 354  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 364  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>
378        </size>        </size>
379       </property>       </property>
380       <property name="toolTip">       <property name="toolTip">
# Line 380  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>64</width>         <width>64</width>
399         <height>48</height>         <height>32</height>
400        </size>        </size>
401       </property>       </property>
402       <property name="toolTip">       <property name="toolTip">
# Line 412  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>

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

  ViewVC Help
Powered by ViewVC