/[svn]/qsampler/trunk/src/qsamplerInstrumentListForm.ui
ViewVC logotype

Contents of /qsampler/trunk/src/qsamplerInstrumentListForm.ui

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2064 - (show annotations) (download)
Fri Mar 12 16:02:32 2010 UTC (14 years, 1 month ago) by capela
File size: 3846 byte(s)
* Attempt to fix broken instrument list model/view for Qt >= 4.6.

1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <author>rncbc aka Rui Nuno Capela</author>
4 <comment>qsampler - A LinuxSampler Qt GUI Interface.
5
6 Copyright (C) 2004-2010, rncbc aka Rui Nuno Capela. All rights reserved.
7 Copyright (C) 2007, Christian Schoenebeck
8
9 This program is free software; you can redistribute it and/or
10 modify it under the terms of the GNU General Public License
11 as published by the Free Software Foundation; either version 2
12 of the License, or (at your option) any later version.
13
14 This program is distributed in the hope that it will be useful,
15 but WITHOUT ANY WARRANTY; without even the implied warranty of
16 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17 GNU General Public License for more details.
18
19 You should have received a copy of the GNU General Public License along
20 with this program; if not, write to the Free Software Foundation, Inc.,
21 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
22
23 </comment>
24 <class>qsamplerInstrumentListForm</class>
25 <widget class="QMainWindow" name="qsamplerInstrumentListForm">
26 <property name="geometry">
27 <rect>
28 <x>0</x>
29 <y>0</y>
30 <width>720</width>
31 <height>340</height>
32 </rect>
33 </property>
34 <property name="windowTitle">
35 <string>Qsampler: Instruments</string>
36 </property>
37 <property name="windowIcon">
38 <iconset resource="../icons/qsampler.qrc">:/icons/qsamplerInstrument.png</iconset>
39 </property>
40 <widget class="QMenu" name="contextMenu">
41 <property name="title">
42 <string>&amp;Context</string>
43 </property>
44 <addaction name="newInstrumentAction"/>
45 <addaction name="separator"/>
46 <addaction name="editInstrumentAction"/>
47 <addaction name="deleteInstrumentAction"/>
48 <addaction name="separator"/>
49 <addaction name="refreshInstrumentsAction"/>
50 </widget>
51 <widget class="QToolBar" name="InstrumentToolbar">
52 <property name="orientation">
53 <enum>Qt::Horizontal</enum>
54 </property>
55 <attribute name="toolBarArea">
56 <enum>TopToolBarArea</enum>
57 </attribute>
58 <attribute name="toolBarBreak">
59 <bool>false</bool>
60 </attribute>
61 </widget>
62 <action name="newInstrumentAction">
63 <property name="icon">
64 <iconset resource="../icons/qsampler.qrc">:/icons/itemNew.png</iconset>
65 </property>
66 <property name="text">
67 <string>New &amp;Instrument...</string>
68 </property>
69 <property name="iconText">
70 <string>New</string>
71 </property>
72 <property name="shortcut">
73 <string>Ins</string>
74 </property>
75 </action>
76 <action name="editInstrumentAction">
77 <property name="icon">
78 <iconset resource="../icons/qsampler.qrc">:/icons/formEdit.png</iconset>
79 </property>
80 <property name="text">
81 <string>&amp;Edit...</string>
82 </property>
83 <property name="iconText">
84 <string>Edit</string>
85 </property>
86 <property name="shortcut">
87 <string>Enter</string>
88 </property>
89 </action>
90 <action name="deleteInstrumentAction">
91 <property name="icon">
92 <iconset resource="../icons/qsampler.qrc">:/icons/formRemove.png</iconset>
93 </property>
94 <property name="text">
95 <string>&amp;Delete</string>
96 </property>
97 <property name="iconText">
98 <string>Delete</string>
99 </property>
100 <property name="shortcut">
101 <string>Del</string>
102 </property>
103 </action>
104 <action name="refreshInstrumentsAction">
105 <property name="icon">
106 <iconset resource="../icons/qsampler.qrc">:/icons/formRefresh.png</iconset>
107 </property>
108 <property name="text">
109 <string>&amp;Refresh</string>
110 </property>
111 <property name="iconText">
112 <string>Refresh</string>
113 </property>
114 <property name="shortcut">
115 <string>F5</string>
116 </property>
117 </action>
118 </widget>
119 <layoutdefault spacing="0" margin="0"/>
120 <resources>
121 <include location="../icons/qsampler.qrc"/>
122 </resources>
123 <connections/>
124 </ui>

  ViewVC Help
Powered by ViewVC