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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1840 - (show annotations) (download)
Thu Feb 19 11:44:57 2009 UTC (15 years, 1 month ago) by capela
File size: 4321 byte(s)
* Converted obsolete QMessageBox forms to standard buttons.

1 <ui version="4.0" >
2 <author>rncbc aka Rui Nuno Capela</author>
3 <comment>qsampler - A LinuxSampler Qt GUI Interface.
4
5 Copyright (C) 2004-2009, 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
9 modify it under the terms of the GNU General Public License
10 as published by the Free Software Foundation; either version 2
11 of the License, or (at your option) any later version.
12
13 This program is distributed in the hope that it will be useful,
14 but WITHOUT ANY WARRANTY; without even the implied warranty of
15 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16 GNU General Public License for more details.
17
18 You should have received a copy of the GNU General Public License along
19 with this program; if not, write to the Free Software Foundation, Inc.,
20 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
21
22 </comment>
23 <class>qsamplerInstrumentListForm</class>
24 <widget class="QMainWindow" name="qsamplerInstrumentListForm" >
25 <property name="geometry" >
26 <rect>
27 <x>0</x>
28 <y>0</y>
29 <width>720</width>
30 <height>340</height>
31 </rect>
32 </property>
33 <property name="windowTitle" >
34 <string>Qsampler: Instruments</string>
35 </property>
36 <property name="windowIcon" >
37 <iconset resource="../icons/qsampler.qrc" >:/icons/qsamplerInstrument.png</iconset>
38 </property>
39 <widget class="QWidget" name="widget" >
40 <layout class="QVBoxLayout" >
41 <property name="margin" >
42 <number>0</number>
43 </property>
44 <property name="spacing" >
45 <number>0</number>
46 </property>
47 <item>
48 <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>
57 </layout>
58 </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" >
79 <property name="icon" >
80 <iconset resource="../icons/qsampler.qrc" >:/icons/itemNew.png</iconset>
81 </property>
82 <property name="text" >
83 <string>New &amp;Instrument...</string>
84 </property>
85 <property name="iconText" >
86 <string>New</string>
87 </property>
88 <property name="shortcut" >
89 <string>Insert</string>
90 </property>
91 </action>
92 <action name="editInstrumentAction" >
93 <property name="icon" >
94 <iconset resource="../icons/qsampler.qrc" >:/icons/formEdit.png</iconset>
95 </property>
96 <property name="text" >
97 <string>&amp;Edit...</string>
98 </property>
99 <property name="iconText" >
100 <string>Edit</string>
101 </property>
102 <property name="shortcut" >
103 <string>Enter</string>
104 </property>
105 </action>
106 <action name="deleteInstrumentAction" >
107 <property name="icon" >
108 <iconset resource="../icons/qsampler.qrc" >:/icons/formRemove.png</iconset>
109 </property>
110 <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>
118 </property>
119 </action>
120 <action name="refreshInstrumentsAction" >
121 <property name="icon" >
122 <iconset resource="../icons/qsampler.qrc" >:/icons/formRefresh.png</iconset>
123 </property>
124 <property name="text" >
125 <string>&amp;Refresh</string>
126 </property>
127 <property name="iconText" >
128 <string>Refresh</string>
129 </property>
130 <property name="shortcut" >
131 <string>F5</string>
132 </property>
133 </action>
134 </widget>
135 <layoutdefault spacing="0" margin="0" />
136 <resources>
137 <include location="../icons/qsampler.qrc" />
138 </resources>
139 <connections/>
140 </ui>

  ViewVC Help
Powered by ViewVC