/[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 962 by capela, Sun Dec 3 18:27:23 2006 UTC revision 1473 by capela, Mon Nov 5 19:07:26 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-2006, rncbc aka Rui Nuno Capela. All rights reserved.     Copyright (C) 2004-2007, rncbc aka Rui Nuno Capela. All rights reserved.
6       Copyright (C) 2007, Christian Schoenebeck
7    
8     This program is free software; you can redistribute it and/or     This program is free software; you can redistribute it and/or
9     modify it under the terms of the GNU General Public License     modify it under the terms of the GNU General Public License
# Line 19  Line 20 
20     51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.     51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
21    
22  </comment>  </comment>
23  <author>rncbc aka Rui Nuno Capela</author>   <class>qsamplerInstrumentListForm</class>
24  <widget class="QWidget">   <widget class="QMainWindow" name="qsamplerInstrumentListForm" >
25      <property name="name">    <property name="geometry" >
26          <cstring>qsamplerInstrumentListForm</cstring>     <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       <iconset resource="../icons/qsampler.qrc" >:/icons/qsamplerInstrument.png</iconset>
38      </property>
39      <widget class="QWidget" name="widget" >
40       <layout class="QVBoxLayout" >
41        <property name="margin" >
42         <number>0</number>
43      </property>      </property>
44      <property name="geometry">      <property name="spacing" >
45          <rect>       <number>0</number>
             <x>0</x>  
             <y>0</y>  
             <width>720</width>  
             <height>340</height>  
         </rect>  
46      </property>      </property>
47      <property name="caption">      <item>
48          <string>Qsampler: Instruments</string>       <widget class="QTableView" name="InstrumentTable" />
49      </property>      </item>
50      <property name="icon">     </layout>
51          <pixmap>qsamplerInstrument.png</pixmap>    </widget>
52      </property>    <widget class="QToolBar" name="InstrumentToolbar" >
53      <vbox>     <property name="orientation" >
54          <property name="name">      <enum>Qt::Horizontal</enum>
55              <cstring>unnamed</cstring>     </property>
56          </property>     <attribute name="toolBarArea" >
57          <widget class="qsamplerInstrumentList">      <number>4</number>
58              <property name="name">     </attribute>
59                  <cstring>InstrumentList</cstring>    </widget>
60              </property>    <action name="newInstrumentAction" >
61              <property name="sizePolicy">     <property name="icon" >
62                  <sizepolicy>      <iconset resource="../icons/qsampler.qrc" >:/icons/itemNew.png</iconset>
63                      <hsizetype>7</hsizetype>     </property>
64                      <vsizetype>7</vsizetype>     <property name="text" >
65                      <horstretch>0</horstretch>      <string>New</string>
66                      <verstretch>0</verstretch>     </property>
67                  </sizepolicy>    </action>
68              </property>    <action name="editInstrumentAction" >
69              <property name="minimumSize">     <property name="icon" >
70                  <size>      <iconset resource="../icons/qsampler.qrc" >:/icons/formEdit.png</iconset>
71                      <width>120</width>     </property>
72                      <height>40</height>     <property name="text" >
73                  </size>      <string>Edit</string>
74              </property>     </property>
75          </widget>    </action>
76      </vbox>    <action name="deleteInstrumentAction" >
77  </widget>     <property name="icon" >
78  <customwidgets>      <iconset resource="../icons/qsampler.qrc" >:/icons/formRemove.png</iconset>
79      <customwidget>     </property>
80          <class>qsamplerInstrumentList</class>     <property name="text" >
81          <header location="local">qsamplerInstrumentList.h</header>      <string>Delete</string>
82          <sizehint>     </property>
83              <width>320</width>    </action>
84              <height>120</height>    <action name="refreshInstrumentsAction" >
85          </sizehint>     <property name="icon" >
86          <container>0</container>      <iconset resource="../icons/qsampler.qrc" >:/icons/formRefresh.png</iconset>
87          <sizepolicy>     </property>
88              <hordata>7</hordata>     <property name="text" >
89              <verdata>5</verdata>      <string>Refresh</string>
90              <horstretch>0</horstretch>     </property>
91              <verstretch>0</verstretch>    </action>
92          </sizepolicy>   </widget>
93      </customwidget>   <layoutdefault spacing="0" margin="0" />
94  </customwidgets>   <resources>
95  <tabstops>    <include location="../icons/qsampler.qrc" />
96      <tabstop>InstrumentList</tabstop>   </resources>
97  </tabstops>  </ui>
 <slots>  
     <slot specifier="non virtual">refreshInstruments()</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.962  
changed lines
  Added in v.1473

  ViewVC Help
Powered by ViewVC