-
Notifications
You must be signed in to change notification settings - Fork 0
/
special_cues_outro.xml
36 lines (36 loc) · 1.11 KB
/
special_cues_outro.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
<!DOCTYPE template>
<!--
Description:
A grid of hotcue controls.
Variables:
group: The group for the controls.
-->
<Template>
<!--Default grid Hotcue 1-4 -->
<WidgetGroup>
<Layout>horizontal</Layout>
<Size>54f,24</Size>
<SizePolicy>min,min</SizePolicy>
<!-- <Children> -->
<!-- <WidgetGroup> -->
<ObjectName>HotcueGrid</ObjectName>
<!-- <Layout>horizontal</Layout> -->
<!-- <SizePolicy>min,min</SizePolicy> -->
<Children>
<Template src="skin:special_cue_button.xml">
<SetVariable name="cue_type">outro_start</SetVariable>
<SetVariable name="label">|◣</SetVariable>
</Template>
<Template src="skin:special_cue_button.xml">
<SetVariable name="cue_type">outro_end</SetVariable>
<SetVariable name="label">◣|</SetVariable>
</Template>
</Children>
<!-- </WidgetGroup> -->
<!-- </Children> -->
<Connection>
<ConfigKey>[Skin],show_intro_outro_cues</ConfigKey>
<BindProperty>visible</BindProperty>
</Connection>
</WidgetGroup>
</Template>