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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3559 - (show annotations) (download)
Thu Aug 22 18:58:38 2019 UTC (4 years, 7 months ago) by capela
File size: 3458 byte(s)
- Simplify top-level windows and dialog uniform titles.
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-2019, 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>Instruments</string>
36 </property>
37 <property name="windowIcon">
38 <iconset resource="qsampler.qrc">:/images/qsamplerInstrument.png</iconset>
39 </property>
40 <widget class="QWidget" name="centralWidget" />
41 <widget class="QToolBar" name="instrumentToolbar">
42 <property name="orientation">
43 <enum>Qt::Horizontal</enum>
44 </property>
45 <attribute name="toolBarArea">
46 <enum>TopToolBarArea</enum>
47 </attribute>
48 <attribute name="toolBarBreak">
49 <bool>false</bool>
50 </attribute>
51 </widget>
52 <action name="newInstrumentAction">
53 <property name="icon">
54 <iconset resource="qsampler.qrc">:/images/itemNew.png</iconset>
55 </property>
56 <property name="text">
57 <string>New &amp;Instrument...</string>
58 </property>
59 <property name="iconText">
60 <string>New</string>
61 </property>
62 <property name="shortcut">
63 <string>Ins</string>
64 </property>
65 </action>
66 <action name="editInstrumentAction">
67 <property name="icon">
68 <iconset resource="qsampler.qrc">:/images/formEdit.png</iconset>
69 </property>
70 <property name="text">
71 <string>&amp;Edit...</string>
72 </property>
73 <property name="iconText">
74 <string>Edit</string>
75 </property>
76 <property name="shortcut">
77 <string>Enter</string>
78 </property>
79 </action>
80 <action name="deleteInstrumentAction">
81 <property name="icon">
82 <iconset resource="qsampler.qrc">:/images/formRemove.png</iconset>
83 </property>
84 <property name="text">
85 <string>&amp;Delete</string>
86 </property>
87 <property name="iconText">
88 <string>Delete</string>
89 </property>
90 <property name="shortcut">
91 <string>Del</string>
92 </property>
93 </action>
94 <action name="refreshInstrumentsAction">
95 <property name="icon">
96 <iconset resource="qsampler.qrc">:/images/formRefresh.png</iconset>
97 </property>
98 <property name="text">
99 <string>&amp;Refresh</string>
100 </property>
101 <property name="iconText">
102 <string>Refresh</string>
103 </property>
104 <property name="shortcut">
105 <string>F5</string>
106 </property>
107 </action>
108 </widget>
109 <layoutdefault spacing="0" margin="0"/>
110 <resources>
111 <include location="qsampler.qrc"/>
112 </resources>
113 <connections/>
114 </ui>

  ViewVC Help
Powered by ViewVC