/[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 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-2006, 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="QWidget">   <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  <customwidgets>          <iconset resource="../icons/qsampler.qrc">:/icons/formEdit.png</iconset>
69      <customwidget>     </property>
70          <class>qsamplerInstrumentList</class>     <property name="text">
71          <header location="local">qsamplerInstrumentList.h</header>      <string>&amp;Edit...</string>
72          <sizehint>     </property>
73              <width>320</width>     <property name="iconText">
74              <height>120</height>      <string>Edit</string>
75          </sizehint>     </property>
76          <container>0</container>     <property name="shortcut">
77          <sizepolicy>      <string>Enter</string>
78              <hordata>7</hordata>     </property>
79              <verdata>5</verdata>    </action>
80              <horstretch>0</horstretch>    <action name="deleteInstrumentAction">
81              <verstretch>0</verstretch>     <property name="icon">
82          </sizepolicy>          <iconset resource="../icons/qsampler.qrc">:/icons/formRemove.png</iconset>
83      </customwidget>     </property>
84  </customwidgets>     <property name="text">
85  <tabstops>      <string>&amp;Delete</string>
86      <tabstop>InstrumentList</tabstop>     </property>
87  </tabstops>     <property name="iconText">
88  <slots>      <string>Delete</string>
89      <slot specifier="non virtual">refreshInstruments()</slot>     </property>
90  </slots>     <property name="shortcut">
91  <functions>      <string>Del</string>
92      <function access="private" specifier="non virtual">init()</function>     </property>
93      <function access="private" specifier="non virtual">destroy()</function>    </action>
94      <function access="private" specifier="non virtual">showEvent( QShowEvent * pShowEvent )</function>    <action name="refreshInstrumentsAction">
95      <function access="private" specifier="non virtual">hideEvent( QHideEvent * pHideEvent )</function>     <property name="icon">
96  </functions>          <iconset resource="../icons/qsampler.qrc">:/icons/formRefresh.png</iconset>
97  <pixmapinproject/>     </property>
98  <layoutdefaults spacing="0" margin="0"/>     <property name="text">
99  </UI>      <string>&amp;Refresh</string>
100       </property>
101       <property name="iconText">
102        <string>Refresh</string>
103       </property>
104       <property name="shortcut">
105        <string>F5</string>
106       </property>
107      </action>
108     </widget>
109     <layoutdefault spacing="0" margin="0"/>
110     <resources>
111      <include location="../icons/qsampler.qrc"/>
112     </resources>
113     <connections/>
114    </ui>

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

  ViewVC Help
Powered by ViewVC