diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2011-09-12 16:46:46 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2011-09-12 16:46:46 +0000 |
| commit | deb8cb9309bb65e9ed313b2bb50bad68cf8b83d7 (patch) | |
| tree | 87c580c526a1ed6a20eb56d40f985538fe16b9e2 /src/plugins/Ui/skinned/default | |
| parent | 38c7065ba60529a8cb0a55954b26a6e270f9a047 (diff) | |
| download | qmmp-deb8cb9309bb65e9ed313b2bb50bad68cf8b83d7.tar.gz qmmp-deb8cb9309bb65e9ed313b2bb50bad68cf8b83d7.tar.bz2 qmmp-deb8cb9309bb65e9ed313b2bb50bad68cf8b83d7.zip | |
added equalizer presets (improted from Amarok) (Thanks to Panagiotis
Papadopoulos) (Closes issue 471)
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@2347 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/Ui/skinned/default')
| -rw-r--r-- | src/plugins/Ui/skinned/default/default.qrc | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/src/plugins/Ui/skinned/default/default.qrc b/src/plugins/Ui/skinned/default/default.qrc new file mode 100644 index 000000000..43bb9a20f --- /dev/null +++ b/src/plugins/Ui/skinned/default/default.qrc @@ -0,0 +1,21 @@ +<!DOCTYPE RCC> +<RCC version="1.0"> + <qresource prefix="/default"> + <file>balance.png</file> + <file>eqmain.png</file> + <file>numbers.png</file> + <file>pledit.txt</file> + <file>text.png</file> + <file>volume.png</file> + <file>cbuttons.png</file> + <file>main.png</file> + <file>playpaus.png</file> + <file>posbar.png</file> + <file>titlebar.png</file> + <file>eq_ex.png</file> + <file>monoster.png</file> + <file>pledit.png</file> + <file>shufrep.png</file> + <file>viscolor.txt</file> + </qresource> +</RCC> |
