/[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 2073 by capela, Thu Feb 19 11:44:57 2009 UTC revision 2074 by capela, Mon Mar 29 17:00:30 2010 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-2009, rncbc aka Rui Nuno Capela. All rights reserved.     Copyright (C) 2004-2010, rncbc aka Rui Nuno Capela. All rights reserved.
6     Copyright (C) 2007, Christian Schoenebeck     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
# Line 37  Line 37 
37     <string>Qsampler: Devices</string>     <string>Qsampler: Devices</string>
38    </property>    </property>
39    <property name="windowIcon" >    <property name="windowIcon" >
40     <iconset resource="../icons/qsampler.qrc" >:/icons/qsamplerDevice.png</iconset>     <iconset resource="qsampler.qrc" >:/images/qsamplerDevice.png</iconset>
41    </property>    </property>
42    <layout class="QVBoxLayout" >    <layout class="QVBoxLayout" >
43     <property name="margin" >     <property name="margin" >
# Line 264  Line 264 
264          <string>&amp;Refresh</string>          <string>&amp;Refresh</string>
265         </property>         </property>
266         <property name="icon" >         <property name="icon" >
267          <iconset resource="../icons/qsampler.qrc" >:/icons/formRefresh.png</iconset>          <iconset resource="qsampler.qrc" >:/images/formRefresh.png</iconset>
268         </property>         </property>
269         <property name="shortcut" >         <property name="shortcut" >
270          <string>Alt+R</string>          <string>Alt+R</string>
# Line 296  Line 296 
296          <string>&amp;Create</string>          <string>&amp;Create</string>
297         </property>         </property>
298         <property name="icon" >         <property name="icon" >
299          <iconset resource="../icons/qsampler.qrc" >:/icons/deviceCreate.png</iconset>          <iconset resource="qsampler.qrc" >:/images/deviceCreate.png</iconset>
300         </property>         </property>
301         <property name="shortcut" >         <property name="shortcut" >
302          <string>Alt+C</string>          <string>Alt+C</string>
# Line 312  Line 312 
312          <string>&amp;Delete</string>          <string>&amp;Delete</string>
313         </property>         </property>
314         <property name="icon" >         <property name="icon" >
315          <iconset resource="../icons/qsampler.qrc" >:/icons/deviceDelete.png</iconset>          <iconset resource="qsampler.qrc" >:/images/deviceDelete.png</iconset>
316         </property>         </property>
317         <property name="shortcut" >         <property name="shortcut" >
318          <string>Alt+D</string>          <string>Alt+D</string>
# Line 328  Line 328 
328          <string>Close</string>          <string>Close</string>
329         </property>         </property>
330         <property name="icon" >         <property name="icon" >
331          <iconset resource="../icons/qsampler.qrc" >:/icons/formReject.png</iconset>          <iconset resource="qsampler.qrc" >:/images/formReject.png</iconset>
332         </property>         </property>
333         <property name="shortcut" >         <property name="shortcut" >
334          <string/>          <string/>
# Line 350  Line 350 
350    <tabstop>ClosePushButton</tabstop>    <tabstop>ClosePushButton</tabstop>
351   </tabstops>   </tabstops>
352   <resources>   <resources>
353    <include location="../icons/qsampler.qrc" />    <include location="qsampler.qrc" />
354   </resources>   </resources>
355   <connections/>   <connections/>
356  </ui>  </ui>

Legend:
Removed from v.2073  
changed lines
  Added in v.2074

  ViewVC Help
Powered by ViewVC