/[svn]/qsampler/trunk/src/qsamplerInstrumentListForm.ui
ViewVC logotype

Diff of /qsampler/trunk/src/qsamplerInstrumentListForm.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 1473 by capela, Mon Nov 5 19:07:26 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 33  Line 34 
34     <string>Qsampler: Instruments</string>     <string>Qsampler: Instruments</string>
35    </property>    </property>
36    <property name="windowIcon" >    <property name="windowIcon" >
37     <iconset resource="../pixmaps.qrc" >:/qsampler/pixmaps/icons/qsamplerInstrument.png</iconset>     <iconset resource="../icons/qsampler.qrc" >:/icons/qsamplerInstrument.png</iconset>
38    </property>    </property>
39    <widget class="QWidget" name="widget" >    <widget class="QWidget" name="widget" >
40     <layout class="QVBoxLayout" >     <layout class="QVBoxLayout" >
# Line 48  Line 49 
49      </item>      </item>
50     </layout>     </layout>
51    </widget>    </widget>
52      <widget class="QToolBar" name="InstrumentToolbar" >
53       <property name="orientation" >
54        <enum>Qt::Horizontal</enum>
55       </property>
56       <attribute name="toolBarArea" >
57        <number>4</number>
58       </attribute>
59      </widget>
60    <action name="newInstrumentAction" >    <action name="newInstrumentAction" >
61     <property name="icon" >     <property name="icon" >
62      <iconset resource="../pixmaps.qrc" >:/qsampler/pixmaps/icons/itemNew.png</iconset>      <iconset resource="../icons/qsampler.qrc" >:/icons/itemNew.png</iconset>
63     </property>     </property>
64     <property name="text" >     <property name="text" >
65      <string>New</string>      <string>New</string>
# Line 58  Line 67 
67    </action>    </action>
68    <action name="editInstrumentAction" >    <action name="editInstrumentAction" >
69     <property name="icon" >     <property name="icon" >
70      <iconset resource="../pixmaps.qrc" >:/qsampler/pixmaps/icons/formEdit.png</iconset>      <iconset resource="../icons/qsampler.qrc" >:/icons/formEdit.png</iconset>
71     </property>     </property>
72     <property name="text" >     <property name="text" >
73      <string>Edit</string>      <string>Edit</string>
# Line 66  Line 75 
75    </action>    </action>
76    <action name="deleteInstrumentAction" >    <action name="deleteInstrumentAction" >
77     <property name="icon" >     <property name="icon" >
78      <iconset resource="../pixmaps.qrc" >:/qsampler/pixmaps/icons/formRemove.png</iconset>      <iconset resource="../icons/qsampler.qrc" >:/icons/formRemove.png</iconset>
79     </property>     </property>
80     <property name="text" >     <property name="text" >
81      <string>Delete</string>      <string>Delete</string>
# Line 74  Line 83 
83    </action>    </action>
84    <action name="refreshInstrumentsAction" >    <action name="refreshInstrumentsAction" >
85     <property name="icon" >     <property name="icon" >
86      <iconset resource="../pixmaps.qrc" >:/qsampler/pixmaps/icons/formRefresh.png</iconset>      <iconset resource="../icons/qsampler.qrc" >:/icons/formRefresh.png</iconset>
87     </property>     </property>
88     <property name="text" >     <property name="text" >
89      <string>Refresh</string>      <string>Refresh</string>
# Line 82  Line 91 
91    </action>    </action>
92   </widget>   </widget>
93   <layoutdefault spacing="0" margin="0" />   <layoutdefault spacing="0" margin="0" />
  <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>  
94   <resources>   <resources>
95    <include location="../pixmaps.qrc" />    <include location="../icons/qsampler.qrc" />
96   </resources>   </resources>
  <connections/>  
97  </ui>  </ui>

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

  ViewVC Help
Powered by ViewVC