/[svn]/qsampler/trunk/src/qsamplerChannelForm.ui
ViewVC logotype

Diff of /qsampler/trunk/src/qsamplerChannelForm.ui

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1472 by capela, Thu Nov 1 17:14:21 2007 UTC revision 1473 by capela, Mon Nov 5 19:07:26 2007 UTC
# Line 756  p, li { white-space: pre-wrap; } Line 756  p, li { white-space: pre-wrap; }
756    </layout>    </layout>
757   </widget>   </widget>
758   <layoutdefault spacing="4" margin="4" />   <layoutdefault spacing="4" margin="4" />
  <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>  
759   <tabstops>   <tabstops>
760    <tabstop>EngineNameComboBox</tabstop>    <tabstop>EngineNameComboBox</tabstop>
761    <tabstop>InstrumentFileComboBox</tabstop>    <tabstop>InstrumentFileComboBox</tabstop>
# Line 768  p, li { white-space: pre-wrap; } Line 767  p, li { white-space: pre-wrap; }
767   <resources>   <resources>
768    <include location="../icons/qsampler.qrc" />    <include location="../icons/qsampler.qrc" />
769   </resources>   </resources>
  <connections>  
   <connection>  
    <sender>EngineNameComboBox</sender>  
    <signal>activated(int)</signal>  
    <receiver>qsamplerChannelForm</receiver>  
    <slot>optionsChanged()</slot>  
    <hints>  
     <hint type="sourcelabel" >  
      <x>20</x>  
      <y>20</y>  
     </hint>  
     <hint type="destinationlabel" >  
      <x>20</x>  
      <y>20</y>  
     </hint>  
    </hints>  
   </connection>  
   <connection>  
    <sender>InstrumentFileComboBox</sender>  
    <signal>activated(QString)</signal>  
    <receiver>qsamplerChannelForm</receiver>  
    <slot>updateInstrumentName()</slot>  
    <hints>  
     <hint type="sourcelabel" >  
      <x>20</x>  
      <y>20</y>  
     </hint>  
     <hint type="destinationlabel" >  
      <x>20</x>  
      <y>20</y>  
     </hint>  
    </hints>  
   </connection>  
   <connection>  
    <sender>InstrumentFileToolButton</sender>  
    <signal>clicked()</signal>  
    <receiver>qsamplerChannelForm</receiver>  
    <slot>openInstrumentFile()</slot>  
    <hints>  
     <hint type="sourcelabel" >  
      <x>20</x>  
      <y>20</y>  
     </hint>  
     <hint type="destinationlabel" >  
      <x>20</x>  
      <y>20</y>  
     </hint>  
    </hints>  
   </connection>  
   <connection>  
    <sender>InstrumentNrComboBox</sender>  
    <signal>activated(int)</signal>  
    <receiver>qsamplerChannelForm</receiver>  
    <slot>optionsChanged()</slot>  
    <hints>  
     <hint type="sourcelabel" >  
      <x>20</x>  
      <y>20</y>  
     </hint>  
     <hint type="destinationlabel" >  
      <x>20</x>  
      <y>20</y>  
     </hint>  
    </hints>  
   </connection>  
   <connection>  
    <sender>OkPushButton</sender>  
    <signal>clicked()</signal>  
    <receiver>qsamplerChannelForm</receiver>  
    <slot>accept()</slot>  
    <hints>  
     <hint type="sourcelabel" >  
      <x>20</x>  
      <y>20</y>  
     </hint>  
     <hint type="destinationlabel" >  
      <x>20</x>  
      <y>20</y>  
     </hint>  
    </hints>  
   </connection>  
   <connection>  
    <sender>CancelPushButton</sender>  
    <signal>clicked()</signal>  
    <receiver>qsamplerChannelForm</receiver>  
    <slot>reject()</slot>  
    <hints>  
     <hint type="sourcelabel" >  
      <x>20</x>  
      <y>20</y>  
     </hint>  
     <hint type="destinationlabel" >  
      <x>20</x>  
      <y>20</y>  
     </hint>  
    </hints>  
   </connection>  
  </connections>  
770  </ui>  </ui>

Legend:
Removed from v.1472  
changed lines
  Added in v.1473

  ViewVC Help
Powered by ViewVC