diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2011-07-12 17:45:06 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2011-07-12 17:45:06 +0000 |
| commit | 4cb1b12751e486cea156c94c826c693fcf3d2f47 (patch) | |
| tree | 0a8215e1caab4fa764fa54a272d2f730dc51a452 /src/qmmpui/images | |
| parent | 6eedde547fc8bebd5ee29c165970d1d46bc3b7a2 (diff) | |
| download | qmmp-4cb1b12751e486cea156c94c826c693fcf3d2f47.tar.gz qmmp-4cb1b12751e486cea156c94c826c693fcf3d2f47.tar.bz2 qmmp-4cb1b12751e486cea156c94c826c693fcf3d2f47.zip | |
added configuration dialog
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@2270 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/qmmpui/images')
| -rw-r--r-- | src/qmmpui/images/advanced.png | bin | 0 -> 1054 bytes | |||
| -rw-r--r-- | src/qmmpui/images/images.qrc | 10 | ||||
| -rw-r--r-- | src/qmmpui/images/logo-qmmp.png | bin | 0 -> 22844 bytes | |||
| -rw-r--r-- | src/qmmpui/images/network.png | bin | 0 -> 1465 bytes | |||
| -rw-r--r-- | src/qmmpui/images/playlist.png | bin | 0 -> 743 bytes | |||
| -rw-r--r-- | src/qmmpui/images/plugins.png | bin | 0 -> 1378 bytes | |||
| -rw-r--r-- | src/qmmpui/images/replaygain.png | bin | 0 -> 624 bytes |
7 files changed, 10 insertions, 0 deletions
diff --git a/src/qmmpui/images/advanced.png b/src/qmmpui/images/advanced.png Binary files differnew file mode 100644 index 000000000..862464242 --- /dev/null +++ b/src/qmmpui/images/advanced.png diff --git a/src/qmmpui/images/images.qrc b/src/qmmpui/images/images.qrc new file mode 100644 index 000000000..6f8534994 --- /dev/null +++ b/src/qmmpui/images/images.qrc @@ -0,0 +1,10 @@ +<RCC> + <qresource prefix="/" > + <file>playlist.png</file> + <file>advanced.png</file> + <file>plugins.png</file> + <file>network.png</file> + <file>logo-qmmp.png</file> + <file>replaygain.png</file> + </qresource> +</RCC> diff --git a/src/qmmpui/images/logo-qmmp.png b/src/qmmpui/images/logo-qmmp.png Binary files differnew file mode 100644 index 000000000..d6c7e9bd8 --- /dev/null +++ b/src/qmmpui/images/logo-qmmp.png diff --git a/src/qmmpui/images/network.png b/src/qmmpui/images/network.png Binary files differnew file mode 100644 index 000000000..3a52c1130 --- /dev/null +++ b/src/qmmpui/images/network.png diff --git a/src/qmmpui/images/playlist.png b/src/qmmpui/images/playlist.png Binary files differnew file mode 100644 index 000000000..7b750db0a --- /dev/null +++ b/src/qmmpui/images/playlist.png diff --git a/src/qmmpui/images/plugins.png b/src/qmmpui/images/plugins.png Binary files differnew file mode 100644 index 000000000..931d4d1da --- /dev/null +++ b/src/qmmpui/images/plugins.png diff --git a/src/qmmpui/images/replaygain.png b/src/qmmpui/images/replaygain.png Binary files differnew file mode 100644 index 000000000..d2f78947b --- /dev/null +++ b/src/qmmpui/images/replaygain.png |
