Add theme-xml for choosing style classes and optional params for a theme
git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@1987 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
13
data/themes/default/theme.xml
Normal file
13
data/themes/default/theme.xml
Normal file
@@ -0,0 +1,13 @@
|
||||
<lmmsTheme>
|
||||
<title>Classic 0.4 Theme</title>
|
||||
<authors>
|
||||
<author>Tobias Doerffel</author>
|
||||
<author>Paul Giblock</author>
|
||||
</authors>
|
||||
<description>The LMMS-0.4 look and feel</description>
|
||||
<lmmsStyle class="ClassicStyle"> <!-- can be ClassicStyle or CusisStyle -->
|
||||
<!-- style-specific settings go here -->
|
||||
</lmmsStyle>
|
||||
<qStyle class="ClassicStyle"/> <!-- can be QPlastiqueStyle, ClassicStyle, CusisStyle QMotifStyle, etc.. -->
|
||||
<defaultBackground url="..."/>
|
||||
</lmmsTheme>
|
||||
Reference in New Issue
Block a user