From f06af8be43bb50e5f0c94b42c5c0c9bd615fd424 Mon Sep 17 00:00:00 2001 From: Max-Wilhelm Bruker Date: Mon, 8 Mar 2010 21:24:41 +0100 Subject: [PATCH] new icon --- cockatrice/cockatrice.qrc | 1 + .../resources/icon_config_interface.svg | 223 ++++++++++++++++++ cockatrice/src/dlg_settings.cpp | 2 +- 3 files changed, 225 insertions(+), 1 deletion(-) create mode 100644 cockatrice/resources/icon_config_interface.svg diff --git a/cockatrice/cockatrice.qrc b/cockatrice/cockatrice.qrc index 49ad9e95..052b8289 100644 --- a/cockatrice/cockatrice.qrc +++ b/cockatrice/cockatrice.qrc @@ -4,6 +4,7 @@ resources/icon_tab_changed.svg resources/icon_config_general.svg resources/icon_config_appearance.svg + resources/icon_config_interface.svg resources/icon_config_messages.svg resources/icon_phase_untap.svg resources/icon_phase_upkeep.svg diff --git a/cockatrice/resources/icon_config_interface.svg b/cockatrice/resources/icon_config_interface.svg new file mode 100644 index 00000000..3dd828a6 --- /dev/null +++ b/cockatrice/resources/icon_config_interface.svg @@ -0,0 +1,223 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + diff --git a/cockatrice/src/dlg_settings.cpp b/cockatrice/src/dlg_settings.cpp index a8b86d5c..638c1141 100644 --- a/cockatrice/src/dlg_settings.cpp +++ b/cockatrice/src/dlg_settings.cpp @@ -422,7 +422,7 @@ void DlgSettings::createIcons() userInterfaceButton = new QListWidgetItem(contentsWidget); userInterfaceButton->setTextAlignment(Qt::AlignHCenter); userInterfaceButton->setFlags(Qt::ItemIsSelectable | Qt::ItemIsEnabled); - userInterfaceButton->setIcon(QIcon(":/resources/icon_config_appearance.svg")); + userInterfaceButton->setIcon(QIcon(":/resources/icon_config_interface.svg")); messagesButton = new QListWidgetItem(contentsWidget); messagesButton->setTextAlignment(Qt::AlignHCenter);