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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2065 - (show annotations) (download)
Sat Mar 13 12:44:15 2010 UTC (14 years ago) by capela
File size: 3896 byte(s)
* Automatic crash-dump reports, debugger stack-traces (gdb), back-
  traces, whatever, are being introduced as a brand new configure
  option (--enable-stacktrace) and default enabled on debug build
  targets (--enable-debug).

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="QWidget" name="centralWidget" />
41 <widget class="QMenu" name="contextMenu">
42 <property name="title">
43 <string>&amp;Context</string>
44 </property>
45 <addaction name="newInstrumentAction"/>
46 <addaction name="separator"/>
47 <addaction name="editInstrumentAction"/>
48 <addaction name="deleteInstrumentAction"/>
49 <addaction name="separator"/>
50 <addaction name="refreshInstrumentsAction"/>
51 </widget>
52 <widget class="QToolBar" name="instrumentToolbar">
53 <property name="orientation">
54 <enum>Qt::Horizontal</enum>
55 </property>
56 <attribute name="toolBarArea">
57 <enum>TopToolBarArea</enum>
58 </attribute>
59 <attribute name="toolBarBreak">
60 <bool>false</bool>
61 </attribute>
62 </widget>
63 <action name="newInstrumentAction">
64 <property name="icon">
65 <iconset resource="../icons/qsampler.qrc">:/icons/itemNew.png</iconset>
66 </property>
67 <property name="text">
68 <string>New &amp;Instrument...</string>
69 </property>
70 <property name="iconText">
71 <string>New</string>
72 </property>
73 <property name="shortcut">
74 <string>Ins</string>
75 </property>
76 </action>
77 <action name="editInstrumentAction">
78 <property name="icon">
79 <iconset resource="../icons/qsampler.qrc">:/icons/formEdit.png</iconset>
80 </property>
81 <property name="text">
82 <string>&amp;Edit...</string>
83 </property>
84 <property name="iconText">
85 <string>Edit</string>
86 </property>
87 <property name="shortcut">
88 <string>Enter</string>
89 </property>
90 </action>
91 <action name="deleteInstrumentAction">
92 <property name="icon">
93 <iconset resource="../icons/qsampler.qrc">:/icons/formRemove.png</iconset>
94 </property>
95 <property name="text">
96 <string>&amp;Delete</string>
97 </property>
98 <property name="iconText">
99 <string>Delete</string>
100 </property>
101 <property name="shortcut">
102 <string>Del</string>
103 </property>
104 </action>
105 <action name="refreshInstrumentsAction">
106 <property name="icon">
107 <iconset resource="../icons/qsampler.qrc">:/icons/formRefresh.png</iconset>
108 </property>
109 <property name="text">
110 <string>&amp;Refresh</string>
111 </property>
112 <property name="iconText">
113 <string>Refresh</string>
114 </property>
115 <property name="shortcut">
116 <string>F5</string>
117 </property>
118 </action>
119 </widget>
120 <layoutdefault spacing="0" margin="0"/>
121 <resources>
122 <include location="../icons/qsampler.qrc"/>
123 </resources>
124 <connections/>
125 </ui>

  ViewVC Help
Powered by ViewVC