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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1492 - (hide annotations) (download)
Mon Nov 19 21:08:18 2007 UTC (16 years, 4 months ago) by schoenebeck
File size: 3314 byte(s)
* Qt4 migration: finished MIDI instrument mapping dialogs, with this commit
  all the functionalities from the Qt3 version of qsampler are finally
  restored, only minor "cosmetical" things to fix now

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 1464 Copyright (C) 2007, Christian Schoenebeck
7 capela 962
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 schoenebeck 1461 <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 capela 1463 <iconset resource="../icons/qsampler.qrc" >:/icons/qsamplerInstrument.png</iconset>
38 schoenebeck 1461 </property>
39     <widget class="QWidget" name="widget" >
40     <layout class="QVBoxLayout" >
41     <property name="margin" >
42     <number>0</number>
43 capela 962 </property>
44 schoenebeck 1461 <property name="spacing" >
45     <number>0</number>
46 capela 962 </property>
47 schoenebeck 1461 <item>
48 schoenebeck 1492 <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 schoenebeck 1461 </item>
57     </layout>
58     </widget>
59 capela 1466 <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 schoenebeck 1461 <action name="newInstrumentAction" >
68     <property name="icon" >
69 capela 1463 <iconset resource="../icons/qsampler.qrc" >:/icons/itemNew.png</iconset>
70 schoenebeck 1461 </property>
71     <property name="text" >
72     <string>New</string>
73     </property>
74     </action>
75     <action name="editInstrumentAction" >
76     <property name="icon" >
77 capela 1463 <iconset resource="../icons/qsampler.qrc" >:/icons/formEdit.png</iconset>
78 schoenebeck 1461 </property>
79     <property name="text" >
80     <string>Edit</string>
81     </property>
82     </action>
83     <action name="deleteInstrumentAction" >
84     <property name="icon" >
85 capela 1463 <iconset resource="../icons/qsampler.qrc" >:/icons/formRemove.png</iconset>
86 schoenebeck 1461 </property>
87     <property name="text" >
88     <string>Delete</string>
89     </property>
90     </action>
91     <action name="refreshInstrumentsAction" >
92     <property name="icon" >
93 capela 1463 <iconset resource="../icons/qsampler.qrc" >:/icons/formRefresh.png</iconset>
94 schoenebeck 1461 </property>
95     <property name="text" >
96     <string>Refresh</string>
97     </property>
98     </action>
99     </widget>
100     <layoutdefault spacing="0" margin="0" />
101     <resources>
102 capela 1463 <include location="../icons/qsampler.qrc" />
103 schoenebeck 1461 </resources>
104 schoenebeck 1492 <connections/>
105 schoenebeck 1461 </ui>

  ViewVC Help
Powered by ViewVC