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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 962 - (hide annotations) (download)
Sun Dec 3 18:27:23 2006 UTC (17 years, 4 months ago) by capela
File size: 3369 byte(s)
* Adding preliminary MIDI instrument mapping support; now
  with an instrument list widget and editing capabilities.

1 capela 962 <!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-2006, 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="QWidget">
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     <customwidgets>
67     <customwidget>
68     <class>qsamplerInstrumentList</class>
69     <header location="local">qsamplerInstrumentList.h</header>
70     <sizehint>
71     <width>320</width>
72     <height>120</height>
73     </sizehint>
74     <container>0</container>
75     <sizepolicy>
76     <hordata>7</hordata>
77     <verdata>5</verdata>
78     <horstretch>0</horstretch>
79     <verstretch>0</verstretch>
80     </sizepolicy>
81     </customwidget>
82     </customwidgets>
83     <tabstops>
84     <tabstop>InstrumentList</tabstop>
85     </tabstops>
86     <slots>
87     <slot specifier="non virtual">refreshInstruments()</slot>
88     </slots>
89     <functions>
90     <function access="private" specifier="non virtual">init()</function>
91     <function access="private" specifier="non virtual">destroy()</function>
92     <function access="private" specifier="non virtual">showEvent( QShowEvent * pShowEvent )</function>
93     <function access="private" specifier="non virtual">hideEvent( QHideEvent * pHideEvent )</function>
94     </functions>
95     <pixmapinproject/>
96     <layoutdefaults spacing="0" margin="0"/>
97     </UI>

  ViewVC Help
Powered by ViewVC