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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1013 - (show annotations) (download)
Mon Jan 8 16:52:48 2007 UTC (17 years, 2 months ago) by capela
File size: 3850 byte(s)
* Instruments window gets its own toolbar (and statusbar too);
  also introducing MIDI instrument map selection to the view;
  MIDI instrument item editing now allows changing map, bank
  or program key values (were previously disabled).

1 <!DOCTYPE UI><UI version="3.1" stdsetdef="1">
2 <class>qsamplerInstrumentListForm</class>
3 <comment>qsampler - A LinuxSampler Qt GUI Interface.
4
5 Copyright (C) 2004-2007, rncbc aka Rui Nuno Capela. All rights reserved.
6
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 <author>rncbc aka Rui Nuno Capela</author>
23 <widget class="QMainWindow">
24 <property name="name">
25 <cstring>qsamplerInstrumentListForm</cstring>
26 </property>
27 <property name="geometry">
28 <rect>
29 <x>0</x>
30 <y>0</y>
31 <width>720</width>
32 <height>340</height>
33 </rect>
34 </property>
35 <property name="caption">
36 <string>Qsampler: Instruments</string>
37 </property>
38 <property name="icon">
39 <pixmap>qsamplerInstrument.png</pixmap>
40 </property>
41 <vbox>
42 <property name="name">
43 <cstring>unnamed</cstring>
44 </property>
45 <widget class="qsamplerInstrumentList">
46 <property name="name">
47 <cstring>InstrumentList</cstring>
48 </property>
49 <property name="sizePolicy">
50 <sizepolicy>
51 <hsizetype>7</hsizetype>
52 <vsizetype>7</vsizetype>
53 <horstretch>0</horstretch>
54 <verstretch>0</verstretch>
55 </sizepolicy>
56 </property>
57 <property name="minimumSize">
58 <size>
59 <width>120</width>
60 <height>40</height>
61 </size>
62 </property>
63 </widget>
64 </vbox>
65 </widget>
66 <toolbars>
67 <toolbar dock="2">
68 <property name="name">
69 <cstring>InstrumentToolbar</cstring>
70 </property>
71 <property name="label">
72 <string>Instruments Toolbar</string>
73 </property>
74 </toolbar>
75 </toolbars>
76 <customwidgets>
77 <customwidget>
78 <class>qsamplerInstrumentList</class>
79 <header location="local">qsamplerInstrumentList.h</header>
80 <sizehint>
81 <width>320</width>
82 <height>120</height>
83 </sizehint>
84 <container>0</container>
85 <sizepolicy>
86 <hordata>7</hordata>
87 <verdata>5</verdata>
88 <horstretch>0</horstretch>
89 <verstretch>0</verstretch>
90 </sizepolicy>
91 </customwidget>
92 </customwidgets>
93 <tabstops>
94 <tabstop>InstrumentList</tabstop>
95 </tabstops>
96 <forwards>
97 <forward>class QComboBox;</forward>
98 </forwards>
99 <variables>
100 <variable access="private">QComboBox *m_pMapComboBox;</variable>
101 </variables>
102 <slots>
103 <slot specifier="non virtual">refreshInstruments()</slot>
104 <slot specifier="non virtual">activateMap(int)</slot>
105 </slots>
106 <functions>
107 <function access="private" specifier="non virtual">init()</function>
108 <function access="private" specifier="non virtual">destroy()</function>
109 <function access="private" specifier="non virtual">showEvent( QShowEvent * pShowEvent )</function>
110 <function access="private" specifier="non virtual">hideEvent( QHideEvent * pHideEvent )</function>
111 </functions>
112 <pixmapinproject/>
113 <layoutdefaults spacing="0" margin="0"/>
114 </UI>

  ViewVC Help
Powered by ViewVC