From 89c2dc82c7c49fef4c70645a562f5b2b3f89bdc9 Mon Sep 17 00:00:00 2001 From: Victor Zarubkin Date: Wed, 14 Sep 2016 23:12:41 +0300 Subject: [PATCH] (profiler_gui) More icons --- profiler_gui/icons/attribution.txt | 17 +++++-- profiler_gui/icons/collapse.svg | 41 ++++++++++++++++ profiler_gui/icons/colors-black.svg | 59 +++++++++++++++++++++++ profiler_gui/icons/colors.svg | 73 +++++++++++++++++++++++++++++ profiler_gui/icons/expand.svg | 41 ++++++++++++++++ profiler_gui/icons/lan.svg | 58 +++++++++++++++++++++++ profiler_gui/icons/save.svg | 43 +++++++++++++++++ profiler_gui/icons/statistics.svg | 47 +++++++++++++++++++ profiler_gui/icons/statistics2.svg | 48 +++++++++++++++++++ profiler_gui/icons/wifi.svg | 43 +++++++++++++++++ profiler_gui/resources.qrc | 9 ++++ 11 files changed, 475 insertions(+), 4 deletions(-) create mode 100644 profiler_gui/icons/collapse.svg create mode 100644 profiler_gui/icons/colors-black.svg create mode 100644 profiler_gui/icons/colors.svg create mode 100644 profiler_gui/icons/expand.svg create mode 100644 profiler_gui/icons/lan.svg create mode 100644 profiler_gui/icons/save.svg create mode 100644 profiler_gui/icons/statistics.svg create mode 100644 profiler_gui/icons/statistics2.svg create mode 100644 profiler_gui/icons/wifi.svg diff --git a/profiler_gui/icons/attribution.txt b/profiler_gui/icons/attribution.txt index 0c406e6..ef024ce 100644 --- a/profiler_gui/icons/attribution.txt +++ b/profiler_gui/icons/attribution.txt @@ -1,4 +1,13 @@ -logo.svg - Icon made by Freepik from www.flaticon.com -off.svg - Icon made by Freepik from www.flaticon.com -open-folder.svg - Icon made by Freepik from www.flaticon.com -reload.svg - Icon made by Freepik from www.flaticon.com \ No newline at end of file +logo.svg - Icon made by Freepik from www.flaticon.com +off.svg - Icon made by Freepik from www.flaticon.com +open-folder.svg - Icon made by Freepik from www.flaticon.com +reload.svg - Icon made by Freepik from www.flaticon.com +expand.svg - Icon made by Freepik from www.flaticon.com +collapse.svg - Icon made by Freepik from www.flaticon.com +colors.svg - Icon made by Freepik from www.flaticon.com +colors-black.svg - Icon made by Freepik from www.flaticon.com +save.svg - Icon made by Freepik from www.flaticon.com +statistics.svg - Icon made by Freepik from www.flaticon.com +statistics2.svg - Icon made by Freepik from www.flaticon.com +lan.svg - Icon made by Freepik from www.flaticon.com +wifi.svg - Icon made by Freepik from www.flaticon.com \ No newline at end of file diff --git a/profiler_gui/icons/collapse.svg b/profiler_gui/icons/collapse.svg new file mode 100644 index 0000000..090484a --- /dev/null +++ b/profiler_gui/icons/collapse.svg @@ -0,0 +1,41 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/profiler_gui/icons/colors-black.svg b/profiler_gui/icons/colors-black.svg new file mode 100644 index 0000000..90aaac4 --- /dev/null +++ b/profiler_gui/icons/colors-black.svg @@ -0,0 +1,59 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/profiler_gui/icons/colors.svg b/profiler_gui/icons/colors.svg new file mode 100644 index 0000000..5b022ac --- /dev/null +++ b/profiler_gui/icons/colors.svg @@ -0,0 +1,73 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/profiler_gui/icons/expand.svg b/profiler_gui/icons/expand.svg new file mode 100644 index 0000000..c66e1e7 --- /dev/null +++ b/profiler_gui/icons/expand.svg @@ -0,0 +1,41 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/profiler_gui/icons/lan.svg b/profiler_gui/icons/lan.svg new file mode 100644 index 0000000..e7df402 --- /dev/null +++ b/profiler_gui/icons/lan.svg @@ -0,0 +1,58 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/profiler_gui/icons/save.svg b/profiler_gui/icons/save.svg new file mode 100644 index 0000000..a3cbb0f --- /dev/null +++ b/profiler_gui/icons/save.svg @@ -0,0 +1,43 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/profiler_gui/icons/statistics.svg b/profiler_gui/icons/statistics.svg new file mode 100644 index 0000000..bec725a --- /dev/null +++ b/profiler_gui/icons/statistics.svg @@ -0,0 +1,47 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/profiler_gui/icons/statistics2.svg b/profiler_gui/icons/statistics2.svg new file mode 100644 index 0000000..639ad8c --- /dev/null +++ b/profiler_gui/icons/statistics2.svg @@ -0,0 +1,48 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/profiler_gui/icons/wifi.svg b/profiler_gui/icons/wifi.svg new file mode 100644 index 0000000..014ff0a --- /dev/null +++ b/profiler_gui/icons/wifi.svg @@ -0,0 +1,43 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/profiler_gui/resources.qrc b/profiler_gui/resources.qrc index afe3bb1..c4e96c3 100644 --- a/profiler_gui/resources.qrc +++ b/profiler_gui/resources.qrc @@ -4,5 +4,14 @@ icons/off.svg icons/open-folder.svg icons/reload.svg + icons/expand.svg + icons/collapse.svg + icons/colors.svg + icons/colors-black.svg + icons/save.svg + icons/statistics.svg + icons/statistics2.svg + icons/lan.svg + icons/wifi.svg