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

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

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

revision 1461 by schoenebeck, Sun Oct 28 23:30:36 2007 UTC revision 1840 by capela, Thu Feb 19 11:44:57 2009 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-2009, rncbc aka Rui Nuno Capela. All rights reserved.
6       Copyright (C) 2007, 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
9     modify it under the terms of the GNU General Public License     modify it under the terms of the GNU General Public License
# Line 44  Line 45 
45     <string>Qsampler: MIDI Instrument</string>     <string>Qsampler: MIDI Instrument</string>
46    </property>    </property>
47    <property name="windowIcon" >    <property name="windowIcon" >
48     <iconset resource="../pixmaps.qrc" >:/qsampler/pixmaps/icons/qsamplerInstrument.png</iconset>     <iconset resource="../icons/qsampler.qrc" >:/icons/qsamplerInstrument.png</iconset>
49    </property>    </property>
50    <layout class="QVBoxLayout" >    <layout class="QVBoxLayout" >
51     <property name="margin" >     <property name="margin" >
# Line 61  Line 62 
62       <property name="spacing" >       <property name="spacing" >
63        <number>4</number>        <number>4</number>
64       </property>       </property>
65       <item row="2" column="1" colspan="9" >       <item row="2" column="1" colspan="8" >
66        <widget class="QComboBox" name="EngineNameComboBox" >        <widget class="QComboBox" name="EngineNameComboBox" >
67         <property name="sizePolicy" >         <property name="sizePolicy" >
68          <sizepolicy>          <sizepolicy>
# Line 406  Line 407 
407          <string/>          <string/>
408         </property>         </property>
409         <property name="icon" >         <property name="icon" >
410          <iconset resource="../pixmaps.qrc" >:/qsampler/pixmaps/icons/fileOpen.png</iconset>          <iconset resource="../icons/qsampler.qrc" >:/icons/fileOpen.png</iconset>
411         </property>         </property>
412        </widget>        </widget>
413       </item>       </item>
# Line 442  Line 443 
443          <string>O&amp;K</string>          <string>O&amp;K</string>
444         </property>         </property>
445         <property name="icon" >         <property name="icon" >
446          <iconset resource="../pixmaps.qrc" >:/qsampler/pixmaps/icons/formAccept.png</iconset>          <iconset resource="../icons/qsampler.qrc" >:/icons/formAccept.png</iconset>
447         </property>         </property>
448         <property name="shortcut" >         <property name="shortcut" >
449          <string>Alt+K</string>          <string>Alt+K</string>
# Line 455  Line 456 
456          <string>C&amp;ancel</string>          <string>C&amp;ancel</string>
457         </property>         </property>
458         <property name="icon" >         <property name="icon" >
459          <iconset resource="../pixmaps.qrc" >:/qsampler/pixmaps/icons/formReject.png</iconset>          <iconset resource="../icons/qsampler.qrc" >:/icons/formReject.png</iconset>
460         </property>         </property>
461         <property name="shortcut" >         <property name="shortcut" >
462          <string>Alt+A</string>          <string>Alt+A</string>
# Line 467  Line 468 
468    </layout>    </layout>
469   </widget>   </widget>
470   <layoutdefault spacing="4" margin="4" />   <layoutdefault spacing="4" margin="4" />
  <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>  
471   <tabstops>   <tabstops>
472    <tabstop>MapComboBox</tabstop>    <tabstop>MapComboBox</tabstop>
473    <tabstop>BankSpinBox</tabstop>    <tabstop>BankSpinBox</tabstop>
# Line 483  Line 483 
483    <tabstop>CancelPushButton</tabstop>    <tabstop>CancelPushButton</tabstop>
484   </tabstops>   </tabstops>
485   <resources>   <resources>
486    <include location="../pixmaps.qrc" />    <include location="../icons/qsampler.qrc" />
487   </resources>   </resources>
  <connections>  
   <connection>  
    <sender>MapComboBox</sender>  
    <signal>activated(int)</signal>  
    <receiver>qsamplerInstrumentForm</receiver>  
    <slot>changed()</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>BankSpinBox</sender>  
    <signal>valueChanged(int)</signal>  
    <receiver>qsamplerInstrumentForm</receiver>  
    <slot>changed()</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>ProgSpinBox</sender>  
    <signal>valueChanged(int)</signal>  
    <receiver>qsamplerInstrumentForm</receiver>  
    <slot>changed()</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>NameLineEdit</sender>  
    <signal>textChanged(QString)</signal>  
    <receiver>qsamplerInstrumentForm</receiver>  
    <slot>nameChanged(QString)</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>EngineNameComboBox</sender>  
    <signal>activated(int)</signal>  
    <receiver>qsamplerInstrumentForm</receiver>  
    <slot>changed()</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>qsamplerInstrumentForm</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>qsamplerInstrumentForm</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>qsamplerInstrumentForm</receiver>  
    <slot>instrumentNrChanged()</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>VolumeSpinBox</sender>  
    <signal>valueChanged(int)</signal>  
    <receiver>qsamplerInstrumentForm</receiver>  
    <slot>changed()</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>LoadModeComboBox</sender>  
    <signal>activated(int)</signal>  
    <receiver>qsamplerInstrumentForm</receiver>  
    <slot>changed()</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>qsamplerInstrumentForm</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>qsamplerInstrumentForm</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>  
488  </ui>  </ui>

Legend:
Removed from v.1461  
changed lines
  Added in v.1840

  ViewVC Help
Powered by ViewVC