/[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 2065 by capela, Sat Mar 13 12:44:15 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="QMenu" name="contextMenu">
42      </property>     <property name="title">
43      <vbox>      <string>&amp;Context</string>
44          <property name="name">     </property>
45              <cstring>unnamed</cstring>     <addaction name="newInstrumentAction"/>
46          </property>     <addaction name="separator"/>
47          <widget class="qsamplerInstrumentList">     <addaction name="editInstrumentAction"/>
48              <property name="name">     <addaction name="deleteInstrumentAction"/>
49                  <cstring>InstrumentList</cstring>     <addaction name="separator"/>
50              </property>     <addaction name="refreshInstrumentsAction"/>
51              <property name="sizePolicy">    </widget>
52                  <sizepolicy>    <widget class="QToolBar" name="instrumentToolbar">
53                      <hsizetype>7</hsizetype>     <property name="orientation">
54                      <vsizetype>7</vsizetype>      <enum>Qt::Horizontal</enum>
55                      <horstretch>0</horstretch>     </property>
56                      <verstretch>0</verstretch>     <attribute name="toolBarArea">
57                  </sizepolicy>      <enum>TopToolBarArea</enum>
58              </property>     </attribute>
59              <property name="minimumSize">     <attribute name="toolBarBreak">
60                  <size>      <bool>false</bool>
61                      <width>120</width>     </attribute>
62                      <height>40</height>    </widget>
63                  </size>    <action name="newInstrumentAction">
64              </property>     <property name="icon">
65          </widget>          <iconset resource="../icons/qsampler.qrc">:/icons/itemNew.png</iconset>
66      </vbox>     </property>
67  </widget>     <property name="text">
68  <toolbars>      <string>New &amp;Instrument...</string>
69      <toolbar dock="2">     </property>
70          <property name="name">     <property name="iconText">
71              <cstring>InstrumentToolbar</cstring>      <string>New</string>
72          </property>     </property>
73          <property name="label">     <property name="shortcut">
74              <string>Instruments Toolbar</string>      <string>Ins</string>
75          </property>     </property>
76      </toolbar>    </action>
77  </toolbars>    <action name="editInstrumentAction">
78  <customwidgets>     <property name="icon">
79      <customwidget>          <iconset resource="../icons/qsampler.qrc">:/icons/formEdit.png</iconset>
80          <class>qsamplerInstrumentList</class>     </property>
81          <header location="local">qsamplerInstrumentList.h</header>     <property name="text">
82          <sizehint>      <string>&amp;Edit...</string>
83              <width>320</width>     </property>
84              <height>120</height>     <property name="iconText">
85          </sizehint>      <string>Edit</string>
86          <container>0</container>     </property>
87          <sizepolicy>     <property name="shortcut">
88              <hordata>7</hordata>      <string>Enter</string>
89              <verdata>5</verdata>     </property>
90              <horstretch>0</horstretch>    </action>
91              <verstretch>0</verstretch>    <action name="deleteInstrumentAction">
92          </sizepolicy>     <property name="icon">
93      </customwidget>          <iconset resource="../icons/qsampler.qrc">:/icons/formRemove.png</iconset>
94  </customwidgets>     </property>
95  <tabstops>     <property name="text">
96      <tabstop>InstrumentList</tabstop>      <string>&amp;Delete</string>
97  </tabstops>     </property>
98  <forwards>     <property name="iconText">
99      <forward>class QComboBox;</forward>      <string>Delete</string>
100  </forwards>     </property>
101  <variables>     <property name="shortcut">
102      <variable access="private">QComboBox *m_pMapComboBox;</variable>      <string>Del</string>
103  </variables>     </property>
104  <slots>    </action>
105      <slot specifier="non virtual">refreshInstruments()</slot>    <action name="refreshInstrumentsAction">
106      <slot specifier="non virtual">activateMap(int)</slot>     <property name="icon">
107  </slots>          <iconset resource="../icons/qsampler.qrc">:/icons/formRefresh.png</iconset>
108  <functions>     </property>
109      <function access="private" specifier="non virtual">init()</function>     <property name="text">
110      <function access="private" specifier="non virtual">destroy()</function>      <string>&amp;Refresh</string>
111      <function access="private" specifier="non virtual">showEvent( QShowEvent * pShowEvent )</function>     </property>
112      <function access="private" specifier="non virtual">hideEvent( QHideEvent * pHideEvent )</function>     <property name="iconText">
113  </functions>      <string>Refresh</string>
114  <pixmapinproject/>     </property>
115  <layoutdefaults spacing="0" margin="0"/>     <property name="shortcut">
116  </UI>      <string>F5</string>
117       </property>
118      </action>
119     </widget>
120     <layoutdefault spacing="0" margin="0"/>
121     <resources>
122      <include location="../icons/qsampler.qrc"/>
123     </resources>
124     <connections/>
125    </ui>

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

  ViewVC Help
Powered by ViewVC