/[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 1462 by schoenebeck, Sun Oct 28 23:30:36 2007 UTC revision 1463 by capela, Thu Nov 1 13:01:27 2007 UTC
# Line 33  Line 33 
33     <string>Qsampler: Instruments</string>     <string>Qsampler: Instruments</string>
34    </property>    </property>
35    <property name="windowIcon" >    <property name="windowIcon" >
36     <iconset resource="../pixmaps.qrc" >:/qsampler/pixmaps/icons/qsamplerInstrument.png</iconset>     <iconset resource="../icons/qsampler.qrc" >:/icons/qsamplerInstrument.png</iconset>
37    </property>    </property>
38    <widget class="QWidget" name="widget" >    <widget class="QWidget" name="widget" >
39     <layout class="QVBoxLayout" >     <layout class="QVBoxLayout" >
# Line 50  Line 50 
50    </widget>    </widget>
51    <action name="newInstrumentAction" >    <action name="newInstrumentAction" >
52     <property name="icon" >     <property name="icon" >
53      <iconset resource="../pixmaps.qrc" >:/qsampler/pixmaps/icons/itemNew.png</iconset>      <iconset resource="../icons/qsampler.qrc" >:/icons/itemNew.png</iconset>
54     </property>     </property>
55     <property name="text" >     <property name="text" >
56      <string>New</string>      <string>New</string>
# Line 58  Line 58 
58    </action>    </action>
59    <action name="editInstrumentAction" >    <action name="editInstrumentAction" >
60     <property name="icon" >     <property name="icon" >
61      <iconset resource="../pixmaps.qrc" >:/qsampler/pixmaps/icons/formEdit.png</iconset>      <iconset resource="../icons/qsampler.qrc" >:/icons/formEdit.png</iconset>
62     </property>     </property>
63     <property name="text" >     <property name="text" >
64      <string>Edit</string>      <string>Edit</string>
# Line 66  Line 66 
66    </action>    </action>
67    <action name="deleteInstrumentAction" >    <action name="deleteInstrumentAction" >
68     <property name="icon" >     <property name="icon" >
69      <iconset resource="../pixmaps.qrc" >:/qsampler/pixmaps/icons/formRemove.png</iconset>      <iconset resource="../icons/qsampler.qrc" >:/icons/formRemove.png</iconset>
70     </property>     </property>
71     <property name="text" >     <property name="text" >
72      <string>Delete</string>      <string>Delete</string>
# Line 74  Line 74 
74    </action>    </action>
75    <action name="refreshInstrumentsAction" >    <action name="refreshInstrumentsAction" >
76     <property name="icon" >     <property name="icon" >
77      <iconset resource="../pixmaps.qrc" >:/qsampler/pixmaps/icons/formRefresh.png</iconset>      <iconset resource="../icons/qsampler.qrc" >:/icons/formRefresh.png</iconset>
78     </property>     </property>
79     <property name="text" >     <property name="text" >
80      <string>Refresh</string>      <string>Refresh</string>
# Line 84  Line 84 
84   <layoutdefault spacing="0" margin="0" />   <layoutdefault spacing="0" margin="0" />
85   <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>   <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
86   <resources>   <resources>
87    <include location="../pixmaps.qrc" />    <include location="../icons/qsampler.qrc" />
88   </resources>   </resources>
89   <connections/>   <connections/>
90  </ui>  </ui>

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

  ViewVC Help
Powered by ViewVC