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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2065 - (hide annotations) (download)
Sat Mar 13 12:44:15 2010 UTC (14 years, 1 month ago) by capela
File size: 3896 byte(s)
* Automatic crash-dump reports, debugger stack-traces (gdb), back-
  traces, whatever, are being introduced as a brand new configure
  option (--enable-stacktrace) and default enabled on debug build
  targets (--enable-debug).

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

  ViewVC Help
Powered by ViewVC