From 15e8072859e18e8a8016f263fb25daa650295672 Mon Sep 17 00:00:00 2001 From: Matthew Woehlke Date: Fri, 15 Jan 2021 11:25:52 -0500 Subject: CMake GUI: Use system icons when available Modify GUI to use system (theme) icons when available. This may only affect builds on Linux platforms when using the system-provided Qt, but will improve visual consistency with e.g. okay/cancel buttons which are also using the system/theme icons. This also means that the GUI will look slightly more "native" on Linux. --- Source/QtDialog/CMakeSetupDialog.ui | 4 ++-- Source/QtDialog/EnvironmentDialog.ui | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Source/QtDialog/CMakeSetupDialog.ui b/Source/QtDialog/CMakeSetupDialog.ui index 25d1cbe..3c4bc13 100644 --- a/Source/QtDialog/CMakeSetupDialog.ui +++ b/Source/QtDialog/CMakeSetupDialog.ui @@ -216,7 +216,7 @@ &Add Entry - + :/Icons/Plus16.png:/Icons/Plus16.png @@ -230,7 +230,7 @@ &Remove Entry - + :/Icons/Delete16.png:/Icons/Delete16.png diff --git a/Source/QtDialog/EnvironmentDialog.ui b/Source/QtDialog/EnvironmentDialog.ui index c0b5e9d..ed23c2c 100644 --- a/Source/QtDialog/EnvironmentDialog.ui +++ b/Source/QtDialog/EnvironmentDialog.ui @@ -51,7 +51,7 @@ &Add Entry - + :/Icons/Plus16.png:/Icons/Plus16.png @@ -62,7 +62,7 @@ &Remove Entry - + :/Icons/Delete16.png:/Icons/Delete16.png -- cgit v0.12