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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1463 - (hide annotations) (download)
Thu Nov 1 13:01:27 2007 UTC (16 years, 4 months ago) by capela
File size: 2890 byte(s)
* Qt4 migration: configure and icon/pixmaps resource arrangement.

1 schoenebeck 1461 <ui version="4.0" >
2     <author>rncbc aka Rui Nuno Capela</author>
3     <comment>qsampler - A LinuxSampler Qt GUI Interface.
4 capela 962
5 capela 1013 Copyright (C) 2004-2007, rncbc aka Rui Nuno Capela. All rights reserved.
6 capela 962
7     This program is free software; you can redistribute it and/or
8     modify it under the terms of the GNU General Public License
9     as published by the Free Software Foundation; either version 2
10     of the License, or (at your option) any later version.
11    
12     This program is distributed in the hope that it will be useful,
13     but WITHOUT ANY WARRANTY; without even the implied warranty of
14     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15     GNU General Public License for more details.
16    
17     You should have received a copy of the GNU General Public License along
18     with this program; if not, write to the Free Software Foundation, Inc.,
19     51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20    
21     </comment>
22 schoenebeck 1461 <class>qsamplerInstrumentListForm</class>
23     <widget class="QMainWindow" name="qsamplerInstrumentListForm" >
24     <property name="geometry" >
25     <rect>
26     <x>0</x>
27     <y>0</y>
28     <width>720</width>
29     <height>340</height>
30     </rect>
31     </property>
32     <property name="windowTitle" >
33     <string>Qsampler: Instruments</string>
34     </property>
35     <property name="windowIcon" >
36 capela 1463 <iconset resource="../icons/qsampler.qrc" >:/icons/qsamplerInstrument.png</iconset>
37 schoenebeck 1461 </property>
38     <widget class="QWidget" name="widget" >
39     <layout class="QVBoxLayout" >
40     <property name="margin" >
41     <number>0</number>
42 capela 962 </property>
43 schoenebeck 1461 <property name="spacing" >
44     <number>0</number>
45 capela 962 </property>
46 schoenebeck 1461 <item>
47     <widget class="QTableView" name="InstrumentTable" />
48     </item>
49     </layout>
50     </widget>
51     <action name="newInstrumentAction" >
52     <property name="icon" >
53 capela 1463 <iconset resource="../icons/qsampler.qrc" >:/icons/itemNew.png</iconset>
54 schoenebeck 1461 </property>
55     <property name="text" >
56     <string>New</string>
57     </property>
58     </action>
59     <action name="editInstrumentAction" >
60     <property name="icon" >
61 capela 1463 <iconset resource="../icons/qsampler.qrc" >:/icons/formEdit.png</iconset>
62 schoenebeck 1461 </property>
63     <property name="text" >
64     <string>Edit</string>
65     </property>
66     </action>
67     <action name="deleteInstrumentAction" >
68     <property name="icon" >
69 capela 1463 <iconset resource="../icons/qsampler.qrc" >:/icons/formRemove.png</iconset>
70 schoenebeck 1461 </property>
71     <property name="text" >
72     <string>Delete</string>
73     </property>
74     </action>
75     <action name="refreshInstrumentsAction" >
76     <property name="icon" >
77 capela 1463 <iconset resource="../icons/qsampler.qrc" >:/icons/formRefresh.png</iconset>
78 schoenebeck 1461 </property>
79     <property name="text" >
80     <string>Refresh</string>
81     </property>
82     </action>
83     </widget>
84     <layoutdefault spacing="0" margin="0" />
85     <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
86     <resources>
87 capela 1463 <include location="../icons/qsampler.qrc" />
88 schoenebeck 1461 </resources>
89     <connections/>
90     </ui>

  ViewVC Help
Powered by ViewVC