diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2014-10-26 12:33:50 +0400 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2014-10-26 12:33:50 +0400 |
commit | 47e6e7c84f008a53061e661f31ae96629bc694ef (patch) | |
tree | 648a07f3b5b9d67ce19b0fd72e8caa1175c98f1a /src/pmview/pmview.qrc | |
download | pcp-debian.tar.gz |
Debian 3.9.10debian/3.9.10debian
Diffstat (limited to 'src/pmview/pmview.qrc')
-rw-r--r-- | src/pmview/pmview.qrc | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/src/pmview/pmview.qrc b/src/pmview/pmview.qrc new file mode 100644 index 0000000..9694fc1 --- /dev/null +++ b/src/pmview/pmview.qrc @@ -0,0 +1,23 @@ +<!DOCTYPE RCC><RCC version="1.0"> +<qresource> + <file>images/aboutpcp.png</file> + <file>images/aboutqt.png</file> + <file>images/pmview.png</file> + <file>images/pmtime.png</file> + <file>images/whatsthis.png</file> + <file>images/document-print.png</file> + <file>images/help-browser.png</file> + <file>images/help-contents.png</file> + <file>images/play_live.png</file> + <file>images/stop_live.png</file> + <file>images/play_record.png</file> + <file>images/stop_record.png</file> + <file>images/play_archive.png</file> + <file>images/stop_archive.png</file> + <file>images/back_archive.png</file> + <file>images/stepfwd_archive.png</file> + <file>images/stepback_archive.png</file> + <file>images/fastfwd_archive.png</file> + <file>images/fastback_archive.png</file> +</qresource> +</RCC> |