/[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 2979 by capela, Tue Aug 16 15:34:45 2016 UTC
# Line 47  Line 47 
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 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.2979

  ViewVC Help
Powered by ViewVC