/[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 1473 by capela, Mon Nov 5 19:07:26 2007 UTC revision 2064 by capela, Fri Mar 12 16:02:32 2010 UTC
# Line 1  Line 1 
1  <ui version="4.0" >  <?xml version="1.0" encoding="UTF-8"?>
2    <ui version="4.0">
3   <author>rncbc aka Rui Nuno Capela</author>   <author>rncbc aka Rui Nuno Capela</author>
4   <comment>qsampler - A LinuxSampler Qt GUI Interface.   <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     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
# Line 21  Line 22 
22    
23  </comment>  </comment>
24   <class>qsamplerInstrumentListForm</class>   <class>qsamplerInstrumentListForm</class>
25   <widget class="QMainWindow" name="qsamplerInstrumentListForm" >   <widget class="QMainWindow" name="qsamplerInstrumentListForm">
26    <property name="geometry" >    <property name="geometry">
27     <rect>     <rect>
28      <x>0</x>      <x>0</x>
29      <y>0</y>      <y>0</y>
# Line 30  Line 31 
31      <height>340</height>      <height>340</height>
32     </rect>     </rect>
33    </property>    </property>
34    <property name="windowTitle" >    <property name="windowTitle">
35     <string>Qsampler: Instruments</string>     <string>Qsampler: Instruments</string>
36    </property>    </property>
37    <property name="windowIcon" >    <property name="windowIcon">
38     <iconset resource="../icons/qsampler.qrc" >:/icons/qsamplerInstrument.png</iconset>     <iconset resource="../icons/qsampler.qrc">:/icons/qsamplerInstrument.png</iconset>
39    </property>    </property>
40    <widget class="QWidget" name="widget" >    <widget class="QMenu" name="contextMenu">
41     <layout class="QVBoxLayout" >     <property name="title">
42      <property name="margin" >      <string>&amp;Context</string>
43       <number>0</number>     </property>
44      </property>     <addaction name="newInstrumentAction"/>
45      <property name="spacing" >     <addaction name="separator"/>
46       <number>0</number>     <addaction name="editInstrumentAction"/>
47      </property>     <addaction name="deleteInstrumentAction"/>
48      <item>     <addaction name="separator"/>
49       <widget class="QTableView" name="InstrumentTable" />     <addaction name="refreshInstrumentsAction"/>
     </item>  
    </layout>  
50    </widget>    </widget>
51    <widget class="QToolBar" name="InstrumentToolbar" >    <widget class="QToolBar" name="InstrumentToolbar">
52     <property name="orientation" >     <property name="orientation">
53      <enum>Qt::Horizontal</enum>      <enum>Qt::Horizontal</enum>
54     </property>     </property>
55     <attribute name="toolBarArea" >     <attribute name="toolBarArea">
56      <number>4</number>      <enum>TopToolBarArea</enum>
57       </attribute>
58       <attribute name="toolBarBreak">
59        <bool>false</bool>
60     </attribute>     </attribute>
61    </widget>    </widget>
62    <action name="newInstrumentAction" >    <action name="newInstrumentAction">
63     <property name="icon" >     <property name="icon">
64      <iconset resource="../icons/qsampler.qrc" >:/icons/itemNew.png</iconset>          <iconset resource="../icons/qsampler.qrc">:/icons/itemNew.png</iconset>
65       </property>
66       <property name="text">
67        <string>New &amp;Instrument...</string>
68     </property>     </property>
69     <property name="text" >     <property name="iconText">
70      <string>New</string>      <string>New</string>
71     </property>     </property>
72       <property name="shortcut">
73        <string>Ins</string>
74       </property>
75    </action>    </action>
76    <action name="editInstrumentAction" >    <action name="editInstrumentAction">
77     <property name="icon" >     <property name="icon">
78      <iconset resource="../icons/qsampler.qrc" >:/icons/formEdit.png</iconset>          <iconset resource="../icons/qsampler.qrc">:/icons/formEdit.png</iconset>
79     </property>     </property>
80     <property name="text" >     <property name="text">
81        <string>&amp;Edit...</string>
82       </property>
83       <property name="iconText">
84      <string>Edit</string>      <string>Edit</string>
85     </property>     </property>
86       <property name="shortcut">
87        <string>Enter</string>
88       </property>
89    </action>    </action>
90    <action name="deleteInstrumentAction" >    <action name="deleteInstrumentAction">
91     <property name="icon" >     <property name="icon">
92      <iconset resource="../icons/qsampler.qrc" >:/icons/formRemove.png</iconset>          <iconset resource="../icons/qsampler.qrc">:/icons/formRemove.png</iconset>
93     </property>     </property>
94     <property name="text" >     <property name="text">
95        <string>&amp;Delete</string>
96       </property>
97       <property name="iconText">
98      <string>Delete</string>      <string>Delete</string>
99     </property>     </property>
100       <property name="shortcut">
101        <string>Del</string>
102       </property>
103    </action>    </action>
104    <action name="refreshInstrumentsAction" >    <action name="refreshInstrumentsAction">
105     <property name="icon" >     <property name="icon">
106      <iconset resource="../icons/qsampler.qrc" >:/icons/formRefresh.png</iconset>          <iconset resource="../icons/qsampler.qrc">:/icons/formRefresh.png</iconset>
107     </property>     </property>
108     <property name="text" >     <property name="text">
109        <string>&amp;Refresh</string>
110       </property>
111       <property name="iconText">
112      <string>Refresh</string>      <string>Refresh</string>
113     </property>     </property>
114       <property name="shortcut">
115        <string>F5</string>
116       </property>
117    </action>    </action>
118   </widget>   </widget>
119   <layoutdefault spacing="0" margin="0" />   <layoutdefault spacing="0" margin="0"/>
120   <resources>   <resources>
121    <include location="../icons/qsampler.qrc" />    <include location="../icons/qsampler.qrc"/>
122   </resources>   </resources>
123     <connections/>
124  </ui>  </ui>

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

  ViewVC Help
Powered by ViewVC