-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhotcue_button.xml
27 lines (27 loc) · 1.44 KB
/
hotcue_button.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
<!DOCTYPE template>
<!--
Description:
An individual hotcue button.
Variables:
group: The group for the controls.
hotcue: The 1-indexed number of the hotcue.
SmallSquareButtonSize: the button size
-->
<Template>
<Template src="skin:left_right_display_2state_button.xml">
<SetVariable name="TooltipId">hotcue</SetVariable>
<SetVariable name="ObjectName">HotcueButton</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_pressed"></SetVariable>
<SetVariable name="state_0_unpressed"></SetVariable>
<SetVariable name="state_0_text"><Variable name="hotcue"/></SetVariable>
<SetVariable name="state_1_pressed"></SetVariable>
<SetVariable name="state_1_unpressed"></SetVariable>
<SetVariable name="state_1_text"><Variable name="hotcue"/></SetVariable>
<SetVariable name="left_connection_control"><Variable name="group"/>,hotcue_<Variable name="hotcue"/>_activate</SetVariable>
<SetVariable name="right_connection_control"><Variable name="group"/>,hotcue_<Variable name="hotcue"/>_clear</SetVariable>
<SetVariable name="display_connection_control"><Variable name="group"/>,hotcue_<Variable name="hotcue"/>_enabled</SetVariable>
</Template>
</Template>