mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-12 01:09:47 -06:00
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.
This commit is contained in:
@@ -216,7 +216,7 @@
|
||||
<string>&Add Entry</string>
|
||||
</property>
|
||||
<property name="icon">
|
||||
<iconset resource="CMakeSetup.qrc">
|
||||
<iconset theme="list-add" resource="CMakeSetup.qrc">
|
||||
<normaloff>:/Icons/Plus16.png</normaloff>:/Icons/Plus16.png</iconset>
|
||||
</property>
|
||||
</widget>
|
||||
@@ -230,7 +230,7 @@
|
||||
<string>&Remove Entry</string>
|
||||
</property>
|
||||
<property name="icon">
|
||||
<iconset resource="CMakeSetup.qrc">
|
||||
<iconset theme="list-remove" resource="CMakeSetup.qrc">
|
||||
<normaloff>:/Icons/Delete16.png</normaloff>:/Icons/Delete16.png</iconset>
|
||||
</property>
|
||||
</widget>
|
||||
|
||||
@@ -51,7 +51,7 @@
|
||||
<string>&Add Entry</string>
|
||||
</property>
|
||||
<property name="icon">
|
||||
<iconset resource="CMakeSetup.qrc">
|
||||
<iconset theme="list-add" resource="CMakeSetup.qrc">
|
||||
<normaloff>:/Icons/Plus16.png</normaloff>:/Icons/Plus16.png</iconset>
|
||||
</property>
|
||||
</widget>
|
||||
@@ -62,7 +62,7 @@
|
||||
<string>&Remove Entry</string>
|
||||
</property>
|
||||
<property name="icon">
|
||||
<iconset resource="CMakeSetup.qrc">
|
||||
<iconset theme="list-remove" resource="CMakeSetup.qrc">
|
||||
<normaloff>:/Icons/Delete16.png</normaloff>:/Icons/Delete16.png</iconset>
|
||||
</property>
|
||||
</widget>
|
||||
|
||||
Reference in New Issue
Block a user