/[svn]/qsampler/trunk/src/qsamplerInstrumentListForm.ui
ViewVC logotype

Annotation of /qsampler/trunk/src/qsamplerInstrumentListForm.ui

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2067 - (hide annotations) (download)
Sat Mar 13 20:14:38 2010 UTC (14 years, 1 month ago) by capela
File size: 3517 byte(s)
- Maybe fixed instrument list view/model for Qt >= 4.6.

1 capela 2064 <?xml version="1.0" encoding="UTF-8"?>
2     <ui version="4.0">
3 schoenebeck 1461 <author>rncbc aka Rui Nuno Capela</author>
4     <comment>qsampler - A LinuxSampler Qt GUI Interface.
5 capela 962
6 capela 2064 Copyright (C) 2004-2010, rncbc aka Rui Nuno Capela. All rights reserved.
7 capela 1464 Copyright (C) 2007, Christian Schoenebeck
8 capela 962
9     This program is free software; you can redistribute it and/or
10     modify it under the terms of the GNU General Public License
11     as published by the Free Software Foundation; either version 2
12     of the License, or (at your option) any later version.
13    
14     This program is distributed in the hope that it will be useful,
15     but WITHOUT ANY WARRANTY; without even the implied warranty of
16     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17     GNU General Public License for more details.
18    
19     You should have received a copy of the GNU General Public License along
20     with this program; if not, write to the Free Software Foundation, Inc.,
21     51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
22    
23     </comment>
24 schoenebeck 1461 <class>qsamplerInstrumentListForm</class>
25 capela 2064 <widget class="QMainWindow" name="qsamplerInstrumentListForm">
26     <property name="geometry">
27 schoenebeck 1461 <rect>
28     <x>0</x>
29     <y>0</y>
30     <width>720</width>
31     <height>340</height>
32     </rect>
33     </property>
34 capela 2064 <property name="windowTitle">
35 schoenebeck 1461 <string>Qsampler: Instruments</string>
36     </property>
37 capela 2064 <property name="windowIcon">
38     <iconset resource="../icons/qsampler.qrc">:/icons/qsamplerInstrument.png</iconset>
39 schoenebeck 1461 </property>
40 capela 2065 <widget class="QWidget" name="centralWidget" />
41     <widget class="QToolBar" name="instrumentToolbar">
42 capela 2064 <property name="orientation">
43 capela 1466 <enum>Qt::Horizontal</enum>
44     </property>
45 capela 2064 <attribute name="toolBarArea">
46     <enum>TopToolBarArea</enum>
47 capela 1466 </attribute>
48 capela 2064 <attribute name="toolBarBreak">
49     <bool>false</bool>
50     </attribute>
51 capela 1466 </widget>
52 capela 2064 <action name="newInstrumentAction">
53     <property name="icon">
54     <iconset resource="../icons/qsampler.qrc">:/icons/itemNew.png</iconset>
55 capela 1528 </property>
56 capela 2064 <property name="text">
57 capela 1504 <string>New &amp;Instrument...</string>
58     </property>
59 capela 2064 <property name="iconText">
60 schoenebeck 1461 <string>New</string>
61     </property>
62 capela 2064 <property name="shortcut">
63     <string>Ins</string>
64 capela 1504 </property>
65 schoenebeck 1461 </action>
66 capela 2064 <action name="editInstrumentAction">
67     <property name="icon">
68     <iconset resource="../icons/qsampler.qrc">:/icons/formEdit.png</iconset>
69 schoenebeck 1461 </property>
70 capela 2064 <property name="text">
71 capela 1504 <string>&amp;Edit...</string>
72     </property>
73 capela 2064 <property name="iconText">
74 schoenebeck 1461 <string>Edit</string>
75     </property>
76 capela 2064 <property name="shortcut">
77 capela 1504 <string>Enter</string>
78     </property>
79 schoenebeck 1461 </action>
80 capela 2064 <action name="deleteInstrumentAction">
81     <property name="icon">
82     <iconset resource="../icons/qsampler.qrc">:/icons/formRemove.png</iconset>
83 schoenebeck 1461 </property>
84 capela 2064 <property name="text">
85 capela 1504 <string>&amp;Delete</string>
86     </property>
87 capela 2064 <property name="iconText">
88 schoenebeck 1461 <string>Delete</string>
89     </property>
90 capela 2064 <property name="shortcut">
91     <string>Del</string>
92 capela 1504 </property>
93 schoenebeck 1461 </action>
94 capela 2064 <action name="refreshInstrumentsAction">
95     <property name="icon">
96     <iconset resource="../icons/qsampler.qrc">:/icons/formRefresh.png</iconset>
97 schoenebeck 1461 </property>
98 capela 2064 <property name="text">
99 capela 1504 <string>&amp;Refresh</string>
100     </property>
101 capela 2064 <property name="iconText">
102 schoenebeck 1461 <string>Refresh</string>
103     </property>
104 capela 2064 <property name="shortcut">
105 capela 1504 <string>F5</string>
106     </property>
107 schoenebeck 1461 </action>
108     </widget>
109 capela 2064 <layoutdefault spacing="0" margin="0"/>
110 schoenebeck 1461 <resources>
111 capela 2064 <include location="../icons/qsampler.qrc"/>
112 schoenebeck 1461 </resources>
113 schoenebeck 1492 <connections/>
114 schoenebeck 1461 </ui>

  ViewVC Help
Powered by ViewVC