From f874a8ac57bd95c3ad39405bbb191993845d17cd Mon Sep 17 00:00:00 2001 From: Alexander Taylor Date: Fri, 17 Oct 2025 23:01:46 -0400 Subject: Fix sticky header reanalyze button. --- ui/progressindicator.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ui/progressindicator.h') diff --git a/ui/progressindicator.h b/ui/progressindicator.h index 31eda8ab..72e2249f 100644 --- a/ui/progressindicator.h +++ b/ui/progressindicator.h @@ -23,6 +23,7 @@ #include #include +#include #include "uicontext.h" /*! @@ -100,6 +101,7 @@ class BINARYNINJAUIAPI QProgressIndicator : public QWidget \sa color */ void setColor(const QColor& color); + void setStaticPixmap(const QPixmap& pixmap, const QPixmap& hoverPixmap = QPixmap()); Q_SIGNALS: void clicked(); @@ -129,6 +131,8 @@ class BINARYNINJAUIAPI QProgressIndicator : public QWidget QString m_animatedToolTip; QColor m_color; bool m_activeHover = false; + QPixmap m_staticPixmap; + QPixmap m_staticHoverPixmap; }; #endif // QPROGRESSINDICATOR_H -- cgit v1.3.1