/[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 1461 by schoenebeck, Sun Oct 28 23:30:36 2007 UTC revision 1470 by schoenebeck, Sun Nov 4 23:37:47 2007 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-2006, 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 44  Line 45 
45     <string>Qsampler: Devices</string>     <string>Qsampler: Devices</string>
46    </property>    </property>
47    <property name="windowIcon" >    <property name="windowIcon" >
48     <iconset resource="../pixmaps.qrc" >:/qsampler/pixmaps/icons/qsamplerDevice.png</iconset>     <iconset resource="../icons/qsampler.qrc" >:/icons/qsamplerDevice.png</iconset>
49    </property>    </property>
50    <layout class="QVBoxLayout" >    <layout class="QVBoxLayout" >
51     <property name="margin" >     <property name="margin" >
# Line 223  Line 224 
224          <string>&amp;Refresh</string>          <string>&amp;Refresh</string>
225         </property>         </property>
226         <property name="icon" >         <property name="icon" >
227          <iconset resource="../pixmaps.qrc" >:/qsampler/pixmaps/icons/formRefresh.png</iconset>          <iconset resource="../icons/qsampler.qrc" >:/icons/formRefresh.png</iconset>
228         </property>         </property>
229         <property name="shortcut" >         <property name="shortcut" >
230          <string>Alt+R</string>          <string>Alt+R</string>
# Line 255  Line 256 
256          <string>&amp;Create</string>          <string>&amp;Create</string>
257         </property>         </property>
258         <property name="icon" >         <property name="icon" >
259          <iconset resource="../pixmaps.qrc" >:/qsampler/pixmaps/icons/deviceCreate.png</iconset>          <iconset resource="../icons/qsampler.qrc" >:/icons/deviceCreate.png</iconset>
260         </property>         </property>
261         <property name="shortcut" >         <property name="shortcut" >
262          <string>Alt+C</string>          <string>Alt+C</string>
# Line 271  Line 272 
272          <string>&amp;Delete</string>          <string>&amp;Delete</string>
273         </property>         </property>
274         <property name="icon" >         <property name="icon" >
275          <iconset resource="../pixmaps.qrc" >:/qsampler/pixmaps/icons/deviceDelete.png</iconset>          <iconset resource="../icons/qsampler.qrc" >:/icons/deviceDelete.png</iconset>
276         </property>         </property>
277         <property name="shortcut" >         <property name="shortcut" >
278          <string>Alt+D</string>          <string>Alt+D</string>
# Line 287  Line 288 
288          <string>Close</string>          <string>Close</string>
289         </property>         </property>
290         <property name="icon" >         <property name="icon" >
291          <iconset resource="../pixmaps.qrc" >:/qsampler/pixmaps/icons/formReject.png</iconset>          <iconset resource="../icons/qsampler.qrc" >:/icons/formReject.png</iconset>
292         </property>         </property>
293         <property name="shortcut" >         <property name="shortcut" >
294          <string/>          <string/>
# Line 313  Line 314 
314    <include location="local" >qsamplerDevice.h</include>    <include location="local" >qsamplerDevice.h</include>
315   </includes>   </includes>
316   <resources>   <resources>
317    <include location="../pixmaps.qrc" />    <include location="../icons/qsampler.qrc" />
318   </resources>   </resources>
319   <connections>   <connections>
320    <connection>    <connection>
321     <sender>DeviceListView</sender>     <sender>DeviceListView</sender>
322     <signal>selectionChanged()</signal>     <signal>itemSelectionChanged()</signal>
323     <receiver>qsamplerDeviceForm</receiver>     <receiver>qsamplerDeviceForm</receiver>
324     <slot>selectDevice()</slot>     <slot>selectDevice()</slot>
325     <hints>     <hints>

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

  ViewVC Help
Powered by ViewVC