/[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 1492 by schoenebeck, Mon Nov 19 21:08:18 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>        <property name="alternatingRowColors" >
50      <property name="icon">         <bool>true</bool>
51          <pixmap>qsamplerInstrument.png</pixmap>        </property>
52      </property>        <property name="selectionBehavior" >
53      <vbox>         <enum>QAbstractItemView::SelectRows</enum>
54          <property name="name">        </property>
55              <cstring>unnamed</cstring>       </widget>
56          </property>      </item>
57          <widget class="qsamplerInstrumentList">     </layout>
58              <property name="name">    </widget>
59                  <cstring>InstrumentList</cstring>    <widget class="QToolBar" name="InstrumentToolbar" >
60              </property>     <property name="orientation" >
61              <property name="sizePolicy">      <enum>Qt::Horizontal</enum>
62                  <sizepolicy>     </property>
63                      <hsizetype>7</hsizetype>     <attribute name="toolBarArea" >
64                      <vsizetype>7</vsizetype>      <number>4</number>
65                      <horstretch>0</horstretch>     </attribute>
66                      <verstretch>0</verstretch>    </widget>
67                  </sizepolicy>    <action name="newInstrumentAction" >
68              </property>     <property name="icon" >
69              <property name="minimumSize">      <iconset resource="../icons/qsampler.qrc" >:/icons/itemNew.png</iconset>
70                  <size>     </property>
71                      <width>120</width>     <property name="text" >
72                      <height>40</height>      <string>New</string>
73                  </size>     </property>
74              </property>    </action>
75          </widget>    <action name="editInstrumentAction" >
76      </vbox>     <property name="icon" >
77  </widget>      <iconset resource="../icons/qsampler.qrc" >:/icons/formEdit.png</iconset>
78  <customwidgets>     </property>
79      <customwidget>     <property name="text" >
80          <class>qsamplerInstrumentList</class>      <string>Edit</string>
81          <header location="local">qsamplerInstrumentList.h</header>     </property>
82          <sizehint>    </action>
83              <width>320</width>    <action name="deleteInstrumentAction" >
84              <height>120</height>     <property name="icon" >
85          </sizehint>      <iconset resource="../icons/qsampler.qrc" >:/icons/formRemove.png</iconset>
86          <container>0</container>     </property>
87          <sizepolicy>     <property name="text" >
88              <hordata>7</hordata>      <string>Delete</string>
89              <verdata>5</verdata>     </property>
90              <horstretch>0</horstretch>    </action>
91              <verstretch>0</verstretch>    <action name="refreshInstrumentsAction" >
92          </sizepolicy>     <property name="icon" >
93      </customwidget>      <iconset resource="../icons/qsampler.qrc" >:/icons/formRefresh.png</iconset>
94  </customwidgets>     </property>
95  <tabstops>     <property name="text" >
96      <tabstop>InstrumentList</tabstop>      <string>Refresh</string>
97  </tabstops>     </property>
98  <slots>    </action>
99      <slot specifier="non virtual">refreshInstruments()</slot>   </widget>
100  </slots>   <layoutdefault spacing="0" margin="0" />
101  <functions>   <resources>
102      <function access="private" specifier="non virtual">init()</function>    <include location="../icons/qsampler.qrc" />
103      <function access="private" specifier="non virtual">destroy()</function>   </resources>
104      <function access="private" specifier="non virtual">showEvent( QShowEvent * pShowEvent )</function>   <connections/>
105      <function access="private" specifier="non virtual">hideEvent( QHideEvent * pHideEvent )</function>  </ui>
 </functions>  
 <pixmapinproject/>  
 <layoutdefaults spacing="0" margin="0"/>  
 </UI>  

Legend:
Removed from v.962  
changed lines
  Added in v.1492

  ViewVC Help
Powered by ViewVC