-
Notifications
You must be signed in to change notification settings - Fork 0
/
deck_inner_column_left.xml
132 lines (126 loc) · 7.69 KB
/
deck_inner_column_left.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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
<!DOCTYPE template>
<!--
Description:
Deck inner column.
Variables:
group: The deck group.
-->
<Template>
<WidgetGroup>
<ObjectName>Deck<Variable name="i"/>InnerColumn</ObjectName>
<Layout>vertical</Layout>
<SizePolicy>max,min</SizePolicy>
<Children>
<Template src="skin:left_2state_button.xml">
<SetVariable name="TooltipId">sync_enabled</SetVariable>
<SetVariable name="ObjectName">DeckSyncLeft</SetVariable>
<SetVariable name="MinimumSize"><Variable name="BigButtonMinimumSize"/></SetVariable>
<SetVariable name="MaximumSize"><Variable name="BigButtonMaximumSize"/></SetVariable>
<SetVariable name="SizePolicy"><Variable name="BigButtonSizePolicy"/></SetVariable>
<SetVariable name="state_0_text">Sync</SetVariable>
<SetVariable name="state_0_pressed"></SetVariable>
<SetVariable name="state_0_unpressed"></SetVariable>
<SetVariable name="state_1_text">Sync</SetVariable>
<SetVariable name="state_1_pressed"></SetVariable>
<SetVariable name="state_1_unpressed"></SetVariable>
<SetVariable name="left_connection_control"><Variable name="group"/>,sync_enabled</SetVariable>
</Template>
<Template src="skin:spacer_vx.xml">
<SetVariable name="height">2</SetVariable>
</Template>
<!-- Disabled because Master Sync is not fully supported yet, see lp:1403232
<Template src="skin:left_2state_button.xml">
<SetVariable name="TooltipId">sync_master</SetVariable>
<SetVariable name="ObjectName">DeckSyncMaster</SetVariable>
<SetVariable name="MinimumSize"><Variable name="HorizontalStretchButtonMinimumSize"/></SetVariable>
<SetVariable name="MaximumSize"><Variable name="HorizontalStretchButtonMaximumSize"/></SetVariable>
<SetVariable name="SizePolicy"><Variable name="HorizontalStretchButtonSizePolicy"/></SetVariable>
<SetVariable name="state_0_text">Master</SetVariable>
<SetVariable name="state_0_pressed"></SetVariable>
<SetVariable name="state_0_unpressed"></SetVariable>
<SetVariable name="state_1_text">Master</SetVariable>
<SetVariable name="state_1_pressed"></SetVariable>
<SetVariable name="state_1_unpressed"></SetVariable>
<SetVariable name="left_connection_control"><Variable name="group"/>,sync_master</SetVariable>
</Template>
-->
<WidgetGroup>
<ObjectName>RateTempButtons</ObjectName>
<Layout>horizontal</Layout>
<Children>
<Template src="skin:left_right_1state_button.xml">
<SetVariable name="ObjectName">TempRateDown</SetVariable>
<SetVariable name="TooltipId">rate_temp_down_rate_temp_down_small</SetVariable>
<SetVariable name="MinimumSize"><Variable name="SquareButtonMinimumSize"/></SetVariable>
<SetVariable name="MaximumSize"><Variable name="SquareButtonMaximumSize"/></SetVariable>
<SetVariable name="SizePolicy"><Variable name="SquareButtonSizePolicy"/></SetVariable>
<SetVariable name="state_0_text"></SetVariable>
<SetVariable name="state_0_pressed">icon/ic_remove_48px.svg</SetVariable>
<SetVariable name="state_0_unpressed">icon/ic_remove_48px.svg</SetVariable>
<SetVariable name="left_connection_control"><Variable name="group"/>,rate_temp_down</SetVariable>
<SetVariable name="right_connection_control"><Variable name="group"/>,rate_temp_down_small</SetVariable>
</Template>
<Template src="skin:left_right_1state_button.xml">
<SetVariable name="TooltipId">rate_temp_up_rate_temp_up_small</SetVariable>
<SetVariable name="ObjectName">TempRateUp</SetVariable>
<SetVariable name="MinimumSize"><Variable name="SquareButtonMinimumSize"/></SetVariable>
<SetVariable name="MaximumSize"><Variable name="SquareButtonMaximumSize"/></SetVariable>
<SetVariable name="SizePolicy"><Variable name="SquareButtonSizePolicy"/></SetVariable>
<SetVariable name="state_0_text"></SetVariable>
<SetVariable name="state_0_pressed">icon/ic_add_48px.svg</SetVariable>
<SetVariable name="state_0_unpressed">icon/ic_add_48px.svg</SetVariable>
<SetVariable name="left_connection_control"><Variable name="group"/>,rate_temp_up</SetVariable>
<SetVariable name="right_connection_control"><Variable name="group"/>,rate_temp_up_small</SetVariable>
</Template>
</Children>
</WidgetGroup>
<SliderComposed>
<TooltipId>rate</TooltipId>
<MinimumSize>40,90</MinimumSize>
<MaximumSize>40,-1</MaximumSize>
<SizePolicy>,me</SizePolicy>
<Slider scalemode="STRETCH">slider-vertical.svg</Slider>
<Handle scalemode="STRETCH_ASPECT">handle-vertical_pitch_left.svg</Handle>
<Connection>
<ConfigKey><Variable name="group"/>,rate</ConfigKey>
</Connection>
</SliderComposed>
<!-- <Template src="skin:left_right_display_2state_button.xml">
<SetVariable name="TooltipId">cue_default_cue_gotoandstop</SetVariable>
<SetVariable name="ObjectName">DeckCue</SetVariable>
<SetVariable name="MinimumSize"><Variable name="HorizontalStretchButtonMinimumSize"/></SetVariable>
<SetVariable name="MaximumSize"><Variable name="HorizontalStretchButtonMaximumSize"/></SetVariable>
<SetVariable name="SizePolicy"><Variable name="HorizontalStretchButtonSizePolicy"/></SetVariable>
<SetVariable name="LeftClickIsPushButton">true</SetVariable>
<SetVariable name="RightClickIsPushButton">true</SetVariable>
<SetVariable name="state_0_text">CUE</SetVariable>
<SetVariable name="state_0_pressed"></SetVariable>
<SetVariable name="state_0_unpressed"></SetVariable>
<SetVariable name="state_1_text">CUE</SetVariable>
<SetVariable name="state_1_pressed"></SetVariable>
<SetVariable name="state_1_unpressed"></SetVariable>
<SetVariable name="left_connection_control"><Variable name="group"/>,cue_default</SetVariable>
<SetVariable name="right_connection_control"><Variable name="group"/>,cue_gotoandstop</SetVariable>
<SetVariable name="display_connection_control"><Variable name="group"/>,cue_indicator</SetVariable>
</Template> -->
<Template src="skin:left_right_display_2state_button.xml">
<SetVariable name="TooltipId">play_cue_set</SetVariable>
<SetVariable name="ObjectName">PlayToggleLeft</SetVariable>
<SetVariable name="MinimumSize"><Variable name="BigButtonMinimumSize"/></SetVariable>
<SetVariable name="MaximumSize"><Variable name="BigButtonMaximumSize"/></SetVariable>
<SetVariable name="SizePolicy"><Variable name="BigButtonSizePolicy"/></SetVariable>
<SetVariable name="LeftClickIsPushButton">false</SetVariable>
<SetVariable name="RightClickIsPushButton">false</SetVariable>
<SetVariable name="state_0_text"></SetVariable>
<SetVariable name="state_0_pressed">icon/ic_play_white_48px.svg</SetVariable>
<SetVariable name="state_0_unpressed">icon/ic_play_white_48px.svg</SetVariable>
<SetVariable name="state_1_text"></SetVariable>
<SetVariable name="state_1_pressed">icon/ic_play_pressed_48px.svg</SetVariable>
<SetVariable name="state_1_unpressed">icon/ic_play_pressed_48px.svg</SetVariable>
<SetVariable name="left_connection_control"><Variable name="group"/>,play</SetVariable>
<SetVariable name="right_connection_control"><Variable name="group"/>,cue_set</SetVariable>
<SetVariable name="display_connection_control"><Variable name="group"/>,play_indicator</SetVariable>
</Template>
</Children>
</WidgetGroup>
</Template>