/usr/share/mixxx/skins/Shade/effectunit.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 | <Template>
<WidgetGroup>
<Pos>0,0</Pos>
<MinimumSize>508,104</MinimumSize>
<MaximumSize>508,104</MaximumSize>
<SizePolicy>f,f</SizePolicy>
<Children>
<WidgetGroup>
<Pos>1,0</Pos>
<Size>505,100</Size>
<Style>QGroupBox {
border: 0px solid green;
margin: 0px 0px 0px 0px;
}
</Style>
<BackPath>style/style_bg_effectunit</BackPath>
<Children>
<WidgetGroup>
<Pos>9,5</Pos>
<Size>170,90</Size>
<Layout>vertical</Layout>
<Style>QGroupBox {
background: url();
}
</Style>
<Children>
<Template src="skin:effect_selector.xml">
<SetVariable name="effectnum">1</SetVariable>
</Template>
<Template src="skin:effect_selector.xml">
<SetVariable name="effectnum">2</SetVariable>
</Template>
</Children>
</WidgetGroup>
<WidgetGroup>
<Pos>170,5</Pos>
<Size>300,90</Size>
<Layout>vertical</Layout>
<Style>QGroupBox {
background: url();
}
</Style>
<Children>
<Template src="skin:effect_parameters.xml">
<SetVariable name="effectnum">1</SetVariable>
</Template>
<Template src="skin:effect_parameters.xml">
<SetVariable name="effectnum">2</SetVariable>
</Template>
</Children>
</WidgetGroup>
</Children>
</WidgetGroup>
</Children>
</WidgetGroup>
</Template>
|