/[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 1013 by capela, Mon Jan 8 16:52:48 2007 UTC revision 2067 by capela, Sat Mar 13 20:14:38 2010 UTC
# Line 1  Line 1 
1  <!DOCTYPE UI><UI version="3.1" stdsetdef="1">  <?xml version="1.0" encoding="UTF-8"?>
2  <class>qsamplerInstrumentListForm</class>  <ui version="4.0">
3  <comment>qsampler - A LinuxSampler Qt GUI Interface.   <author>rncbc aka Rui Nuno Capela</author>
4     <comment>qsampler - A LinuxSampler Qt GUI Interface.
5    
6     Copyright (C) 2004-2007, rncbc aka Rui Nuno Capela. All rights reserved.     Copyright (C) 2004-2010, rncbc aka Rui Nuno Capela. All rights reserved.
7       Copyright (C) 2007, Christian Schoenebeck
8    
9     This program is free software; you can redistribute it and/or     This program is free software; you can redistribute it and/or
10     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 21 
21     51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.     51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
22    
23  </comment>  </comment>
24  <author>rncbc aka Rui Nuno Capela</author>   <class>qsamplerInstrumentListForm</class>
25  <widget class="QMainWindow">   <widget class="QMainWindow" name="qsamplerInstrumentListForm">
26      <property name="name">    <property name="geometry">
27          <cstring>qsamplerInstrumentListForm</cstring>     <rect>
28      </property>      <x>0</x>
29      <property name="geometry">      <y>0</y>
30          <rect>      <width>720</width>
31              <x>0</x>      <height>340</height>
32              <y>0</y>     </rect>
33              <width>720</width>    </property>
34              <height>340</height>    <property name="windowTitle">
35          </rect>     <string>Qsampler: Instruments</string>
36      </property>    </property>
37      <property name="caption">    <property name="windowIcon">
38          <string>Qsampler: Instruments</string>     <iconset resource="../icons/qsampler.qrc">:/icons/qsamplerInstrument.png</iconset>
39      </property>    </property>
40      <property name="icon">    <widget class="QWidget" name="centralWidget" />
41          <pixmap>qsamplerInstrument.png</pixmap>    <widget class="QToolBar" name="instrumentToolbar">
42      </property>     <property name="orientation">
43      <vbox>      <enum>Qt::Horizontal</enum>
44          <property name="name">     </property>
45              <cstring>unnamed</cstring>     <attribute name="toolBarArea">
46          </property>      <enum>TopToolBarArea</enum>
47          <widget class="qsamplerInstrumentList">     </attribute>
48              <property name="name">     <attribute name="toolBarBreak">
49                  <cstring>InstrumentList</cstring>      <bool>false</bool>
50              </property>     </attribute>
51              <property name="sizePolicy">    </widget>
52                  <sizepolicy>    <action name="newInstrumentAction">
53                      <hsizetype>7</hsizetype>     <property name="icon">
54                      <vsizetype>7</vsizetype>          <iconset resource="../icons/qsampler.qrc">:/icons/itemNew.png</iconset>
55                      <horstretch>0</horstretch>     </property>
56                      <verstretch>0</verstretch>     <property name="text">
57                  </sizepolicy>      <string>New &amp;Instrument...</string>
58              </property>     </property>
59              <property name="minimumSize">     <property name="iconText">
60                  <size>      <string>New</string>
61                      <width>120</width>     </property>
62                      <height>40</height>     <property name="shortcut">
63                  </size>      <string>Ins</string>
64              </property>     </property>
65          </widget>    </action>
66      </vbox>    <action name="editInstrumentAction">
67  </widget>     <property name="icon">
68  <toolbars>          <iconset resource="../icons/qsampler.qrc">:/icons/formEdit.png</iconset>
69      <toolbar dock="2">     </property>
70          <property name="name">     <property name="text">
71              <cstring>InstrumentToolbar</cstring>      <string>&amp;Edit...</string>
72          </property>     </property>
73          <property name="label">     <property name="iconText">
74              <string>Instruments Toolbar</string>      <string>Edit</string>
75          </property>     </property>
76      </toolbar>     <property name="shortcut">
77  </toolbars>      <string>Enter</string>
78  <customwidgets>     </property>
79      <customwidget>    </action>
80          <class>qsamplerInstrumentList</class>    <action name="deleteInstrumentAction">
81          <header location="local">qsamplerInstrumentList.h</header>     <property name="icon">
82          <sizehint>          <iconset resource="../icons/qsampler.qrc">:/icons/formRemove.png</iconset>
83              <width>320</width>     </property>
84              <height>120</height>     <property name="text">
85          </sizehint>      <string>&amp;Delete</string>
86          <container>0</container>     </property>
87          <sizepolicy>     <property name="iconText">
88              <hordata>7</hordata>      <string>Delete</string>
89              <verdata>5</verdata>     </property>
90              <horstretch>0</horstretch>     <property name="shortcut">
91              <verstretch>0</verstretch>      <string>Del</string>
92          </sizepolicy>     </property>
93      </customwidget>    </action>
94  </customwidgets>    <action name="refreshInstrumentsAction">
95  <tabstops>     <property name="icon">
96      <tabstop>InstrumentList</tabstop>          <iconset resource="../icons/qsampler.qrc">:/icons/formRefresh.png</iconset>
97  </tabstops>     </property>
98  <forwards>     <property name="text">
99      <forward>class QComboBox;</forward>      <string>&amp;Refresh</string>
100  </forwards>     </property>
101  <variables>     <property name="iconText">
102      <variable access="private">QComboBox *m_pMapComboBox;</variable>      <string>Refresh</string>
103  </variables>     </property>
104  <slots>     <property name="shortcut">
105      <slot specifier="non virtual">refreshInstruments()</slot>      <string>F5</string>
106      <slot specifier="non virtual">activateMap(int)</slot>     </property>
107  </slots>    </action>
108  <functions>   </widget>
109      <function access="private" specifier="non virtual">init()</function>   <layoutdefault spacing="0" margin="0"/>
110      <function access="private" specifier="non virtual">destroy()</function>   <resources>
111      <function access="private" specifier="non virtual">showEvent( QShowEvent * pShowEvent )</function>    <include location="../icons/qsampler.qrc"/>
112      <function access="private" specifier="non virtual">hideEvent( QHideEvent * pHideEvent )</function>   </resources>
113  </functions>   <connections/>
114  <pixmapinproject/>  </ui>
 <layoutdefaults spacing="0" margin="0"/>  
 </UI>  

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

  ViewVC Help
Powered by ViewVC