/[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 1492 by schoenebeck, Mon Nov 19 21:08:18 2007 UTC revision 1504 by capela, Wed Nov 21 11:46:40 2007 UTC
# Line 69  Line 69 
69      <iconset resource="../icons/qsampler.qrc" >:/icons/itemNew.png</iconset>      <iconset resource="../icons/qsampler.qrc" >:/icons/itemNew.png</iconset>
70     </property>     </property>
71     <property name="text" >     <property name="text" >
72        <string>New &amp;Instrument...</string>
73       </property>
74       <property name="iconText" >
75      <string>New</string>      <string>New</string>
76     </property>     </property>
77       <property name="shortcut" >
78        <string>Insert</string>
79       </property>
80    </action>    </action>
81    <action name="editInstrumentAction" >    <action name="editInstrumentAction" >
82     <property name="icon" >     <property name="icon" >
83      <iconset resource="../icons/qsampler.qrc" >:/icons/formEdit.png</iconset>      <iconset resource="../icons/qsampler.qrc" >:/icons/formEdit.png</iconset>
84     </property>     </property>
85     <property name="text" >     <property name="text" >
86        <string>&amp;Edit...</string>
87       </property>
88       <property name="iconText" >
89      <string>Edit</string>      <string>Edit</string>
90     </property>     </property>
91       <property name="shortcut" >
92        <string>Enter</string>
93       </property>
94    </action>    </action>
95    <action name="deleteInstrumentAction" >    <action name="deleteInstrumentAction" >
96     <property name="icon" >     <property name="icon" >
97      <iconset resource="../icons/qsampler.qrc" >:/icons/formRemove.png</iconset>      <iconset resource="../icons/qsampler.qrc" >:/icons/formRemove.png</iconset>
98     </property>     </property>
99     <property name="text" >     <property name="text" >
100        <string>&amp;Delete</string>
101       </property>
102       <property name="iconText" >
103        <string>Delete</string>
104       </property>
105       <property name="shortcut" >
106      <string>Delete</string>      <string>Delete</string>
107     </property>     </property>
108    </action>    </action>
# Line 93  Line 111 
111      <iconset resource="../icons/qsampler.qrc" >:/icons/formRefresh.png</iconset>      <iconset resource="../icons/qsampler.qrc" >:/icons/formRefresh.png</iconset>
112     </property>     </property>
113     <property name="text" >     <property name="text" >
114        <string>&amp;Refresh</string>
115       </property>
116       <property name="iconText" >
117      <string>Refresh</string>      <string>Refresh</string>
118     </property>     </property>
119       <property name="shortcut" >
120        <string>F5</string>
121       </property>
122    </action>    </action>
123   </widget>   </widget>
124   <layoutdefault spacing="0" margin="0" />   <layoutdefault spacing="0" margin="0" />

Legend:
Removed from v.1492  
changed lines
  Added in v.1504

  ViewVC Help
Powered by ViewVC