/[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 1703 by capela, Mon Feb 18 23:09:33 2008 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, 2008 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
# Line 43  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="spacing" >     <property name="spacing" >
# Line 73  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>
# Line 196  Line 196 
196          </property>          </property>
197          <property name="minimumSize" >          <property name="minimumSize" >
198           <size>           <size>
199            <width>8</width>            <width>16</width>
200            <height>8</height>            <height>16</height>
201           </size>           </size>
202          </property>          </property>
203          <property name="maximumSize" >          <property name="maximumSize" >
204           <size>           <size>
205            <width>8</width>            <width>16</width>
206            <height>8</height>            <height>16</height>
207           </size>           </size>
208          </property>          </property>
209          <property name="baseSize" >          <property name="baseSize" >
210           <size>           <size>
211            <width>8</width>            <width>16</width>
212            <height>8</height>            <height>16</height>
213           </size>           </size>
214          </property>          </property>
215          <property name="toolTip" >          <property name="toolTip" >
216           <string>MIDI Activity</string>           <string>MIDI activity</string>
217          </property>          </property>
218          <property name="frameShape" >          <property name="frameShape" >
219           <enum>QFrame::NoFrame</enum>           <enum>QFrame::NoFrame</enum>
# Line 447  Line 447 
447    <tabstop>ChannelEditPushButton</tabstop>    <tabstop>ChannelEditPushButton</tabstop>
448   </tabstops>   </tabstops>
449   <resources>   <resources>
450    <include location="../icons/qsampler.qrc" />    <include location="qsampler.qrc" />
451   </resources>   </resources>
452   <connections/>   <connections/>
453  </ui>  </ui>

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

  ViewVC Help
Powered by ViewVC