diff options
| author | Rusty Wagner <rusty.wagner@gmail.com> | 2025-08-26 14:51:35 -0400 |
|---|---|---|
| committer | Rusty Wagner <rusty.wagner@gmail.com> | 2025-08-29 15:42:09 -0400 |
| commit | d97658070d579044ac658d5a4acf389b58e82e4c (patch) | |
| tree | 5a4d5eabe3d29bdc65c455ccf21a10e313023263 /ui/sidebarwidget.h | |
| parent | 112b1ed7e58e8cb14ecba18bba74fc3bde372431 (diff) | |
Added additional theming for sidebar icons
Diffstat (limited to 'ui/sidebarwidget.h')
| -rw-r--r-- | ui/sidebarwidget.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ui/sidebarwidget.h b/ui/sidebarwidget.h index 9567d344..bd31293e 100644 --- a/ui/sidebarwidget.h +++ b/ui/sidebarwidget.h @@ -29,6 +29,10 @@ struct BINARYNINJAUIAPI SidebarIcon QImage original; QImage active; QImage inactive; + QImage hover; + QImage focused; + + const QImage& iconForState(bool isActive, bool isHovered, bool isFocused) const; static SidebarIcon generate(const QImage& src); }; |
