/[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 1528 by capela, Mon Nov 26 18:24:38 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 44  Line 45 
45       <number>0</number>       <number>0</number>
46      </property>      </property>
47      <item>      <item>
48       <widget class="QTableView" name="InstrumentTable" />       <widget class="QTableView" name="InstrumentTable" >
49          <property name="alternatingRowColors" >
50           <bool>true</bool>
51          </property>
52          <property name="selectionBehavior" >
53           <enum>QAbstractItemView::SelectRows</enum>
54          </property>
55         </widget>
56      </item>      </item>
57     </layout>     </layout>
58    </widget>    </widget>
59      <widget class="QToolBar" name="InstrumentToolbar" >
60       <property name="orientation" >
61        <enum>Qt::Horizontal</enum>
62       </property>
63       <attribute name="toolBarArea" >
64        <number>4</number>
65       </attribute>
66      </widget>
67      <widget class="QMenu" name="contextMenu" >
68       <property name="title" >
69        <string>&amp;Context</string>
70       </property>
71       <addaction name="newInstrumentAction" />
72       <addaction name="separator" />
73       <addaction name="editInstrumentAction" />
74       <addaction name="deleteInstrumentAction" />
75       <addaction name="separator" />
76       <addaction name="refreshInstrumentsAction" />
77      </widget>
78    <action name="newInstrumentAction" >    <action name="newInstrumentAction" >
79     <property name="icon" >     <property name="icon" >
80      <iconset resource="../pixmaps.qrc" >:/qsampler/pixmaps/icons/itemNew.png</iconset>      <iconset resource="../icons/qsampler.qrc" >:/icons/itemNew.png</iconset>
81     </property>     </property>
82     <property name="text" >     <property name="text" >
83        <string>New &amp;Instrument...</string>
84       </property>
85       <property name="iconText" >
86      <string>New</string>      <string>New</string>
87     </property>     </property>
88       <property name="shortcut" >
89        <string>Insert</string>
90       </property>
91    </action>    </action>
92    <action name="editInstrumentAction" >    <action name="editInstrumentAction" >
93     <property name="icon" >     <property name="icon" >
94      <iconset resource="../pixmaps.qrc" >:/qsampler/pixmaps/icons/formEdit.png</iconset>      <iconset resource="../icons/qsampler.qrc" >:/icons/formEdit.png</iconset>
95     </property>     </property>
96     <property name="text" >     <property name="text" >
97        <string>&amp;Edit...</string>
98       </property>
99       <property name="iconText" >
100      <string>Edit</string>      <string>Edit</string>
101     </property>     </property>
102       <property name="shortcut" >
103        <string>Enter</string>
104       </property>
105    </action>    </action>
106    <action name="deleteInstrumentAction" >    <action name="deleteInstrumentAction" >
107     <property name="icon" >     <property name="icon" >
108      <iconset resource="../pixmaps.qrc" >:/qsampler/pixmaps/icons/formRemove.png</iconset>      <iconset resource="../icons/qsampler.qrc" >:/icons/formRemove.png</iconset>
109     </property>     </property>
110     <property name="text" >     <property name="text" >
111        <string>&amp;Delete</string>
112       </property>
113       <property name="iconText" >
114        <string>Delete</string>
115       </property>
116       <property name="shortcut" >
117      <string>Delete</string>      <string>Delete</string>
118     </property>     </property>
119    </action>    </action>
120    <action name="refreshInstrumentsAction" >    <action name="refreshInstrumentsAction" >
121     <property name="icon" >     <property name="icon" >
122      <iconset resource="../pixmaps.qrc" >:/qsampler/pixmaps/icons/formRefresh.png</iconset>      <iconset resource="../icons/qsampler.qrc" >:/icons/formRefresh.png</iconset>
123     </property>     </property>
124     <property name="text" >     <property name="text" >
125        <string>&amp;Refresh</string>
126       </property>
127       <property name="iconText" >
128      <string>Refresh</string>      <string>Refresh</string>
129     </property>     </property>
130       <property name="shortcut" >
131        <string>F5</string>
132       </property>
133    </action>    </action>
134   </widget>   </widget>
135   <layoutdefault spacing="0" margin="0" />   <layoutdefault spacing="0" margin="0" />
  <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>  
136   <resources>   <resources>
137    <include location="../pixmaps.qrc" />    <include location="../icons/qsampler.qrc" />
138   </resources>   </resources>
139   <connections/>   <connections/>
140  </ui>  </ui>

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

  ViewVC Help
Powered by ViewVC