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

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

Parent Directory Parent Directory | Revision Log Revision Log


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

  ViewVC Help
Powered by ViewVC