-
Notifications
You must be signed in to change notification settings - Fork 0
/
deck.xml
87 lines (82 loc) · 3.01 KB
/
deck.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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
<!DOCTYPE template>
<!--
Description:
Deck widget.
Variables:
i: The deck number (1-indexed)
-->
<Template>
<SetVariable name="group">[Channel<Variable name="i"/>]</SetVariable>
<WidgetGroup>
<ObjectName>Deck<Variable name="i"/></ObjectName>
<Layout>horizontal</Layout>
<SizePolicy>me,me</SizePolicy>
<MinimumSize>-1,150</MinimumSize>
<Children>
<WidgetGroup>
<ObjectName>DeckRows</ObjectName>
<Layout>vertical</Layout>
<SizePolicy>me,me</SizePolicy>
<Children>
<Template src="skins:Deere/deck_text_row.xml"/>
<!-- Hides if the 'Parallel Waveforms' option is activated in the skin settings -->
<WidgetGroup>
<Layout>horizontal</Layout>
<Children>
<WidgetGroup>
<Layout>horizontal</Layout>
<Children>
<WidgetGroup>
<Layout>horizontal</Layout>
<Connection>
<ConfigKey>[Skin],show_coverart</ConfigKey>
<BindProperty>visible</BindProperty>
<Transform><Not/></Transform>
</Connection>
<Children>
<Template src="skins:Deere/deck_spinny.xml">
<SetVariable name="cover">true</SetVariable>
<SetVariable name="Size">55f,55f</SetVariable>
</Template>
</Children>
</WidgetGroup>
<WidgetGroup>
<Layout>horizontal</Layout>
<Connection>
<ConfigKey>[Skin],show_coverart</ConfigKey>
<BindProperty>visible</BindProperty>
</Connection>
<Children>
<Template src="skins:Deere/deck_spinny.xml">
<SetVariable name="cover">false</SetVariable>
<SetVariable name="Size">55f,55f</SetVariable>
</Template>
</Children>
</WidgetGroup>
</Children>
</WidgetGroup>
<SingletonContainer>
<ObjectName>DeckWaveform<Variable name="i"/></ObjectName>
</SingletonContainer>
</Children>
<Connection>
<ConfigKey>[Deere],show_parallel_waveforms</ConfigKey>
<Transform><Not/></Transform>
<BindProperty>visible</BindProperty>
</Connection>
</WidgetGroup>
<Template src="skins:Deere/deck_overview_row.xml"/>
<Template src="skin:deck_controls_row.xml"/>
</Children>
</WidgetGroup>
<WidgetGroup>
<ObjectName>DeckRateSlider</ObjectName>
<Layout>vertical</Layout>
<SizePolicy>min,min</SizePolicy>
<Children>
<Template src="skins:Deere/deck_tempo_column.xml"/>
</Children>
</WidgetGroup>
</Children>
</WidgetGroup>
</Template>