Skip to content
This repository was archived by the owner on Aug 17, 2023. It is now read-only.
This repository was archived by the owner on Aug 17, 2023. It is now read-only.

Missing color picker icon in tool button #14

Description

@redtide

In line 75 of src/coloreditor.cpp:

pickerButton->setIcon(QIcon::fromTheme("color-picker"));

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions