From 5194b36177fb4e372c520435b505802a3d1a5371 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Wed, 29 Mar 2017 19:12:15 +0200 Subject: Added Icon theme --- components/theme/contents/ui/Icons.qml | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 components/theme/contents/ui/Icons.qml (limited to 'components/theme/contents/ui/Icons.qml') diff --git a/components/theme/contents/ui/Icons.qml b/components/theme/contents/ui/Icons.qml new file mode 100644 index 00000000..417a598c --- /dev/null +++ b/components/theme/contents/ui/Icons.qml @@ -0,0 +1,31 @@ +/* + Copyright (C) 2017 Michael Bohlender, + Copyright (C) 2017 Christian Mollekopf, + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License along + with this program; if not, write to the Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ + +pragma Singleton + +import QtQuick 2.7 + +Item { + property string error: "error" + property string busy: "view-refresh" + property string noNetworkConnection: "network-disconnect" + property string connected: "checkmark" + property string success: "checkmark" +} + -- cgit v1.2.3