From 56740b68ea97d8d30ba92a505d74f0a9ddc4d50b Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Fri, 15 Nov 2019 10:55:45 -0600 Subject: Qt UI: Add status assets, factor DPI-aware pixmap loader into fn --- assets/README | 4 ++++ assets/status-current-high.svg | 6 ++++++ assets/status-current-low.svg | 4 ++++ assets/status-issue-high.svg | 6 ++++++ assets/status-issue-low.svg | 4 ++++ assets/status-success-high.svg | 4 ++++ assets/status-success-low.svg | 4 ++++ 7 files changed, 32 insertions(+) create mode 100644 assets/status-current-high.svg create mode 100644 assets/status-current-low.svg create mode 100644 assets/status-issue-high.svg create mode 100644 assets/status-issue-low.svg create mode 100644 assets/status-success-high.svg create mode 100644 assets/status-success-low.svg (limited to 'assets') diff --git a/assets/README b/assets/README index d21e193..4104288 100644 --- a/assets/README +++ b/assets/README @@ -1,3 +1,7 @@ The Horizon icon is based on preferences-wallpaper and preferences-system-login from the fabulous Newaita-dark icon set, licensed CC-BY-NC-SA-3.0 and available on the World Wide Web at: https://gitlab.com/cybernix/Newaita. + +The status icons are from the Papirus icon theme, licensed GPL-3.0-only and +available on the World Wide Web at: +https://github.com/PapirusDevelopmentTeam/papirus-icon-theme. diff --git a/assets/status-current-high.svg b/assets/status-current-high.svg new file mode 100644 index 0000000..ef294e5 --- /dev/null +++ b/assets/status-current-high.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/assets/status-current-low.svg b/assets/status-current-low.svg new file mode 100644 index 0000000..1e07741 --- /dev/null +++ b/assets/status-current-low.svg @@ -0,0 +1,4 @@ + + + + diff --git a/assets/status-issue-high.svg b/assets/status-issue-high.svg new file mode 100644 index 0000000..6a39c8c --- /dev/null +++ b/assets/status-issue-high.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/assets/status-issue-low.svg b/assets/status-issue-low.svg new file mode 100644 index 0000000..e7be61a --- /dev/null +++ b/assets/status-issue-low.svg @@ -0,0 +1,4 @@ + + + + diff --git a/assets/status-success-high.svg b/assets/status-success-high.svg new file mode 100644 index 0000000..1718f43 --- /dev/null +++ b/assets/status-success-high.svg @@ -0,0 +1,4 @@ + + + + diff --git a/assets/status-success-low.svg b/assets/status-success-low.svg new file mode 100644 index 0000000..4bd8975 --- /dev/null +++ b/assets/status-success-low.svg @@ -0,0 +1,4 @@ + + + + -- cgit v1.2.3-70-g09d2