/usr/share/mixxx/skins/Deere/loop.xml is in mixxx-data 2.0.0~dfsg-7.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
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 | <!DOCTYPE template>
<!--
Description:
Looping controls (in, out, reloop, loop move).
Variables:
group: The group for the controls.
-->
<Template>
<WidgetGroup>
<ObjectName>LoopingContainer</ObjectName>
<Layout>vertical</Layout>
<SizePolicy>max,max</SizePolicy>
<Children>
<WidgetGroup>
<Layout>horizontal</Layout>
<Children>
<Template src="skin:left_1state_button.xml">
<SetVariable name="TooltipId">loop_in</SetVariable>
<SetVariable name="ObjectName">LoopIn</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_loop_in_48px.svg</SetVariable>
<SetVariable name="state_0_unpressed">icon/ic_loop_in_48px.svg</SetVariable>
<SetVariable name="left_connection_control"><Variable name="group"/>,loop_in</SetVariable>
</Template>
<Template src="skin:left_1state_button.xml">
<SetVariable name="TooltipId">loop_out</SetVariable>
<SetVariable name="ObjectName">LoopOut</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_loop_out_48px.svg</SetVariable>
<SetVariable name="state_0_unpressed">icon/ic_loop_out_48px.svg</SetVariable>
<SetVariable name="left_connection_control"><Variable name="group"/>,loop_out</SetVariable>
</Template>
<Template src="skin:left_display_2state_button.xml">
<SetVariable name="TooltipId">reloop_exit</SetVariable>
<SetVariable name="ObjectName">ReloopExit</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_loop_48px.svg</SetVariable>
<SetVariable name="state_0_unpressed">icon/ic_loop_48px.svg</SetVariable>
<SetVariable name="state_1_text"></SetVariable>
<SetVariable name="state_1_pressed">icon/ic_loop_48px.svg</SetVariable>
<SetVariable name="state_1_unpressed">icon/ic_loop_48px.svg</SetVariable>
<SetVariable name="left_connection_control"><Variable name="group"/>,reloop_exit</SetVariable>
<SetVariable name="display_connection_control"><Variable name="group"/>,loop_enabled</SetVariable>
</Template>
</Children>
</WidgetGroup>
<WidgetGroup>
<Layout>horizontal</Layout>
<Children>
<Template src="skin:loopmove.xml"/>
</Children>
</WidgetGroup>
</Children>
</WidgetGroup>
</Template>
|