/[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 1463 by capela, Thu Nov 1 13:01:27 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    
7     This program is free software; you can redistribute it and/or     This program is free software; you can redistribute it and/or
8     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 44 
44     <string>Qsampler: Devices</string>     <string>Qsampler: Devices</string>
45    </property>    </property>
46    <property name="windowIcon" >    <property name="windowIcon" >
47     <iconset resource="../pixmaps.qrc" >:/qsampler/pixmaps/icons/qsamplerDevice.png</iconset>     <iconset resource="../icons/qsampler.qrc" >:/icons/qsamplerDevice.png</iconset>
48    </property>    </property>
49    <layout class="QVBoxLayout" >    <layout class="QVBoxLayout" >
50     <property name="margin" >     <property name="margin" >
# Line 223  Line 223 
223          <string>&amp;Refresh</string>          <string>&amp;Refresh</string>
224         </property>         </property>
225         <property name="icon" >         <property name="icon" >
226          <iconset resource="../pixmaps.qrc" >:/qsampler/pixmaps/icons/formRefresh.png</iconset>          <iconset resource="../icons/qsampler.qrc" >:/icons/formRefresh.png</iconset>
227         </property>         </property>
228         <property name="shortcut" >         <property name="shortcut" >
229          <string>Alt+R</string>          <string>Alt+R</string>
# Line 255  Line 255 
255          <string>&amp;Create</string>          <string>&amp;Create</string>
256         </property>         </property>
257         <property name="icon" >         <property name="icon" >
258          <iconset resource="../pixmaps.qrc" >:/qsampler/pixmaps/icons/deviceCreate.png</iconset>          <iconset resource="../icons/qsampler.qrc" >:/icons/deviceCreate.png</iconset>
259         </property>         </property>
260         <property name="shortcut" >         <property name="shortcut" >
261          <string>Alt+C</string>          <string>Alt+C</string>
# Line 271  Line 271 
271          <string>&amp;Delete</string>          <string>&amp;Delete</string>
272         </property>         </property>
273         <property name="icon" >         <property name="icon" >
274          <iconset resource="../pixmaps.qrc" >:/qsampler/pixmaps/icons/deviceDelete.png</iconset>          <iconset resource="../icons/qsampler.qrc" >:/icons/deviceDelete.png</iconset>
275         </property>         </property>
276         <property name="shortcut" >         <property name="shortcut" >
277          <string>Alt+D</string>          <string>Alt+D</string>
# Line 287  Line 287 
287          <string>Close</string>          <string>Close</string>
288         </property>         </property>
289         <property name="icon" >         <property name="icon" >
290          <iconset resource="../pixmaps.qrc" >:/qsampler/pixmaps/icons/formReject.png</iconset>          <iconset resource="../icons/qsampler.qrc" >:/icons/formReject.png</iconset>
291         </property>         </property>
292         <property name="shortcut" >         <property name="shortcut" >
293          <string/>          <string/>
# Line 313  Line 313 
313    <include location="local" >qsamplerDevice.h</include>    <include location="local" >qsamplerDevice.h</include>
314   </includes>   </includes>
315   <resources>   <resources>
316    <include location="../pixmaps.qrc" />    <include location="../icons/qsampler.qrc" />
317   </resources>   </resources>
318   <connections>   <connections>
319    <connection>    <connection>

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

  ViewVC Help
Powered by ViewVC