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

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

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

revision 1472 by schoenebeck, Sun Nov 4 23:37:47 2007 UTC revision 1473 by capela, Mon Nov 5 19:07:26 2007 UTC
# Line 300  Line 300 
300    </layout>    </layout>
301   </widget>   </widget>
302   <layoutdefault spacing="4" margin="4" />   <layoutdefault spacing="4" margin="4" />
  <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>  
303   <tabstops>   <tabstops>
304    <tabstop>DeviceListView</tabstop>    <tabstop>DeviceListView</tabstop>
305    <tabstop>RefreshDevicesPushButton</tabstop>    <tabstop>RefreshDevicesPushButton</tabstop>
# Line 310  Line 309 
309    <tabstop>DeleteDevicePushButton</tabstop>    <tabstop>DeleteDevicePushButton</tabstop>
310    <tabstop>ClosePushButton</tabstop>    <tabstop>ClosePushButton</tabstop>
311   </tabstops>   </tabstops>
  <includes>  
   <include location="local" >qsamplerDevice.h</include>  
  </includes>  
312   <resources>   <resources>
313    <include location="../icons/qsampler.qrc" />    <include location="../icons/qsampler.qrc" />
314   </resources>   </resources>
  <connections>  
   <connection>  
    <sender>DeviceListView</sender>  
    <signal>itemSelectionChanged()</signal>  
    <receiver>qsamplerDeviceForm</receiver>  
    <slot>selectDevice()</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>RefreshDevicesPushButton</sender>  
    <signal>clicked()</signal>  
    <receiver>qsamplerDeviceForm</receiver>  
    <slot>refreshDevices()</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>DriverNameComboBox</sender>  
    <signal>activated(QString)</signal>  
    <receiver>qsamplerDeviceForm</receiver>  
    <slot>selectDriver(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>DevicePortComboBox</sender>  
    <signal>activated(int)</signal>  
    <receiver>qsamplerDeviceForm</receiver>  
    <slot>selectDevicePort(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>CreateDevicePushButton</sender>  
    <signal>clicked()</signal>  
    <receiver>qsamplerDeviceForm</receiver>  
    <slot>createDevice()</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>DeleteDevicePushButton</sender>  
    <signal>clicked()</signal>  
    <receiver>qsamplerDeviceForm</receiver>  
    <slot>deleteDevice()</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>ClosePushButton</sender>  
    <signal>clicked()</signal>  
    <receiver>qsamplerDeviceForm</receiver>  
    <slot>close()</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>  
315  </ui>  </ui>

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

  ViewVC Help
Powered by ViewVC