/[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 751 by capela, Fri Aug 19 17:10:16 2005 UTC revision 1018 by capela, Wed Jan 10 19:39:00 2007 UTC
# Line 2  Line 2 
2  <class>qsamplerChannelStrip</class>  <class>qsamplerChannelStrip</class>
3  <comment>qsampler - A LinuxSampler Qt GUI Interface.  <comment>qsampler - A LinuxSampler Qt GUI Interface.
4    
5     Copyright (C) 2004-2005, rncbc aka Rui Nuno Capela. All rights reserved.     Copyright (C) 2004-2007, rncbc aka Rui Nuno Capela. All rights reserved.
6    
7     This program is free software; you can redistribute it and/or     This program is free software; you can redistribute it and/or
8     modify it under the terms of the GNU General Public License     modify it under the terms of the GNU General Public License
# Line 14  Line 14 
14     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15     GNU General Public License for more details.     GNU General Public License for more details.
16    
17     You should have received a copy of the GNU General Public License     You should have received a copy of the GNU General Public License along
18     along with this program; if not, write to the Free Software     with this program; if not, write to the Free Software Foundation, Inc.,
19     Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.     51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20    
21  </comment>  </comment>
22  <author>rncbc aka Rui Nuno Capela</author>  <author>rncbc aka Rui Nuno Capela</author>
# Line 28  Line 28 
28          <rect>          <rect>
29              <x>0</x>              <x>0</x>
30              <y>0</y>              <y>0</y>
31              <width>737</width>              <width>720</width>
32              <height>46</height>              <height>48</height>
33          </rect>          </rect>
34      </property>      </property>
35      <property name="sizePolicy">      <property name="sizePolicy">
# Line 41  Line 41 
41          </sizepolicy>          </sizepolicy>
42      </property>      </property>
43      <property name="caption">      <property name="caption">
44          <string>Channel</string>          <string>Qsampler: Channel</string>
45      </property>      </property>
46      <property name="icon">      <property name="icon">
47          <pixmap>qsamplerChannel.png</pixmap>          <pixmap>qsamplerChannel.png</pixmap>
# Line 209  Line 209 
209                          <enum>ParentOrigin</enum>                          <enum>ParentOrigin</enum>
210                      </property>                      </property>
211                      <property name="text">                      <property name="text">
212                          <string>--/--</string>                          <string>-- / --</string>
213                      </property>                      </property>
214                      <property name="alignment">                      <property name="alignment">
215                          <set>AlignTop|AlignHCenter</set>                          <set>AlignTop|AlignHCenter</set>
216                      </property>                      </property>
217                      <property name="toolTip" stdset="0">                      <property name="toolTip" stdset="0">
218                          <string>MIDI Port/Channel</string>                          <string>MIDI port / channel</string>
219                      </property>                      </property>
220                  </widget>                  </widget>
221                  <widget class="QLabel" row="1" column="1">                  <widget class="QLabel" row="1" column="1">
# Line 273  Line 273 
273                  <bool>true</bool>                  <bool>true</bool>
274              </property>              </property>
275              <property name="toolTip" stdset="0">              <property name="toolTip" stdset="0">
276                  <string>Channel Mute</string>                  <string>Channel mute</string>
277              </property>              </property>
278          </widget>          </widget>
279          <widget class="QPushButton">          <widget class="QPushButton">
# Line 296  Line 296 
296                  <bool>true</bool>                  <bool>true</bool>
297              </property>              </property>
298              <property name="toolTip" stdset="0">              <property name="toolTip" stdset="0">
299                  <string>Channel Solo</string>                  <string>Channel solo</string>
300              </property>              </property>
301          </widget>          </widget>
302          <widget class="QSlider">          <widget class="QSlider">

Legend:
Removed from v.751  
changed lines
  Added in v.1018

  ViewVC Help
Powered by ViewVC