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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1466 - (show annotations) (download)
Thu Nov 1 19:25:10 2007 UTC (16 years, 5 months ago) by capela
File size: 3156 byte(s)
* Qt4 migration: added missing signal/slot connections for most forms.

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-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
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 </item>
50 </layout>
51 </widget>
52 <widget class="QToolBar" name="InstrumentToolbar" >
53 <property name="orientation" >
54 <enum>Qt::Horizontal</enum>
55 </property>
56 <attribute name="toolBarArea" >
57 <number>4</number>
58 </attribute>
59 </widget>
60 <action name="newInstrumentAction" >
61 <property name="icon" >
62 <iconset resource="../icons/qsampler.qrc" >:/icons/itemNew.png</iconset>
63 </property>
64 <property name="text" >
65 <string>New</string>
66 </property>
67 </action>
68 <action name="editInstrumentAction" >
69 <property name="icon" >
70 <iconset resource="../icons/qsampler.qrc" >:/icons/formEdit.png</iconset>
71 </property>
72 <property name="text" >
73 <string>Edit</string>
74 </property>
75 </action>
76 <action name="deleteInstrumentAction" >
77 <property name="icon" >
78 <iconset resource="../icons/qsampler.qrc" >:/icons/formRemove.png</iconset>
79 </property>
80 <property name="text" >
81 <string>Delete</string>
82 </property>
83 </action>
84 <action name="refreshInstrumentsAction" >
85 <property name="icon" >
86 <iconset resource="../icons/qsampler.qrc" >:/icons/formRefresh.png</iconset>
87 </property>
88 <property name="text" >
89 <string>Refresh</string>
90 </property>
91 </action>
92 </widget>
93 <layoutdefault spacing="0" margin="0" />
94 <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
95 <resources>
96 <include location="../icons/qsampler.qrc" />
97 </resources>
98 <connections/>
99 </ui>

  ViewVC Help
Powered by ViewVC