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

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

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1012 by capela, Sun Dec 3 18:27:23 2006 UTC revision 1013 by capela, Mon Jan 8 16:52:48 2007 UTC
# Line 2  Line 2 
2  <class>qsamplerInstrumentListForm</class>  <class>qsamplerInstrumentListForm</class>
3  <comment>qsampler - A LinuxSampler Qt GUI Interface.  <comment>qsampler - A LinuxSampler Qt GUI Interface.
4    
5     Copyright (C) 2004-2006, rncbc aka Rui Nuno Capela. All rights reserved.     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     This program is free software; you can redistribute it and/or
8     modify it under the terms of the GNU General Public License     modify it under the terms of the GNU General Public License
# Line 20  Line 20 
20    
21  </comment>  </comment>
22  <author>rncbc aka Rui Nuno Capela</author>  <author>rncbc aka Rui Nuno Capela</author>
23  <widget class="QWidget">  <widget class="QMainWindow">
24      <property name="name">      <property name="name">
25          <cstring>qsamplerInstrumentListForm</cstring>          <cstring>qsamplerInstrumentListForm</cstring>
26      </property>      </property>
# Line 63  Line 63 
63          </widget>          </widget>
64      </vbox>      </vbox>
65  </widget>  </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>  <customwidgets>
77      <customwidget>      <customwidget>
78          <class>qsamplerInstrumentList</class>          <class>qsamplerInstrumentList</class>
# Line 83  Line 93 
93  <tabstops>  <tabstops>
94      <tabstop>InstrumentList</tabstop>      <tabstop>InstrumentList</tabstop>
95  </tabstops>  </tabstops>
96    <forwards>
97        <forward>class QComboBox;</forward>
98    </forwards>
99    <variables>
100        <variable access="private">QComboBox *m_pMapComboBox;</variable>
101    </variables>
102  <slots>  <slots>
103      <slot specifier="non virtual">refreshInstruments()</slot>      <slot specifier="non virtual">refreshInstruments()</slot>
104        <slot specifier="non virtual">activateMap(int)</slot>
105  </slots>  </slots>
106  <functions>  <functions>
107      <function access="private" specifier="non virtual">init()</function>      <function access="private" specifier="non virtual">init()</function>

Legend:
Removed from v.1012  
changed lines
  Added in v.1013

  ViewVC Help
Powered by ViewVC