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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2064 - (hide annotations) (download)
Fri Mar 12 16:02:32 2010 UTC (14 years, 1 month ago) by capela
File size: 3846 byte(s)
* Attempt to fix broken instrument list model/view 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 2064 <widget class="QMenu" name="contextMenu">
41     <property name="title">
42     <string>&amp;Context</string>
43     </property>
44     <addaction name="newInstrumentAction"/>
45     <addaction name="separator"/>
46     <addaction name="editInstrumentAction"/>
47     <addaction name="deleteInstrumentAction"/>
48     <addaction name="separator"/>
49     <addaction name="refreshInstrumentsAction"/>
50 schoenebeck 1461 </widget>
51 capela 2064 <widget class="QToolBar" name="InstrumentToolbar">
52     <property name="orientation">
53 capela 1466 <enum>Qt::Horizontal</enum>
54     </property>
55 capela 2064 <attribute name="toolBarArea">
56     <enum>TopToolBarArea</enum>
57 capela 1466 </attribute>
58 capela 2064 <attribute name="toolBarBreak">
59     <bool>false</bool>
60     </attribute>
61 capela 1466 </widget>
62 capela 2064 <action name="newInstrumentAction">
63     <property name="icon">
64     <iconset resource="../icons/qsampler.qrc">:/icons/itemNew.png</iconset>
65 capela 1528 </property>
66 capela 2064 <property name="text">
67 capela 1504 <string>New &amp;Instrument...</string>
68     </property>
69 capela 2064 <property name="iconText">
70 schoenebeck 1461 <string>New</string>
71     </property>
72 capela 2064 <property name="shortcut">
73     <string>Ins</string>
74 capela 1504 </property>
75 schoenebeck 1461 </action>
76 capela 2064 <action name="editInstrumentAction">
77     <property name="icon">
78     <iconset resource="../icons/qsampler.qrc">:/icons/formEdit.png</iconset>
79 schoenebeck 1461 </property>
80 capela 2064 <property name="text">
81 capela 1504 <string>&amp;Edit...</string>
82     </property>
83 capela 2064 <property name="iconText">
84 schoenebeck 1461 <string>Edit</string>
85     </property>
86 capela 2064 <property name="shortcut">
87 capela 1504 <string>Enter</string>
88     </property>
89 schoenebeck 1461 </action>
90 capela 2064 <action name="deleteInstrumentAction">
91     <property name="icon">
92     <iconset resource="../icons/qsampler.qrc">:/icons/formRemove.png</iconset>
93 schoenebeck 1461 </property>
94 capela 2064 <property name="text">
95 capela 1504 <string>&amp;Delete</string>
96     </property>
97 capela 2064 <property name="iconText">
98 schoenebeck 1461 <string>Delete</string>
99     </property>
100 capela 2064 <property name="shortcut">
101     <string>Del</string>
102 capela 1504 </property>
103 schoenebeck 1461 </action>
104 capela 2064 <action name="refreshInstrumentsAction">
105     <property name="icon">
106     <iconset resource="../icons/qsampler.qrc">:/icons/formRefresh.png</iconset>
107 schoenebeck 1461 </property>
108 capela 2064 <property name="text">
109 capela 1504 <string>&amp;Refresh</string>
110     </property>
111 capela 2064 <property name="iconText">
112 schoenebeck 1461 <string>Refresh</string>
113     </property>
114 capela 2064 <property name="shortcut">
115 capela 1504 <string>F5</string>
116     </property>
117 schoenebeck 1461 </action>
118     </widget>
119 capela 2064 <layoutdefault spacing="0" margin="0"/>
120 schoenebeck 1461 <resources>
121 capela 2064 <include location="../icons/qsampler.qrc"/>
122 schoenebeck 1461 </resources>
123 schoenebeck 1492 <connections/>
124 schoenebeck 1461 </ui>

  ViewVC Help
Powered by ViewVC