diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2016-08-09 15:10:41 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2016-08-10 10:41:52 +0200 |
commit | 9b5fbf7071be239f79b80450f4aac98c50177518 (patch) | |
tree | d32de8ce4e011d4ce88abf408cf526328630175b /gui/res.qrc | |
parent | 54c93958a91b1b166eadb8ad66bf5c06084add8a (diff) |
gui: only rename main window files
Adjust usages.
Diffstat (limited to 'gui/res.qrc')
-rw-r--r-- | gui/res.qrc | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/gui/res.qrc b/gui/res.qrc new file mode 100644 index 00000000..7b7fee54 --- /dev/null +++ b/gui/res.qrc @@ -0,0 +1,11 @@ +<RCC> + <qresource prefix="/"> + <file>images/tools.png</file> + <file>images/settings16.png</file> + <file>images/curves.png</file> + <file>images/facetracknoir.png</file> + <file>images/no-feed.png</file> + <file>images/filter-16.png</file> + <file>images/tracking-not-started.png</file> + </qresource> +</RCC> |