/[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 1464 by capela, Thu Nov 1 17:14:21 2007 UTC revision 1489 by schoenebeck, Mon Nov 19 03:29:57 2007 UTC
# Line 45  Line 45 
45     <string>Qsampler: Channel</string>     <string>Qsampler: Channel</string>
46    </property>    </property>
47    <property name="windowIcon" >    <property name="windowIcon" >
48     <iconset/>     <iconset resource="../icons/qsampler.qrc" >:/icons/qsamplerChannel.png</iconset>
49    </property>    </property>
50    <layout class="QHBoxLayout" >    <layout class="QHBoxLayout" >
51     <property name="margin" >     <property name="margin" >
# Line 69  Line 69 
69        <string>Alt+C</string>        <string>Alt+C</string>
70       </property>       </property>
71       <property name="flat" >       <property name="flat" >
72        <bool>true</bool>        <bool>false</bool>
73       </property>       </property>
74      </widget>      </widget>
75     </item>     </item>
# Line 159  Line 159 
159         </disabled>         </disabled>
160        </palette>        </palette>
161       </property>       </property>
162         <property name="autoFillBackground" >
163          <bool>true</bool>
164         </property>
165       <property name="frameShape" >       <property name="frameShape" >
166        <enum>QFrame::Panel</enum>        <enum>QFrame::Panel</enum>
167       </property>       </property>
# Line 507  Line 510 
510        </size>        </size>
511       </property>       </property>
512       <property name="toolTip" >       <property name="toolTip" >
513        <string>Edit channel</string>        <string>Edit channel's instrument</string>
514       </property>       </property>
515       <property name="text" >       <property name="text" >
516        <string>&amp;Edit</string>        <string>&amp;Edit</string>
# Line 655  Line 658 
658       <property name="toolTip" >       <property name="toolTip" >
659        <string>Stream / Voice count</string>        <string>Stream / Voice count</string>
660       </property>       </property>
661         <property name="autoFillBackground" >
662          <bool>true</bool>
663         </property>
664       <property name="frameShape" >       <property name="frameShape" >
665        <enum>QFrame::Panel</enum>        <enum>QFrame::Panel</enum>
666       </property>       </property>
# Line 675  Line 681 
681    </layout>    </layout>
682   </widget>   </widget>
683   <layoutdefault spacing="0" margin="0" />   <layoutdefault spacing="0" margin="0" />
  <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>  
684   <tabstops>   <tabstops>
685    <tabstop>ChannelSetupPushButton</tabstop>    <tabstop>ChannelSetupPushButton</tabstop>
686    <tabstop>ChannelMutePushButton</tabstop>    <tabstop>ChannelMutePushButton</tabstop>
# Line 683  Line 688 
688    <tabstop>VolumeSlider</tabstop>    <tabstop>VolumeSlider</tabstop>
689    <tabstop>VolumeSpinBox</tabstop>    <tabstop>VolumeSpinBox</tabstop>
690   </tabstops>   </tabstops>
  <includes>  
   <include location="local" >qsamplerChannel.h</include>  
  </includes>  
691   <resources>   <resources>
692    <include location="../icons/qsampler.qrc" />    <include location="../icons/qsampler.qrc" />
693   </resources>   </resources>
  <connections>  
   <connection>  
    <sender>ChannelSetupPushButton</sender>  
    <signal>clicked()</signal>  
    <receiver>qsamplerChannelStrip</receiver>  
    <slot>channelSetup()</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>ChannelMutePushButton</sender>  
    <signal>toggled(bool)</signal>  
    <receiver>qsamplerChannelStrip</receiver>  
    <slot>channelMute(bool)</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>ChannelSoloPushButton</sender>  
    <signal>toggled(bool)</signal>  
    <receiver>qsamplerChannelStrip</receiver>  
    <slot>channelSolo(bool)</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>VolumeSlider</sender>  
    <signal>valueChanged(int)</signal>  
    <receiver>qsamplerChannelStrip</receiver>  
    <slot>volumeChanged(int)</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>qsamplerChannelStrip</receiver>  
    <slot>volumeChanged(int)</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>ChannelEditPushButton</sender>  
    <signal>clicked()</signal>  
    <receiver>qsamplerChannelStrip</receiver>  
    <slot>channelEdit()</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>  
694  </ui>  </ui>

Legend:
Removed from v.1464  
changed lines
  Added in v.1489

  ViewVC Help
Powered by ViewVC