/[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 1558 by capela, Thu Dec 6 09:35:33 2007 UTC revision 2678 by capela, Thu Oct 16 17:11:32 2014 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-2007, rncbc aka Rui Nuno Capela. All rights reserved.     Copyright (C) 2004-2014, 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>
        </property>  
        <property name="shortcut" >  
         <string>Alt+R</string>  
268         </property>         </property>
269        </widget>        </widget>
270       </item>       </item>
# Line 296  Line 293 
293          <string>&amp;Create</string>          <string>&amp;Create</string>
294         </property>         </property>
295         <property name="icon" >         <property name="icon" >
296          <iconset resource="../icons/qsampler.qrc" >:/icons/deviceCreate.png</iconset>          <iconset resource="qsampler.qrc" >:/images/deviceCreate.png</iconset>
        </property>  
        <property name="shortcut" >  
         <string>Alt+C</string>  
297         </property>         </property>
298        </widget>        </widget>
299       </item>       </item>
# Line 312  Line 306 
306          <string>&amp;Delete</string>          <string>&amp;Delete</string>
307         </property>         </property>
308         <property name="icon" >         <property name="icon" >
309          <iconset resource="../icons/qsampler.qrc" >:/icons/deviceDelete.png</iconset>          <iconset resource="qsampler.qrc" >:/images/deviceDelete.png</iconset>
        </property>  
        <property name="shortcut" >  
         <string>Alt+D</string>  
310         </property>         </property>
311        </widget>        </widget>
312       </item>       </item>
# Line 328  Line 319 
319          <string>Close</string>          <string>Close</string>
320         </property>         </property>
321         <property name="icon" >         <property name="icon" >
322          <iconset resource="../icons/qsampler.qrc" >:/icons/formReject.png</iconset>          <iconset resource="qsampler.qrc" >:/images/formReject.png</iconset>
        </property>  
        <property name="shortcut" >  
         <string/>  
323         </property>         </property>
324        </widget>        </widget>
325       </item>       </item>
# Line 350  Line 338 
338    <tabstop>ClosePushButton</tabstop>    <tabstop>ClosePushButton</tabstop>
339   </tabstops>   </tabstops>
340   <resources>   <resources>
341    <include location="../icons/qsampler.qrc" />    <include location="qsampler.qrc" />
342   </resources>   </resources>
343   <connections/>   <connections/>
344  </ui>  </ui>

Legend:
Removed from v.1558  
changed lines
  Added in v.2678

  ViewVC Help
Powered by ViewVC