/[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 2064 by capela, Fri Mar 12 16:02:32 2010 UTC revision 3559 by capela, Thu Aug 22 18:58:38 2019 UTC
# Line 3  Line 3 
3   <author>rncbc aka Rui Nuno Capela</author>   <author>rncbc aka Rui Nuno Capela</author>
4   <comment>qsampler - A LinuxSampler Qt GUI Interface.   <comment>qsampler - A LinuxSampler Qt GUI Interface.
5    
6     Copyright (C) 2004-2010, rncbc aka Rui Nuno Capela. All rights reserved.     Copyright (C) 2004-2019, rncbc aka Rui Nuno Capela. All rights reserved.
7     Copyright (C) 2007, Christian Schoenebeck     Copyright (C) 2007, Christian Schoenebeck
8    
9     This program is free software; you can redistribute it and/or     This program is free software; you can redistribute it and/or
# Line 32  Line 32 
32     </rect>     </rect>
33    </property>    </property>
34    <property name="windowTitle">    <property name="windowTitle">
35     <string>Qsampler: Instruments</string>     <string>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="QMenu" name="contextMenu">    <widget class="QWidget" name="centralWidget" />
41     <property name="title">    <widget class="QToolBar" name="instrumentToolbar">
     <string>&amp;Context</string>  
    </property>  
    <addaction name="newInstrumentAction"/>  
    <addaction name="separator"/>  
    <addaction name="editInstrumentAction"/>  
    <addaction name="deleteInstrumentAction"/>  
    <addaction name="separator"/>  
    <addaction name="refreshInstrumentsAction"/>  
   </widget>  
   <widget class="QToolBar" name="InstrumentToolbar">  
42     <property name="orientation">     <property name="orientation">
43      <enum>Qt::Horizontal</enum>      <enum>Qt::Horizontal</enum>
44     </property>     </property>
# Line 61  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 75  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 89  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 103  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 118  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.2064  
changed lines
  Added in v.3559

  ViewVC Help
Powered by ViewVC