Skip to content

Cross Platform Theme Icone #7

Closed
Closed
@chrisdedman

Description

@chrisdedman

Description

Currently, when running the software on WSL, we get an error because of the QIcon::ThemeIcon::DocumentNew. I believe it is due to the fact that those icons are probably macOS icons. We may need to find a way to have cross-platform compatibilities for those Icons.

Task

Update the follow function to have cross-platform capabilities:

QAction *newAction = new QAction(QIcon::fromTheme(QIcon::ThemeIcon::DocumentNew), tr("&New File..."), this);

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    Projects

    Status

    Done

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions