/[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 1463 by capela, Thu Nov 1 13:01:27 2007 UTC revision 1486 by schoenebeck, Sat Nov 17 02:02:28 2007 UTC
# Line 3  Line 3 
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-2007, 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 143  Line 144 
144          </layout>          </layout>
145         </item>         </item>
146         <item>         <item>
147          <widget class="QTableView" name="DeviceParamTable" />          <widget class="QTableView" name="DeviceParamTable" >
148             <property name="alternatingRowColors" >
149              <bool>true</bool>
150             </property>
151             <property name="showGrid" >
152              <bool>false</bool>
153             </property>
154            </widget>
155         </item>         </item>
156         <item>         <item>
157          <layout class="QHBoxLayout" >          <layout class="QHBoxLayout" >
# Line 200  Line 208 
208          </layout>          </layout>
209         </item>         </item>
210         <item>         <item>
211          <widget class="QTableView" name="DevicePortParamTable" />          <widget class="QTableView" name="DevicePortParamTable" >
212             <property name="alternatingRowColors" >
213              <bool>true</bool>
214             </property>
215             <property name="showGrid" >
216              <bool>false</bool>
217             </property>
218            </widget>
219         </item>         </item>
220        </layout>        </layout>
221       </item>       </item>
# Line 299  Line 314 
314    </layout>    </layout>
315   </widget>   </widget>
316   <layoutdefault spacing="4" margin="4" />   <layoutdefault spacing="4" margin="4" />
  <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>  
317   <tabstops>   <tabstops>
318    <tabstop>DeviceListView</tabstop>    <tabstop>DeviceListView</tabstop>
319    <tabstop>RefreshDevicesPushButton</tabstop>    <tabstop>RefreshDevicesPushButton</tabstop>
# Line 309  Line 323 
323    <tabstop>DeleteDevicePushButton</tabstop>    <tabstop>DeleteDevicePushButton</tabstop>
324    <tabstop>ClosePushButton</tabstop>    <tabstop>ClosePushButton</tabstop>
325   </tabstops>   </tabstops>
  <includes>  
   <include location="local" >qsamplerDevice.h</include>  
  </includes>  
326   <resources>   <resources>
327    <include location="../icons/qsampler.qrc" />    <include location="../icons/qsampler.qrc" />
328   </resources>   </resources>
  <connections>  
   <connection>  
    <sender>DeviceListView</sender>  
    <signal>selectionChanged()</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>  
329  </ui>  </ui>

Legend:
Removed from v.1463  
changed lines
  Added in v.1486

  ViewVC Help
Powered by ViewVC