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

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

  ViewVC Help
Powered by ViewVC