/[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 1460 by capela, Mon Jan 8 16:52:48 2007 UTC revision 1461 by schoenebeck, Sun Oct 28 23:30:36 2007 UTC
# Line 1  Line 1 
1  <!DOCTYPE UI><UI version="3.1" stdsetdef="1">  <ui version="4.0" >
2  <class>qsamplerInstrumentListForm</class>   <author>rncbc aka Rui Nuno Capela</author>
3  <comment>qsampler - A LinuxSampler Qt GUI Interface.   <comment>qsampler - A LinuxSampler Qt GUI Interface.
4    
5     Copyright (C) 2004-2007, rncbc aka Rui Nuno Capela. All rights reserved.     Copyright (C) 2004-2007, rncbc aka Rui Nuno Capela. All rights reserved.
6    
# Line 19  Line 19 
19     51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.     51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20    
21  </comment>  </comment>
22  <author>rncbc aka Rui Nuno Capela</author>   <class>qsamplerInstrumentListForm</class>
23  <widget class="QMainWindow">   <widget class="QMainWindow" name="qsamplerInstrumentListForm" >
24      <property name="name">    <property name="geometry" >
25          <cstring>qsamplerInstrumentListForm</cstring>     <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       <iconset resource="../pixmaps.qrc" >:/qsampler/pixmaps/icons/qsamplerInstrument.png</iconset>
37      </property>
38      <widget class="QWidget" name="widget" >
39       <layout class="QVBoxLayout" >
40        <property name="margin" >
41         <number>0</number>
42      </property>      </property>
43      <property name="geometry">      <property name="spacing" >
44          <rect>       <number>0</number>
             <x>0</x>  
             <y>0</y>  
             <width>720</width>  
             <height>340</height>  
         </rect>  
45      </property>      </property>
46      <property name="caption">      <item>
47          <string>Qsampler: Instruments</string>       <widget class="QTableView" name="InstrumentTable" />
48      </property>      </item>
49      <property name="icon">     </layout>
50          <pixmap>qsamplerInstrument.png</pixmap>    </widget>
51      </property>    <action name="newInstrumentAction" >
52      <vbox>     <property name="icon" >
53          <property name="name">      <iconset resource="../pixmaps.qrc" >:/qsampler/pixmaps/icons/itemNew.png</iconset>
54              <cstring>unnamed</cstring>     </property>
55          </property>     <property name="text" >
56          <widget class="qsamplerInstrumentList">      <string>New</string>
57              <property name="name">     </property>
58                  <cstring>InstrumentList</cstring>    </action>
59              </property>    <action name="editInstrumentAction" >
60              <property name="sizePolicy">     <property name="icon" >
61                  <sizepolicy>      <iconset resource="../pixmaps.qrc" >:/qsampler/pixmaps/icons/formEdit.png</iconset>
62                      <hsizetype>7</hsizetype>     </property>
63                      <vsizetype>7</vsizetype>     <property name="text" >
64                      <horstretch>0</horstretch>      <string>Edit</string>
65                      <verstretch>0</verstretch>     </property>
66                  </sizepolicy>    </action>
67              </property>    <action name="deleteInstrumentAction" >
68              <property name="minimumSize">     <property name="icon" >
69                  <size>      <iconset resource="../pixmaps.qrc" >:/qsampler/pixmaps/icons/formRemove.png</iconset>
70                      <width>120</width>     </property>
71                      <height>40</height>     <property name="text" >
72                  </size>      <string>Delete</string>
73              </property>     </property>
74          </widget>    </action>
75      </vbox>    <action name="refreshInstrumentsAction" >
76  </widget>     <property name="icon" >
77  <toolbars>      <iconset resource="../pixmaps.qrc" >:/qsampler/pixmaps/icons/formRefresh.png</iconset>
78      <toolbar dock="2">     </property>
79          <property name="name">     <property name="text" >
80              <cstring>InstrumentToolbar</cstring>      <string>Refresh</string>
81          </property>     </property>
82          <property name="label">    </action>
83              <string>Instruments Toolbar</string>   </widget>
84          </property>   <layoutdefault spacing="0" margin="0" />
85      </toolbar>   <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
86  </toolbars>   <resources>
87  <customwidgets>    <include location="../pixmaps.qrc" />
88      <customwidget>   </resources>
89          <class>qsamplerInstrumentList</class>   <connections/>
90          <header location="local">qsamplerInstrumentList.h</header>  </ui>
         <sizehint>  
             <width>320</width>  
             <height>120</height>  
         </sizehint>  
         <container>0</container>  
         <sizepolicy>  
             <hordata>7</hordata>  
             <verdata>5</verdata>  
             <horstretch>0</horstretch>  
             <verstretch>0</verstretch>  
         </sizepolicy>  
     </customwidget>  
 </customwidgets>  
 <tabstops>  
     <tabstop>InstrumentList</tabstop>  
 </tabstops>  
 <forwards>  
     <forward>class QComboBox;</forward>  
 </forwards>  
 <variables>  
     <variable access="private">QComboBox *m_pMapComboBox;</variable>  
 </variables>  
 <slots>  
     <slot specifier="non virtual">refreshInstruments()</slot>  
     <slot specifier="non virtual">activateMap(int)</slot>  
 </slots>  
 <functions>  
     <function access="private" specifier="non virtual">init()</function>  
     <function access="private" specifier="non virtual">destroy()</function>  
     <function access="private" specifier="non virtual">showEvent( QShowEvent * pShowEvent )</function>  
     <function access="private" specifier="non virtual">hideEvent( QHideEvent * pHideEvent )</function>  
 </functions>  
 <pixmapinproject/>  
 <layoutdefaults spacing="0" margin="0"/>  
 </UI>  

Legend:
Removed from v.1460  
changed lines
  Added in v.1461

  ViewVC Help
Powered by ViewVC