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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1706 - (hide annotations) (download)
Tue Feb 19 22:15:18 2008 UTC (16 years, 2 months ago) by capela
File size: 6945 byte(s)
* Selection rectangle get visible only where it stands legal,
  that is for Qt >= 4.3, right on the channel sends fx dialog.

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     </widget>
55     </item>
56     <item>
57     <layout class="QHBoxLayout" >
58     <item>
59     <spacer>
60     <property name="orientation" >
61     <enum>Qt::Horizontal</enum>
62     </property>
63     <property name="sizeHint" >
64     <size>
65     <width>40</width>
66     <height>20</height>
67     </size>
68     </property>
69     </spacer>
70     </item>
71     <item>
72     <widget class="QPushButton" name="createPushButton" >
73     <property name="toolTip" >
74     <string>Creates a new FX Send.
75     You have to select 'Apply' afterwards
76     to actually create it on sampler side.</string>
77     </property>
78     <property name="text" >
79     <string>Create</string>
80     </property>
81     <property name="icon" >
82     <iconset resource="../icons/qsampler.qrc" >:/icons/itemNew.png</iconset>
83     </property>
84     </widget>
85     </item>
86     <item>
87     <widget class="QPushButton" name="destroyPushButton" >
88     <property name="toolTip" >
89 schoenebeck 1668 <string>Schedules the selected FX send for deletion.
90 schoenebeck 1667 You have to select 'Apply' afterwards to
91     actually destroy it on sampler side.</string>
92     </property>
93     <property name="text" >
94     <string>Destroy</string>
95     </property>
96     <property name="icon" >
97     <iconset resource="../icons/qsampler.qrc" >:/icons/formRemove.png</iconset>
98     </property>
99     </widget>
100     </item>
101     </layout>
102     </item>
103     </layout>
104     </widget>
105     </item>
106     <item>
107     <layout class="QVBoxLayout" >
108     <item>
109 schoenebeck 1668 <widget class="QGroupBox" name="mainParametersGroupBox" >
110 schoenebeck 1667 <property name="sizePolicy" >
111     <sizepolicy vsizetype="Minimum" hsizetype="Preferred" >
112     <horstretch>0</horstretch>
113     <verstretch>0</verstretch>
114     </sizepolicy>
115     </property>
116     <property name="title" >
117     <string>FX Send's Parameters</string>
118     </property>
119     <layout class="QGridLayout" >
120     <item row="0" column="0" >
121     <widget class="QLabel" name="label" >
122     <property name="text" >
123     <string>Send Depth
124     MIDI Controller:</string>
125     </property>
126     </widget>
127     </item>
128     <item row="0" column="1" >
129 schoenebeck 1668 <widget class="QComboBox" name="depthCtrlComboBox" />
130 schoenebeck 1667 </item>
131     <item row="1" column="0" >
132     <widget class="QLabel" name="label_2" >
133     <property name="text" >
134     <string>Current Depth:</string>
135     </property>
136     </widget>
137     </item>
138     <item row="1" column="1" >
139 schoenebeck 1668 <widget class="QSpinBox" name="depthSpinBox" >
140 schoenebeck 1667 <property name="alignment" >
141     <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
142     </property>
143     <property name="suffix" >
144     <string>%</string>
145     </property>
146     <property name="maximum" >
147     <number>300</number>
148     </property>
149     </widget>
150     </item>
151     </layout>
152     </widget>
153     </item>
154     <item>
155 schoenebeck 1668 <widget class="QGroupBox" name="audioRoutingGroupBox" >
156 schoenebeck 1667 <property name="sizePolicy" >
157     <sizepolicy vsizetype="Maximum" hsizetype="Preferred" >
158     <horstretch>0</horstretch>
159     <verstretch>0</verstretch>
160     </sizepolicy>
161     </property>
162     <property name="title" >
163     <string>Audio Routing</string>
164     </property>
165     <layout class="QHBoxLayout" >
166     <item>
167 schoenebeck 1668 <widget class="QTableView" name="audioRoutingTable" />
168 schoenebeck 1667 </item>
169     </layout>
170     </widget>
171     </item>
172     </layout>
173     </item>
174     </layout>
175     </item>
176     <item>
177     <widget class="QDialogButtonBox" name="buttonBox" >
178     <property name="orientation" >
179     <enum>Qt::Horizontal</enum>
180     </property>
181     <property name="standardButtons" >
182     <set>QDialogButtonBox::Apply|QDialogButtonBox::Cancel|QDialogButtonBox::NoButton|QDialogButtonBox::Ok|QDialogButtonBox::Reset</set>
183     </property>
184     </widget>
185     </item>
186     </layout>
187     </widget>
188     <resources>
189     <include location="../icons/qsampler.qrc" />
190     </resources>
191     <connections>
192     <connection>
193     <sender>buttonBox</sender>
194     <signal>accepted()</signal>
195     <receiver>qsamplerChannelFxForm</receiver>
196     <slot>accept()</slot>
197     <hints>
198     <hint type="sourcelabel" >
199     <x>248</x>
200     <y>254</y>
201     </hint>
202     <hint type="destinationlabel" >
203     <x>157</x>
204     <y>274</y>
205     </hint>
206     </hints>
207     </connection>
208     <connection>
209     <sender>buttonBox</sender>
210     <signal>rejected()</signal>
211     <receiver>qsamplerChannelFxForm</receiver>
212     <slot>reject()</slot>
213     <hints>
214     <hint type="sourcelabel" >
215     <x>316</x>
216     <y>260</y>
217     </hint>
218     <hint type="destinationlabel" >
219     <x>286</x>
220     <y>274</y>
221     </hint>
222     </hints>
223     </connection>
224     </connections>
225     </ui>

  ViewVC Help
Powered by ViewVC