/[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 2067 by capela, Sat Mar 13 20:14:38 2010 UTC revision 2074 by capela, Mon Mar 29 17:00:30 2010 UTC
# Line 35  Line 35 
35     <string>Qsampler: Instruments</string>     <string>Qsampler: Instruments</string>
36    </property>    </property>
37    <property name="windowIcon">    <property name="windowIcon">
38     <iconset resource="../icons/qsampler.qrc">:/icons/qsamplerInstrument.png</iconset>     <iconset resource="qsampler.qrc">:/images/qsamplerInstrument.png</iconset>
39    </property>    </property>
40    <widget class="QWidget" name="centralWidget" />    <widget class="QWidget" name="centralWidget" />
41    <widget class="QToolBar" name="instrumentToolbar">    <widget class="QToolBar" name="instrumentToolbar">
# Line 51  Line 51 
51    </widget>    </widget>
52    <action name="newInstrumentAction">    <action name="newInstrumentAction">
53     <property name="icon">     <property name="icon">
54          <iconset resource="../icons/qsampler.qrc">:/icons/itemNew.png</iconset>          <iconset resource="qsampler.qrc">:/images/itemNew.png</iconset>
55     </property>     </property>
56     <property name="text">     <property name="text">
57      <string>New &amp;Instrument...</string>      <string>New &amp;Instrument...</string>
# Line 65  Line 65 
65    </action>    </action>
66    <action name="editInstrumentAction">    <action name="editInstrumentAction">
67     <property name="icon">     <property name="icon">
68          <iconset resource="../icons/qsampler.qrc">:/icons/formEdit.png</iconset>          <iconset resource="qsampler.qrc">:/images/formEdit.png</iconset>
69     </property>     </property>
70     <property name="text">     <property name="text">
71      <string>&amp;Edit...</string>      <string>&amp;Edit...</string>
# Line 79  Line 79 
79    </action>    </action>
80    <action name="deleteInstrumentAction">    <action name="deleteInstrumentAction">
81     <property name="icon">     <property name="icon">
82          <iconset resource="../icons/qsampler.qrc">:/icons/formRemove.png</iconset>          <iconset resource="qsampler.qrc">:/images/formRemove.png</iconset>
83     </property>     </property>
84     <property name="text">     <property name="text">
85      <string>&amp;Delete</string>      <string>&amp;Delete</string>
# Line 93  Line 93 
93    </action>    </action>
94    <action name="refreshInstrumentsAction">    <action name="refreshInstrumentsAction">
95     <property name="icon">     <property name="icon">
96          <iconset resource="../icons/qsampler.qrc">:/icons/formRefresh.png</iconset>          <iconset resource="qsampler.qrc">:/images/formRefresh.png</iconset>
97     </property>     </property>
98     <property name="text">     <property name="text">
99      <string>&amp;Refresh</string>      <string>&amp;Refresh</string>
# Line 108  Line 108 
108   </widget>   </widget>
109   <layoutdefault spacing="0" margin="0"/>   <layoutdefault spacing="0" margin="0"/>
110   <resources>   <resources>
111    <include location="../icons/qsampler.qrc"/>    <include location="qsampler.qrc"/>
112   </resources>   </resources>
113   <connections/>   <connections/>
114  </ui>  </ui>

Legend:
Removed from v.2067  
changed lines
  Added in v.2074

  ViewVC Help
Powered by ViewVC