-
Notifications
You must be signed in to change notification settings - Fork 9
/
skin.xml
99 lines (93 loc) · 2.92 KB
/
skin.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
<skin>
<manifest>
<title>Pioneered</title>
<author>Sven Boekelder</author>
<version>0.5.0</version>
<description>Pioneer inspired theme for smaller screen resolutions</description>
<language>*</language>
<license>GPL</license>
<attributes>
<attribute config_key="[Master],num_decks">2</attribute>
<attribute config_key="[Master],num_samplers">16</attribute>
<attribute persist="true" config_key="[Master],maximize_library">0</attribute>
<attribute persist="true" config_key="[Master],skin_settings">0</attribute>
<attribute persist="true" config_key="[Microphone],show_microphone">0</attribute>
<attribute persist="true" config_key="[VinylControl],show_vinylcontrol">0</attribute>
<attribute persist="true" config_key="[PreviewDeck],show_previewdeck">0</attribute>
<attribute persist="true" config_key="[Library],show_coverart">0</attribute>
</attributes>
</manifest>
<ObjectName>Mixxx</ObjectName>
<Style src="skin:style.qss"/>
<MinimumSize>480,420</MinimumSize>
<SizePolicy>me,me</SizePolicy>
<Layout>vertical</Layout>
<LaunchImageStyle>
QLabel {
image: url(skin:/images/pioneered_logo.png);
margin-bottom: 12px;
}
QProgressBar {
background-color: #32323c;
max-height: 4px;
}
QProgressBar::chunk {
background-color: #b6294c;
}
</LaunchImageStyle>
<Children>
<SingletonDefinition>
<ObjectName>Topbar_Singleton</ObjectName>
<Children>
<Template src="skin:topbar.xml"/>
</Children>
</SingletonDefinition>
<SingletonDefinition>
<ObjectName>Overview_Singleton</ObjectName>
<Children>
<Template src="skin:overview.xml"/>
</Children>
</SingletonDefinition>
<SingletonDefinition>
<ObjectName>Library_Singleton</ObjectName>
<Children>
<Template src="skin:library.xml"/>
</Children>
</SingletonDefinition>
<SingletonDefinition>
<ObjectName>Samplers_Singleton</ObjectName>
<Children>
<Template src="skin:samplers.xml"/>
</Children>
</SingletonDefinition>
<WidgetGroup>
<ObjectName>SkinContainer</ObjectName>
<Layout>vertical</Layout>
<SizePolicy>me,me</SizePolicy>
<Children>
<WidgetGroup>
<Layout>vertical</Layout>
<SizePolicy>me,me</SizePolicy>
<Children>
<SingletonContainer>
<ObjectName>Topbar_Singleton</ObjectName>
</SingletonContainer>
<WidgetStack currentpage="[Tab],current">
<Children>
<SingletonContainer trigger="[Tab],overview">
<ObjectName>Overview_Singleton</ObjectName>
</SingletonContainer>
<SingletonContainer trigger="[Tab],library" on_hide_select="0">
<ObjectName>Library_Singleton</ObjectName>
</SingletonContainer>
<SingletonContainer trigger="[Tab],samplers" on_hide_select="0">
<ObjectName>Samplers_Singleton</ObjectName>
</SingletonContainer>
</Children>
</WidgetStack>
</Children>
</WidgetGroup>
</Children>
</WidgetGroup>
</Children>
</skin>