You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 17, 2023. It is now read-only.
however, there is no (standard) color-picker theme icon, so it's not loaded.
Which icon could be used to be loaded from resource instead?
Side note: is it required for the app icon to be in the resource file if it's supposed to be installed?
I adopted a method to search in the build directory (CMAKE_CURRENT_BINARY_DIR) when running from the IDE, otherwise in the installed destination.
In line 75 of src/coloreditor.cpp:
however, there is no (standard) color-picker theme icon, so it's not loaded.
Which icon could be used to be loaded from resource instead?
Side note: is it required for the app icon to be in the resource file if it's supposed to be installed?
I adopted a method to search in the build directory (
CMAKE_CURRENT_BINARY_DIR) when running from the IDE, otherwise in the installed destination.