-
Notifications
You must be signed in to change notification settings - Fork 0
/
effect_unit_with_parameters.xml
43 lines (36 loc) · 1.27 KB
/
effect_unit_with_parameters.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
<!DOCTYPE template>
<!--
EffectUnit with all parameters showing
Variables:
EffectRack: the rack
EffectUnit: the chain
-->
<Template>
<SetVariable name="group">[EffectRack<Variable name="EffectRack"/>_EffectUnit<Variable name="EffectUnit"/>]</SetVariable>
<WidgetGroup>
<ObjectName>EffectUnit<Variable name="EffectUnit"/></ObjectName>
<Layout>horizontal</Layout>
<SizePolicy>me,min</SizePolicy>
<!-- A little more vertical space is needed when show_focus is 1 because of the focused effect's border.-->
<MinimumSize>446,120</MinimumSize>
<MaximumSize>-1,190</MaximumSize>
<Children>
<WidgetGroup>
<ObjectName>EffectUnitEffects</ObjectName>
<SizePolicy>me,min</SizePolicy>
<Layout>vertical</Layout>
<Children>
<Template src="skin:effect_single_with_parameters.xml">
<SetVariable name="Effect">1</SetVariable>
</Template>
<Template src="skin:effect_single_with_parameters.xml">
<SetVariable name="Effect">2</SetVariable>
</Template>
<Template src="skin:effect_single_with_parameters.xml">
<SetVariable name="Effect">3</SetVariable>
</Template>
</Children>
</WidgetGroup>
</Children>
</WidgetGroup>
</Template>