diff options
| author | AL <26797547+Al12rs@users.noreply.github.com> | 2020-02-26 19:22:15 +0100 |
|---|---|---|
| committer | AL <26797547+Al12rs@users.noreply.github.com> | 2020-02-26 19:22:15 +0100 |
| commit | c1554d1c3fe64968dd143f877bddae10cdcee423 (patch) | |
| tree | 92bba9d8c8042c7d2fc5e18cea7e6ba188b389d6 /src/resources.qrc | |
| parent | 60437644e455284d36c8e20dfdf1bae268e9f378 (diff) | |
Added checkbox icons for filterlist state
Diffstat (limited to 'src/resources.qrc')
| -rw-r--r-- | src/resources.qrc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/resources.qrc b/src/resources.qrc index f9b64f6f..c54d5bfc 100644 --- a/src/resources.qrc +++ b/src/resources.qrc @@ -34,6 +34,9 @@ <file alias="icon_tools">resources/applications-accessories.png</file> <file alias="problem">resources/emblem-unreadable.png</file> <file alias="debug">resources/log-debug.png</file> + <file alias="checked-checkbox">resources/icons8-checked-checkbox.png</file> + <file alias="unchecked-checkbox">resources/icons8-unchecked-checkbox.png</file> + <file alias="indeterminate-checkbox">resources/icons8-indeterminate-checkbox.png</file> <file>resources/internet-web-browser.png</file> <file alias="update">resources/system-software-update.png</file> <file alias="help">resources/help-browser_32.png</file> |
