/[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 176 by capela, Tue Jul 6 10:54:45 2004 UTC revision 255 by capela, Tue Sep 28 16:17:43 2004 UTC
# Line 29  Line 29 
29              <x>0</x>              <x>0</x>
30              <y>0</y>              <y>0</y>
31              <width>694</width>              <width>694</width>
32              <height>46</height>              <height>47</height>
33          </rect>          </rect>
34      </property>      </property>
35      <property name="sizePolicy">      <property name="sizePolicy">
# Line 157  Line 157 
157                      <property name="alignment">                      <property name="alignment">
158                          <set>AlignTop</set>                          <set>AlignTop</set>
159                      </property>                      </property>
160                        <property name="indent">
161                            <number>4</number>
162                        </property>
163                      <property name="toolTip" stdset="0">                      <property name="toolTip" stdset="0">
164                          <string>Engine name</string>                          <string>Engine name</string>
165                      </property>                      </property>
# Line 181  Line 184 
184                      <property name="text">                      <property name="text">
185                          <string>--</string>                          <string>--</string>
186                      </property>                      </property>
187                        <property name="indent">
188                            <number>4</number>
189                        </property>
190                      <property name="toolTip" stdset="0">                      <property name="toolTip" stdset="0">
191                          <string>Instrument file [index]</string>                          <string>Instrument file [index]</string>
192                      </property>                      </property>
# Line 386  Line 392 
392  </widget>  </widget>
393  <connections>  <connections>
394      <connection>      <connection>
         <sender>ChannelSetupPushButton</sender>  
         <signal>clicked()</signal>  
         <receiver>qsamplerChannelStrip</receiver>  
         <slot>channelSetup()</slot>  
     </connection>  
     <connection>  
395          <sender>VolumeSlider</sender>          <sender>VolumeSlider</sender>
396          <signal>valueChanged(int)</signal>          <signal>valueChanged(int)</signal>
397          <receiver>qsamplerChannelStrip</receiver>          <receiver>qsamplerChannelStrip</receiver>
# Line 438  Line 438 
438      <signal>channelChanged( qsamplerChannelStrip * )</signal>      <signal>channelChanged( qsamplerChannelStrip * )</signal>
439  </signals>  </signals>
440  <slots>  <slots>
     <slot specifier="non virtual">channelSetup(bool bNew = false)</slot>  
441      <slot specifier="non virtual">volumeChanged(int)</slot>      <slot specifier="non virtual">volumeChanged(int)</slot>
442        <slot specifier="non virtual">channelSetup(bool bNew = false)</slot>
443  </slots>  </slots>
444  <functions>  <functions>
445      <function access="private" specifier="non virtual">init()</function>      <function access="private" specifier="non virtual">init()</function>

Legend:
Removed from v.176  
changed lines
  Added in v.255

  ViewVC Help
Powered by ViewVC