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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1668 - (hide annotations) (download)
Tue Feb 5 15:42:33 2008 UTC (16 years, 2 months ago) by schoenebeck
File size: 7046 byte(s)
* finished FX Sends dialog implementation
* bumped version to 0.2.1.4

1 schoenebeck 1667 <ui version="4.0" >
2     <author>Christian Schoenebeck</author>
3     <comment>
4     Copyright (C) 2008, Christian Schoenebeck
5    
6     This program is free software; you can redistribute it and/or
7     modify it under the terms of the GNU General Public License
8     as published by the Free Software Foundation; either version 2
9     of the License, or (at your option) any later version.
10    
11     This program is distributed in the hope that it will be useful,
12     but WITHOUT ANY WARRANTY; without even the implied warranty of
13     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14     GNU General Public License for more details.
15    
16     You should have received a copy of the GNU General Public License along
17     with this program; if not, write to the Free Software Foundation, Inc.,
18     51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19    
20     </comment>
21     <class>qsamplerChannelFxForm</class>
22     <widget class="QDialog" name="qsamplerChannelFxForm" >
23     <property name="geometry" >
24     <rect>
25     <x>0</x>
26     <y>0</y>
27     <width>518</width>
28     <height>370</height>
29     </rect>
30     </property>
31     <property name="windowTitle" >
32     <string>Channel Effects</string>
33     </property>
34     <layout class="QVBoxLayout" >
35     <item>
36     <layout class="QHBoxLayout" >
37     <item>
38     <widget class="QGroupBox" name="groupBox" >
39     <property name="title" >
40     <string>FX Send Selection</string>
41     </property>
42     <layout class="QVBoxLayout" >
43     <item>
44     <widget class="QListView" name="SendsListView" >
45     <property name="sizePolicy" >
46     <sizepolicy vsizetype="Expanding" hsizetype="Preferred" >
47     <horstretch>0</horstretch>
48     <verstretch>0</verstretch>
49     </sizepolicy>
50     </property>
51     <property name="alternatingRowColors" >
52     <bool>true</bool>
53     </property>
54     <property name="selectionRectVisible" >
55     <bool>true</bool>
56     </property>
57     </widget>
58     </item>
59     <item>
60     <layout class="QHBoxLayout" >
61     <item>
62     <spacer>
63     <property name="orientation" >
64     <enum>Qt::Horizontal</enum>
65     </property>
66     <property name="sizeHint" >
67     <size>
68     <width>40</width>
69     <height>20</height>
70     </size>
71     </property>
72     </spacer>
73     </item>
74     <item>
75     <widget class="QPushButton" name="createPushButton" >
76     <property name="toolTip" >
77     <string>Creates a new FX Send.
78     You have to select 'Apply' afterwards
79     to actually create it on sampler side.</string>
80     </property>
81     <property name="text" >
82     <string>Create</string>
83     </property>
84     <property name="icon" >
85     <iconset resource="../icons/qsampler.qrc" >:/icons/itemNew.png</iconset>
86     </property>
87     </widget>
88     </item>
89     <item>
90     <widget class="QPushButton" name="destroyPushButton" >
91     <property name="toolTip" >
92 schoenebeck 1668 <string>Schedules the selected FX send for deletion.
93 schoenebeck 1667 You have to select 'Apply' afterwards to
94     actually destroy it on sampler side.</string>
95     </property>
96     <property name="text" >
97     <string>Destroy</string>
98     </property>
99     <property name="icon" >
100     <iconset resource="../icons/qsampler.qrc" >:/icons/formRemove.png</iconset>
101     </property>
102     </widget>
103     </item>
104     </layout>
105     </item>
106     </layout>
107     </widget>
108     </item>
109     <item>
110     <layout class="QVBoxLayout" >
111     <item>
112 schoenebeck 1668 <widget class="QGroupBox" name="mainParametersGroupBox" >
113 schoenebeck 1667 <property name="sizePolicy" >
114     <sizepolicy vsizetype="Minimum" hsizetype="Preferred" >
115     <horstretch>0</horstretch>
116     <verstretch>0</verstretch>
117     </sizepolicy>
118     </property>
119     <property name="title" >
120     <string>FX Send's Parameters</string>
121     </property>
122     <layout class="QGridLayout" >
123     <item row="0" column="0" >
124     <widget class="QLabel" name="label" >
125     <property name="text" >
126     <string>Send Depth
127     MIDI Controller:</string>
128     </property>
129     </widget>
130     </item>
131     <item row="0" column="1" >
132 schoenebeck 1668 <widget class="QComboBox" name="depthCtrlComboBox" />
133 schoenebeck 1667 </item>
134     <item row="1" column="0" >
135     <widget class="QLabel" name="label_2" >
136     <property name="text" >
137     <string>Current Depth:</string>
138     </property>
139     </widget>
140     </item>
141     <item row="1" column="1" >
142 schoenebeck 1668 <widget class="QSpinBox" name="depthSpinBox" >
143 schoenebeck 1667 <property name="alignment" >
144     <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
145     </property>
146     <property name="suffix" >
147     <string>%</string>
148     </property>
149     <property name="maximum" >
150     <number>300</number>
151     </property>
152     </widget>
153     </item>
154     </layout>
155     </widget>
156     </item>
157     <item>
158 schoenebeck 1668 <widget class="QGroupBox" name="audioRoutingGroupBox" >
159 schoenebeck 1667 <property name="sizePolicy" >
160     <sizepolicy vsizetype="Maximum" hsizetype="Preferred" >
161     <horstretch>0</horstretch>
162     <verstretch>0</verstretch>
163     </sizepolicy>
164     </property>
165     <property name="title" >
166     <string>Audio Routing</string>
167     </property>
168     <layout class="QHBoxLayout" >
169     <item>
170 schoenebeck 1668 <widget class="QTableView" name="audioRoutingTable" />
171 schoenebeck 1667 </item>
172     </layout>
173     </widget>
174     </item>
175     </layout>
176     </item>
177     </layout>
178     </item>
179     <item>
180     <widget class="QDialogButtonBox" name="buttonBox" >
181     <property name="orientation" >
182     <enum>Qt::Horizontal</enum>
183     </property>
184     <property name="standardButtons" >
185     <set>QDialogButtonBox::Apply|QDialogButtonBox::Cancel|QDialogButtonBox::NoButton|QDialogButtonBox::Ok|QDialogButtonBox::Reset</set>
186     </property>
187     </widget>
188     </item>
189     </layout>
190     </widget>
191     <resources>
192     <include location="../icons/qsampler.qrc" />
193     </resources>
194     <connections>
195     <connection>
196     <sender>buttonBox</sender>
197     <signal>accepted()</signal>
198     <receiver>qsamplerChannelFxForm</receiver>
199     <slot>accept()</slot>
200     <hints>
201     <hint type="sourcelabel" >
202     <x>248</x>
203     <y>254</y>
204     </hint>
205     <hint type="destinationlabel" >
206     <x>157</x>
207     <y>274</y>
208     </hint>
209     </hints>
210     </connection>
211     <connection>
212     <sender>buttonBox</sender>
213     <signal>rejected()</signal>
214     <receiver>qsamplerChannelFxForm</receiver>
215     <slot>reject()</slot>
216     <hints>
217     <hint type="sourcelabel" >
218     <x>316</x>
219     <y>260</y>
220     </hint>
221     <hint type="destinationlabel" >
222     <x>286</x>
223     <y>274</y>
224     </hint>
225     </hints>
226     </connection>
227     </connections>
228     </ui>

  ViewVC Help
Powered by ViewVC